From e82bcafb769b9aedf9a5056060d446de20e1d105 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 3 Aug 2020 14:36:35 +0200 Subject: [PATCH] moved class to struct masterattributes --- slsReceiverSoftware/src/MasterAttributes.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/slsReceiverSoftware/src/MasterAttributes.h b/slsReceiverSoftware/src/MasterAttributes.h index 4fe1fef92..de837efcd 100644 --- a/slsReceiverSoftware/src/MasterAttributes.h +++ b/slsReceiverSoftware/src/MasterAttributes.h @@ -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};