This commit is contained in:
2019-08-08 16:55:37 +02:00
parent eaf0d8668b
commit ca2c284017
5 changed files with 71 additions and 15 deletions

View File

@ -557,27 +557,27 @@ class multiSlsDetector : public virtual slsDetectorDefs {
* @param detPos -1 for all detectors in list or specific detector position
* @returns 1 for locked or 0 for unlocked
*/
int lockServer(int p = -1, int detPos = -1);
int lockServer(int p = -1, int detPos = -1);//
/**
* Get last client IP saved on detector server
* @param detPos -1 for all detectors in list or specific detector position
* @returns last client IP saved on detector server
*/
std::string getLastClientIP(int detPos = -1);
std::string getLastClientIP(int detPos = -1);//
/**
* Exit detector server
* @param detPos -1 for all detectors in list or specific detector position
*/
void exitServer(int detPos = -1);
void 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
*/
void execCommand(const std::string &cmd, int detPos);
void execCommand(const std::string &cmd, int detPos);//
/**
* Load configuration from a configuration File