source: pacpusframework/branches/2.0-beta1/include/Pacpus/structure/structureXbow.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: 408 bytes
Line 
1#ifndef STRUCTUREXBOW_H
2#define STRUCTUREXBOW_H
3
4#include "kernel/road_time.h"
5
6typedef struct {
7 road_time_t message_time;
8 double rollAngle;
9 double pitchAngle;
10 double rollRate;
11 double pitchRate;
12 double yawRate;
13 double accelX;
14 double accelY;
15 double accelZ;
16 double temp;
17 unsigned short embedded_time;
18} VG700dataframe;
19
20#endif // STRUCTUREXBOW_H
Note: See TracBrowser for help on using the repository browser.