12#if (INSTRUMENT_TYPE_IS_USBTMC)
13 #define IEEE4888_TEST_RESOURCE_MANAGER_CLASS CUSBTMCResourceManager
14 #define IEEE4888_TEST_INSTRUMENT_CLASS CUSBTMCInstrument
15 #define IEEE4888_TEST_RESOURCE_FILTER "7162:1176"
17#elif (INSTRUMENT_TYPE_IS_VISA)
18 #define IEEE4888_TEST_RESOURCE_MANAGER_CLASS CVISAResourceManager
19 #define IEEE4888_TEST_INSTRUMENT_CLASS CVISAInstrument
20 #define IEEE4888_TEST_RESOURCE_FILTER "USB[0-9]*::0x1BFA::0x0498::[0-9]+::INSTR"
22#elif (INSTRUMENT_TYPE_IS_VXI11)
23 #define IEEE4888_TEST_RESOURCE_MANAGER_CLASS CVXI11ResourceManager
24 #define IEEE4888_TEST_INSTRUMENT_CLASS CVXI11Instrument
25 #define IEEE4888_TEST_RESOURCE_FILTER ".*"
26 #include "VXI11Instrument.h"
28 #error "One of TEST_INSTRUMENT_TYPE_IS_VISA or ..._USBTMC must be defined"
45bool ConnectToIEEE488Instrument (IEEE4888_TEST_RESOURCE_MANAGER_CLASS * & rpResourceManager, IEEE4888_TEST_INSTRUMENT_CLASS * & rpIEEE488Instrument);
Abstract IEEE488 instrument class: interface definition.
bool ConnectToIEEE488Instrument(IEEE4888_TEST_RESOURCE_MANAGER_CLASS *&rpResourceManager, IEEE4888_TEST_INSTRUMENT_CLASS *&rpIEEE488Instrument)
Connect to an IEEE488Instrument.
bool FetchIEEE4888Resource(IEEE4888_TEST_RESOURCE_MANAGER_CLASS &rResourceManager, tResourceName &rInstrumentName)
Open a connection to the Resource Manager and find an IEEE488Instrument.
bool CheckIDNResponse(const CSCPIBuffer &rBuffer)
Sanity-check of the response to an *IDN? query.
USBTMC driver based on libusb: interface definition.
C++ wrapper for NI-VISA: interface definition.
std::string tResourceName
IEEE488 resource name.