Changeset 137 in flair-src for trunk/lib/FlairSensorActuator/src/NmeaGps.h
- Timestamp:
- Feb 14, 2017, 3:06:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/NmeaGps.h
r55 r137 59 59 * 60 60 * Construct a NmeaGps. 61 * 62 * \param parent parent 61 * It will be child of the FrameworkManager. 62 * 63 63 * \param name name 64 64 * \param NMEAFlags NMEA sentances to enable 65 65 */ 66 NmeaGps( const core::FrameworkManager *parent,std::string name,66 NmeaGps(std::string name, 67 67 NMEAFlags_t NMEAFlags); 68 68
Note:
See TracChangeset
for help on using the changeset viewer.