#include <breathMode.h>
Public Member Functions | |
BreathMode (color::rgba color, int priority=0, double freq=20, int pulses=0, double timeout=0) | |
void | execute () |
std::string | getName () |
Private Attributes | |
double | _timer_inc |
Definition at line 60 of file breathMode.h.
BreathMode::BreathMode | ( | color::rgba | color, |
int | priority = 0 , |
||
double | freq = 20 , |
||
int | pulses = 0 , |
||
double | timeout = 0 |
||
) | [inline] |
Definition at line 63 of file breathMode.h.
void BreathMode::execute | ( | ) | [inline, virtual] |
Implements Mode.
Definition at line 69 of file breathMode.h.
std::string BreathMode::getName | ( | ) | [inline, virtual] |
Implements Mode.
Definition at line 86 of file breathMode.h.
double BreathMode::_timer_inc [private] |
Definition at line 89 of file breathMode.h.