diff options
Diffstat (limited to 'host')
| -rw-r--r-- | host/include/uhd/usrp/single_usrp.hpp | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/host/include/uhd/usrp/single_usrp.hpp b/host/include/uhd/usrp/single_usrp.hpp index bc6943478..3cd263bce 100644 --- a/host/include/uhd/usrp/single_usrp.hpp +++ b/host/include/uhd/usrp/single_usrp.hpp @@ -116,6 +116,11 @@ public:      /*******************************************************************       * RX methods       ******************************************************************/ +    /*! +     * Set the RX subdevice specification: +     * The subdev spec maps a physical part of a daughter-board to a channel number. +     * Set the subdev spec before calling into any methods with a channel number. +     */      virtual void set_rx_subdev_spec(const uhd::usrp::subdev_spec_t &spec) = 0;      virtual uhd::usrp::subdev_spec_t get_rx_subdev_spec(void) = 0; @@ -151,6 +156,11 @@ public:      /*******************************************************************       * TX methods       ******************************************************************/ +    /*! +     * Set the TX subdevice specification: +     * The subdev spec maps a physical part of a daughter-board to a channel number. +     * Set the subdev spec before calling into any methods with a channel number. +     */      virtual void set_tx_subdev_spec(const uhd::usrp::subdev_spec_t &spec) = 0;      virtual uhd::usrp::subdev_spec_t get_tx_subdev_spec(void) = 0; | 
