GNU Radio Manual and C++ API Reference 3.10.3.0
The Free & Open Software Radio Ecosystem
 
Loading...
Searching...
No Matches
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

namespace  gr
 GNU Radio logging wrapper.
 
namespace  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 >