MAK Data Logger API Documentation for DIS
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

namespace  MAKLogger
 Contains MAKLogger::DtCollector class.

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 Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)