Changeset 50 in flair-dev for trunk/include/FlairSensorActuator/Novatel.h
- Timestamp:
- 05/31/17 15:54:26 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairSensorActuator/Novatel.h
r32 r50 36 36 * 37 37 * Construct a Novatel. 38 * It will be child of the FrameworkManager. 38 39 * 39 * \param parent parent40 40 * \param name name 41 41 * \param serialport serialport … … 43 43 * \param priority priority of the Thread 44 44 */ 45 Novatel( const core::FrameworkManager *parent,std::string name,45 Novatel(std::string name, 46 46 core::SerialPort *serialport, NmeaGps::NMEAFlags_t NMEAFlags, 47 47 uint8_t priority); … … 75 75 }; 76 76 } // end namespace sensor 77 } // end namespace f ramewor77 } // end namespace flair 78 78 #endif // Novatel_H
Note:
See TracChangeset
for help on using the changeset viewer.