separated parameters and versions

This commit is contained in:
2019-11-06 16:43:59 +01:00
parent 705ddb7f42
commit 18b8720c17
27 changed files with 872 additions and 575 deletions

View File

@ -147,8 +147,8 @@ class slsReceiverTCPIPInterface : private virtual slsDetectorDefs {
/** Sends the updated parameters to client */
int send_update(sls::ServerInterface2 &socket);
/** get version, calls get_version */
int get_id(sls::ServerInterface2 &socket);
/** get version */
int get_version(sls::ServerInterface2 &socket);
/** Set detector type */
int set_detector_type(sls::ServerInterface2 &socket);