add documentation to code

This commit is contained in:
Bechir Braham
2024-04-10 17:17:41 +02:00
parent ea17a640cf
commit 260cb96f64
20 changed files with 322 additions and 54 deletions

View File

@ -13,7 +13,7 @@ TEST_CASE("Test ZmqHeader") {
header.fileIndex = 4;
header.ndetx = 5;
header.ndety = 6;
header.imageSize = 4800;
header.size = 4800;
header.acqIndex = 8;
header.frameIndex = 9;
header.progress = 0.1;
@ -46,7 +46,7 @@ TEST_CASE("Test ZmqHeader") {
"\"ndety\": 6, "
"\"npixelsx\": 10, "
"\"npixelsy\": 15, "
"\"imageSize\": 4800, "
"\"size\": 4800, "
"\"acqIndex\": 8, "
"\"frameIndex\": 9, "
"\"progress\": 0.100000, "