#include <staticMode.h>

Public Member Functions | |
| void | execute () |
| std::string | getName () |
| StaticMode (color::rgba color, int priority=0, double freq=0, int pulses=0, double timeout=0) | |
Private Attributes | |
| double | _inc |
| double | _timer_inc |
Definition at line 23 of file staticMode.h.
| StaticMode::StaticMode | ( | color::rgba | color, |
| int | priority = 0, |
||
| double | freq = 0, |
||
| int | pulses = 0, |
||
| double | timeout = 0 |
||
| ) | [inline] |
Definition at line 26 of file staticMode.h.
| void StaticMode::execute | ( | ) | [inline, virtual] |
Implements Mode.
Definition at line 33 of file staticMode.h.
| std::string StaticMode::getName | ( | ) | [inline, virtual] |
Implements Mode.
Definition at line 43 of file staticMode.h.
double StaticMode::_inc [private] |
Definition at line 47 of file staticMode.h.
double StaticMode::_timer_inc [private] |
Definition at line 46 of file staticMode.h.