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

#include <rpcregisterhelpers.h>

Inheritance diagram for rpcbasic_extractor< T, bool >:

List of all members.

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

template<typename T>
class rpcbasic_extractor< T, 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 
) [inline, virtual]

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, bool >.

References pmt::to_bool().


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