discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] swig question


From: Don Ward
Subject: [Discuss-gnuradio] swig question
Date: Sun, 16 Sep 2007 22:02:08 -0400

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]