mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
the scans work
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@38 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -38,12 +38,6 @@ public:
|
||||
*/
|
||||
void Refresh();
|
||||
|
||||
/** enable expert mode
|
||||
* @param enable true if expert mode is enabled
|
||||
*/
|
||||
void EnableExpertMode(bool enable){expertMode=enable;Refresh();};
|
||||
|
||||
|
||||
|
||||
private:
|
||||
/** The sls detector object */
|
||||
@ -55,7 +49,7 @@ private:
|
||||
/** detector type */
|
||||
slsDetectorDefs::detectorType detType;
|
||||
|
||||
bool expertMode;
|
||||
|
||||
|
||||
enum{Standard,Fast,HighGain,DynamicGain,LowGain,MediumGain,VeryHighGain,Undefined,Uninitialized,NumSettings};
|
||||
|
||||
|
Reference in New Issue
Block a user