This commit is contained in:
2021-08-06 13:25:55 +02:00
parent a5ba93088f
commit 7bf6cc3995
4 changed files with 36 additions and 2 deletions

View File

@ -373,7 +373,9 @@ class Module : public virtual slsDetectorDefs {
void setStorageCellDelay(int64_t value);
gainMode getGainMode() const;
void setGainMode(const gainMode mode);
int getStorageCellStart() const;
void setStorageCellStart(int pos);
/**************************************************
* *
* Gotthard Specific *