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

#include <rpcregisterhelpers.h>

Inheritance diagram for rpcbasic_extractor< T, char >:

List of all members.

Public Member Functions

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


Constructor & Destructor Documentation

template<typename T >
rpcbasic_extractor< T, char >::rpcbasic_extractor ( T *  source,
void(T::*)(char)  func 
) [inline]

Member Function Documentation

template<typename T >
void rpcbasic_extractor< T, char >::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, char >.

References pmt::to_long().


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