![]() |
THM1176InstrumentManager 1.1
Qt Object abstraction for Metrolab THM1176
|
Test IEEE488 Instrument: Interrupt methods. More...
Go to the source code of this file.
Classes | |
class | IEEE488InstrumentInterruptTest |
Functions | |
TEST_F (IEEE488InstrumentInterruptTest, EnableDisable) | |
Test EnableEvent and DisableEvent. | |
TEST_F (IEEE488InstrumentInterruptTest, WaitOnEvent) | |
Test WaitOnEvent. | |
TEST_F (IEEE488InstrumentInterruptTest, DiscardInterrupts) | |
Test DiscardEvents. | |
TEST_F (IEEE488InstrumentInterruptTest, MixSRQandSTB) | |
Test mixing Status Byte and Service Requests. Note: in USBTMC, both of these arrive on the Interrupt-In endpoint. | |
Test IEEE488 Instrument: Interrupt methods.
Definition in file IEEE488InstrumentInterruptTest.h.
TEST_F | ( | IEEE488InstrumentInterruptTest | , |
DiscardInterrupts | ) |
Test DiscardEvents.
Definition at line 93 of file IEEE488InstrumentInterruptTest.h.
TEST_F | ( | IEEE488InstrumentInterruptTest | , |
EnableDisable | ) |
Test EnableEvent and DisableEvent.
Definition at line 45 of file IEEE488InstrumentInterruptTest.h.
TEST_F | ( | IEEE488InstrumentInterruptTest | , |
MixSRQandSTB | ) |
Test mixing Status Byte and Service Requests. Note: in USBTMC, both of these arrive on the Interrupt-In endpoint.
Definition at line 119 of file IEEE488InstrumentInterruptTest.h.
TEST_F | ( | IEEE488InstrumentInterruptTest | , |
WaitOnEvent | ) |
Test WaitOnEvent.
Definition at line 60 of file IEEE488InstrumentInterruptTest.h.