#include "TimeSpecStruct.h"
Go to the source code of this file.
Classes | |
struct | EventType |
Defines an event (Whistle or Noise) with its length. More... | |
class | Counter |
The whistle counter. More... | |
Defines | |
#define | TEST_NO |
#define | WHISTLE_EVENT 1 |
#define | NOISE_EVENT 0 |
#define | SHORT_WHISTLE -2 |
A short whistle. | |
#define | LONG_WHISTLE -1 |
A Long whistle. | |
#define | NO_WHISTLES 0 |
No whistles. | |
#define | MAX_CONFIDENCE 1.0 |
Maximum confidence. | |
#define | MED_CONFIDENCE 0.8 |
Medium, confidence; used for whistles of medium length. | |
#define | LOW_CONFIDENCE 0.4 |
Typedefs | |
typedef EventType | EventType |
Defines an event (Whistle or Noise) with its length. |
|
A Long whistle.
|
|
|
|
Maximum confidence.
|
|
Medium, confidence; used for whistles of medium length.
|
|
No whistles.
|
|
|
|
A short whistle.
|
|
|
|
|
|
Defines an event (Whistle or Noise) with its length. Events longer than 127 steps are clamped to 127 steps |