source: pacpusframework/branches/0.2.x/include/Pacpus/structures/pacpusStruct.h@ 364

Last change on this file since 364 was 364, checked in by DHERBOMEZ Gérald, 9 years ago

add header file

File size: 241 bytes
Line 
1
2#ifndef PACPUSSTRUCT_H
3#define PACPUSSTRUCT_H
4
5#include <Pacpus/kernel/road_time.h>
6
7class PacpusTimeStampedData {
8public:
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.