#include <mutex>
#include <gnuradio/soapy/block.h>
#include <SoapySDR/Device.hpp>
#include <SoapySDR/Modules.hpp>
#include <SoapySDR/Registry.hpp>
#include <SoapySDR/Version.hpp>
Go to the source code of this file.
Classes | |
struct | gr::soapy::device_deleter |
class | gr::soapy::block_impl |
Base block implementation for SDR devices. More... | |
Namespaces | |
gr | |
GNU Radio logging wrapper for log4cpp library (C++ port of log4j) | |
gr::soapy | |
Typedefs | |
using | gr::soapy::cmd_handler_t = std::function< void(pmt::pmt_t, size_t)> |
using | gr::soapy::device_ptr_t = std::unique_ptr< SoapySDR::Device, device_deleter > |