Common base class for file sinks.
More...
#include <gr_file_sink_base.h>
List of all members.
Detailed Description
Common base class for file sinks.
Constructor & Destructor Documentation
gr_file_sink_base::gr_file_sink_base |
( |
const char * |
filename, |
|
|
bool |
is_binary | |
|
) |
| | [protected] |
gr_file_sink_base::~gr_file_sink_base |
( |
|
) |
|
Member Function Documentation
void gr_file_sink_base::close |
( |
|
) |
|
Close current output file.
Closes current output file and ignores any output until open is called to connect to another file.
void gr_file_sink_base::do_update |
( |
|
) |
|
if we've had an update, do it now.
bool gr_file_sink_base::open |
( |
const char * |
filename |
) |
|
Open filename and begin output to it.
Member Data Documentation
The documentation for this class was generated from the following file: