23 #ifndef INCLUDED_BLOCKS_FILE_META_SOURCE_H
24 #define INCLUDED_BLOCKS_FILE_META_SOURCE_H
68 static sptr make(
const std::string &filename,
70 bool detached_header=
false,
71 const std::string &hdr_filename=
"");
73 virtual bool open(
const std::string &filename,
74 const std::string &hdr_filename=
"") = 0;
75 virtual void close() = 0;
76 virtual void do_update() = 0;
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
repeat each input repeat times
Definition: repeat.h:36