LibMultiSense
LibMultiSense Documentation
Loading...
Searching...
No Matches
SysGetDirectedStreamsMessage.hh
Go to the documentation of this file.
1
37#ifndef LibMultiSense_SysGetDirectedStreamsMessage
38#define LibMultiSense_SysGetDirectedStreamsMessage
39
41
42namespace crl {
43namespace multisense {
44namespace details {
45namespace wire {
46
48public:
51
52 //
53 // Constructors
54
57
58 //
59 // Serialization routine
60
61 template<class Archive>
62 void serialize(Archive& message,
63 const VersionType version)
64 {
65 (void) message;
66 (void) version;
67 //
68 // Nothing. Query only. Use a SysDirectedStreamsMessage for response
69 }
70};
71
72}}}} // namespaces
73
74#endif
Macros and symbols to help portability between different compiler versions.
#define CRL_CONSTEXPR
SysGetDirectedStreams(utility::BufferStreamReader &r, VersionType v)
void serialize(Archive &message, const VersionType version)
static CRL_CONSTEXPR IdType ID_CMD_SYS_GET_DIRECTED_STREAMS
Definition Protocol.hh:182