LibMultiSense
LibMultiSense Documentation
Loading...
Searching...
No Matches
LedSensorStatusMessage.hh
Go to the documentation of this file.
1
39#ifndef LibMultiSense_LedSensorStatusMessage
40#define LibMultiSense_LedSensorStatusMessage
41
43
44namespace crl {
45namespace multisense {
46namespace details {
47namespace wire {
48
50public:
53
54 //
55 // The ambient light sensor output ranging from 0 to 100
56
58
59 //
60 // Constructors
61
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
Macros and symbols to help portability between different compiler versions.
#define CRL_CONSTEXPR
void serialize(Archive &message, const VersionType version)
LedSensorStatus(utility::BufferStreamReader &r, VersionType v)
static CRL_CONSTEXPR IdType ID_DATA_LED_SENSOR_STATUS
Definition Protocol.hh:229