Templated parent class for registering a ControlPort Extractor. More...
#include <gnuradio/rpcregisterhelpers.h>
| Public Member Functions | |
| rpcbasic_extractor (T *source, void(T::*func)(Tto)) | |
| Public Member Functions inherited from rpcextractor_base< T, Tto > | |
| rpcextractor_base (T *source, void(T::*func)(Tto)) | |
| ~rpcextractor_base () override | |
| void | post (pmt::pmt_t which_port, pmt::pmt_t msg) override | 
| send msgtomsg_accepteron portwhich_port | |
| Additional Inherited Members | |
| Protected Attributes inherited from rpcextractor_base< T, Tto > | |
| T * | _source | 
| void(T::* | _func )(Tto) | 
Templated parent class for registering a ControlPort Extractor.
| 
 | inline | 
References rpcextractor_base< T, Tto >::rpcextractor_base().