mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-15 16:55:35 +02:00
wip: power in client, tests, and fixed server interfaces and ctb implementation, not tested
This commit is contained in:
@@ -177,6 +177,9 @@ class Module : public virtual slsDetectorDefs {
|
||||
void setDAC(int val, dacIndex index, bool mV);
|
||||
bool getPowerChip() const;
|
||||
void setPowerChip(bool on);
|
||||
bool isPowerEnabled(defs::dacIndex index) const;
|
||||
void setPowerEnabled(const std::vector<defs::dacIndex> &indices,
|
||||
bool value);
|
||||
int getImageTestMode() const;
|
||||
void setImageTestMode(const int value);
|
||||
/* temperature in millidegrees */
|
||||
|
||||
Reference in New Issue
Block a user