moved class to struct masterattributes

This commit is contained in:
2020-08-03 14:36:35 +02:00
parent 3cdf98b230
commit e82bcafb76

View File

@ -18,8 +18,7 @@ using ns = std::chrono::nanoseconds;
#define HDF5_WRITER_VERSION (6.1) // 1 decimal places
#define BINARY_WRITER_VERSION (6.1) // 1 decimal places
class MasterAttributes {
public:
struct MasterAttributes {
slsDetectorDefs::detectorType detType{slsDetectorDefs::GENERIC};
slsDetectorDefs::timingMode timingMode{slsDetectorDefs::AUTO_TIMING};
uint32_t imageSize{0};