2#include <RawDataSensor.h>
17 LogoLed = toCopy->LogoLed;
26 return _leds->GetStatusLed();
29 _leds->SetStatusLed(x);
32 property bool LogoLed {
34 return _leds->GetLogoLed();
48 return pComp1->LogoLed == pComp2->LogoLed &&
53 return pComp1->LogoLed != pComp2->LogoLed ||
Helper to encapsulate the sensor leds state.
Definition SensorLeds.h:11
A wrapper on the SensorLeds data encapsulation.
Definition WSensorLeds.h:8
~WSensorLeds()
Definition WSensorLeds.h:20
WSensorLeds()
Definition WSensorLeds.h:10
property bool StatusLed
Definition WSensorLeds.h:24
WSensorLeds(WSensorLeds^ toCopy)
Definition WSensorLeds.h:14