Revision 48ad3b73 host/lib/usrp/simple_usrp.cpp
| b/host/lib/usrp/simple_usrp.cpp | ||
|---|---|---|
| 168 | 168 |
return _rx_subdev()[SUBDEV_PROP_RSSI].as<float>(); |
| 169 | 169 |
} |
| 170 | 170 |
|
| 171 |
dboard_iface::sptr get_rx_dboard_iface(void){
|
|
| 172 |
return _rx_dboard()[DBOARD_PROP_DBOARD_IFACE].as<dboard_iface::sptr>(); |
|
| 173 |
} |
|
| 174 |
|
|
| 171 | 175 |
/******************************************************************* |
| 172 | 176 |
* TX methods |
| 173 | 177 |
******************************************************************/ |
| ... | ... | |
| 232 | 236 |
return _tx_subdev()[SUBDEV_PROP_LO_LOCKED].as<bool>(); |
| 233 | 237 |
} |
| 234 | 238 |
|
| 239 |
dboard_iface::sptr get_tx_dboard_iface(void){
|
|
| 240 |
return _tx_dboard()[DBOARD_PROP_DBOARD_IFACE].as<dboard_iface::sptr>(); |
|
| 241 |
} |
|
| 242 |
|
|
| 235 | 243 |
private: |
| 236 | 244 |
device::sptr _dev; |
| 237 | 245 |
wax::obj _mboard(void){
|
Also available in: Unified diff