diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2016-09-09 09:51:07 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2016-09-09 09:51:07 -0400 |
commit | 4508d4bf21eb99df28a89a7dc7ecefc25c1a5510 (patch) | |
tree | 3164ebc5049f1be8f6a55dda9f5c55f27d376c25 | |
parent | af63b76776646900112e5674c091f5453e8dc92a (diff) |
additional address comments in flash for clarity
-rw-r--r-- | globals.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -567,14 +567,14 @@ typedef struct { float max_burst_gap[max_channels]; /* 6312 - maximum burst gap */ float min_burst_per[max_channels]; /* 6320 */ - char is_func_gen[max_channels]; /* is this a function generator? */ - char freq_dac[max_channels]; /* DAC used by function generator frequency control circuit */ + char is_func_gen[max_channels]; /* 6328 - is this a function generator? */ + char freq_dac[max_channels]; /* 6330 - DAC used by function generator frequency control circuit */ - char is_monocycle[max_channels]; /* generate control voltage for monocycle spacing, using CH2 PW calibration */ - char monocycle_dac[max_channels]; + char is_monocycle[max_channels]; /* 6332 - generate control voltage for monocycle spacing, using CH2 PW calibration */ + char monocycle_dac[max_channels]; /* 6334 */ - short burst_pwl_Vc_norm4095[max_channels][timing_ranges][timing_polarities][points_in_range]; - float burst_pwl_time[max_channels][timing_ranges][timing_polarities][points_in_range]; + short burst_pwl_Vc_norm4095[max_channels][timing_ranges][timing_polarities][points_in_range]; /* 6336 */ + float burst_pwl_time[max_channels][timing_ranges][timing_polarities][points_in_range]; /* 6656 */ float pulse_width_pol_tweak[max_channels][ampl_polarities]; /* 7296 - allow for PW shift with polarity */ |