GNU Radio 3.5.2.1 C++ API
|
#include <pmt_int.h>
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 |
typedef boost::shared_array<char> pmt::pmt_blob::shart |
pmt::pmt_blob::pmt_blob | ( | const void * | , |
void * | , | ||
size_t | , | ||
shart | |||
) |
bool pmt::pmt_blob::is_blob | ( | ) | const [inline, virtual] |
Reimplemented from pmt::pmt_base.
size_t pmt::pmt_blob::len |
const void* pmt::pmt_blob::romem |
void* pmt::pmt_blob::rwmem |