pothosware / SoapyPlutoSDR

Soapy SDR plugin for PlutoSDR
https://github.com/pothosware/SoapyPlutoSDR/wiki
GNU Lesser General Public License v2.1
53 stars 22 forks source link

Validate stream format and convert to enum #10

Closed zuckschwerdt closed 5 years ago

zuckschwerdt commented 5 years ago

Validates the requested stream format on setupStream() and passes the format as enum to rx_streamer and tx_streamer. This matches e.g. Airspy and HackRF and avoids string comparison in the RX/TX loop.