GNU Radio 3.6.0 C++ API
gnuradio::extras::blob_to_filedes Class Reference

#include <blob_to_filedes.h>

Inheritance diagram for gnuradio::extras::blob_to_filedes:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter

List of all members.

Public Types

typedef boost::shared_ptr
< blob_to_filedes
sptr

Static Public Member Functions

static sptr make (const int fd, const bool close_fd=false)
 Make a blob to file descriptor block.

Member Typedef Documentation


Member Function Documentation

static sptr gnuradio::extras::blob_to_filedes::make ( const int  fd,
const bool  close_fd = false 
) [static]

Make a blob to file descriptor block.

Read incoming blob messages and write to a file descriptor. Non-blob message values will be ignored by the block. An empty blob (length 0 bytes) tells the work to exit.

Parameters:
fdthe already open file descriptor
close_fdtrue to close the fd on deconstruction
Returns:
a new blob to file descriptor block

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