37 QString(
"XTRX Input"),
39 QString(
"(c) Edouard Griffiths, F4EXB"),
40 QString(
"https://github.com/f4exb/sdrangel"),
42 QString(
"https://github.com/f4exb/sdrangel")
66 xtrx_device_info_t devs[32];
67 int res = xtrx_discovery(devs, 32);
69 for (i = 0; i < res; i++) {
73 qDebug(
"XTRXInputPlugin::enumSampleSources: device #%d channel %u: %s", i, j, devs[i].uniqname);
74 QString displayedName(QString(
"XTRX[%1:%2] %3").
arg(i).
arg(j).
arg(devs[i].uniqname));
78 QString(devs[i].uniqname),
91 const QString& sourceId,
102 const QString& sourceId,
void registerSampleSource(const QString &sourceName, PluginInterface *plugin)
uint32_t m_nbRxChannels
number of Rx channels
Fixed< IntType, IntBits > arg(const std::complex< Fixed< IntType, IntBits > > &val)
Exposes a single input stream that can be one of the streams of a physical device.
QList< SamplingDevice > SamplingDevices