discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] swig question


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] swig question
Date: Mon, 24 Sep 2007 12:09:37 -0700
User-agent: Mutt/1.5.9i

On Sun, Sep 16, 2007 at 10:02:08PM -0400, Don Ward wrote:
> 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.

Thanks.  

This could explain some of the exception handling problems we've seen.  

Eric




reply via email to

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