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