wip: power in client, tests, and fixed server interfaces and ctb implementation, not tested
Build on RHEL9 docker image / build (push) Failing after 30s
Build on RHEL8 docker image / build (push) Failing after 35s

This commit is contained in:
2026-03-06 14:23:34 +01:00
parent 4723eb2ff4
commit c2e8d5954d
15 changed files with 415 additions and 183 deletions
+3
View File
@@ -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 */