GNU Radio 3.7.1.1 C++ API
|
#include <rpcregisterhelpers.h>
Public Member Functions | |
rpcbasic_extractor (T *source, void(T::*func)(std::complex< float >)) | |
void | post (pmt::pmt_t which_port, pmt::pmt_t msg) |
send msg to msg_accepter on port which_port | |
![]() | |
rpcextractor_base (T *source, void(T::*func)(std::complex< float >)) | |
~rpcextractor_base () |
Additional Inherited Members | |
![]() | |
T * | _source |
void(T::* | _func )(std::complex< float >) |
|
inline |
|
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::complex< float > >.
References rpcextractor_base< T, Tto >::_func, rpcextractor_base< T, Tto >::_source, and pmt::to_complex().