mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-18 15:57:13 +02:00
quad implemented
This commit is contained in:
@ -162,6 +162,12 @@ class UDPInterface {
|
||||
*/
|
||||
virtual bool getGapPixelsEnable() const = 0;
|
||||
|
||||
/**
|
||||
* Get Quad type Enable (eiger and hardware specific)
|
||||
* @return true if quad enabled, else false
|
||||
*/
|
||||
virtual bool getQuad() const = 0;
|
||||
|
||||
|
||||
//***file parameters***
|
||||
/**
|
||||
@ -444,6 +450,12 @@ class UDPInterface {
|
||||
*/
|
||||
virtual int setGapPixelsEnable(const bool b) = 0;
|
||||
|
||||
/**
|
||||
* Set Quad type Enable (eiger and hardware specific)
|
||||
* @param true if quad enabled, else false
|
||||
*/
|
||||
virtual void setQuad(const bool b) = 0;
|
||||
|
||||
|
||||
//***file parameters***
|
||||
/**
|
||||
|
Reference in New Issue
Block a user