Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <LedEngine.h>
Definition at line 142 of file LedEngine.h.
Public Attributes | |
float | value |
the current value being expressed | |
float | amp |
the amplitude of the cycle (if cycling) | |
unsigned int | period |
the period of the cycle (if cycling) | |
unsigned int | starttime |
the start time of the cycle (if cycling) | |
float | offset |
the phase shift from normal of the cycle (if cycling) | |
float | flashvalue |
the value being 'flashed' (only valid if current time is less than flashtime | |
unsigned int | flashtime |
the time the 'flash' should retire | |
bool | isCycling |
true if in cycle mode |
|
the amplitude of the cycle (if cycling)
Definition at line 144 of file LedEngine.h. Referenced by LedEngine::cycle(), and LedEngine::invert(). |
|
the time the 'flash' should retire
Definition at line 149 of file LedEngine.h. Referenced by LedEngine::calcValue(), LedEngine::cflash(), LedEngine::flash(), LedEngine::isDirty(), and LedEngine::LedEngine(). |
|
the value being 'flashed' (only valid if current time is less than flashtime
Definition at line 148 of file LedEngine.h. Referenced by LedEngine::cflash(), and LedEngine::flash(). |
|
true if in cycle mode
Definition at line 150 of file LedEngine.h. Referenced by LedEngine::clear(), LedEngine::cycle(), LedEngine::invert(), and LedEngine::set(). |
|
the phase shift from normal of the cycle (if cycling)
Definition at line 147 of file LedEngine.h. Referenced by LedEngine::cycle(). |
|
the period of the cycle (if cycling)
Definition at line 145 of file LedEngine.h. Referenced by LedEngine::cycle(). |
|
the start time of the cycle (if cycling)
Definition at line 146 of file LedEngine.h. Referenced by LedEngine::cycle(), and LedEngine::LedEngine(). |
|
the current value being expressed
Definition at line 143 of file LedEngine.h. Referenced by LedEngine::clear(), LedEngine::invert(), LedEngine::set(), and LedEngine::setOneOfTwo(). |
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:15 2004 by Doxygen 1.3.4 |