> 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
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
>
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