summaryrefslogtreecommitdiff
path: root/gpib.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 15:13:02 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 15:13:02 -0500
commit4985de53421e6e9e9fa6f11f42918de76f141f54 (patch)
treef18699efd8137feae18499311a5b3a5e8d7cd345 /gpib.h
parentec3a5e6b3b28184ea7075c6de9d3e95ae37a7c4c (diff)
flag VXI service requests, rename STB function
Diffstat (limited to 'gpib.h')
-rw-r--r--gpib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpib.h b/gpib.h
index 65b263b..b3ba05d 100644
--- a/gpib.h
+++ b/gpib.h
@@ -20,7 +20,7 @@ void GPIB_clear_events ();
unsigned int GPIB_get_ESR ();
unsigned int GPIB_get_SRE ();
unsigned int GPIB_get_ESE ();
-unsigned int GPIB_get_STB ();
+unsigned int GPIB_and_VXI_get_STB ();
void GPIB_set_ESR (unsigned int byte,int operation);
void GPIB_set_SRE (unsigned int byte,int operation);
void GPIB_set_ESE (unsigned int byte,int operation);