23 #ifndef INCLUDED_GR_ANNOTATOR_ALLTOALL_H
24 #define INCLUDED_GR_ANNOTATOR_ALLTOALL_H
54 int work (
int noutput_items,
55 gr_vector_const_void_star &input_items,
56 gr_vector_void_star &output_items);
58 std::vector<gr_tag_t>
data()
const
70 std::vector<gr_tag_t> d_stored_tags;
GR_CORE_API gr_annotator_alltoall_sptr gr_make_annotator_alltoall(int when, size_t sizeof_stream_item)
All-to-all stream annotator testing block. FOR TESTING PURPOSES ONLY.
Definition: gr_annotator_alltoall.h:49
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
unsigned __int64 uint64_t
Definition: stdint.h:90
std::vector< gr_tag_t > data() const
Definition: gr_annotator_alltoall.h:58
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 ...