GNU Radio 3.6.4.1 C++ API
file_meta_sink.h File Reference
#include <blocks/api.h>
#include <gr_sync_block.h>

Go to the source code of this file.

Classes

class  gr::blocks::file_meta_sink
 Write stream to file with meta-data headers.These files represent data as binary information in between meta-data headers. The headers contain information about the type of data and properties of the data in the next segment of samples. The information includes: More...
 

Namespaces

namespace  gr
 
namespace  gr::blocks
 

Enumerations

enum  gr::blocks::gr_file_types {
  gr::blocks::GR_FILE_BYTE =0, gr::blocks::GR_FILE_CHAR =0, gr::blocks::GR_FILE_SHORT =1, gr::blocks::GR_FILE_INT,
  gr::blocks::GR_FILE_LONG, gr::blocks::GR_FILE_LONG_LONG, gr::blocks::GR_FILE_FLOAT, gr::blocks::GR_FILE_DOUBLE
}
 

Variables

const char gr::blocks::METADATA_VERSION = 0
 
const size_t gr::blocks::METADATA_HEADER_SIZE = 149