summaryrefslogtreecommitdiff
path: root/device-functions.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:02:02 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:02:02 +0900
commitb9aed70d02c6daa5bac9a9aa5f67c6c8c94358e0 (patch)
tree2fd1bc6e02877057f8341e85c1a10a480b94fe75 /device-functions.h
parenta95b1e0197bcd35c6a45a4c18f5a5fbe7cd4365c (diff)
account for min/max fixed amplitudes in error checker
Diffstat (limited to 'device-functions.h')
-rw-r--r--device-functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h
index 9c33b81..cdbbd9c 100644
--- a/device-functions.h
+++ b/device-functions.h
@@ -78,5 +78,6 @@ int change_password (gchar *old_password, gchar *new_password);
int number_of_fixed_ampl_points(int channel);
float rst_fixed_ampl_point (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);
#endif