make it work for multi threaded compression receiver for moench only

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@724 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d 2014-01-30 16:40:56 +00:00
parent a39e828e3a
commit 16b7458595

View File

@ -5,6 +5,7 @@
#ifndef RECEIVER_H
#define RECEIVER_H
#include "sls_detector_defs.h"
#include "receiver_defs.h"
#include "MySocketTCP.h"
@ -28,6 +29,7 @@ public:
*/
slsReceiverFuncs(int argc, char *argv[], int &success);
/** starts listening on the TCP port for client comminication */
void start();
@ -35,9 +37,11 @@ public:
/** Destructor */
virtual ~slsReceiverFuncs();
/** Close File */
static void closeFile(int p);
/** Close all threaded Files and exit */
void closeFile(int p);
/** Static function to call closeFile */
static void staticCloseFile(int p);
/**
callback arguments are