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