|
| Blink (int interval=0, int iteration=0) |
| This API is a parameterized constructor for the nested class Blink. More...
|
|
virtual | ~Blink () |
| This function is the default destructor of Blink class. More...
|
|
int | getInterval () const |
| This API is used to get the blink intervals of front panel indicator. More...
|
|
int | getIteration () const |
| This API is used to get the blink iterations of front panel indicator. More...
|
|
|
int | _interval |
| Indicates the blink interval for front panel indicators.
|
|
int | _iteration |
| Indicates the blink iteration for front panel indicators.
|
|
Definition at line 97 of file frontPanelIndicator.hpp.
◆ ~Blink()
◆ getInterval()
Blink::getInterval |
( |
| ) |
const |
|
inline |
This API is used to get the blink intervals of front panel indicator.
- Returns
- _interval Indicates the blink intervals
Definition at line 118 of file frontPanelIndicator.hpp.
◆ getIteration()
Blink::getIteration |
( |
| ) |
const |
|
inline |
This API is used to get the blink iterations of front panel indicator.
- Returns
- _iteration Indicates the blink iterations
Definition at line 127 of file frontPanelIndicator.hpp.
The documentation for this class was generated from the following files: