Specialized extractor class to make calls to functions that do not take data (enable, reset, start, etc.). More...
#include <gnuradio/rpcregisterhelpers.h>
Public Member Functions | |
rpcbasic_extractor (T *source, void(T::*func)()) | |
void | post (pmt::pmt_t which_port, pmt::pmt_t msg) |
send msg to msg_accepter on port which_port More... | |
Public Member Functions inherited from rpcextractor_base< T, void > | |
rpcextractor_base (T *source, void(T::*func)()) | |
~rpcextractor_base () | |
Additional Inherited Members | |
Protected Attributes inherited from rpcextractor_base< T, void > | |
T * | _source |
void(T::* | _func )() |
Specialized extractor class to make calls to functions that do not take data (enable, reset, start, etc.).
|
inline |
|
inlinevirtual |
send msg
to msg_accepter
on port which_port
Sending a message is an asynchronous operation. The post
call will not wait for the message either to arrive at the destination or to be received.
Reimplemented from rpcextractor_base< T, void >.