mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-08 13:08:43 +01:00
ctb adc names (#757)
* first draft of adc names * fixed tests * formatting * added python functions in src --------- Co-authored-by: Erik Fröjdh <erik.frojdh@gmail.com>
This commit is contained in:
@@ -328,6 +328,12 @@ class DetectorImpl : public virtual slsDetectorDefs {
|
||||
std::vector<std::string> getCtbDacNames() const;
|
||||
std::string getCtbDacName(defs::dacIndex i) const;
|
||||
void setCtbDacNames(const std::vector<std::string> &names);
|
||||
void setCtbDacName(const int index, const std::string &name);
|
||||
|
||||
std::vector<std::string> getCtbAdcNames() const;
|
||||
std::string getCtbAdcName(int i) const;
|
||||
void setCtbAdcNames(const std::vector<std::string> &names);
|
||||
void setCtbAdcName(const int index, const std::string &name);
|
||||
|
||||
private:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user