Merge branch 'developer' into eiger26

This commit is contained in:
2020-05-12 13:43:36 +02:00
3 changed files with 38 additions and 176 deletions

View File

@ -1310,13 +1310,6 @@ class Module : public virtual slsDetectorDefs {
*/
void exitReceiver();
/**
* 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
*/
void execReceiverCommand(const std::string &cmd);
std::string getFilePath();
void setFilePath(const std::string &path);
std::string getFileName();