diff options
author | mjc <mjc@avtechpulse.com> | 1970-01-01 10:36:31 +0900 |
---|---|---|
committer | mjc <mjc@avtechpulse.com> | 1970-01-01 10:36:31 +0900 |
commit | 3a7e097b05c1283e2a1dc344799cd3bf9bd96969 (patch) | |
tree | 1a88fb90ec3f18fe200b1fbc04551c3e902dfa69 /device-functions.h | |
parent | 2b750070dc78edaed92b8900c152ac899c385c47 (diff) |
Enforce minimum ampl magnitude (based on zero_equiv_ampl) in AVRQ -AHV, -XHV options
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h index 6e05da6..4597b40 100644 --- a/device-functions.h +++ b/device-functions.h @@ -77,5 +77,6 @@ int number_of_fixed_ampl_points(int channel); float rst_ampl_value (int channel); gboolean fixed_ampl_ok (int channel, float use_ampl); void get_min_max_fixed_ampls (int channel, float *min_ampl, float *max_ampl); +gboolean non_zero_first_ampl_point (int channel); #endif |