Changeset 137 in flair-src for trunk/lib/FlairSensorActuator/src/SimuImu.h
- Timestamp:
- Feb 14, 2017, 3:06:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/SimuImu.h
r55 r137 39 39 * 40 40 * Construct a SimuImu. Control part. 41 * It will be child of the FrameworkManager. 41 42 * 42 * \param parent parent43 43 * \param name name 44 44 * \param dev_id device id 45 45 * \param priority priority of the Thread 46 46 */ 47 SimuImu( const core::FrameworkManager *parent,std::string name,47 SimuImu(std::string name, 48 48 uint32_t dev_id, uint8_t priority); 49 49
Note:
See TracChangeset
for help on using the changeset viewer.