LedGetStatusMessage.h
Go to the documentation of this file.
1 
41 #ifndef LibMultiSense_LedGetStatusMessage
42 #define LibMultiSense_LedGetStatusMessage
43 
45 
46 namespace crl {
47 namespace multisense {
48 namespace details {
49 namespace wire {
50 
51 class LedGetStatus {
52 public:
55 
56  //
57  // Constructors
58 
61 
62  //
63  // Serialization routine
64 
65  template<class Archive>
66  void serialize(Archive& message,
67  const VersionType version)
68  {
69  (void) message;
70  (void) version;
71  // nothing yet
72  }
73 };
74 
75 }}}} // namespaces
76 
77 #endif
void serialize(Archive &message, const VersionType version)
LedGetStatus(utility::BufferStreamReader &r, VersionType v)
Definition: channel.cc:56
static CRL_CONSTEXPR IdType ID_CMD_LED_GET_STATUS
Definition: Protocol.h:165
static CRL_CONSTEXPR VersionType VERSION
#define CRL_CONSTEXPR
Definition: Portability.hh:51


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