removed GET_ flags, replaced -1 with GET_FLAG

This commit is contained in:
2020-06-18 17:10:53 +02:00
parent 7c23f1e42c
commit 489fccb25c
5 changed files with 95 additions and 155 deletions

View File

@ -293,8 +293,8 @@ class Module : public virtual slsDetectorDefs {
int64_t getSubDeadTime();
void setSubDeadTime(int64_t value);
int getThresholdEnergy();
void setThresholdEnergy(int e_eV, detectorSettings isettings = GET_SETTINGS,
bool trimbits = true);
void setThresholdEnergy(int e_eV, detectorSettings isettings,
bool trimbits);
std::string getSettingsDir();
std::string setSettingsDir(const std::string &dir);
bool getParallelMode();