 |
Fledge
An open source edge computing platform for industrial users
|
size_t getItemSize()
Return the size of each item in the buffer.
Definition: databuffer.h:29
~DataBuffer()
DataBuffer destructor.
Definition: databuffer.cpp:34
void * getData()
Return a pointer to the raw data in the data buffer.
Definition: databuffer.h:37
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
void populate(void *src, int len)
Populate the contents of a DataBuffer.
Definition: databuffer.cpp:63