mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02:00
connected command to execute command in receiver pc
This commit is contained in:
@ -1229,6 +1229,15 @@ public:
|
||||
*/
|
||||
int exitReceiver(int detPos = -1);
|
||||
|
||||
/**
|
||||
* Executes a system command on the receiver server
|
||||
* e.g. mount an nfs disk, reboot and returns answer etc.
|
||||
* @param cmd command to be executed
|
||||
* @param detPos -1 for all detectors in list or specific detector position
|
||||
* @returns OK or FAIL
|
||||
*/
|
||||
int execReceiverCommand(std::string cmd, int detPos = -1);
|
||||
|
||||
/**
|
||||
* Returns output file directory
|
||||
* @param detPos -1 for all detectors in list or specific detector position
|
||||
|
Reference in New Issue
Block a user