SysGetMtuMessage.h
Go to the documentation of this file.
1 
37 #ifndef LibMultiSense_SysGetMtuMessage
38 #define LibMultiSense_SysGetMtuMessage
39 
41 
42 namespace crl {
43 namespace multisense {
44 namespace details {
45 namespace wire {
46 
47 class SysGetMtu {
48 public:
51 
52  //
53  // Constructors
54 
56  SysGetMtu() {};
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  // nothing yet
68  }
69 };
70 
71 }}}} // namespaces
72 
73 #endif
SysGetMtu(utility::BufferStreamReader &r, VersionType v)
void serialize(Archive &message, const VersionType version)
Definition: channel.cc:56
static CRL_CONSTEXPR VersionType VERSION
static CRL_CONSTEXPR IdType ID_CMD_SYS_GET_MTU
Definition: Protocol.h:173
#define CRL_CONSTEXPR
Definition: Portability.hh:51


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