Interface used to access sensor private metadata.
Definition at line 117 of file SensorPrivateMetadata.h.
◆ ~ISensorPrivateMetadata()
Argus::Ext::ISensorPrivateMetadata::~ISensorPrivateMetadata |
( |
| ) |
|
|
inlineprotected |
◆ getMetadata()
virtual Status Argus::Ext::ISensorPrivateMetadata::getMetadata |
( |
void * |
dst, |
|
|
size_t |
size |
|
) |
| const |
|
pure virtual |
Copies back the metadata to the provided memory location.
If the size of dst is smaller than the total size of the metadata, only the first bytes up to size are copied.
- Parameters
-
[in,out] | dst | The pointer to the location where the data will be copied. The caller is responsible for allocating and managing the memory. |
[in] | size | The size of the destination. |
◆ getMetadataSize()
virtual size_t Argus::Ext::ISensorPrivateMetadata::getMetadataSize |
( |
| ) |
const |
|
pure virtual |
Returns the size of the embedded metadata.
◆ id()
static const InterfaceID& Argus::Ext::ISensorPrivateMetadata::id |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: