A STidSTR LED/Buzzer Display class.
More...
#include <stidstrledbuzzerdisplay.hpp>
A STidSTR LED/Buzzer Display class.
◆ STidSTRLEDBuzzerDisplay()
| logicalaccess::STidSTRLEDBuzzerDisplay::STidSTRLEDBuzzerDisplay |
( |
| ) |
|
◆ getSTidSTRReaderCardAdapter()
| std::shared_ptr< STidSTRReaderCardAdapter > logicalaccess::STidSTRLEDBuzzerDisplay::getSTidSTRReaderCardAdapter |
( |
| ) |
const |
|
inline |
◆ setBuzzer() [1/2]
| void logicalaccess::STidSTRLEDBuzzerDisplay::setBuzzer |
( |
bool |
status | ) |
|
|
overridevirtual |
◆ setBuzzer() [2/2]
| void logicalaccess::STidSTRLEDBuzzerDisplay::setBuzzer |
( |
bool |
status, |
|
|
bool |
deferred |
|
) |
| |
Set the buzzer status.
- Parameters
-
| status | true if the buzzer must be turned on, false if it must be turned down. |
| deferred | if set to true, the buzzer status won't be changed until the next call to setPort() or the next call to setRedLed(), setGreenLed() or setBuzzer() with the deferred parameter set to false. Default is false. |
◆ setGreenLed() [1/2]
| void logicalaccess::STidSTRLEDBuzzerDisplay::setGreenLed |
( |
bool |
status | ) |
|
|
overridevirtual |
◆ setGreenLed() [2/2]
| void logicalaccess::STidSTRLEDBuzzerDisplay::setGreenLed |
( |
bool |
status, |
|
|
bool |
deferred |
|
) |
| |
Set the green led status.
- Parameters
-
| status | true if the led must be switched on, false if it must be switched down. |
| deferred | if set to true, the led status won't be changed until the next call to setPort() or the next call to setRedLed(), setGreenLed() or setBuzzer() with the deferred parameter set to false. Default is false. |
◆ setPort() [1/2]
| void logicalaccess::STidSTRLEDBuzzerDisplay::setPort |
( |
| ) |
const |
◆ setPort() [2/2]
| void logicalaccess::STidSTRLEDBuzzerDisplay::setPort |
( |
bool |
red, |
|
|
bool |
green, |
|
|
bool |
buzzer |
|
) |
| |
Upload led and buzzer status.
- Parameters
-
| red | The red led status. |
| green | The green led status. |
| buzzer | The buzzer status. |
- See also
- setRedLed
-
setGreenLed
-
setBuzzer
◆ setRedLed() [1/2]
| void logicalaccess::STidSTRLEDBuzzerDisplay::setRedLed |
( |
bool |
status | ) |
|
|
overridevirtual |
◆ setRedLed() [2/2]
| void logicalaccess::STidSTRLEDBuzzerDisplay::setRedLed |
( |
bool |
status, |
|
|
bool |
deferred |
|
) |
| |
Set the red led status.
- Parameters
-
| status | true if the led must be switched on, false if it must be switched down. |
| deferred | if set to true, the led status won't be changed until the next call to setPort() or the next call to setRedLed(), setGreenLed() or setBuzzer() with the deferred parameter set to false. Default is false. |
◆ d_buzzer
| bool logicalaccess::STidSTRLEDBuzzerDisplay::d_buzzer |
|
protected |
◆ d_green_led
| bool logicalaccess::STidSTRLEDBuzzerDisplay::d_green_led |
|
protected |
◆ d_red_led
| bool logicalaccess::STidSTRLEDBuzzerDisplay::d_red_led |
|
protected |
The documentation for this class was generated from the following files: