mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 08:39:21 +01:00
added in users class startreceiver, stop receiver, start status
This commit is contained in:
@@ -637,6 +637,31 @@ class slsDetectorUsers
|
||||
*/
|
||||
int getADC(int id, int adcindex);
|
||||
|
||||
|
||||
/**
|
||||
@short start receiver listening mode
|
||||
\param returns OK or FAIL
|
||||
*/
|
||||
int startReceiver();
|
||||
|
||||
/**
|
||||
@short stop receiver listening mode
|
||||
\param returns OK or FAIL
|
||||
*/
|
||||
int stopReceiver();
|
||||
|
||||
/**
|
||||
@short stop receiver listening mode
|
||||
\param returns OK or FAIL
|
||||
*/
|
||||
int stopReceiver();
|
||||
|
||||
/**
|
||||
start detector acquisition in non blocking mode
|
||||
\returns OK if all detectors are properly started, FAIL otherwise
|
||||
*/
|
||||
int startAcquisition();
|
||||
|
||||
/************************************************************************
|
||||
|
||||
STATIC FUNCTIONS
|
||||
|
||||
Reference in New Issue
Block a user