summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 432b283..fce5b72 100644
--- a/globals.h
+++ b/globals.h
@@ -42,7 +42,7 @@
#define ampl_plus_os_lower_limit 22
#define ampl_plus_os_upper_limit 23
#define DutyTriggerError 24
-#define PW_Exceeds_Double_Separation 25
+#define Double_Separation_Too_Small 25
#define queue_overflow 26
#define query_error_interrupted 27
#define IllegalParameter 28
@@ -766,6 +766,10 @@ typedef struct {
char distort_dac[max_channels]; /* addr 10656 */
char distort_enabled[max_channels]; /* addr 10658 */
+ float double_pulse_extra_pw_margin[max_channels]; // addr 10660 - double pulse sep must be > (1.0 + this) * PW
+ float double_pulse_extra_deadtime[max_channels]; // addr 10668 + this
+ float double_pulse_min_sep[max_channels]; // addr 10676
+
char flash_end;
} FlashStruct;