|
ngscopeclient v0.1
|
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. | |