33 QString(
"PlutoSDR Input"),
35 QString(
"(c) Edouard Griffiths, F4EXB"),
36 QString(
"https://github.com/f4exb/sdrangel"),
38 QString(
"https://github.com/f4exb/sdrangel")
63 std::vector<std::string> serials;
66 std::vector<std::string>::const_iterator it = serials.begin();
70 for (i = 0; it != serials.end(); ++it, ++
i)
72 QString serial_str = QString::fromLocal8Bit(it->c_str());
73 QString displayedName(QString(
"PlutoSDR[%1] %2").
arg(i).
arg(serial_str));
85 qDebug(
"PlutoSDRInputPlugin::enumSampleSources: enumerated PlutoSDR device #%d", i);
93 const QString& sourceId,
104 const QString& sourceId,
void registerSampleSource(const QString &sourceName, PluginInterface *plugin)
static DevicePlutoSDR & instance()
Fixed< IntType, IntBits > arg(const std::complex< Fixed< IntType, IntBits > > &val)
void getSerials(std::vector< std::string > &serials) const
Exposes a single input stream that can be one of the streams of a physical device.
#define PLUTOSDR_DEVICE_TYPE_ID
QList< SamplingDevice > SamplingDevices