Changeset 137 in flair-src for trunk/lib/FlairSensorActuator/src/Gx3_25_imu.cpp
- Timestamp:
- Feb 14, 2017, 3:06:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/Gx3_25_imu.cpp
r103 r137 28 28 namespace sensor { 29 29 30 Gx3_25_imu::Gx3_25_imu( const FrameworkManager *parent,string name,30 Gx3_25_imu::Gx3_25_imu(string name, 31 31 SerialPort *serialport, Command_t command, 32 32 uint8_t priority) 33 : Imu( parent, name), Thread(parent, name, priority) {33 : Imu(name), Thread(getFrameworkManager(), name, priority) { 34 34 pimpl_ = new Gx3_25_imu_impl(this, name, serialport, command, GetGroupBox()); 35 35
Note:
See TracChangeset
for help on using the changeset viewer.