pothosware / SoapyRTLSDR

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

Device available arg -- issue for the device table #26

Closed guruofquality closed 4 years ago

guruofquality commented 7 years ago

The enumeration result available changes after the device is open. This prevents another thread from opening the rtl under the same device pointer.

@kevinmehall pointed this out - https://github.com/pothosware/SoapySDR/issues/116

guruofquality commented 7 years ago

So it looks like the device remains available from within the same process that opened it. So it shouldnt be an issue for the device table. I don't personally like the available key when the other devices dont have it, but its more of a matter of taste.