WIP det dependant master file attribtes

This commit is contained in:
2020-07-30 18:05:47 +02:00
parent c2b586a333
commit 85c958facf
5 changed files with 132 additions and 4 deletions

View File

@ -39,10 +39,6 @@
// hdf5
#define MAX_CHUNKED_IMAGES (1)
// versions
#define HDF5_WRITER_VERSION (6.0) // 1 decimal places
#define BINARY_WRITER_VERSION (6.0) // 1 decimal places
// parameters to calculate fifo depth
#define SAMPLE_TIME_IN_NS (100000000) // 100ms
#define MAX_EIGER_ROWS_PER_READOUT (256)
@ -57,6 +53,9 @@
#define STREAMER_PRIORITY (10)
#define TCP_PRIORITY (10)
#define HDF5_WRITER_VERSION (6.1) // 1 decimal places
#define BINARY_WRITER_VERSION (6.1) // 1 decimal places
struct masterAttributes {
double version;
uint32_t detectorType;