GNU Radio's SDR Package
sdr_helpers.h File Reference
#include <SoapySDR/Version.hpp>
#include <SoapySDR/Types.hpp>
#include <gnuradio/sdr/types.h>
#include <gnuradio/io_signature.h>
#include <boost/lexical_cast.hpp>
#include <boost/foreach.hpp>
#include <sstream>
#include <cctype>
#include <stdexcept>

Go to the source code of this file.

Functions

static void check_abi (const std::string &what)
 
static gr::io_signature::sptr stream_args_to_io_signature (const std::string &format, std::vector< size_t > &channels)
 
static gr::sdr::range_t toRange (const SoapySDR::Range &r)
 
static std::vector< gr::sdr::range_ttoRanges (const std::vector< SoapySDR::Range > &ranges)
 

Function Documentation

◆ check_abi()

static void check_abi ( const std::string &  what)
static

◆ stream_args_to_io_signature()

static gr::io_signature::sptr stream_args_to_io_signature ( const std::string &  format,
std::vector< size_t > &  channels 
)
static

◆ toRange()

static gr::sdr::range_t toRange ( const SoapySDR::Range &  r)
static

Referenced by toRanges().

◆ toRanges()

static std::vector<gr::sdr::range_t> toRanges ( const std::vector< SoapySDR::Range > &  ranges)
static

References toRange().