mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-18 15:57:13 +02:00
quad enabled with gap pixels without the extra vertical pixel line
This commit is contained in:
@ -453,8 +453,9 @@ class UDPInterface {
|
||||
/**
|
||||
* Set Quad type Enable (eiger and hardware specific)
|
||||
* @param true if quad enabled, else false
|
||||
* @return OK or FAIL
|
||||
*/
|
||||
virtual void setQuad(const bool b) = 0;
|
||||
virtual int setQuad(const bool b) = 0;
|
||||
|
||||
|
||||
//***file parameters***
|
||||
|
Reference in New Issue
Block a user