The PesudoLightController class A dummy light controller used for testing or non-hardware platforms.
More...
#include <BacklightControllerImpl.h>
|
|
| PesudoLightController ()=default |
| | Default constructor.
|
| |
|
| ~PesudoLightController () override=default |
| | Destructor.
|
| |
| int | MAX_LIGHT_VAL () override |
| | Gets the dummy maximum brightness value.
|
| |
| int | MIN_LIGHT_VAL () override |
| | Gets the dummy minimum brightness value.
|
| |
| void | setLightLevel (int lightLevel) override |
| | Sets the dummy current brightness value.
|
| |
| int | lightLevel () override |
| | Gets the current dummy brightness value.
|
| |
|
virtual | ~BacklightControllerImpl ()=default |
| | Virtual destructor.
|
| |
The PesudoLightController class A dummy light controller used for testing or non-hardware platforms.
◆ lightLevel()
| int PesudoLightController::lightLevel |
( |
| ) |
|
|
overridevirtual |
◆ MAX_LIGHT_VAL()
| int PesudoLightController::MAX_LIGHT_VAL |
( |
| ) |
|
|
overridevirtual |
◆ MIN_LIGHT_VAL()
| int PesudoLightController::MIN_LIGHT_VAL |
( |
| ) |
|
|
overridevirtual |
◆ setLightLevel()
| void PesudoLightController::setLightLevel |
( |
int |
lightLevel | ) |
|
|
overridevirtual |
Sets the dummy current brightness value.
- Parameters
-
| lightLevel | New value to set. |
Implements BacklightControllerImpl.
The documentation for this class was generated from the following files: