TimedFIFO.initialize

struct TimedFIFO(T)
private public
void
initialize
(
int size
,
int divider = 1
)

Parameters

size int

size of the buffer

divider int

only one in divider sample(s) is actually pushed in the FIFO.

Meta