#include <flashMode.h>

| Public Member Functions | |
| void | execute () | 
| FlashMode (color::rgba color, int priority=0, double freq=5, int pulses=0, double timeout=0) | |
| std::string | getName () | 
| Private Attributes | |
| bool | _toggle | 
Definition at line 60 of file flashMode.h.
| FlashMode::FlashMode | ( | color::rgba | color, | 
| int | priority = 0, | ||
| double | freq = 5, | ||
| int | pulses = 0, | ||
| double | timeout = 0 | ||
| ) |  [inline] | 
Definition at line 63 of file flashMode.h.
| void FlashMode::execute | ( | ) |  [inline, virtual] | 
Implements Mode.
Definition at line 74 of file flashMode.h.
| std::string FlashMode::getName | ( | ) |  [inline, virtual] | 
Implements Mode.
Definition at line 88 of file flashMode.h.
| bool FlashMode::_toggle  [private] | 
Definition at line 91 of file flashMode.h.