23 #ifndef INCLUDED_GR_ENDIAN_SWAP_H
24 #define INCLUDED_GR_ENDIAN_SWAP_H
48 size_t item_size_bytes;
51 virtual int work (
int noutput_items,
52 gr_vector_const_void_star &input_items,
53 gr_vector_void_star &output_items);
GR_CORE_API gr_endian_swap_sptr gr_make_endian_swap(size_t item_size_bytes=1)
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
Convert stream of items into thier byte swapped version.
Definition: gr_endian_swap.h:41
#define GR_CORE_API
Definition: gr_core_api.h:30
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 ...