Contains MAKLogger::DtValueSmoother class and MAKLogger::PointF and MAKLogger::RectF structs. More...
Go to the source code of this file.
Classes | |
| class | MAKLogger::DtValueSmoother |
| Class responsible for smoothing multiple input values and calculating an interpolated 'next' value. More... | |
Namespaces | |
| namespace | MAKLogger |
Contains MAKLogger::DtCollector class. | |
Defines | |
| #define | DT_ROUND(x) (((x) < LONG_MIN-0.5 || (x) > LONG_MAX+0.5) ? 0 : ((x)>=0?(int)((x)+0.5):(int)((x)-0.5))) |
Contains MAKLogger::DtValueSmoother class and MAKLogger::PointF and MAKLogger::RectF structs.