nio-blocks / counter

Counter, CounterFast, and NumericCounter count the number of signals that pass through the block
0 stars 1 forks source link

Counter Blocks

A collection of blocks that count numbers of signals or values over time.

Blocks in this collection

Counter - Count signals
FastCounter - Like the Counter but simpler
NumericCounter - Count values on signals rather than the number of signals
ResettableCounter - A Counter that allows resetting a group with an incoming signal via a new block input.
TallyCounter - A counter that reports the cumulative counts for all groups at once.

Dependencies

None