LibMultiSense
LibMultiSense Documentation
Loading...
Searching...
No Matches
SysGetSensorCalibrationMessage.hh
Go to the documentation of this file.
1
39#ifndef LibMultiSense_SysGetSensorCalibrationMessage
40#define LibMultiSense_SysGetSensorCalibrationMessage
41
43
44namespace crl {
45namespace multisense {
46namespace details {
47namespace wire {
48
50public:
53
54 //
55 // Constructors
56
59
60 //
61 // Serialization routine
62
63 template<class Archive>
64 void serialize(Archive& message,
65 const VersionType version)
66 {
67 (void) message;
68 (void) version;
69 // nothing yet
70 }
71};
72
73}}}} // namespaces
74
75#endif
Macros and symbols to help portability between different compiler versions.
#define CRL_CONSTEXPR
SysGetSensorCalibration(utility::BufferStreamReader &r, VersionType v)
void serialize(Archive &message, const VersionType version)
static CRL_CONSTEXPR IdType ID_CMD_SYS_GET_SENSOR_CAL
Definition Protocol.hh:183