mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 04:03:16 +01:00
added to users class receiverfifodepth, flowcontrol10g, 10gbe
This commit is contained in:
@@ -684,6 +684,27 @@ class slsDetectorUsers
|
||||
*/
|
||||
int resetFramesCaughtInReceiver();
|
||||
|
||||
/**
|
||||
* set receiver fifo depth
|
||||
* @param i number of images in fifo depth (-1 gets)
|
||||
* @returns receiver fifo depth
|
||||
*/
|
||||
int setReceiverFifoDepth(int i = -1);
|
||||
|
||||
/**
|
||||
* set flow control for 10Gbe (Eiger only)
|
||||
* @param i 1 sets, 0 unsets (-1 gets)
|
||||
* @return flow control enable for 10 Gbe
|
||||
*/
|
||||
int setFlowControl10G(int i = -1);
|
||||
|
||||
/**
|
||||
* enable/disable 10GbE (Eiger only)
|
||||
* @param i 1 sets, 0 unsets (-1 gets)
|
||||
* @return 10GbE enable
|
||||
*/
|
||||
int setTenGigabitEthernet(int i = -1);
|
||||
|
||||
/************************************************************************
|
||||
|
||||
STATIC FUNCTIONS
|
||||
|
||||
Reference in New Issue
Block a user