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