23 #ifndef INCLUDED_GR_TAGGED_FILE_SINK_H
24 #define INCLUDED_GR_TAGGED_FILE_SINK_H
66 int work (
int noutput_items,
67 gr_vector_const_void_star &input_items,
68 gr_vector_void_star &output_items);
Write stream to file descriptor.
Definition: gr_tagged_file_sink.h:41
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
GR_CORE_API gr_tagged_file_sink_sptr gr_make_tagged_file_sink(size_t itemsize, double samp_rate)
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 ...