summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:27:29 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:27:29 +0900
commitb632b38172ebd582a5989cc820ff7ed3c99515b6 (patch)
tree31b6de78c5cd8906f9cccf3b76fec6ac56f37a87 /globals.h
parent09b55d5ca98747a3c33b6fca10541104626bc2c3 (diff)
added variables for ampl-dependent distortion output
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;