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

Method createStream

src/models/DaxIqModel.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void DaxIqModel::createStream(int channel)
132{
133 if (channel < 1 || channel > NUM_CHANNELS) return;
134 emit commandReady(QString("stream create type=dax_iq daxiq_channel=%1").arg(channel));
135}
136
137void DaxIqModel::removeStream(int channel)
138{

Callers 3

cmdIqStartMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected