summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 5a1e811..5f3055e 100644
--- a/globals.h
+++ b/globals.h
@@ -759,6 +759,12 @@ typedef struct {
char sequential_attenuators[max_channels]; /* addr 10254, for AVRZ-5W-B-LVA style of 3 identical attenuators */
+
+ /* addr 10256, add ampl-dependent distort output, 10V full-scale */
+ float distort_pwl[max_channels][ampl_ranges][ampl_polarities][points_in_range];
+ char distort_dac[max_channels]; /* addr 11056 */
+ char distort_enabled[max_channels]; /* addr 11058 */
+
char flash_end;
} FlashStruct;