fog_kvh
/build/rock-master-18.09-drivers-orogen-fog-kvh-0.20160812/dsp3000Reading.hpp
Go to the documentation of this file.
1 
8 #ifndef DSP3000READING_H
9 #define DSP3000READING_H
10 
11 #include <base/Time.hpp>
12 
13 namespace fog_kvh
14 {
19  };
20 
21  struct dsp3000Config{
23  bool reset;
24  };
25 
27  base::Time time;
28  double rotation;
29  int packedID;
30  };
31 
32 };
33 
34 
35 #endif
Definition: dsp3000Reading.hpp:26
bool reset
Definition: dsp3000Reading.hpp:23
dsp3000Mode
Definition: dsp3000Reading.hpp:15
base::Time time
Definition: dsp3000Reading.hpp:27
Definition: dsp3000Reading.hpp:16
Definition: dsp3000Reading.hpp:17
double rotation
Definition: dsp3000Reading.hpp:28
Definition: dsp3000Reading.hpp:13
int packedID
Definition: dsp3000Reading.hpp:29
dsp3000Mode mode
Definition: dsp3000Reading.hpp:22
Definition: dsp3000Reading.hpp:21
Definition: dsp3000Reading.hpp:18