Revision c9569736 host/lib/usrp/usrp1/usrp1_impl.hpp

b/host/lib/usrp/usrp1/usrp1_impl.hpp
25 25
#include <uhd/types/otw_type.hpp>
26 26
#include <uhd/types/clock_config.hpp>
27 27
#include <uhd/types/stream_cmd.hpp>
28
#include <uhd/usrp/dboard_id.hpp>
28 29
#include <uhd/usrp/subdev_spec.hpp>
29 30
#include <uhd/usrp/dboard_eeprom.hpp>
30 31
#include <uhd/usrp/dboard_manager.hpp>
......
45 46
    typedef boost::function<void(const wax::obj &, const wax::obj &)> set_t;
46 47
    typedef boost::shared_ptr<wax_obj_proxy> sptr;
47 48

  
48
    static sptr make(const get_t &get, const set_t &set)
49
    {
49
    static sptr make(const get_t &get, const set_t &set){
50 50
        return sptr(new wax_obj_proxy(get, set));
51 51
    }
52 52

  
......
102 102
     * \param clock the clock control interface
103 103
     * \param codec the codec control interface
104 104
     * \param dboard_slot the slot identifier
105
     * \param rx_dboard_id the db id for the rx board (used for evil dbsrx purposes)
105 106
     * \return a sptr to a new dboard interface
106 107
     */
107 108
    static uhd::usrp::dboard_iface::sptr make_dboard_iface(
108 109
        usrp1_iface::sptr iface,
109 110
        usrp1_clock_ctrl::sptr clock,
110 111
        usrp1_codec_ctrl::sptr codec,
111
        dboard_slot_t dboard_slot
112
        dboard_slot_t dboard_slot,
113
        const uhd::usrp::dboard_id_t &rx_dboard_id
112 114
    );
113 115

  
114 116
    //interface to ioctls and file descriptor

Also available in: Unified diff