#include <uhd/usrp/subdev_spec.hpp>
Public Member Functions | |
subdev_spec_pair_t (const std::string &db_name="", const std::string &sd_name="") | |
bool | operator== (const subdev_spec_pair_t &other) |
overloaded equality operator More... | |
bool | operator!= (const subdev_spec_pair_t &other) |
overloaded inquality operator More... | |
Public Attributes | |
std::string | db_name |
The daughterboard slot name. More... | |
std::string | sd_name |
The subdevice name. More... | |
A subdevice specification (daughterboard slot, subdevice) name pairing.
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.
db_name | the name of a daughterboard slot |
sd_name | the name of a subdevice on that daughterboard |
bool uhd::usrp::subdev_spec_pair_t::operator!= | ( | const subdev_spec_pair_t & | other | ) |
overloaded inquality operator
bool uhd::usrp::subdev_spec_pair_t::operator== | ( | const subdev_spec_pair_t & | other | ) |
overloaded equality operator
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.