Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lst
lst-data-process-128
Commits
54185eda
Commit
54185eda
authored
Nov 23, 2018
by
ics
Browse files
Use version and time base constants for writing header
parent
31acf985
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lstdpp128/CrateBoard.cpp
View file @
54185eda
...
...
@@ -61,8 +61,8 @@ std::string writeListModeContextToBinary(const ListModeContext & listModeContext
// Allocate the data.
uint32_t
buffer
[
4
+
boardSize
];
buffer
[
0
]
=
1
;
buffer
[
1
]
=
9
;
buffer
[
0
]
=
FORMAT_VERSION
;
buffer
[
1
]
=
TIME_BASE
;
buffer
[
2
]
=
listModeContext
.
nbEvents
;
buffer
[
3
]
=
boardSize
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment