MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
qtFloatMath.h File Reference

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

 MAKLogger
 MAKLogger::DtLgrGenericFileFormats.
 

Macros

#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)))
 

Detailed Description

Contains MAKLogger::DtValueSmoother class and MAKLogger::PointF and MAKLogger::RectF structs.

Macro Definition Documentation

#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)))

Document ID: Generated on Thu Sep 2 15:35:22 EDT 2021 from SVN revision 233992
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)