Merge branch 'my3regs' into developer

This commit is contained in:
Erik Frojdh
2021-04-26 08:39:46 +02:00
34 changed files with 970 additions and 349 deletions

View File

@ -1308,6 +1308,14 @@ class Detector {
Result<bool> getMaster(Positions pos = {}) const;
//TODO! check if we really want to expose this !!!!!
Result<int> getChipStatusRegister(Positions pos = {}) const;
void setGainCaps(int caps, Positions pos = {});
Result<int> getGainCaps(Positions pos = {});
///@{
/** @name CTB / Moench Specific */