| 
    UHD
    003.002.000
    
   | 
 
Classes | |
| class | dboard_base | 
| struct | dboard_eeprom_t | 
| class | dboard_id_t | 
| class | dboard_iface | 
| struct | dboard_iface_special_props_t | 
| Special properties that differentiate this daughterboard slot.  More... | |
| class | dboard_manager | 
| struct | mboard_eeprom_t | 
| class | mboard_iface | 
| class | multi_usrp | 
| class | rx_dboard_base | 
| struct | subdev_spec_pair_t | 
| class | subdev_spec_t | 
| class | tx_dboard_base | 
| class | xcvr_dboard_base | 
Typedefs | |
| typedef multi_usrp | single_usrp | 
| Multi-USRP is a superset of Single-USRP.  More... | |
Functions | |
| UHD_API bool | operator== (const dboard_id_t &lhs, const dboard_id_t &rhs) | 
| UHD_API bool | operator== (const subdev_spec_pair_t &, const subdev_spec_pair_t &) | 
| overloaded comparison operator for subdev_spec_pair_t  More... | |
| typedef multi_usrp uhd::usrp::single_usrp | 
Multi-USRP is a superset of Single-USRP.
Possible subdev connection types:
A complex subdevice is physically connected to both channels, which may be connected in one of two ways: IQ or QI (swapped).
A real subdevice is only physically connected one channel, either only the I channel or only the Q channel.
| Enumerator | |
|---|---|
| SUBDEV_CONN_COMPLEX_IQ | |
| SUBDEV_CONN_COMPLEX_QI | |
| SUBDEV_CONN_REAL_I | |
| SUBDEV_CONN_REAL_Q | |
Possible device subdev properties
| UHD_API bool uhd::usrp::operator== | ( | const subdev_spec_pair_t & | , | 
| const subdev_spec_pair_t & | |||
| ) | 
overloaded comparison operator for subdev_spec_pair_t
| UHD_API bool uhd::usrp::operator== | ( | const dboard_id_t & | lhs, | 
| const dboard_id_t & | rhs | ||
| ) | 
Comparator operator overloaded for dboard ids. The boost::equality_comparable provides the !=.
| lhs | the dboard id to the left of the operator | 
| rhs | the dboard id to the right of the operator | 
 1.8.13