Skip to content

Introduce Testcase for FULL SEQUENCE with GAP event

This branch is a first incomplete draft.

https://git.gsi.de/acc/cabad/-/blob/Insert_gap_events_into_fake_sequences

Possibly interesting part, describing a sequences with GAP events:

https://git.gsi.de/acc/cabad/-/blob/Insert_gap_events_into_fake_sequences/test/CircularBufferManagerBaseTest.cpp#L319

Though, this draft has structural weaknesses. fakeSamplesPushedInsideCurrentSequence_ is supposed to be used in order to check if the number of samples in the sequence matches the number of samples in the FULL_SEQ window ... however, the way it is done in that branch does not work ... to be done in a different way.