Changeset 137 in flair-src for trunk/lib/FlairSensorActuator/src/SimuGps.h
- Timestamp:
- Feb 14, 2017, 3:06:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/SimuGps.h
r68 r137 19 19 namespace flair { 20 20 namespace core { 21 class FrameworkManager;22 21 class SharedMem; 23 22 } … … 40 39 * 41 40 * Construct a simulation GPS. Control part. 42 * 43 * \param parent parent 41 * It will be child of the FrameworkManager. 42 * 44 43 * \param name name 45 44 * \param NMEAFlags NMEA sentances to enable … … 47 46 * \param priority priority of the Thread 48 47 */ 49 SimuGps( const core::FrameworkManager *parent,std::string name,48 SimuGps(std::string name, 50 49 NmeaGps::NMEAFlags_t NMEAFlags, uint32_t deviceId,uint8_t priority); 51 50
Note:
See TracChangeset
for help on using the changeset viewer.