GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
pycallback_object< myType > Class Template Reference

#include <gnuradio/pycallback_object.h>

Public Member Functions

 pycallback_object (std::string name, std::string functionbase, std::string units, std::string desc, myType min, myType max, myType deflt, DisplayType dtype)
 
void add_rpc_variable (rpcbasic_sptr s)
 
myType get ()
 
void set_callback (PyObject *cb)
 
void setup_rpc ()
 

Constructor & Destructor Documentation

◆ pycallback_object()

template<class myType >
pycallback_object< myType >::pycallback_object ( std::string  name,
std::string  functionbase,
std::string  units,
std::string  desc,
myType  min,
myType  max,
myType  deflt,
DisplayType  dtype 
)
inline

Member Function Documentation

◆ add_rpc_variable()

template<class myType >
void pycallback_object< myType >::add_rpc_variable ( rpcbasic_sptr  s)
inline

◆ get()

template<class myType >
myType pycallback_object< myType >::get ( )
inline

◆ set_callback()

template<class myType >
void pycallback_object< myType >::set_callback ( PyObject *  cb)
inline

◆ setup_rpc()

template<class myType >
void pycallback_object< myType >::setup_rpc ( )
inline

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