On Mon, May 01, 2006 at 08:21:10PM -0400, Elaine Garbarine wrote: > Eric, > > Thanks for pointing out rx_callback to me. I can't believe I missed that > function when I was going through the example. > > As a related question, does rx_callback only exist if the packet is received > properly (i.e. without errors)? > > Regards, > Elaine
It's called if the header (which includes the payload length) is decoded correctly. If the payload is error-free (based on the CRC), then ok is True. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
