GNU Radio 3.7.1 C++ API
rpcbasic_extractor< T, std::string > Class Template Reference

#include <rpcregisterhelpers.h>

Inheritance diagram for rpcbasic_extractor< T, std::string >:

List of all members.

Public Member Functions

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


Constructor & Destructor Documentation

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

Member Function Documentation

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

References rpcextractor_base< T, Tto >::_source, and pmt::symbol_to_string().


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