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

Method updateStreamFilters

src/models/RadioModel.cpp:5601–5610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5599}
5600
5601void RadioModel::updateStreamFilters()
5602{
5603 // Register all known pan/wf stream IDs with PanadapterStream
5604 for (auto* pan : m_panadapters) {
5605 if (pan->panStreamId())
5606 m_panStream->registerPanStream(pan->panStreamId());
5607 if (pan->wfStreamId())
5608 m_panStream->registerWfStream(pan->wfStreamId());
5609 }
5610}
5611
5612void RadioModel::configurePan(const QString& panId)
5613{

Callers

nothing calls this directly

Calls 4

panStreamIdMethod · 0.80
registerPanStreamMethod · 0.80
wfStreamIdMethod · 0.80
registerWfStreamMethod · 0.80

Tested by

no test coverage detected