- Timestamp:
- Apr 8, 2016, 3:48:40 PM (9 years ago)
- Location:
- trunk/lib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/ConnectedSocket.h
r15 r16 100 100 101 101 //!! See Socket.h for a more generic implementation of network/host endianness 102 // conversion102 // conversion 103 103 virtual uint16_t NetworkToHost16(uint16_t data) = 0; 104 104 virtual uint16_t HostToNetwork16(uint16_t data) = 0; -
trunk/lib/FlairSensorActuator/src/TargetEthController.h
r15 r16 62 62 63 63 bool IsDataFrameReady(); 64 void AcquireAxisData(core::cvmatrix &axis); // responsible for getting the65 // axis data from the hardware64 void AcquireAxisData(core::cvmatrix &axis); // responsible for getting the 65 // axis data from the hardware 66 66 void AcquireButtonData(core::cvmatrix &button); // responsible for getting the 67 67 // button data from the -
trunk/lib/FlairSensorActuator/src/unexported/VrpnClient_impl.h
r15 r16 51 51 flair::core::SerialPort *serialport, uint16_t us_period); 52 52 ~VrpnClient_impl(); 53 void AddTrackable(flair::sensor::VrpnObject *obj); // normal53 void AddTrackable(flair::sensor::VrpnObject *obj); // normal 54 54 void RemoveTrackable(flair::sensor::VrpnObject *obj); // normal 55 void AddTrackable(VrpnObject_impl *obj, uint8_t id); // xbee56 void RemoveTrackable(VrpnObject_impl *obj); // xbee55 void AddTrackable(VrpnObject_impl *obj, uint8_t id); // xbee 56 void RemoveTrackable(VrpnObject_impl *obj); // xbee 57 57 void ComputeRotations(flair::core::Vector3D &point); 58 58 void ComputeRotations(flair::core::Quaternion &quat); -
trunk/lib/FlairSensorActuator/src/unexported/geodesie.h
r15 r16 71 71 const double phi1_Lambert93 = Deg2Rad(44.0); 72 72 const double phi2_Lambert93 = Deg2Rad(49.0); // degres 73 const double X0_Lambert93 = 700000; //74 const double Y0_Lambert93 = 6600000; //73 const double X0_Lambert93 = 700000; // 74 const double Y0_Lambert93 = 6600000; // 75 75 const double n_Lambert93 = 0.7256077650; 76 76 const double c_Lambert93 = 11754255.426;
Note:
See TracChangeset
for help on using the changeset viewer.