23 #ifndef INCLUDED_GR_MESSAGE_BURST_SOURCE_H
24 #define INCLUDED_GR_MESSAGE_BURST_SOURCE_H
47 unsigned d_msg_offset;
66 int work (
int noutput_items,
67 gr_vector_const_void_star &input_items,
68 gr_vector_void_star &output_items);
gr_msg_queue_sptr msgq() const
Definition: gr_message_burst_source.h:64
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
GR_CORE_API gr_message_burst_source_sptr gr_make_message_burst_source(size_t itemsize, int msgq_limit=0)
Turn received messages into a stream and tag them for UHD to send.
Definition: gr_message_burst_source.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 ...