StatusRequestMessage.h
Go to the documentation of this file.
1 
40 #ifndef LibMultiSense_StatusRequestMessage
41 #define LibMultiSense_StatusRequestMessage
42 
44 
45 namespace crl {
46 namespace multisense {
47 namespace details {
48 namespace wire {
49 
51 public:
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
StatusRequest(utility::BufferStreamReader &r, VersionType v)
static CRL_CONSTEXPR IdType ID_CMD_GET_STATUS
Definition: Protocol.h:157
void serialize(Archive &message, const VersionType version)
Definition: channel.cc:56
#define CRL_CONSTEXPR
Definition: Portability.hh:51


multisense_lib
Author(s):
autogenerated on Sun Mar 14 2021 02:34:50