Skip to content
Snippets Groups Projects
Commit 3b7c8364 authored by legoc's avatar legoc
Browse files

next

parent eef220d9
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -11,6 +11,9 @@ Open a File
First of all, you have to open a file.
// The classes are defined in the namespace lstdpp128.
using namespace lstdpp128;
// Initialize a reader with a buffer of size 4096.
Reader reader(4096);
......@@ -34,8 +37,8 @@ The model is the following:
The structures are:
* Board
Members|Type
------------
Members | Type
--------|-----
eventType|uint16_t
crate|uint8_t
nbChannels|uint16_t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment