From e1b0da53cc4c1ec9d551b2fabe145f5749716ebc Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Tue, 2 Oct 2012 15:15:34 +0000 Subject: [PATCH] added receiver functions git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@272 951219d9-93cf-4727-9268-0efd64621fa3 --- .../slsDetector/slsDetectorUtils.h | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetectorUtils.h b/slsDetectorSoftware/slsDetector/slsDetectorUtils.h index 06be3975c..15f23166b 100644 --- a/slsDetectorSoftware/slsDetector/slsDetectorUtils.h +++ b/slsDetectorSoftware/slsDetector/slsDetectorUtils.h @@ -570,19 +570,16 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing { static int dummyAcquisitionFinished(double prog,int status,void* p){cout <<"Acquisition finished callback! " << prog << " " << status << endl; return 0;} static int dummyMeasurementFinished(int im,int findex,void* p){cout <<"Measurement finished callback! " << im << " " << findex << endl; return 0;} - /** - Sets up the receiver - @param fileName file name - \returns receiver ip or none - */ - virtual string setupReceiver(string fileName="")=0; - /** Starts/Stops the receiver - @param status status of receiver - @param index starting index of data file - \returns status + + +//receiver + + + /** + Checks if the receiver is really online */ - virtual runStatus startReceiver(string status="",int index=0)=0; + virtual string checkReceiverOnline()=0; protected: