Changeset 137 in flair-src for trunk/lib/FlairFilter/src/Gx3_25_ahrs.cpp
- Timestamp:
- Feb 14, 2017, 3:06:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairFilter/src/Gx3_25_ahrs.cpp
r99 r137 17 17 18 18 #include "Gx3_25_ahrs.h" 19 #include <FrameworkManager.h>20 19 #include <AhrsData.h> 21 20 #include <OneAxisRotation.h> … … 28 27 namespace filter { 29 28 30 Gx3_25_ahrs::Gx3_25_ahrs( const FrameworkManager *parent,string name,29 Gx3_25_ahrs::Gx3_25_ahrs(string name, 31 30 SerialPort *serialport, Gx3_25_imu::Command_t command, 32 31 uint8_t priority) 33 : Ahrs(new Gx3_25_imu( parent,name, serialport, command, priority), name) {}32 : Ahrs(new Gx3_25_imu( name, serialport, command, priority), name) {} 34 33 35 34 Gx3_25_ahrs::~Gx3_25_ahrs() {}
Note:
See TracChangeset
for help on using the changeset viewer.