#include <subdev_spec.hpp>
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_name | the name of a daughterboard slot |
| sd_name | the 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 documentation for this struct was generated from the following file: