merge fix

This commit is contained in:
2021-08-06 15:08:21 +02:00
7 changed files with 57 additions and 3 deletions

View File

@ -375,7 +375,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 *