LibMultiSense
LibMultiSense Documentation
Loading...
Searching...
No Matches
SysGroundSurfaceParamsMessage.hh
Go to the documentation of this file.
1
39#ifndef LibMultiSense_SysGroundSurfaceParamsMessage
40#define LibMultiSense_SysGroundSurfaceParamsMessage
41
42#include <algorithm>
43#include <string>
44#include "Protocol.hh"
45#include "../utility/BufferStream.hh"
46
47namespace crl {
48namespace multisense {
49namespace details {
50namespace wire {
51
53public:
56
73
74 //
75 // Constructors
76 //
97
98 //
99 // Serialization routine
100
101 template<class Archive>
124
125};
126
127}}}} // namespaces
128
129#endif
#define CRL_CONSTEXPR
Copyright 2013-2025 Carnegie Robotics, LLC 4501 Hatfield Street, Pittsburgh, PA 15201 http://www....
void serialize(Archive &message, const VersionType version)
SysGroundSurfaceParams(utility::BufferStreamReader &r, VersionType v)
static CRL_CONSTEXPR IdType ID_DATA_SYS_GROUND_SURFACE_PARAM
Definition Protocol.hh:234