void * getData()
Return a pointer to the raw data in the data buffer.
Definition: databuffer.h:37
size_t getItemSize()
Return the size of each item in the buffer.
Definition: databuffer.h:29
void populate(void *src, int len)
Populate the contents of a DataBuffer.
Definition: databuffer.cpp:63
~DataBuffer()
DataBuffer destructor.
Definition: databuffer.cpp:34
Buffer type for storage of arbitrary buffers of data within a datapoint.
Definition: databuffer.h:19
size_t getItemCount()
Return the number of items in the buffer.
Definition: databuffer.h:33