Changeset 37 in pacpussensors for trunk/Alasca/AlascaData.h


Ignore:
Timestamp:
02/18/14 11:54:55 (10 years ago)
Author:
cfougera
Message:

First commit of Sick lidars interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Alasca/AlascaData.h

    r1 r37  
    4545struct ScanAlascaData
    4646{
    47     uint8_t scannertype;        // Alasca has type 2
    48     uint32_t timeStart;         // time start of the scan
    49     float startAngle;                               // the start angle of the measurement (in [rad*e4])
    50     float endAngle;                                   // the stop angle of the measurement (in [rad*e4])
     47    uint8_t scannertype;            // Alasca has type 2
     48    uint32_t timeStart;             // time start of the scan
     49    float startAngle;                       // the start angle of the measurement (in [rad*e4])
     50    float endAngle;                             // the stop angle of the measurement (in [rad*e4])
    5151    uint32_t nbPoint;                   // number of points
    52     road_time_t time;                 // DBT timestamp
    53     road_timerange_t timerange;       // DBT timerange
    54     ScanPoint point[MAX_SCAN_POINT];  // the data, see struct ScanPoint
     52    road_time_t time;               // DBT timestamp
     53    road_timerange_t timerange;     // DBT timerange
     54    ScanPoint point[MAX_SCAN_POINT];// the data, see struct ScanPoint
    5555};
    5656
Note: See TracChangeset for help on using the changeset viewer.