In gnuradio/gr-usrp/src/usrp1.i line 265 is the code:

class usrp1_source_base : public gr_sync_block {
protected:

 usrp1_sink_base (const std::string &name,
    gr_io_signature_sptr input_signature,
    int which_board,
    unsigned int interp_rate,
    int nchan,
    int mux,
    int fusb_block_size,
    int fusb_nblocks,
    const std::string fpga_filename,
    const std::string firmware_filename
    ) throw (std::runtime_error);

Instead of the contructor "usrp1_source_base" we have the function "usrp1_sink_base". This isn't what I would expect. Does swig care?

Thanks,

-- Don W.



_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to