MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / isOpen

Method isOpen

src/core/SerialPortController.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188bool SerialPortController::isOpen() const
189{
190 return m_hWin != nullptr;
191}
192
193QString SerialPortController::portName() const
194{

Callers 5

openMethod · 0.45
closeMethod · 0.45
applyPinMethod · 0.45
updatePollingMethod · 0.45
pollInputPinsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected