| 129 | } |
| 130 | |
| 131 | void 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 | |
| 137 | void DaxIqModel::removeStream(int channel) |
| 138 | { |
no outgoing calls
no test coverage detected