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  // nothing yet
70  }
71 };
72 
73 }}}}; // namespaces
74 
75 #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:156
static CRL_CONSTEXPR VersionType VERSION
#define CRL_CONSTEXPR
Definition: Portability.hh:38


multisense_lib
Author(s):
autogenerated on Sat Apr 6 2019 02:16:46