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

Function estimateMaintainsAutoLock

src/gui/MainWindow_ReceiveSync.cpp:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234bool estimateMaintainsAutoLock(const ReceiveSyncEstimate& estimate,
235 float autoLockConfidence)
236{
237 return estimate.valid
238 && (estimate.held || estimate.confidence >= autoLockConfidence);
239}
240
241qint64 receiveSyncSliceFrequencyHz(const SliceModel* slice)
242{

Calls

no outgoing calls

Tested by

no test coverage detected