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

Method adjustRelay

src/models/TunerModel.cpp:246–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void TunerModel::adjustRelay(int relay, int direction)
247{
248 if (!m_directConn || !m_directConn->isConnected()) {
249 qCDebug(lcTuner) << "TunerModel::adjustRelay: no direct connection";
250 return;
251 }
252 m_directConn->adjustRelay(relay, direction);
253}
254
255} // namespace AetherSDR

Callers 1

buildUIMethod · 0.45

Calls 1

isConnectedMethod · 0.45

Tested by

no test coverage detected