Main Page | Class List | File List | Class Members | File Members

TimeSpecStruct.h File Reference

Go to the source code of this file.

Classes

struct  TimeSpecsType
 Contains time specifics for the whistle counter. More...


Typedefs

typedef TimeSpecsType TimeSpecsType
 Contains time specifics for the whistle counter.


Variables

const TimeSpecsType TIME_SPECS_DEFAULT = {20,25,50,15,6,2}
 Defines the default specifics.


Typedef Documentation

typedef struct TimeSpecsType TimeSpecsType
 

Contains time specifics for the whistle counter.


Variable Documentation

const TimeSpecsType TIME_SPECS_DEFAULT = {20,25,50,15,6,2}
 

Defines the default specifics.

TimeStep = 20 ms: Wr's process is executed once every 20 ms
ShortSteps = 25 steps: A whistle shorter than 25 steps (500 ms) is recognised as short.
LongSteps = 50 steps: A whistle longer than 50 steps (1 sec) is recognised as long.
IntervalSteps = 15 steps: Two whistles are recognised as parts of the same multiple whistle if the interval which separates them is shorter than 15 steps (300 ms).
MinWhistleSteps = 4 steps: Isolated whistles shorter than 6 steps (120 ms) are discarded.
MinIntervalSteps = 4 steps: Isolated intervals shorter than 2 steps (40 ms) are discarded


Generated on Fri Jul 23 11:36:02 2004 for WhistleRecogniser by doxygen 1.3.7