Last change
on this file since 92 was 89, checked in by morasjul, 12 years ago |
PACPUS 2.0 Beta deployed in new branch
Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support
|
-
Property svn:executable
set to
*
|
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.