diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -58,7 +58,6 @@ #define amplitude_confined_values 40 #define HardwareError 41 #define CalibrationZeroError 42 -#define CalibrationMinMaxError 43 #define CalibrationClosenessError 44 #define CalibrationTimingProblem 45 #define CalibrationRangeError 46 @@ -98,7 +97,14 @@ #define rise_time_confined_values 83 #define zero_equiv_ampl_negative 84 #define amplitude_gap 85 - +#define CalibrationMinMaxError_ampl 86 +#define CalibrationMinMaxError_pw 87 +#define CalibrationMinMaxError_os 88 +#define CalibrationMinMaxError_freq 89 +#define CalibrationMinMaxError_delay 90 +#define CalibrationMinMaxError_burst 91 +#define CalibrationMinMaxError_rise 92 +#define CalibrationMinMaxError_slew 93 #define YES 1 #define NO 0 |