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

Method hasDirectConnection

src/models/TunerModel.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241bool TunerModel::hasDirectConnection() const
242{
243 return m_directConn && m_directConn->isConnected();
244}
245
246void TunerModel::adjustRelay(int relay, int direction)
247{

Callers 1

setTunerModelMethod · 0.80

Calls 1

isConnectedMethod · 0.45

Tested by

no test coverage detected