renamed command, changed inherit, moved commands to zmq related section
Build on RHEL9 docker image / build (push) Successful in 3m31s
Build on RHEL8 docker image / build (push) Successful in 4m43s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m41s
Run Simulator Tests on local RHEL8 / build (push) Successful in 18m18s

This commit is contained in:
2026-05-06 09:08:53 +02:00
parent c0269dbca7
commit 1bef2c4632
11 changed files with 32 additions and 29 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ int DataStreamer::SendDataHeader(sls_detector_header header, uint32_t size,
zHeader.data = true;
zHeader.jsonversion = SLS_DETECTOR_JSON_HEADER_VERSION;
// parameter coming from the detector
// parameter coming from the detector (raw and derived)
uint64_t frameIndex = header.frameNumber - firstIndex;
uint64_t acquisitionIndex = header.frameNumber;