LibMultiSense
LibMultiSense Documentation
Loading...
Searching...
No Matches
SysExternalCalibrationMessage.hh
Go to the documentation of this file.
1
39#ifndef LibMultiSense_SysExternalCalibrationMessage
40#define LibMultiSense_SysExternalCalibrationMessage
41
42#include <algorithm>
43#include <string>
44#include "Protocol.hh"
46
47namespace crl {
48namespace multisense {
49namespace details {
50namespace wire {
51
53public:
56
57 float calibration[6];
58
59 //
60 // Constructors
61 //
64
65 //
66 // Serialization routine
67
68 template<class Archive>
69 void serialize(Archive& message,
70 const VersionType version)
71 {
72 (void) version;
74 }
75
76};
77
78}}}} // namespaces
79
80#endif
A generic I/O stream buffer.
#define CRL_CONSTEXPR
Copyright 2013-2025 Carnegie Robotics, LLC 4501 Hatfield Street, Pittsburgh, PA 15201 http://www....
#define SER_ARRAY_1(a_, n_)
Definition Protocol.hh:347
void serialize(Archive &message, const VersionType version)
SysExternalCalibration(utility::BufferStreamReader &r, VersionType v)
static CRL_CONSTEXPR IdType ID_DATA_SYS_EXTERNAL_CAL
Definition Protocol.hh:228