diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 01:28:12 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 01:28:12 +0900 |
commit | d461f7e68e63ce84b48bc63759596d7ab39c6278 (patch) | |
tree | bd2217c3c224b07f5e7531d74cd94a16c88636eb /globals.h | |
parent | 4d96d6bbd773583e3f3713b3afb273194213ce47 (diff) |
more specific errors during cal min/max check, and more initial cal points
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 |