11 #ifndef INCLUDED_PDU_PDU_FILTER_H
12 #define INCLUDED_PDU_PDU_FILTER_H
29 typedef std::shared_ptr<pdu_filter>
sptr;
37 virtual void set_inversion(
bool invert) = 0;
#define PDU_API
Definition: gr-pdu/include/gnuradio/pdu/api.h:18
Definition: cc_common.h:35
GR_RUNTIME_API const pmt::pmt_t pdu()
GNU Radio logging wrapper.
Definition: basic_block.h:29
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:62
Propagates only pdus containing k=>v in meta.
Definition: pdu_filter.h:25
std::shared_ptr< pdu_filter > sptr
Definition: pdu_filter.h:29
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition: pmt.h:83