11 #ifndef INCLUDED_BLOCKS_FILE_META_SOURCE_H 12 #define INCLUDED_BLOCKS_FILE_META_SOURCE_H 43 typedef std::shared_ptr<file_meta_source>
sptr;
56 static sptr make(
const std::string& filename,
58 bool detached_header =
false,
59 const std::string& hdr_filename =
"");
61 virtual bool open(
const std::string& filename,
62 const std::string& hdr_filename =
"") = 0;
63 virtual void close() = 0;
64 virtual void do_update() = 0;
GNU Radio logging wrapper.
Definition: basic_block.h:29
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
repeat each input repeat timesMessage Ports:
Definition: repeat.h:29