SysSensorCalibrationMessage.h
Go to the documentation of this file.
1 
39 #ifndef LibMultiSense_SysSensorCalibrationMessage
40 #define LibMultiSense_SysSensorCalibrationMessage
41 
43 
44 namespace crl {
45 namespace multisense {
46 namespace details {
47 namespace wire {
48 
50 public:
53 
54 
55  uint8_t adc_gain[2];
56  int16_t bl_offset[2];
57 
58  //
59  // Constructors
60 
63 
64  //
65  // Serialization routine
66 
67  template<class Archive>
68  void serialize(Archive& message,
69  const VersionType version)
70  {
71  SER_ARRAY_1(adc_gain,2);
72  SER_ARRAY_1(bl_offset,2);
73  }
74 };
75 
76 }}}}; // namespaces
77 
78 #endif
#define SER_ARRAY_1(a_, n_)
Definition: Protocol.h:251
static CRL_CONSTEXPR IdType ID_DATA_SYS_SENSOR_CAL
Definition: Protocol.h:204
SysSensorCalibration(utility::BufferStreamReader &r, VersionType v)
Definition: channel.cc:56
void serialize(Archive &message, const VersionType version)
#define CRL_CONSTEXPR
Definition: Portability.hh:38


multisense_lib
Author(s):
autogenerated on Sat Apr 6 2019 02:16:46