ngscopeclient 0.1-dev+51fbda87c
|
Public Member Functions | |
InstrumentConnectionState (InstrumentThreadArgs args) | |
void | Close () |
Public Attributes | |
std::atomic< bool > | m_shuttingDown |
Termination flag for shutting down the polling thread. | |
std::unique_ptr< std::thread > | m_thread |
Thread for polling the instrument. | |
Oscilloscope::TriggerMode | m_lastTriggerState |
Cached trigger state, to reflect in the UI. | |