PicoScenes API Docs
 
Loading...
Searching...
No Matches
SoapySDRUtils.hxx File Reference
#include <optional>
#include <SoapySDR/Device.hpp>
#include <SoapySDR/Types.hpp>
Include dependency graph for SoapySDRUtils.hxx:

Go to the source code of this file.

Classes

struct  SoapySDRDeviceIdentification
 

Namespaces

namespace  SoapySDRUtils
 

Enumerations

enum class  SoapySDRType { HackRFOne , LimeSDR , BladeRF }
 

Functions

bool SoapySDRUtils::isSoapySDRDeviceName (const std::string &deviceName)
 
const std::vector< std::map< std::string, std::string > > & SoapySDRUtils::findAllSoapySDRCompatibleDevices ()
 
const std::map< std::string, std::map< std::string, std::string > > & SoapySDRUtils::soapySDRDeviceNamingMap ()
 
const std::vector< std::string > & SoapySDRUtils::getPicoScenesDeviceNames4AllSoapySDRDevice ()
 
std::optional< std::map< std::string, std::string > > SoapySDRUtils::getDeviceInformation (const std::string &deviceName)
 
std::optional< std::array< uint8_t, 6 > > SoapySDRUtils::resolveMACAddress (const std::string &deviceName)
 
std::string SoapySDRUtils::determineTransferType (const SoapySDR::Device *sdr)
 

Enumeration Type Documentation

◆ SoapySDRType

enum class SoapySDRType
strong
Enumerator
HackRFOne 
LimeSDR 
BladeRF 

Definition at line 12 of file SoapySDRUtils.hxx.