Changeset 119 in pacpussensors
- Timestamp:
- Jan 26, 2016, 5:03:28 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 3 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 -
trunk/NMEA0183/CMakeLists.txt
r107 r119 180 180 # PATTERN "*~" EXCLUDE 181 181 # ) 182 183 # install headers 184 install( 185 DIRECTORY 186 include/ 187 DESTINATION 188 ${PACPUS_INSTALL_DIR}/include/NMEA0183/include 189 PATTERN ".svn" EXCLUDE 190 PATTERN "*~" EXCLUDE 191 ) -
trunk/driver/PosixSerialPort.h
r99 r119 23 23 24 24 25 #include " kernel/pacpus.h"25 #include "Pacpus/kernel/pacpus.h" 26 26 #include "dataFrame.h" 27 27
Note:
See TracChangeset
for help on using the changeset viewer.