diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-01-28 12:33:02 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-01-28 12:33:02 -0500 |
commit | 27c33a2f42363b28f3ec7e5179fcba51cf3c3e7b (patch) | |
tree | 014ceb593a4f716a56c7f0f9f7c007f9680c5269 /globals.h | |
parent | 5153f39a6bbeee5b5c4ba01f95e9c91834f1d4f7 (diff) |
added vxi remote/local functionality
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -783,6 +783,7 @@ typedef struct { int vxi_service_request; int gpib_remote; int gpib_lock; + int vxi_panel_lock; } RemoteStruct; |