#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) | |
Definition at line 60 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 63 of file staticMode.h.
| void StaticMode::execute | ( | ) |  [inline, virtual] | 
Implements Mode.
Definition at line 71 of file staticMode.h.
| std::string StaticMode::getName | ( | ) |  [inline, virtual] | 
Implements Mode.
Definition at line 77 of file staticMode.h.