GNU Radio Manual and C++ API Reference  v3.9.2.0-89-gb7c7001e
The Free & Open Software Radio Ecosystem
block_impl.h File Reference
#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 >