inprogress

This commit is contained in:
Erik Frojdh
2019-05-15 09:12:14 +02:00
parent bf0847e967
commit 9d5848d0d6
2 changed files with 16 additions and 19 deletions

View File

@ -11,7 +11,7 @@
class MySocketTCP;
class ServerInterface;
class slsReceiverImplementation;
#include "ServerSocket.h"
/**
@ -113,7 +113,7 @@ class slsReceiverTCPIPInterface : private virtual slsDetectorDefs {
int function_table();
/** Decodes Function */
int decode_function();
int decode_function(sls::DataSocket &socket);
/** function not implemented for specific detector */
void functionNotImplemented();