Struct for identifying SoapySDR devices. More...
#include <SoapySDRUtils.hxx>
Public Attributes | |
std::string | serialNumber |
The serial number of the device. | |
std::string | name |
The name of the device. | |
std::string | ipAddress |
The IP address of the device. | |
std::string | resource |
The resource identifier of the device. | |
SoapySDRType | type |
The type of the device. | |
std::string | typeString |
The type of the device as a string. | |
std::map< std::string, std::string > | inverseMap |
A map for additional device information. | |
Struct for identifying SoapySDR devices.
Definition at line 25 of file SoapySDRUtils.hxx.
std::map<std::string, std::string> SoapySDRDeviceIdentification::inverseMap |
A map for additional device information.
Definition at line 33 of file SoapySDRUtils.hxx.
std::string SoapySDRDeviceIdentification::ipAddress |
The IP address of the device.
Definition at line 28 of file SoapySDRUtils.hxx.
std::string SoapySDRDeviceIdentification::name |
The name of the device.
Definition at line 27 of file SoapySDRUtils.hxx.
std::string SoapySDRDeviceIdentification::resource |
The resource identifier of the device.
Definition at line 29 of file SoapySDRUtils.hxx.
std::string SoapySDRDeviceIdentification::serialNumber |
The serial number of the device.
Definition at line 26 of file SoapySDRUtils.hxx.
SoapySDRType SoapySDRDeviceIdentification::type |
The type of the device.
Definition at line 30 of file SoapySDRUtils.hxx.
std::string SoapySDRDeviceIdentification::typeString |
The type of the device as a string.
Definition at line 31 of file SoapySDRUtils.hxx.