On Sat, Apr 16, 2011 at 6:11 PM, Alexandru Csete <oz9...@gmail.com> wrote:

> Greetings,
>
> I can see there is an error handler class in gnuradio-core / runtime /
> gr_error_handler and I was wondering if there is an instance of it
> created by the runtime that can be used by the blocks and maybe the
> applications? So far I have only found fprintf's for error messages
> though I haven't looked everywhere.
>
> Alex
>

Alex,
We don't really use the gr_error_handler at all. All errors and warnings are
done through either frpintf to stderr or throwing and catching exceptions.

If you have some ideas of how to make error handling better, I'd love to
hear and discuss them.

Tom
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to