combined all the funcs into one, servers need to be recompiled

This commit is contained in:
2018-10-11 13:57:47 +02:00
parent b82fca2c8e
commit c24a9b223c
16 changed files with 146 additions and 184 deletions

View File

@ -107,7 +107,7 @@ class slsReceiverTCPIPInterface : private virtual slsDetectorDefs {
void startTCPServer();
/** retuns function name with function index */
const char* getFunctionName(enum recFuncs func);
const char* getFunctionName(enum detFuncs func);
/** assigns functions to the fnum enum */
int function_table();