#include <ddtMemoryAccessor.hpp>
|
| DataSample (const int32_t id, const int md_length, const int vector_length) |
|
◆ DataSample()
ddt::DataSample::DataSample |
( |
const int32_t | id, |
|
|
const int | md_length, |
|
|
const int | vector_length ) |
|
inline |
Constructor
- Parameters
-
id | Sample ID to uniquely identify the data sample. |
md_length | The length of the meta data. |
vector_length | The length of the data vector. |
◆ data
std::vector<uint8_t> ddt::DataSample::data |
The image data as vector of bytes
◆ meta_data
std::vector<uint8_t> ddt::DataSample::meta_data |
The meta data as vector of bytes
◆ meta_data_length
int32_t ddt::DataSample::meta_data_length |
The length of the meta data blob
◆ sample_id
int32_t ddt::DataSample::sample_id |
Sample ID to uniquely identify the data sample
◆ topic_id
int32_t ddt::DataSample::topic_id = 0 |
Topic ID to identify the kind of meta data
The documentation for this struct was generated from the following file: