GNU Radio Manual and C++ API Reference  3.7.8.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pmt_s16vector Class Reference

#include </tmp/SBo/gnuradio-3.7.8.1/build/gnuradio-runtime/lib/pmt/pmt_unv_int.h>

Public Member Functions

 pmt_s16vector (size_t k, int16_t fill)
 
 pmt_s16vector (size_t k, const int16_t *data)
 
bool is_s16vector () const
 
size_t length () const
 
size_t itemsize () const
 
int16_t ref (size_t k) const
 
void set (size_t k, int16_t x)
 
const int16_t * elements (size_t &len)
 
int16_t * writable_elements (size_t &len)
 
const void * uniform_elements (size_t &len)
 
void * uniform_writable_elements (size_t &len)
 
virtual const std::string string_ref (size_t k) const
 

Constructor & Destructor Documentation

pmt_s16vector::pmt_s16vector ( size_t  k,
int16_t  fill 
)
pmt_s16vector::pmt_s16vector ( size_t  k,
const int16_t *  data 
)

Member Function Documentation

const int16_t* pmt_s16vector::elements ( size_t &  len)
bool pmt_s16vector::is_s16vector ( ) const
inline
size_t pmt_s16vector::itemsize ( ) const
inline
size_t pmt_s16vector::length ( ) const
inline
int16_t pmt_s16vector::ref ( size_t  k) const
void pmt_s16vector::set ( size_t  k,
int16_t  x 
)
virtual const std::string pmt_s16vector::string_ref ( size_t  k) const
virtual
const void* pmt_s16vector::uniform_elements ( size_t &  len)
void* pmt_s16vector::uniform_writable_elements ( size_t &  len)
int16_t* pmt_s16vector::writable_elements ( size_t &  len)

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