 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_BLOCKS_PDU_FILTER_H
24 #define INCLUDED_BLOCKS_PDU_FILTER_H
41 typedef boost::shared_ptr<pdu_filter>
sptr;
virtual void set_val(pmt::pmt_t val)=0
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
Propagates only pdus containing k=>v in meta.
Definition: pdu_filter.h:38
boost::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost....
Definition: pmt.h:96
static sptr make(pmt::pmt_t k, pmt::pmt_t v, bool invert=false)
Construct a PDU filter.
Definition: cc_common.h:45
virtual void set_key(pmt::pmt_t key)=0
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
boost::shared_ptr< pdu_filter > sptr
Definition: pdu_filter.h:41
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
virtual void set_inversion(bool invert)=0