mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
some more changes, yet to do receiver
This commit is contained in:
@ -453,6 +453,14 @@ public:
|
||||
*/
|
||||
int exitServer(int detPos = -1);
|
||||
|
||||
/**
|
||||
* Execute a command on the detector server
|
||||
* @param cmd command
|
||||
* @param detPos -1 for all detectors in list or specific detector position
|
||||
* @returns OK or FAIL
|
||||
*/
|
||||
int execCommand(std::string cmd, int detPos);
|
||||
|
||||
/**
|
||||
* Load configuration from a configuration File
|
||||
* @param fname configuration file name
|
||||
|
Reference in New Issue
Block a user