mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
SoapySDR: prepend the driver name to the device label so it can be differentiated if handled by SoapySDR remote
This commit is contained in:
@@ -8,13 +8,15 @@ SoapySDR is a [C/C++ API](https://github.com/pothosware/SoapySDR/blob/master/inc
|
||||
|
||||
SoapySDR devices appear in the list of available devices in the order they are listed in the API call to SoapySDR. If more than one device controlled by SoapySDR is listed then its sequence number is incremented like:
|
||||
|
||||
- SoapySDR[0:0] Generic RTL...
|
||||
- SoapySDR[1:0] Generic RTL...
|
||||
- SoapySDR[0:0] rtlsdr: Generic RTL...
|
||||
- SoapySDR[1:0] rtlsdr: Generic RTL...
|
||||
|
||||
The SoapySDR driver name appears right before the column
|
||||
|
||||
If the same device exposes several channels they appear as distinct devices with the channel number incremented like:
|
||||
|
||||
- SoapySDR[1:0] LimeSDR...
|
||||
- SoapySDR[1:1] LimeSDR...
|
||||
- SoapySDR[1:0] lime: LimeSDR...
|
||||
- SoapySDR[1:1] lime: LimeSDR...
|
||||
|
||||
This works similarly to LimeSDR USB or BladeRF 2.0 micro
|
||||
|
||||
|
||||
Reference in New Issue
Block a user