GNU Radio 3.7.0 C++ API
pycallback_object< myType > Class Template Reference

#include <pycallback_object.h>

List of all members.

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 ()

template<class myType>
class pycallback_object< myType >


Constructor & Destructor Documentation

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

template<class myType >
void pycallback_object< myType >::add_rpc_variable ( rpcbasic_sptr  s) [inline]
template<class myType >
myType pycallback_object< myType >::get ( ) [inline]
template<class myType >
void pycallback_object< myType >::set_callback ( PyObject *  cb) [inline]

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