source: pacpusframework/branches/2.0-beta1/include/Pacpus/structure/test.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: 165 bytes
Line 
1#ifndef TEST_H
2#define TEST_H
3
4struct LidarPoint{
5
6 float x,y,z;
7 char i;
8 short d;
9 bit layer[2];
10 bit echo[2];
11 bit ID[4];
12
13};
14
15#endif // TEST_H
Note: See TracBrowser for help on using the repository browser.