mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-23 17:46:27 +01: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:
@@ -5,6 +5,7 @@
|
|||||||
#ifndef RECEIVER_H
|
#ifndef RECEIVER_H
|
||||||
#define RECEIVER_H
|
#define RECEIVER_H
|
||||||
|
|
||||||
|
|
||||||
#include "sls_detector_defs.h"
|
#include "sls_detector_defs.h"
|
||||||
#include "receiver_defs.h"
|
#include "receiver_defs.h"
|
||||||
#include "MySocketTCP.h"
|
#include "MySocketTCP.h"
|
||||||
@@ -28,6 +29,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
slsReceiverFuncs(int argc, char *argv[], int &success);
|
slsReceiverFuncs(int argc, char *argv[], int &success);
|
||||||
|
|
||||||
|
|
||||||
/** starts listening on the TCP port for client comminication */
|
/** starts listening on the TCP port for client comminication */
|
||||||
|
|
||||||
void start();
|
void start();
|
||||||
@@ -35,9 +37,11 @@ public:
|
|||||||
/** Destructor */
|
/** Destructor */
|
||||||
virtual ~slsReceiverFuncs();
|
virtual ~slsReceiverFuncs();
|
||||||
|
|
||||||
/** Close File */
|
/** Close all threaded Files and exit */
|
||||||
static void closeFile(int p);
|
void closeFile(int p);
|
||||||
|
|
||||||
|
/** Static function to call closeFile */
|
||||||
|
static void staticCloseFile(int p);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
callback arguments are
|
callback arguments are
|
||||||
|
|||||||
Reference in New Issue
Block a user