Re: [Discuss-gnuradio] Questions on writing your own block

2008-11-19 Thread Jason Uher
> Based on other blocks that I have seen shouldn't the word "make" be present. > > ju_mpsk_receiver_cc_sptr ju_make_mpsk_receiver_cc (); Thanks! I didn't spot that while proof reading. It's the small stuff that kills you! Jason ___ Discuss-gnuradio

Re: [Discuss-gnuradio] Questions on writing your own block

2008-11-19 Thread Karthik Vijayraghavan
On Wed, Nov 19, 2008 at 10:08 AM, Jason Uher <[EMAIL PROTECTED]> wrote: > Hey all, > > I have written my own blocks in the past following the instructions > at http://www.gnu.org/software/gnuradio/doc/howto-write-a-block.html > and had success. However, today I am trying to implement a copy of >

[Discuss-gnuradio] Questions on writing your own block

2008-11-19 Thread Jason Uher
Hey all, I have written my own blocks in the past following the instructions at http://www.gnu.org/software/gnuradio/doc/howto-write-a-block.html and had success. However, today I am trying to implement a copy of 'gr.mpsk_receiver_cc', so I made a new module and block 'ju.mpsk_receiver_cc', I