Skip to content

Fix for #119. Properly set the late state of the receive buffer in the pub_sub receivers.

The buffer enters into a late state after its data has been read out. Any data for that cycle that arrives is considered late, until the next cycle comes in, at which point it is marked as dropped.

This updates the late state when data is copied out of the buffer and clears it when a new gps second/cycle is accepted in.

Closes #119 (closed).

Merge request reports