mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
master file no index
This commit is contained in:
@ -784,10 +784,10 @@ class Detector {
|
||||
/** default enabled */
|
||||
void setFileWrite(bool value, Positions pos = {});
|
||||
|
||||
Result<bool> getMasterFileWrite(Positions pos = {}) const;
|
||||
bool getMasterFileWrite() const;
|
||||
|
||||
/**default enabled */
|
||||
void setMasterFileWrite(bool value, Positions pos = {});
|
||||
void setMasterFileWrite(bool value);
|
||||
|
||||
Result<bool> getFileOverWrite(Positions pos = {}) const;
|
||||
|
||||
|
Reference in New Issue
Block a user