LedSensorStatusMessage.h
Go to the documentation of this file.
1 
39 #ifndef LibMultiSense_LedSensorStatusMessage
40 #define LibMultiSense_LedSensorStatusMessage
41 
43 
44 namespace crl {
45 namespace multisense {
46 namespace details {
47 namespace wire {
48 
50 public:
53 
54  //
55  // The ambient light sensor output ranging from 0 to 100
56 
58 
59  //
60  // Constructors
61 
63  LedSensorStatus() : ambientLightPercentage(0){};
64 
65  //
66  // Serialization routine
67 
68  template<class Archive>
69  void serialize(Archive& message,
70  const VersionType version)
71  {
72  (void) version;
73  message & ambientLightPercentage;
74  }
75 };
76 
77 }}}} // namespaces
78 
79 #endif
static CRL_CONSTEXPR IdType ID_DATA_LED_SENSOR_STATUS
Definition: Protocol.h:217
Definition: channel.cc:56
LedSensorStatus(utility::BufferStreamReader &r, VersionType v)
void serialize(Archive &message, const VersionType version)
#define CRL_CONSTEXPR
Definition: Portability.hh:51


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