Changeset 109 in pacpussensors for trunk/StdDbtPlayerComponents/DbtPlyVtgManager.h


Ignore:
Timestamp:
12/10/15 10:49:18 (9 years ago)
Author:
nguyenhu
Message:

I/O for DbtPlyVtgManager, add classes to compile, fixed DbtPlyCPT by adding type Pose3D from previous version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StdDbtPlayerComponents/DbtPlyVtgManager.h

    r82 r109  
    2020
    2121#include "Pacpus/DbitePlayer/DbtPlyFileManager.h"
    22 #include "Pacpus/structure/structure_gps.h"
     22#include "../Gps/structure_gps.h"
    2323//#include "DbitePlayer/SensorTcpServer.h" //added
    2424#include "Pacpus/PacpusTools/ShMem.h"
     
    3737    ~DbtPlyVtgManager();
    3838    virtual ComponentBase::COMPONENT_CONFIGURATION configureComponent(XmlComponentConfig config);
    39 
     39   
     40    virtual void addInputs();
     41    virtual void addOutputs();
    4042protected:
    4143    void processData(road_time_t t, road_timerange_t tr , void * buffer);
     
    4547private:
    4648    trame_vtg * val;
     49    // Local copy of Vtg data with timestamp
     50    TimestampedVtgFrame mVtg;
    4751
     52    // Declaration of outputs
     53    OutputInterface<TimestampedVtgFrame, DbtPlyVtgManager>* outVtg;
    4854
    4955};
Note: See TracChangeset for help on using the changeset viewer.