UHD  003.004.002-0-unknown
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Public Attributes
uhd::usrp::subdev_spec_pair_t Struct Reference

#include <subdev_spec.hpp>

List of all members.

Public Member Functions

 subdev_spec_pair_t (const std::string &db_name="", const std::string &sd_name="")

Public Attributes

std::string db_name
 The daughterboard slot name.
std::string sd_name
 The subdevice name.

Detailed Description

A subdevice specification (daughterboard slot, subdevice) name pairing.


Constructor & Destructor Documentation

uhd::usrp::subdev_spec_pair_t::subdev_spec_pair_t ( const std::string &  db_name = "",
const std::string &  sd_name = "" 
)

Create a new subdevice specification pair from dboard and subdev names.

Parameters:
db_namethe name of a daughterboard slot
sd_namethe name of a subdevice on that daughterboard

Member Data Documentation

std::string uhd::usrp::subdev_spec_pair_t::db_name

The daughterboard slot name.

std::string uhd::usrp::subdev_spec_pair_t::sd_name

The subdevice name.


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