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

#include <rpcregisterhelpers.h>

Inheritance diagram for rpcbasic_extractor< T, std::string >:
rpcextractor_base< T, std::string > gr::messages::msg_accepter

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
- Public Member Functions inherited from rpcextractor_base< T, std::string >
 rpcextractor_base (T *source, void(T::*func)(std::string))
 ~rpcextractor_base ()
- Public Member Functions inherited from gr::messages::msg_accepter
 msg_accepter ()
virtual ~msg_accepter ()

Additional Inherited Members

- Protected Attributes inherited from rpcextractor_base< T, std::string >
T * _source
void(T::* _func )(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 
)
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.

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: