#include <cmath>#include <Eigen/Dense>#include <inttypes.h>
Go to the source code of this file.
| Classes | |
| struct | TEventData | 
| Defines | |
| #define | CEVENT_COUNTER_DATA_H | 
| #define | EVENTMAP_FREE 0 | 
| #define | EVENTMAP_NUMBER_OF_EVENTS_STORED 128 | 
| #define | EVENTMAP_OBSERVATION_LIMIT 30000.0 | 
| #define | EVENTMAP_OCCU 255 | 
| Defines for presets. | |
| #define | EVENTMAP_UNKNOWN 127 | 
| #define | EVENTMAP_USE_RECENCY_FILTERING | 
| Recency filtering stuff. | |
| #define | Wforget (5000.0/5001.0) | 
| #define CEVENT_COUNTER_DATA_H | 
Definition at line 36 of file EventCounterData.cpp.
| #define EVENTMAP_FREE 0 | 
Definition at line 44 of file EventCounterData.cpp.
| #define EVENTMAP_NUMBER_OF_EVENTS_STORED 128 | 
Definition at line 45 of file EventCounterData.cpp.
| #define EVENTMAP_OBSERVATION_LIMIT 30000.0 | 
Definition at line 50 of file EventCounterData.cpp.
| #define EVENTMAP_OCCU 255 | 
Defines for presets.
Definition at line 42 of file EventCounterData.cpp.
| #define EVENTMAP_UNKNOWN 127 | 
Definition at line 43 of file EventCounterData.cpp.
| #define EVENTMAP_USE_RECENCY_FILTERING | 
Recency filtering stuff.
Definition at line 49 of file EventCounterData.cpp.
| #define Wforget (5000.0/5001.0) | 
Definition at line 51 of file EventCounterData.cpp.