FACT++  1.0
HeadersMagicLidar.h
Go to the documentation of this file.
1 #ifndef FACT_HeadersMagicLidar
2 #define FACT_HeadersMagicLidar
3 
4 namespace MagicLidar
5 {
6  namespace State
7  {
8  enum states_t
9  {
13  };
14  }
15 
16  struct DimLidar
17  {
18  DimLidar() { memset(this, 0, sizeof(DimLidar)); }
19 
20  float fZd;
21  float fAz;
22  //float fCHE;
23  //float fCOT;
24  //float fPBL;
25 
26  float fT3;
27  float fT6;
28  float fT9;
29  float fT12;
30 
32 
33  } __attribute__((__packed__));
34 }
35 
36 #endif
enum MagicLidar::State::states_t __attribute__