Changeset 119 in pacpussensors for trunk/Gps/gpsComponent.cpp


Ignore:
Timestamp:
01/26/16 17:03:28 (8 years ago)
Author:
nguyenhu
Message:

fixed bug hdtOut

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gps/gpsComponent.cpp

    r118 r119  
    8585  addOutput<TimestampedGgaFrame, GpsComponent>("ggaOut");
    8686  addOutput<TimestampedVtgFrame, GpsComponent>("vtgOut");
    87   addOutput<TimestampedVtgFrame, GpsComponent>("hdtOut");
     87  addOutput<TimestampedHdtFrame, GpsComponent>("hdtOut");
    8888}
    8989
     
    536536      mHdt.timerange = 0;
    537537
    538       // send VTG data to output
     538      // send HDT data to output
    539539      checkedSend(outHdt_, mHdt);
    540540
Note: See TracChangeset for help on using the changeset viewer.