mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
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:
parent
a39e828e3a
commit
16b7458595
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user