LibMultiSense
LibMultiSense Documentation
Loading...
Searching...
No Matches
SysLidarCalibrationMessage.hh
Go to the documentation of this file.
1
39#ifndef LibMultiSense_SysLidarCalibrationMessage
40#define LibMultiSense_SysLidarCalibrationMessage
41
43
44namespace crl {
45namespace multisense {
46namespace details {
47namespace wire {
48
50public:
53
54 float laserToSpindle[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 (void) version;
73 }
74};
75
76}}}} // namespaces
77
78#endif
Macros and symbols to help portability between different compiler versions.
#define CRL_CONSTEXPR
#define SER_ARRAY_2(a_, n_, m_)
Definition Protocol.hh:351
SysLidarCalibration(utility::BufferStreamReader &r, VersionType v)
void serialize(Archive &message, const VersionType version)
static CRL_CONSTEXPR IdType ID_DATA_SYS_LIDAR_CAL
Definition Protocol.hh:215