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

Aggregate all threads for an RTL-SDR dongle. More...

#include "Radio.hxx"
#include "Params.hxx"
#include "RTLSDRDev.hxx"
#include "RTLSDRCtrl.hxx"
#include "RTLSDRRX.hxx"
#include "RTLSDRTX.hxx"
#include <memory>

Go to the source code of this file.

Classes

class  SoDa::RTLSDRRadio

Namespaces

namespace  SoDa

Typedefs

using SoDa::RTLSDRRadioPtr = std::shared_ptr<RTLSDRRadio>

Detailed Description

Aggregate all threads for an RTL-SDR dongle.

Opens the device handle (RTLSDRDev) once and passes it to both RTLSDRCtrl and RTLSDRRX. RTLSDRTX is a stub (RX-only hardware).

radio_args from Params is the dongle index (e.g. "0").

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

Definition in file RTLSDRRadio.hxx.