 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_PDU_PDU_FILTER_H
12 #define INCLUDED_PDU_PDU_FILTER_H
29 typedef std::shared_ptr<pdu_filter>
sptr;
Propagates only pdus containing k=>v in meta.
Definition: pdu_filter.h:26
#define PDU_API
Definition: gr-pdu/include/gnuradio/pdu/api.h:18
virtual void set_val(pmt::pmt_t val)=0
Definition: cc_common.h:35
virtual void set_key(pmt::pmt_t key)=0
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition: pmt.h:83
GNU Radio logging wrapper.
Definition: basic_block.h:29
GR_RUNTIME_API const pmt::pmt_t pdu()
virtual void set_inversion(bool invert)=0
std::shared_ptr< pdu_filter > sptr
Definition: pdu_filter.h:29
static sptr make(pmt::pmt_t k, pmt::pmt_t v, bool invert=false)
Construct a PDU filter.