GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pmt_assist< myType > Class Template Reference

#include <gnuradio/pycallback_object.h>

Public Member Functions

template<>
pmt::pmt_t make (std::vector< float > _val)
 
template<>
pmt::pmt_t make (std::vector< gr_complex > _val)
 

Static Public Member Functions

static pmt::pmt_t make (myType _val)
 

Member Function Documentation

template<class myType >
static pmt::pmt_t pmt_assist< myType >::make ( myType  _val)
inlinestatic
template<>
pmt::pmt_t pmt_assist< std::vector< float > >::make ( std::vector< float >  _val)

References pmt::init_f32vector().

template<>
pmt::pmt_t pmt_assist< std::vector< gr_complex > >::make ( std::vector< gr_complex _val)

References pmt::init_c32vector().


The documentation for this class was generated from the following file: