Changeset 137 in flair-src for trunk/lib/FlairSensorActuator/src/SimuGps.cpp
- Timestamp:
- Feb 14, 2017, 3:06:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/SimuGps.cpp
r68 r137 38 38 namespace sensor { 39 39 40 SimuGps::SimuGps( const FrameworkManager *parent,string name,40 SimuGps::SimuGps(string name, 41 41 NmeaGps::NMEAFlags_t NMEAFlags, uint32_t deviceId,uint8_t priority) 42 : NmeaGps( parent, name, NMEAFlags),Thread(parent, name, priority) {42 : NmeaGps(name, NMEAFlags),Thread(getFrameworkManager(), name, priority) { 43 43 44 44 dataRate = new SpinBox(GetGroupBox()->NewRow(), "data rate", " Hz", 1, 500, 1, 200);
Note:
See TracChangeset
for help on using the changeset viewer.