jgaeddert / liquid-dsp

digital signal processing library for software-defined radios
http://liquidsdr.org
MIT License
1.87k stars 439 forks source link

Question: Is there any documentation on error-handling? #323

Closed sbhutch closed 1 year ago

sbhutch commented 1 year ago

I am searching for documentation around error handling in liquid-dsp. I noticed that some create functions will exit the program on failure and many functions return status integers, but I can't find anything obvious in the documentation for interpreting or handling these.

sbhutch commented 1 year ago

I just noticed that the repo has a discussion page, this seems like a more appropriate place to seek guidance.