Changeset 118 in pacpussensors for trunk/Gps/gpsComponent.h


Ignore:
Timestamp:
01/13/16 17:30:51 (8 years ago)
Author:
DHERBOMEZ Gérald
Message:

add output for HDT, VTG, GGA frames
add timestamped structures for GPS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gps/gpsComponent.h

    r99 r118  
    1616#include "Pacpus/kernel/DbiteFile.h"
    1717#include "../NMEA0183/include/nmea0183.h"
     18#include <Pacpus/kernel/InputOutputInterface.h>
    1819
    1920#include "GpsFrames.h"
     
    8889  bool analyzeFrame(); /*!< reconstruct the entire frame starting from the received pieces */
    8990
     91  void addOutputs();
     92
    9093#ifdef WIN32
    9194  Win32SerialPort * serialPort;
     
    153156  ShMem * shMem_;
    154157
     158  TimestampedGgaFrame mGga;
     159  TimestampedVtgFrame mVtg;
     160  TimestampedHdtFrame mHdt;
     161
     162  // Declaration of outputs
     163  OutputInterface<TimestampedGgaFrame, GpsComponent>* outGga_;
     164  OutputInterface<TimestampedVtgFrame, GpsComponent>* outVtg_;
     165  OutputInterface<TimestampedHdtFrame, GpsComponent>* outHdt_;
     166
    155167  /// For the socket server
    156168  /* Qt3 version - 17/12/2007
Note: See TracChangeset for help on using the changeset viewer.