 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0
UHD and USRP Manual
|
|
Go to the documentation of this file.
8 #ifndef INCLUDED_UHD_USRP_DBOARD_ID_HPP
9 #define INCLUDED_UHD_USRP_DBOARD_ID_HPP
13 #include <boost/operators.hpp>
16 namespace uhd {
namespace usrp {
uint16_t to_uint16(void) const
static dboard_id_t none(void)
#define UHD_API
Definition: config.h:68
std::string to_pp_string(void) const
std::string to_string(void) const
Definition: dboard_id.hpp:19
Definition: build_info.hpp:13
static dboard_id_t from_string(const std::string &string)
dboard_id_t(uint16_t id=0xffff)
std::string to_cname(void) const
UHD_API bool operator==(const dboard_id_t &lhs, const dboard_id_t &rhs)
static dboard_id_t from_uint16(uint16_t uint16)