GNU Radio 3.6.0 C++ API
pmt_blob.h File Reference
#include <gnuradio/extras/api.h>
#include <gruel/pmt.h>

Go to the source code of this file.

Namespaces

namespace  pmt

Functions

GR_EXTRAS_API bool pmt::pmt_is_ext_blob (pmt_t x)
 Return true if x is a blob, othewise false.
GR_EXTRAS_API pmt_t pmt::pmt_make_ext_blob (size_t len)
 Allocate a blob given the length in bytes.
GR_EXTRAS_API void * pmt::pmt_ext_blob_data (pmt_t blob)
GR_EXTRAS_API size_t pmt::pmt_ext_blob_length (pmt_t blob)
 Return the blob's length in bytes.
GR_EXTRAS_API void pmt::pmt_ext_blob_set_length (pmt_t blob, size_t len_in_bytes)
 Set the blob's length in bytes.