This commit is contained in:
Erik Frojdh
2020-05-11 19:19:49 +02:00
parent eff664e790
commit ed8d606eb2
3 changed files with 40 additions and 176 deletions

View File

@ -1314,13 +1314,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();