![]() |
THM1176InstrumentManager
1.0
Qt Object abstraction for Metrolab THM1176
|
THM1176 Instrument Scanner class: scan for connected instruments. More...
#include <CTHM1176InstrumentManager.h>
Public Slots | |
void | Start (THM1176_RSRC_MGR_CLS *pResourceManager) |
Initialize THM1176 Instrument Scanner. More... | |
void | Stop (void) |
Shut down THM1176 Instrument Scanner. More... | |
Signals | |
void | UpdateInstrumentList (CResourceList InstrumentList) |
An update to the instrument list is available. More... | |
void | UpdateErrorList (CErrorList ErrorList) |
An update to the error list is available. More... | |
Public Member Functions | |
CTHM1176InstrumentScanner (void) | |
Constructor. More... | |
~CTHM1176InstrumentScanner (void) override | |
Destructor. More... | |
THM1176 Instrument Scanner class: scan for connected instruments.
The user need not worry about this object. It is created and destroyed automatically by the THM1176 Instrument Manager public interface.
Definition at line 226 of file CTHM1176InstrumentManager.h.
|
inline |
Constructor.
Definition at line 255 of file CTHM1176InstrumentManager.h.
|
inlineoverride |
Destructor.
Definition at line 259 of file CTHM1176InstrumentManager.h.
|
slot |
Initialize THM1176 Instrument Scanner.
[in] | pResourceManager | Pointer to the VISA Resource Manager. |
Definition at line 39 of file CTHM1176InstrumentManager.cpp.
|
slot |
Shut down THM1176 Instrument Scanner.
Definition at line 46 of file CTHM1176InstrumentManager.cpp.
|
signal |
An update to the error list is available.
[in] | ErrorList | Updated error list. |
|
signal |
An update to the instrument list is available.
[in] | InstrumentList | Updated instrument list. |