mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
client specifies index of receiver returned error, skeleton of including clientinterface in receiver
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
#include "receiver_defs.h"
|
||||
|
||||
class MySocketTCP;
|
||||
class ClientInterface;
|
||||
class slsReceiverImplementation;
|
||||
|
||||
|
||||
@ -365,6 +366,10 @@ class slsReceiverTCPIPInterface : private virtual slsReceiverDefs {
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
/** Socket */
|
||||
MySocketTCP* mySock;
|
||||
|
||||
/** client interface */
|
||||
ClientInterface* clientInterface;
|
||||
};
|
||||
|
Reference in New Issue
Block a user