mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
started receiver start on a separate thread and returns, whereas stop receiver will end udp, tcp socket and exit thread
This commit is contained in:
@ -37,8 +37,11 @@ public:
|
||||
/** Close File and exits receiver server */
|
||||
void closeFile(int p);
|
||||
|
||||
/** starts listening on the TCP port for client comminication */
|
||||
void start();
|
||||
/**
|
||||
* starts listening on the TCP port for client comminication
|
||||
\return 0 for success or 1 for FAIL in creating TCP server
|
||||
*/
|
||||
int start();
|
||||
|
||||
/** stops listening to the TCP & UDP port and exit receiver program*/
|
||||
void stop();
|
||||
|
Reference in New Issue
Block a user