Jungfrausync (#519)

* jungfrau sync
This commit is contained in:
Dhanya Thattil
2022-08-23 10:29:16 +02:00
committed by GitHub
parent da16c1101c
commit 4638bf7cf8
16 changed files with 158 additions and 4 deletions

View File

@ -197,13 +197,19 @@ class Detector {
*/
void setFlipRows(bool value, Positions pos = {});
/** [Eiger][Mythen3][Gotthard1][Gotthard2] via stop server **/
/** [Eiger][Mythen3][Gotthard1][Gotthard2][Jungfrau] via stop server **/
Result<bool> getMaster(Positions pos = {}) const;
/** [Eiger][Gotthard2] Set (half) module to master and the other(s) to
* slaves */
/** [Eiger][Gotthard2][Jungfrau] Set (half) module to master and the
* other(s) to slaves */
void setMaster(bool value, int pos);
/** [Jungfrau] **/
Result<bool> getSynchronization(Positions pos = {}) const;
/** [Jungfrau] */
void setSynchronization(bool value);
Result<bool> isVirtualDetectorServer(Positions pos = {}) const;
///@}