 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_GR_FILE_SINK_BASE_H
12 #define INCLUDED_GR_FILE_SINK_BASE_H
16 #include <boost/thread.hpp>
47 bool open(
const char* filename);
65 void set_unbuffered(
bool unbuffered);
bool d_append
Definition: file_sink_base.h:34
boost::mutex d_mutex
Definition: file_sink_base.h:32
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
gr::logger_ptr d_logger
Definition: file_sink_base.h:35
bool d_unbuffered
Definition: file_sink_base.h:33
file_sink_base()
Definition: file_sink_base.h:41
Common base class for file sinks.
Definition: file_sink_base.h:25
FILE * d_fp
Definition: file_sink_base.h:28
boost::mutex mutex
Definition: thread.h:37
bool d_is_binary
Definition: file_sink_base.h:31
log4cpp::Category * logger_ptr
GR_LOG macros.
Definition: logger.h:60
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
FILE * d_new_fp
Definition: file_sink_base.h:29
bool d_updated
Definition: file_sink_base.h:30