![]() |
SoDaRadio-12.2.0-cut_dependencies:6c82803
|
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> |
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").
Definition in file RTLSDRRadio.hxx.