Skip to content

Adding table view abstraction for data sequences - #581

Merged
sawenzel merged 2 commits into
AliceO2Group:devfrom
matthiasrichter:dev-algorithm
Sep 27, 2017
Merged

Adding table view abstraction for data sequences#581
sawenzel merged 2 commits into
AliceO2Group:devfrom
matthiasrichter:dev-algorithm

Conversation

@matthiasrichter

Copy link
Copy Markdown
Collaborator

Container class for multiple sequences of data wrapped by markers.

This is a container for data sequences of multiple frames consisting
of a header marker struct, a payload, and an optional trailer marker
struct. Each sequence forms a row in the TableView, the columns
are provided by the markers/frames.

A parser is used to step through the data sequence and extract
headers, trailers and payload positions.

Factoring out the test frame allocator utility to a separate file
to be used in multiple unit tests. Going to be made more general in
the future.

Container class for multiple sequences of data wrapped by markers.

This is a container for data sequences of multiple frames consisting
of a header marker struct, a payload, and an optional trailer marker
struct. Each sequence forms a row in the TableView, the columns
are provided by the markers/frames.

A parser is used to step through the data sequence and extract
headers, trailers and payload positions.

Factoring out the test frame allocator utility to a separate file
to be used in multiple unit tests. Going to be made more general in
the future.
@sawenzel
sawenzel merged commit 5867985 into AliceO2Group:dev Sep 27, 2017
mbroz84 pushed a commit to mbroz84/AliceO2 that referenced this pull request Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants