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


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