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

Method removeStream

src/models/DaxIqModel.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void DaxIqModel::removeStream(int channel)
138{
139 int idx = channelIndex(channel);
140 if (idx < 0 || idx >= NUM_CHANNELS) return;
141 if (!m_streams[idx].exists || m_streams[idx].streamId == 0) return;
142 emit commandReady(QString("stream remove 0x%1").arg(m_streams[idx].streamId, 0, 16));
143}
144
145void DaxIqModel::setSampleRate(int channel, int rate)
146{

Callers 4

cmdIqStopMethod · 0.80
onClientDisconnectedMethod · 0.80
stopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected