From 0bd6563e4515d550efb84ed9c16509bc28a1d32b Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 8 Aug 2019 18:09:38 +0200 Subject: [PATCH] WIP --- slsDetectorSoftware/include/multiSlsDetector.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/slsDetectorSoftware/include/multiSlsDetector.h b/slsDetectorSoftware/include/multiSlsDetector.h index ae04851fc..9826b9477 100755 --- a/slsDetectorSoftware/include/multiSlsDetector.h +++ b/slsDetectorSoftware/include/multiSlsDetector.h @@ -662,51 +662,51 @@ class multiSlsDetector : public virtual slsDetectorDefs { * @param detPos -1 for all detectors in list or specific detector position * @returns status */ - runStatus getRunStatus(int detPos = -1); + runStatus getRunStatus(int detPos = -1);// /** * Prepares detector for acquisition (Eiger) * @param detPos -1 for all detectors in list or specific detector position */ - void prepareAcquisition(int detPos = -1); + void prepareAcquisition(int detPos = -1);// /** * Start detector acquisition (Non blocking) * @param detPos -1 for all detectors in list or specific detector position */ - void startAcquisition(int detPos = -1); + void startAcquisition(int detPos = -1);// /** * Stop detector acquisition * @param detPos -1 for all detectors in list or specific detector position */ - void stopAcquisition(int detPos = -1); + void stopAcquisition(int detPos = -1);// /** * Give an internal software trigger to the detector (Eiger only) * @param detPos -1 for all detectors in list or specific detector position */ - void sendSoftwareTrigger(int detPos = -1); + void sendSoftwareTrigger(int detPos = -1);// /** * Start detector acquisition and read all data (Blocking until end of * acquisition) * @param detPos -1 for all detectors in list or specific detector position */ - void startAndReadAll(int detPos = -1); + void startAndReadAll(int detPos = -1);// /** * Start readout (without exposure or interrupting exposure) (Eiger store in * ram) * @param detPos -1 for all detectors in list or specific detector position */ - void startReadOut(int detPos = -1); + void startReadOut(int detPos = -1);// /** * Requests and receives all data from the detector (Eiger store in ram) * @param detPos -1 for all detectors in list or specific detector position */ - void readAll(int detPos = -1); + void readAll(int detPos = -1);// /** * Configures in detector the destination for UDP packets