Revision e2a94193 host/include/uhd/usrp/dboard_manager.hpp

b/host/include/uhd/usrp/dboard_manager.hpp
59 59
     * Make a new dboard manager.
60 60
     * \param rx_dboard_id the id of the rx dboard
61 61
     * \param tx_dboard_id the id of the tx dboard
62
     * \param interface the custom dboard interface
62
     * \param iface the custom dboard interface
63 63
     * \return an sptr to the new dboard manager
64 64
     */
65 65
    static sptr make(
66 66
        dboard_id_t rx_dboard_id,
67 67
        dboard_id_t tx_dboard_id,
68
        dboard_interface::sptr interface
68
        dboard_iface::sptr iface
69 69
    );
70 70

  
71
    //dboard_interface
71
    //dboard manager interface
72 72
    virtual prop_names_t get_rx_subdev_names(void) = 0;
73 73
    virtual prop_names_t get_tx_subdev_names(void) = 0;
74 74
    virtual wax::obj get_rx_subdev(const std::string &subdev_name) = 0;

Also available in: Unified diff