SoDaRadio-12.2.0-cut_dependencies:6c82803
Loading...
Searching...
No Matches
RTLSDRCtrl.hxx File Reference

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>

Detailed Description

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.

Author
M. H. Reilly (kb1vc)
Date
June 2026

Definition in file RTLSDRCtrl.hxx.