Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
bool TunerModel::hasDirectConnection() const
242
{
243
return m_directConn && m_directConn->isConnected();
244
}
245
246
void TunerModel::adjustRelay(int relay, int direction)
247
{
Callers
1
setTunerModel
Method · 0.80
Calls
1
isConnected
Method · 0.45
Tested by
no test coverage detected