 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_BLOCKS_PDU_FILTER_H
12 #define INCLUDED_BLOCKS_PDU_FILTER_H
29 typedef std::shared_ptr<pdu_filter>
sptr;
37 virtual void set_inversion(
bool invert) = 0;
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
Propagates only pdus containing k=>v in meta.
Definition: pdu_filter.h:25
Definition: cc_common.h:35
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:59
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition: pmt.h:84
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
std::shared_ptr< pdu_filter > sptr
Definition: pdu_filter.h:29