23 #ifndef INCLUDED_BLOCKS_FILE_META_SOURCE_H 24 #define INCLUDED_BLOCKS_FILE_META_SOURCE_H 55 typedef boost::shared_ptr<file_meta_source>
sptr;
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;
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#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 timesMessage Ports:
Definition: repeat.h:41