ImuGetInfoMessage.h
Go to the documentation of this file.
1 
37 #ifndef LibMultiSense_ImuGetInfoMessage
38 #define LibMultiSense_ImuGetInfoMessage
39 
41 
42 namespace crl {
43 namespace multisense {
44 namespace details {
45 namespace wire {
46 
47 class ImuGetInfo {
48 public:
51 
52  //
53  // Constructors
54 
56  ImuGetInfo() {};
57 
58  //
59  // Serialization routine
60 
61  template<class Archive>
62  void serialize(Archive& message,
63  const VersionType version)
64  {
65  // nothing yet
66  }
67 };
68 
69 }}}}; // namespaces
70 
71 #endif
static CRL_CONSTEXPR IdType ID_CMD_IMU_GET_INFO
Definition: Protocol.h:169
static CRL_CONSTEXPR VersionType VERSION
void serialize(Archive &message, const VersionType version)
Definition: channel.cc:56
#define CRL_CONSTEXPR
Definition: Portability.hh:38
ImuGetInfo(utility::BufferStreamReader &r, VersionType v)


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