44 void Initialize(
float fltDelayTime,
float fltTimeStep);
45 void AddValue(
float fltVal);
Root namespace for the base simulation library for AnimatLab.
CStdArray< float > m_aryRingBuf
Ring buffer of float values.
Implements a Delay line of float values.
int m_iDelayComp
Size of the ring buffer-1.
int m_iSaveIdx
The index where the next new value will be saved in the ring.
int m_iReadIdx
The index where we read the current top value off the ring.
int m_iDelaySize
Size of the ring buffer.