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