mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
moved class to struct masterattributes
This commit is contained in:
@ -18,8 +18,7 @@ using ns = std::chrono::nanoseconds;
|
|||||||
#define HDF5_WRITER_VERSION (6.1) // 1 decimal places
|
#define HDF5_WRITER_VERSION (6.1) // 1 decimal places
|
||||||
#define BINARY_WRITER_VERSION (6.1) // 1 decimal places
|
#define BINARY_WRITER_VERSION (6.1) // 1 decimal places
|
||||||
|
|
||||||
class MasterAttributes {
|
struct MasterAttributes {
|
||||||
public:
|
|
||||||
slsDetectorDefs::detectorType detType{slsDetectorDefs::GENERIC};
|
slsDetectorDefs::detectorType detType{slsDetectorDefs::GENERIC};
|
||||||
slsDetectorDefs::timingMode timingMode{slsDetectorDefs::AUTO_TIMING};
|
slsDetectorDefs::timingMode timingMode{slsDetectorDefs::AUTO_TIMING};
|
||||||
uint32_t imageSize{0};
|
uint32_t imageSize{0};
|
||||||
|
Reference in New Issue
Block a user