mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 04:02:24 +02:00
Add format marker to JF file format
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
|
||||
#include "jungfrau.hpp"
|
||||
|
||||
const char JF_FORMAT_START_BYTE = 0xBE;
|
||||
|
||||
#pragma pack(push)
|
||||
#pragma pack(1)
|
||||
struct JFFileFormat {
|
||||
const char FORMAT_MARKER = JF_FORMAT_START_BYTE;
|
||||
uint64_t pulse_id;
|
||||
uint64_t frame_id;
|
||||
uint32_t daq_rec;
|
||||
|
||||
Reference in New Issue
Block a user