This block implements a circular buffer with integer values.
A new value is read from u and written to the buffer each time the trigger rises. When the buffer is full, it is written to the output and can be evaluated by the callback function.