Changeset 43 in pacpussensors


Ignore:
Timestamp:
Apr 1, 2014, 3:42:58 PM (11 years ago)
Author:
cfougera
Message:

XML for sensors and players added. LMSxxx player ok. LDMRS still under development.

Location:
trunk
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Sick/SickLDMRSData.h

    r42 r43  
    135135    u_int64_t timeStartFromSensor;  //!< NTP time (creation of the message on sensor).
    136136    ScanHeader hScan;               //!< General information about points recorded. @see ScanHeader
    137 //    road_time_t time;               //!< DBT timestamp.
    138 //    road_timerange_t timerange;     //!< DBT timerange.
     137    road_time_t time;               //!< DBT timestamp.
     138    road_timerange_t timerange;     //!< DBT timerange.
    139139    int32_t dataPos;                //!< The position of the data in the binary file associated to the dbt file (utc file).
    140140} SickLDMRS_dbt;
  • trunk/StdDbtPlayerComponents/CMakeLists.txt

    r42 r43  
    2626        StdDbtPlayerComponentsConfig.h
    2727    DbtPlySickLMSManager.h
     28    DbtPlySickLDMRSManager.h
    2829)
    2930
     
    3738        DbtPlyStereoManager.cpp
    3839    DbtPlySickLMSManager.cpp
     40    DbtPlySickLDMRSManager.cpp
    3941        ImageViewer.cpp
    4042        ${HDRS}
     
    5052    DbtPlyStereoManager.h
    5153    DbtPlySickLMSManager.h
     54    DbtPlySickLDMRSManager.h
    5255        ImageViewer.h
    5356        ${PLUGIN_H}
Note: See TracChangeset for help on using the changeset viewer.