mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
wip to change to enum for portposition
This commit is contained in:
@ -1062,11 +1062,13 @@ class Detector {
|
||||
void setQuad(const bool enable);
|
||||
|
||||
/** [Eiger] */
|
||||
Result<bool> getDataStream(const bool left, Positions pos = {}) const;
|
||||
Result<bool> getDataStream(const portPosition port,
|
||||
Positions pos = {}) const;
|
||||
|
||||
/** [Eiger] enable or disable data streaming from left or right of detector
|
||||
*/
|
||||
void setDataStream(const bool left, const bool enable, Positions pos = {});
|
||||
void setDataStream(const portPosition port, const bool enable,
|
||||
Positions pos = {});
|
||||
|
||||
///@{
|
||||
|
||||
|
Reference in New Issue
Block a user