LibMultiSense
LibMultiSense Documentation
Loading...
Searching...
No Matches
LedGetStatusMessage.hh
Go to the documentation of this file.
1
41#ifndef LibMultiSense_LedGetStatusMessage
42#define LibMultiSense_LedGetStatusMessage
43
45
46namespace crl {
47namespace multisense {
48namespace details {
49namespace wire {
50
52public:
55
56 //
57 // Constructors
58
61
62 //
63 // Serialization routine
64
65 template<class Archive>
66 void serialize(Archive& message,
67 const VersionType version)
68 {
69 (void) message;
70 (void) version;
71 // nothing yet
72 }
73};
74
75}}}} // namespaces
76
77#endif
Macros and symbols to help portability between different compiler versions.
#define CRL_CONSTEXPR
LedGetStatus(utility::BufferStreamReader &r, VersionType v)
void serialize(Archive &message, const VersionType version)
static CRL_CONSTEXPR IdType ID_CMD_LED_GET_STATUS
Definition Protocol.hh:166