|
SatCat5
|
A sliding-window circular buffer, retaining the last N samples.
Definition at line 96 of file ptp_filters.h.
#include <ptp_filters.h>
Public Member Functions | |
| void | read (T *dst, unsigned count) const |
| void | push (const T &next) |
| void | reset () |
Protected Attributes | |
| unsigned | m_wridx |
| T | m_window [MAX_WINDOW] |