GNU Radio 3.7.1 C++ API
|
#include <rpcregisterhelpers.h>
Public Member Functions | |
rpcbasic_extractor (T *source, void(T::*func)(float)) | |
void | post (pmt::pmt_t which_port, pmt::pmt_t msg) |
send msg to msg_accepter on port which_port |
rpcbasic_extractor< T, float >::rpcbasic_extractor | ( | T * | source, |
void(T::*)(float) | func | ||
) | [inline] |
void rpcbasic_extractor< T, float >::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, float >.
References pmt::to_double().