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