LedSensorStatusMessage.hh
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.hh:221
Definition: channel.cc:58
LedSensorStatus(utility::BufferStreamReader &r, VersionType v)
void serialize(Archive &message, const VersionType version)
#define CRL_CONSTEXPR
Definition: Portability.hh:49


multisense_lib
Author(s):
autogenerated on Sat Jun 24 2023 03:01:21