source: pacpusframework/branches/2.0-beta1/include/Pacpus/PacpusTools/pacpusStruct.h@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 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
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.