summaryrefslogtreecommitdiffstats
path: root/servers/gpib_server_lin/src/scope_functions.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-16 23:57:45 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-16 23:57:45 -0500
commit192a06da8df1bf95e96d77d2fa0736bb7d2fe58b (patch)
tree82a7cbffa7f7e18b39f13a76bdbfa9ea6a378c54 /servers/gpib_server_lin/src/scope_functions.h
parent9c5e2aa99427fe125c631d4753b1f944992d8c03 (diff)
downloadulab-192a06da8df1bf95e96d77d2fa0736bb7d2fe58b.tar.gz
ulab-192a06da8df1bf95e96d77d2fa0736bb7d2fe58b.zip
Add trigger display
Diffstat (limited to 'servers/gpib_server_lin/src/scope_functions.h')
-rw-r--r--servers/gpib_server_lin/src/scope_functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/servers/gpib_server_lin/src/scope_functions.h b/servers/gpib_server_lin/src/scope_functions.h
index 4549b80..b38f821 100644
--- a/servers/gpib_server_lin/src/scope_functions.h
+++ b/servers/gpib_server_lin/src/scope_functions.h
@@ -44,6 +44,8 @@ long scope_get_channel_trace(int desired_channel, const char * scopeType, int gp
int scope_get_number_of_horizontal_divisions(const char * scopeType, int gpibDevice);
int scope_get_number_of_vertical_divisions(const char * scopeType, int gpibDevice);
int scope_get_number_of_channels(const char * scopeType, int gpibDevice);
+int scope_get_trigger_channel(int * retval, const char * scopeType, int gpibDevice);
+int scope_get_trigger_level(double * retval, const char * scopeType, int gpibDevice);
int scope_get_channel_volts_div(double * retval, int desired_channel, const char * scopeType, int gpibDevice);
int scope_get_channel_seconds_div(double * retval, int desired_channel, const char * scopeType, int gpibDevice);
int scope_get_channel_sample_count(unsigned long * retval, int desired_channel, const char * scopeType, int gpibDevice); \ No newline at end of file