mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 22:54:56 +01:00
created detector dependant master file attributes
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
class MasterAttributes;
|
||||
|
||||
class File : private virtual slsDetectorDefs {
|
||||
|
||||
public:
|
||||
@@ -86,7 +88,7 @@ class File : private virtual slsDetectorDefs {
|
||||
* @param mfwenable master file write enable
|
||||
* @param attr master file attributes
|
||||
*/
|
||||
virtual void CreateMasterFile(bool mfwenable, masterAttributes &attr) = 0;
|
||||
virtual void CreateMasterFile(bool mfwenable, MasterAttributes *attr) = 0;
|
||||
|
||||
// HDf5 specific
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user