 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-4build1
UHD and USRP Manual
|
|
Go to the documentation of this file.
8 #ifndef INCLUDED_UHD_USRP_SUBDEV_SPEC_HPP
9 #define INCLUDED_UHD_USRP_SUBDEV_SPEC_HPP
12 #include <boost/operators.hpp>
16 namespace uhd {
namespace usrp {
std::string sd_name
The subdevice name.
Definition: subdev_spec.hpp:27
subdev_spec_t(const std::string &markup="")
#define UHD_API
Definition: config.h:68
std::string to_string(void) const
Definition: subdev_spec.hpp:22
Definition: build_info.hpp:13
bool operator!=(const subdev_spec_pair_t &other)
overloaded inquality operator
std::string db_name
The daughterboard slot name.
Definition: subdev_spec.hpp:24
Definition: subdev_spec.hpp:61
bool operator==(const subdev_spec_pair_t &other)
overloaded equality operator
subdev_spec_pair_t(const std::string &db_name="", const std::string &sd_name="")
std::string to_pp_string(void) const
UHD_API bool operator==(const dboard_id_t &lhs, const dboard_id_t &rhs)