mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 05:50:14 +01:00
implemented fifo depth configurable from client
This commit is contained in:
@@ -1682,6 +1682,11 @@ class slsDetector : public slsDetectorUtils, public energyConversion {
|
||||
*/
|
||||
int enableTenGigabitEthernet(int i = -1);
|
||||
|
||||
/** set/get receiver fifo depth
|
||||
* @param i is -1 to get, any other value to set the fifo deph
|
||||
/returns the receiver fifo depth
|
||||
*/
|
||||
int setReceiverFifoDepth(int i = -1);
|
||||
|
||||
/******** CTB funcs */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user