GNU Radio 3.7.1 C++ API
|
#include <rpcregisterhelpers.h>
Public Member Functions | |
rpcbasic_inserter (T *source, Tfrom(T::*func)() const) | |
rpcbasic_inserter (T *source, Tfrom(T::*func)()) | |
pmt::pmt_t | retrieve () |
send msg to msg_producer |
rpcbasic_inserter< T, Tfrom >::rpcbasic_inserter | ( | T * | source, |
Tfrom(T::*)() const | func | ||
) | [inline] |
rpcbasic_inserter< T, Tfrom >::rpcbasic_inserter | ( | T * | source, |
Tfrom(T::*)() | func | ||
) | [inline] |
pmt::pmt_t rpcbasic_inserter< T, Tfrom >::retrieve | ( | ) | [inline, virtual] |
send msg
to msg_producer
Reimplemented from rpcinserter_base< T, Tfrom >.
References rpcinserter_base< T, Tfrom >::_source, and pmt::mp().