mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 10:14:38 +01:00
fixed gui expecting more databytes from receiver, cuz of probes changing databytes
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@359 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
int M_nofunc();
|
||||
|
||||
/** Close File */
|
||||
//static void closeFile(int p);
|
||||
static void closeFile(int p);
|
||||
|
||||
/** Set File name without frame index, file index and extension */
|
||||
int set_file_name();
|
||||
@@ -96,11 +96,11 @@ public:
|
||||
/** Execute command */
|
||||
int exec_command();
|
||||
|
||||
private:
|
||||
//private:
|
||||
|
||||
/** Socket */
|
||||
MySocketTCP*& socket;
|
||||
|
||||
private:
|
||||
/** slsReceiverFunctionList object */
|
||||
slsReceiverFunctionList *slsReceiverList;
|
||||
|
||||
@@ -119,6 +119,9 @@ private:
|
||||
/** Lock Status if server locked to a client */
|
||||
int lockStatus;
|
||||
|
||||
static int file_des;
|
||||
static int socketDescriptor;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user