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  message & ambientLightPercentage;
73  }
74 };
75 
76 }}}}; // namespaces
77 
78 #endif
static CRL_CONSTEXPR IdType ID_DATA_LED_SENSOR_STATUS
Definition: Protocol.h:206
Definition: channel.cc:56
LedSensorStatus(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