23#ifndef INCLUDED_BLOCKS_PDU_REMOVE_H
24#define INCLUDED_BLOCKS_PDU_REMOVE_H
41 typedef boost::shared_ptr<pdu_remove>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
remove key k in pdu's meta field and pass on
Definition: pdu_remove.h:38
static sptr make(pmt::pmt_t k)
Construct a PDU meta remove block.
boost::shared_ptr< pdu_remove > sptr
Definition: pdu_remove.h:41
virtual void set_key(pmt::pmt_t key)=0
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45
boost::intrusive_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost....
Definition: pmt.h:56