Re: [Discuss-gnuradio] Message_source.cc

2006-09-09 Thread Eric Blossom
On Sat, Sep 09, 2006 at 02:40:03PM -0500, Michael Ford wrote: > I've been studying the message_source.{h,cc} code, and I'm confused on one > issue. In gr_message_source.h, one of the member variables of the gr_message > source class if a gr_message_sptr called d_msg. The .cc file makes use of > the

[Discuss-gnuradio] Message_source.cc

2006-09-09 Thread Michael Ford
I've been studying the message_source.{h,cc} code, and I'm confused on one issue. In gr_message_source.h, one of the member variables of the gr_message source class if a gr_message_sptr called d_msg. The .cc file makes use of the d_msg, yet nowhere do I find it being initialized to a value. What da