pothosware / SoapyRTLSDR

SoapySDR RTL-SDR Support Module
https://github.com/pothosware/SoapyRTLSDR/wiki
MIT License
124 stars 29 forks source link

Add error handling #48

Closed mryndzionek closed 4 years ago

zuckschwerdt commented 4 years ago

Looks good. For reference on possible return codes: rtlsdr_open().

mryndzionek commented 4 years ago

Looks good. For reference on possible return codes: rtlsdr_open().

Yeah, the error result codes are not that consistent (pulled in from different lib/layers). The only sure thing is that 0 means success :smiley: