LidarSetMotorMessage.h
Go to the documentation of this file.
1 
40 #ifndef LibMultiSense_LidarSetMotorMessage
41 #define LibMultiSense_LidarSetMotorMessage
42 
44 
45 namespace crl {
46 namespace multisense {
47 namespace details {
48 namespace wire {
49 
51 public:
54 
55  //
56  // Desired output RPM
57 
58  float rpm;
59 
60  //
61  // Contructors
62 
64  LidarSetMotor(float f=0.0) : rpm(f) {};
65 
66  //
67  // Serialization routine
68 
69  template<class Archive>
70  void serialize(Archive& message,
71  const VersionType version)
72 
73  {
74  message & rpm;
75  }
76 };
77 
78 }}}}; // namespaces
79 
80 #endif
static CRL_CONSTEXPR IdType ID_CMD_LIDAR_SET_MOTOR
Definition: Protocol.h:155
f
Definition: channel.cc:56
LidarSetMotor(utility::BufferStreamReader &r, VersionType v)
void serialize(Archive &message, const VersionType version)
#define CRL_CONSTEXPR
Definition: Portability.hh:38


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