discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Error handler


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Error handler
Date: Thu, 21 Apr 2011 10:31:39 -0400

On Sat, Apr 16, 2011 at 6:11 PM, Alexandru Csete <address@hidden> 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
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]