refactor receiver client interface, moved defs into one sls_detector_defs.h

This commit is contained in:
2018-10-11 12:25:18 +02:00
parent d0950ba001
commit 5a356534e6
56 changed files with 1155 additions and 2386 deletions

View File

@ -127,7 +127,7 @@ public:
/**
* Gets detector type
* @param detPos -1 for all detectors in list or specific detector position
* @returns detector type (EIGER, JUNGFRAU, GOTTHARD) slsReceiverDefs
* @returns detector type (EIGER, JUNGFRAU, GOTTHARD) slsDetectorDefs
*/
std::string getDetectorType(int detPos = -1);