diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-04-02 10:54:33 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-04-02 10:54:33 -0400 |
commit | 69a28bacf6a070f24fd960919e70b4f03581b9c9 (patch) | |
tree | 4d26424f65c4df982860dda1dcdf4b1f393a329a /globals.h | |
parent | cc22916678005e1c89d2653b7243f4c5bd740de5 (diff) |
added attenuator ranges to flash
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -194,6 +194,7 @@ #define zero_equiv_timing 1e-10 #define max_v_dymanic_range 1e6 +#define max_attens 8 /* general formatting */ #define remote_digits_after_decimal 4 /* how many digits are returned after decimal by query commands */ @@ -616,7 +617,7 @@ typedef struct { char current_limit_dac[max_channels]; /* 8422 */ char hard_current_limit_enabled[max_channels]; /* 8424 */ - short wait_states_after_sock_init; /* 8426 */ + short wait_states_after_sock_init; /* 8426 - no longer used */ char aux_error_message[40]; /* 8428 */ @@ -698,6 +699,9 @@ typedef struct { // PG A = pw range 0, ampl range 0 // PG B = pw range 1, ampl range 1 // PG C = pw range 2+, ampl range 2 + + float attenuators[max_channels][max_attens]; // addr 10070 + char spare_end; char flash_end; |