mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 00:37:12 +02:00
implemented fifo depth configurable from client
This commit is contained in:
@ -711,7 +711,11 @@ virtual int enableReceiverCompression(int i = -1)=0;
|
||||
*/
|
||||
virtual int enableTenGigabitEthernet(int i = -1)=0;
|
||||
|
||||
|
||||
/** set/get receiver fifo depth
|
||||
* @param i is -1 to get, any other value to set the fifo deph
|
||||
/returns the receiver fifo depth
|
||||
*/
|
||||
virtual int setReceiverFifoDepth(int i = -1)=0;
|
||||
|
||||
/******** CTB funcs */
|
||||
|
||||
|
Reference in New Issue
Block a user