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:
l_maliakal_d
2012-11-23 16:15:26 +00:00
parent 5236aa7cce
commit d0d7eac553
7 changed files with 83 additions and 56 deletions

View File

@@ -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;
};