SysLidarCalibrationMessage.h
Go to the documentation of this file.
1 
39 #ifndef LibMultiSense_SysLidarCalibrationMessage
40 #define LibMultiSense_SysLidarCalibrationMessage
41 
43 
44 namespace crl {
45 namespace multisense {
46 namespace details {
47 namespace wire {
48 
50 public:
53 
54  float laserToSpindle[4][4];
55  float cameraToSpindleFixed[4][4];
56 
57  //
58  // Constructors
59 
62 
63  //
64  // Serialization routine
65 
66  template<class Archive>
67  void serialize(Archive& message,
68  const VersionType version)
69  {
70  SER_ARRAY_2(laserToSpindle, 4, 4);
71  SER_ARRAY_2(cameraToSpindleFixed, 4, 4);
72  }
73 };
74 
75 }}}}; // namespaces
76 
77 #endif
Definition: channel.cc:56
#define SER_ARRAY_2(a_, n_, m_)
Definition: Protocol.h:255
SysLidarCalibration(utility::BufferStreamReader &r, VersionType v)
void serialize(Archive &message, const VersionType version)
static CRL_CONSTEXPR IdType ID_DATA_SYS_LIDAR_CAL
Definition: Protocol.h:192
#define CRL_CONSTEXPR
Definition: Portability.hh:38


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