23 #ifndef INCLUDED_GR_TAGGED_STREAM_TO_PDU_H
24 #define INCLUDED_GR_TAGGED_STREAM_TO_PDU_H
47 std::vector<uint8_t> d_save;
49 std::vector<gr_tag_t> d_tags;
50 std::vector<gr_tag_t>::iterator d_tags_itr;
68 int work (
int noutput_items,
69 gr_vector_const_void_star &input_items,
70 gr_vector_void_star &output_items);
Definition: gr_sync_block.h:27
GR_CORE_API gr_tagged_stream_to_pdu_sptr gr_make_tagged_stream_to_pdu(gr_pdu_vector_type t)
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
gr_pdu_vector_type
Definition: gr_pdu.h:32
Turn received messages into a stream.
Definition: gr_tagged_stream_to_pdu.h:41
boost::intrusive_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost.org/libs/smart_ptr/smart_ptr.htm
Definition: pmt.h:54
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...