PicoScenes API Docs
 
Loading...
Searching...
No Matches
SoapySDRDeviceIdentification Struct Reference

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.
 

Detailed Description

Struct for identifying SoapySDR devices.

Definition at line 25 of file SoapySDRUtils.hxx.

Member Data Documentation

◆ inverseMap

std::map<std::string, std::string> SoapySDRDeviceIdentification::inverseMap

A map for additional device information.

Definition at line 33 of file SoapySDRUtils.hxx.

◆ ipAddress

std::string SoapySDRDeviceIdentification::ipAddress

The IP address of the device.

Definition at line 28 of file SoapySDRUtils.hxx.

◆ name

std::string SoapySDRDeviceIdentification::name

The name of the device.

Definition at line 27 of file SoapySDRUtils.hxx.

◆ resource

std::string SoapySDRDeviceIdentification::resource

The resource identifier of the device.

Definition at line 29 of file SoapySDRUtils.hxx.

◆ serialNumber

std::string SoapySDRDeviceIdentification::serialNumber

The serial number of the device.

Definition at line 26 of file SoapySDRUtils.hxx.

◆ type

SoapySDRType SoapySDRDeviceIdentification::type

The type of the device.

Definition at line 30 of file SoapySDRUtils.hxx.

◆ typeString

std::string SoapySDRDeviceIdentification::typeString

The type of the device as a string.

Definition at line 31 of file SoapySDRUtils.hxx.


The documentation for this struct was generated from the following file: