18 #ifndef DEVICES_PLUTOSDR_DEVICEPLUTOSDR_H_ 19 #define DEVICES_PLUTOSDR_DEVICEPLUTOSDR_H_ 32 void scan() { m_scan.scan(); }
33 void getSerials(std::vector<std::string>& serials)
const { m_scan.getSerials(serials); }
35 const std::string*
getURIAt(
unsigned int index)
const {
return m_scan.getURIAt(index); }
36 const std::string*
getSerialAt(
unsigned int index)
const {
return m_scan.getSerialAt(index); }
static const uint32_t bbLPRxLowLimitFreq
Analog base band Rx low pass filter lower frequency limit (Hz)
static const uint32_t srHighLimitFreq
Device sample rate higher limit in S/s.
static const float firBWHighLimitFactor
Factor by which the FIR working sample rate is multiplied to yield bandwidth higher limit...
static const uint32_t bbLPTxHighLimitFreq
Analog base band Tx high pass filter lower frequency limit (Hz)
static const uint64_t rxLOLowLimitFreq
Rx LO hard coded lower frequency limit (Hz)
static const uint64_t rxLOHighLimitFreq
Rx LO hard coded lower frequency limit (Hz)
static const uint32_t srLowLimitFreq
Device sample rate lower limit in S/s.
DevicePlutoSDRScan m_scan
void getSerials(std::vector< std::string > &serials) const
const std::string * getSerialAt(unsigned int index) const
const std::string * getURIAt(unsigned int index) const
static const uint32_t bbLPTxLowLimitFreq
Analog base band Tx low pass filter lower frequency limit (Hz)
static const uint64_t txLOLowLimitFreq
Tx LO hard coded lower frequency limit (Hz)
static const uint32_t bbLPRxHighLimitFreq
Analog base band Rx high pass filter lower frequency limit (Hz)
static const float firBWLowLimitFactor
Factor by which the FIR working sample rate is multiplied to yield bandwidth lower limit...
static const uint64_t txLOHighLimitFreq
Tx LO hard coded lower frequency limit (Hz)
unsigned __int64 uint64_t