GNU Radio Manual and C++ API Reference  3.7.13.4
The Free & Open Software Radio Ecosystem
rpchandler_base< T > Class Template Reference

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...
 
- Public Member Functions inherited from gr::messages::msg_accepter
 msg_accepter ()
 
virtual ~msg_accepter ()
 

Protected Attributes

T * _source
 
const char * _handler
 

Detailed Description

template<typename T>
class rpchandler_base< T >

Base class for registering a ControlPort Handler. Acts as a message acceptor.

Constructor & Destructor Documentation

template<typename T >
rpchandler_base< T >::rpchandler_base ( T *  source,
const char *  handler 
)
inline
template<typename T >
rpchandler_base< T >::~rpchandler_base ( )
inline

Member Function Documentation

template<typename T >
void rpchandler_base< T >::post ( pmt::pmt_t  which_port,
pmt::pmt_t  msg 
)
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.

Member Data Documentation

template<typename T >
const char* rpchandler_base< T >::_handler
protected
template<typename T >
T* rpchandler_base< T >::_source
protected

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