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