GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rpcextractor_base< T, Tto > Class Template Reference

Base class for registering a ControlPort Extractor. Acts as a message acceptor. More...

#include <gnuradio/rpcregisterhelpers.h>

Public Member Functions

 rpcextractor_base (T *source, void(T::*func)(Tto))
 
 ~rpcextractor_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
 
void(T::* _func )(Tto)
 

Detailed Description

template<typename T, typename Tto>
class rpcextractor_base< T, Tto >

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

Constructor & Destructor Documentation

template<typename T, typename Tto>
rpcextractor_base< T, Tto >::rpcextractor_base ( T *  source,
void(T::*)(Tto)  func 
)
inline
template<typename T, typename Tto>
rpcextractor_base< T, Tto >::~rpcextractor_base ( )
inline

Member Function Documentation

template<typename T, typename Tto>
void rpcextractor_base< T, Tto >::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.

Member Data Documentation

template<typename T, typename Tto>
void(T::* rpcextractor_base< T, Tto >::_func)(Tto)
protected

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