GNU Radio 3.7.2 C++ API
rpcbasic_extractor< T, bool > Class Template Reference

#include <gnuradio/rpcregisterhelpers.h>

Inheritance diagram for rpcbasic_extractor< T, bool >:

Public Member Functions

 rpcbasic_extractor (T *source, void(T::*func)(bool))
 
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, bool >
 rpcextractor_base (T *source, void(T::*func)(bool))
 
 ~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 ()
 

Additional Inherited Members

- Protected Attributes inherited from rpcextractor_base< T, bool >
T * _source
 
void(T::* _func )(bool)
 

Constructor & Destructor Documentation

template<typename T >
rpcbasic_extractor< T, bool >::rpcbasic_extractor ( T *  source,
void(T::*)(bool func 
)
inline

Member Function Documentation

template<typename T >
void rpcbasic_extractor< T, bool >::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 pmt::to_bool().


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