Changeset 119 in pacpussensors for trunk/Gps/gpsComponent.cpp
- Timestamp:
- Jan 26, 2016, 5:03:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gps/gpsComponent.cpp
r118 r119 85 85 addOutput<TimestampedGgaFrame, GpsComponent>("ggaOut"); 86 86 addOutput<TimestampedVtgFrame, GpsComponent>("vtgOut"); 87 addOutput<Timestamped VtgFrame, GpsComponent>("hdtOut");87 addOutput<TimestampedHdtFrame, GpsComponent>("hdtOut"); 88 88 } 89 89 … … 536 536 mHdt.timerange = 0; 537 537 538 // send VTGdata to output538 // send HDT data to output 539 539 checkedSend(outHdt_, mHdt); 540 540
Note:
See TracChangeset
for help on using the changeset viewer.