![]() |
SoDaRadio-12.2.0-cut_dependencies:6c82803
|
RadioControl implementation for RTL-SDR dongles (librtlsdr). More...
#include "RadioControl.hxx"#include "Params.hxx"#include "RTLSDRDev.hxx"#include <vector>#include <string>Go to the source code of this file.
Classes | |
| class | SoDa::RTLSDRCtrl |
Namespaces | |
| namespace | SoDa |
Typedefs | |
| using | SoDa::RTLSDRCtrlPtr = std::shared_ptr<RTLSDRCtrl> |
RadioControl implementation for RTL-SDR dongles (librtlsdr).
The RTL-SDR is receive-only. All TX-related virtual methods are implemented as harmless stubs. Frequency range depends on the specific tuner chip (R820T: ~24 MHz – 1.8 GHz is typical).
radio_args from Params is interpreted as a decimal device index (e.g. "0" for the first dongle). An empty string also selects index 0.
Definition in file RTLSDRCtrl.hxx.