GNU Radio 3.7.1 C++ API
gr::blocks::file_sink Class Reference

Write stream to file. More...

#include <file_sink.h>

Inheritance diagram for gr::blocks::file_sink:

List of all members.

Public Types

typedef boost::shared_ptr
< file_sink
sptr

Static Public Member Functions

static sptr make (size_t itemsize, const char *filename)
 Make a file sink.

Detailed Description

Write stream to file.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::file_sink::make ( size_t  itemsize,
const char *  filename 
) [static]

Make a file sink.

Parameters:
itemsizesize of the input data items.
filenamename of the file to open and write output to.

The documentation for this class was generated from the following file: