LidarPollMotorMessage.h
Go to the documentation of this file.
1 
39 #ifndef LibMultiSense_LidarPollMotorMessage
40 #define LibMultiSense_LidarPollMotorMessage
41 
43 
44 namespace crl {
45 namespace multisense {
46 namespace details {
47 namespace wire {
48 
50 public:
53 
54  //
55  // Contructors
56 
59 
60  //
61  // Serialization routine
62 
63  template<class Archive>
64  void serialize(Archive& message,
65  const VersionType version)
66  {
67  (void) message;
68  (void) version;
69  //Do nothing
70  }
71 };
72 
73 }}}} // namespaces
74 
75 #endif
void serialize(Archive &message, const VersionType version)
static CRL_CONSTEXPR IdType ID_CMD_SYS_MOTOR_POLL
Definition: Protocol.h:187
Definition: channel.cc:56
LidarPollMotor(utility::BufferStreamReader &r, VersionType v)
#define CRL_CONSTEXPR
Definition: Portability.hh:51


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