source:
pacpusframework/branches/0.2.x/include/Pacpus/structures/pacpusStruct.h@
367
| Last change on this file since 367 was 364, checked in by , 10 years ago | |
|---|---|
| File size: 241 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | #ifndef PACPUSSTRUCT_H |
| 3 | #define PACPUSSTRUCT_H |
| 4 | |
| 5 | #include <Pacpus/kernel/road_time.h> |
| 6 | |
| 7 | class PacpusTimeStampedData { |
| 8 | public: |
| 9 | road_time_t time; |
| 10 | road_timerange_t timerange; |
| 11 | unsigned int sequenceNumber; |
| 12 | }; |
| 13 | |
| 14 | #endif // PACPUSSTRUCT_H |
Note:
See TracBrowser
for help on using the repository browser.
