Base class for registering a ControlPort Handler. Acts as a message acceptor. More...
#include <gnuradio/rpcregisterhelpers.h>
Public Member Functions | |
rpchandler_base (T *source, const char *handler) | |
~rpchandler_base () | |
void | post (pmt::pmt_t which_port, pmt::pmt_t msg) |
send msg to msg_accepter on port which_port More... | |
Protected Attributes | |
T * | _source |
const char * | _handler |
Base class for registering a ControlPort Handler. Acts as a message acceptor.
|
inline |
|
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.
Implements gr::messages::msg_accepter.
References rpcextractor_base< T, Tto >::_source.
|
protected |
|
protected |