mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
setup receiver first working draft
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@267 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -1002,6 +1002,21 @@ class multiSlsDetector : public slsDetectorUtils {
|
||||
|
||||
slsDetector *getSlsDetector(int pos) {if (pos>=0 && pos< MAXDET) return detectors[pos]; return NULL;};
|
||||
|
||||
/** Sets up the receiver
|
||||
@param fileName file name
|
||||
\returns receiver ip or none
|
||||
*/
|
||||
string setupReceiver(string fileName="");
|
||||
|
||||
|
||||
/** Starts/Stops the receiver
|
||||
@param status status of receiver
|
||||
@param index starting index of data file
|
||||
\returns status
|
||||
*/
|
||||
runStatus startReceiver(string status="",int index=0);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user