got rid of trigger frame and trigger window to merge with other timing modes

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@267 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2014-03-26 14:06:59 +00:00
parent ef983c151f
commit bf2d8937f4
3 changed files with 11 additions and 31 deletions

View File

@ -180,7 +180,7 @@ private:
/** detector type */
slsDetectorDefs::detectorType detType;
/** enum for the timing mode */
enum{None, Auto, Trigger_Exp_Series, Trigger_Frame, Trigger_Readout, Gated, Gated_Start, Trigger_Window, NumTimingModes};
enum{None, Auto, Trigger_Exp_Series, Trigger_Readout, Gated, Gated_Start, NumTimingModes};
/** timer to update the progress*/
QTimer *progressTimer;
/** tool tip variables*/