diff options
Diffstat (limited to 'servers/gpib_server_lin/src/gpib_conn.h')
| -rw-r--r-- | servers/gpib_server_lin/src/gpib_conn.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/servers/gpib_server_lin/src/gpib_conn.h b/servers/gpib_server_lin/src/gpib_conn.h index f309556..d7b97fb 100644 --- a/servers/gpib_server_lin/src/gpib_conn.h +++ b/servers/gpib_server_lin/src/gpib_conn.h @@ -121,6 +121,12 @@ class GPIBServer : public TQServerSocket int m_commanalyzerDevice; int m_commanalyzerDeviceSocket; + TQString m_companalyzerType; + TQString m_companalyzerConnection; + int m_companalyzerBoard; + int m_companalyzerDevice; + int m_companalyzerDeviceSocket; + friend class GPIBSocket; };
\ No newline at end of file |
