35#ifndef AddInstrumentDialog_h
36#define AddInstrumentDialog_h
45 const std::string& title,
46 const std::string& nickname,
48 const std::string& driverType);
61 std::string m_nickname;
63 std::vector<std::string> m_drivers;
64 int m_selectedTransport;
65 std::vector<std::string> m_transports;
Definition: AddInstrumentDialog.h:42
SCPITransport * MakeTransport()
Create and return a new transport with the specified path.
Definition: AddInstrumentDialog.cpp:148
virtual bool DoRender()
Renders the dialog and handles UI events.
Definition: AddInstrumentDialog.cpp:73
Generic dialog box or other popup window.
Definition: Dialog.h:44
Abstraction of a transport layer for moving SCPI data between endpoints.
Definition: SCPITransport.h:47
A Session stores all of the instrument configuration and other state the user has open.
Definition: Session.h:95