Public Member Functions | Protected Attributes
MAKLogger::DtValueSmoother Class Reference

Class responsible for smoothing multiple input values and calculating an interpolated 'next' value. More...

+ Collaboration diagram for MAKLogger::DtValueSmoother:

List of all members.

Public Member Functions

 DtValueSmoother (int valuesToBuffer, double init)
void addValue (double value)
double getSmoothedValue ()
 Get the next value.

Protected Attributes

double * myValues
int myBufferSize

Detailed Description

Class responsible for smoothing multiple input values and calculating an interpolated 'next' value.

This assumes the values input are in a linear distribution.


The documentation for this class was generated from the following file:

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)