31 void addValue(
double speed );
40 void setSmoothCount(
unsigned int smoothCount );
43 bool queueFilled()
const;
46 int sampleCount()
const;
unsigned int mySmoothCount
Definition: DtDoubleSmoother.h:49
double myCurrentTotal
Definition: DtDoubleSmoother.h:50
Definition: DtDoubleSmoother.h:18
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
std::queue< double > myQueue
Definition: DtDoubleSmoother.h:51
Contains DLL export macros.