Homepage Demos Overview Downloads Tutorials Reference
Credits
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Search

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 141 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

float LedEngine::LEDInfo::amp
 

the amplitude of the cycle (if cycling)

Definition at line 143 of file LedEngine.h.

unsigned int LedEngine::LEDInfo::flashtime
 

the time the 'flash' should retire

Definition at line 148 of file LedEngine.h.

float LedEngine::LEDInfo::flashvalue
 

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

Definition at line 147 of file LedEngine.h.

bool LedEngine::LEDInfo::isCycling
 

true if in cycle mode

Definition at line 149 of file LedEngine.h.

float LedEngine::LEDInfo::offset
 

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

Definition at line 146 of file LedEngine.h.

unsigned int LedEngine::LEDInfo::period
 

the period of the cycle (if cycling)

Definition at line 144 of file LedEngine.h.

unsigned int LedEngine::LEDInfo::starttime
 

the start time of the cycle (if cycling)

Definition at line 145 of file LedEngine.h.

float LedEngine::LEDInfo::value
 

the current value being expressed

Definition at line 142 of file LedEngine.h.


The documentation for this struct was generated from the following file:
Tekkotsu v1.4
Generated Sat Jul 19 00:09:01 2003 by Doxygen 1.3.2