GNU Radio 3.5.2.1 C++ API
pmt::pmt_blob Class Reference

#include <pmt_int.h>

Inheritance diagram for pmt::pmt_blob:
pmt::pmt_base

List of all members.

Public Types

typedef boost::shared_array< char > shart

Public Member Functions

 pmt_blob (const void *, void *, size_t, shart)
bool is_blob () const

Public Attributes

const void * romem
void * rwmem
size_t len
shart shar

Member Typedef Documentation

typedef boost::shared_array<char> pmt::pmt_blob::shart

Constructor & Destructor Documentation

pmt::pmt_blob::pmt_blob ( const void *  ,
void *  ,
size_t  ,
shart   
)

Member Function Documentation

bool pmt::pmt_blob::is_blob ( ) const [inline, virtual]

Reimplemented from pmt::pmt_base.


Member Data Documentation

const void* pmt::pmt_blob::romem

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