mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
included setreceiver online in users class, so that one can start using users without config file
This commit is contained in:
@ -110,6 +110,13 @@ class slsDetectorUsers
|
||||
*/
|
||||
int setOnline(int const online=-1);
|
||||
|
||||
/** @short sets the receivers onlineFlag
|
||||
\param online can be: -1 returns wether the receiver is in online (1) or offline (0) state; 0 receiver in offline state; 1 receiver in online state
|
||||
\returns 0 (offline) or 1 (online)
|
||||
*/
|
||||
int setReceiverOnline(int const online=-1);
|
||||
|
||||
|
||||
/**
|
||||
@short start measurement and acquires
|
||||
\returns OK/FAIL
|
||||
|
Reference in New Issue
Block a user