18 #ifndef DEVICES_SOAPYSDR_DEVICESOAPYSDR_H_ 19 #define DEVICES_SOAPYSDR_DEVICESOAPYSDR_H_ 22 #include <SoapySDR/Device.hpp> 31 SoapySDR::Device *openSoapySDR(
uint32_t sequence,
const QString& hardwareUserArguments);
32 void closeSoapySdr(SoapySDR::Device *device);
35 const std::vector<DeviceSoapySDRScan::SoapySDRDeviceEnum>&
getDevicesEnumeration()
const {
return m_scanner.getDevicesEnumeration(); }
37 static const unsigned int blockSize = (1<<14);
46 SoapySDR::Device *openopenSoapySDRFromSequence(
uint32_t sequence,
const QString& hardwareUserArguments);
const std::vector< DeviceSoapySDRScan::SoapySDRDeviceEnum > & getDevicesEnumeration() const
uint32_t getNbDevices() const
DeviceSoapySDR(const DeviceSoapySDR &)
DeviceSoapySDR & operator=(const DeviceSoapySDR &other)
DeviceSoapySDRScan m_scanner