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

Method wfStreamId

src/models/PanadapterModel.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20quint32 PanadapterModel::wfStreamId() const
21{
22 bool ok = false;
23 quint32 id = m_waterfallId.toUInt(&ok, 0); // base 0: auto-detect 0x prefix
24 return ok ? id : 0;
25}
26
27void PanadapterModel::setWaterfallId(const QString& id)
28{

Callers 4

onWaterfallRowReadyMethod · 0.80
wirePanLifecycleMethod · 0.80
onStatusReceivedMethod · 0.80
updateStreamFiltersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected