Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

LedEngine::LEDInfo Struct Reference

#include <LedEngine.h>

List of all members.


Detailed Description

Holds all the information needed by each of the LEDs.

Definition at line 207 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

Member Data Documentation

the current value being expressed

Definition at line 208 of file LedEngine.h.

Referenced by LedEngine::getSetting().

the amplitude of the cycle (if cycling)

Definition at line 209 of file LedEngine.h.

Referenced by LedEngine::cycle().

the period of the cycle (if cycling)

Definition at line 210 of file LedEngine.h.

Referenced by LedEngine::cycle().

the start time of the cycle (if cycling)

Definition at line 211 of file LedEngine.h.

Referenced by LedEngine::cycle(), and LedEngine::LedEngine().

the phase shift from normal of the cycle (if cycling)

Definition at line 212 of file LedEngine.h.

the value being 'flashed' (only valid if current time is less than flashtime

Definition at line 213 of file LedEngine.h.

the time the 'flash' should retire

Definition at line 214 of file LedEngine.h.

Referenced by LedEngine::LedEngine().

true if in cycle mode

Definition at line 215 of file LedEngine.h.

Referenced by LedEngine::cycle().


The documentation for this struct was generated from the following file:

Tekkotsu v4.0
Generated Thu Nov 22 00:58:27 2007 by Doxygen 1.5.4