Specialized extractor class for float data. More...
#include <gnuradio/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 More... | |
Public Member Functions inherited from rpcextractor_base< T, float > | |
rpcextractor_base (T *source, void(T::*func)(float)) | |
~rpcextractor_base () | |
void | post (pmt::pmt_t which_port, pmt::pmt_t msg) |
send msg to msg_accepter on port which_port More... | |
Additional Inherited Members | |
Protected Attributes inherited from rpcextractor_base< T, float > | |
T * | _source |
void(T::* | _func )(float) |
Specialized extractor class for float data.
|
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.
Implements gr::messages::msg_accepter.
References pmt::to_double().