mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
moench client and receiver works with gotthard module, without gui
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@511 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -307,7 +307,7 @@ class slsDetector : public slsDetectorUtils, public energyConversion {
|
||||
static int exists(int id);
|
||||
|
||||
/**
|
||||
configures mac for gotthard readout
|
||||
configures mac for gotthard, moench readout
|
||||
\returns OK or FAIL
|
||||
*/
|
||||
int configureMAC();
|
||||
@ -611,22 +611,22 @@ class slsDetector : public slsDetectorUtils, public energyConversion {
|
||||
sets/gets detector type
|
||||
normally the detector knows what type of detector it is
|
||||
\param type is the detector type (defaults to GET_DETECTOR_TYPE)
|
||||
\returns returns detector type index (1 GENERIC, 2 MYTHEN, 3 PILATUS, 4 XFS, 5 GOTTHARD, 6 AGIPD, -1 command failed)
|
||||
\returns returns detector type index (1 GENERIC, 2 MYTHEN, 3 PILATUS, 4 XFS, 5 GOTTHARD, 6 AGIPD, 7 MOENCH, -1 command failed)
|
||||
*/
|
||||
int setDetectorType(detectorType type=GET_DETECTOR_TYPE);
|
||||
|
||||
/**
|
||||
sets/gets detector type
|
||||
normally the detector knows what type of detector it is
|
||||
\param type is the detector type ("Mythen", "Pilatus", "XFS", "Gotthard", Agipd")
|
||||
\returns returns detector type index (1 GENERIC, 2 MYTHEN, 3 PILATUS, 4 XFS, 5 GOTTHARD, 6 AGIPD, -1 command failed)
|
||||
\param type is the detector type ("Mythen", "Pilatus", "XFS", "Gotthard", Agipd", "Mönch")
|
||||
\returns returns detector type index (1 GENERIC, 2 MYTHEN, 3 PILATUS, 4 XFS, 5 GOTTHARD, 6 AGIPD, 7 MOENCH, -1 command failed)
|
||||
*/
|
||||
int setDetectorType(string type);
|
||||
|
||||
/**
|
||||
gets detector type
|
||||
normally the detector knows what type of detector it is
|
||||
\returns returns detector type index (1 GENERIC, 2 MYTHEN, 3 PILATUS, 4 XFS, 5 GOTTHARD, 6 AGIPD, -1 command failed)
|
||||
\returns returns detector type index (1 GENERIC, 2 MYTHEN, 3 PILATUS, 4 XFS, 5 GOTTHARD, 6 AGIPD, 7 MOENCH,-1 command failed)
|
||||
*/
|
||||
detectorType getDetectorsType(int pos=-1);
|
||||
|
||||
|
Reference in New Issue
Block a user