Jetson Linux API Reference

32.7.1 Release
Argus::Ext::ISensorPrivateMetadata Class Referenceabstract

Detailed Description

Interface used to access sensor private metadata.

Definition at line 117 of file SensorPrivateMetadata.h.

Inheritance diagram for Argus::Ext::ISensorPrivateMetadata:
Collaboration diagram for Argus::Ext::ISensorPrivateMetadata:

Public Member Functions

virtual size_t getMetadataSize () const =0
 Returns the size of the embedded metadata. More...
 
virtual Status getMetadata (void *dst, size_t size) const =0
 Copies back the metadata to the provided memory location. More...
 

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~ISensorPrivateMetadata ()
 

Constructor & Destructor Documentation

◆ ~ISensorPrivateMetadata()

Argus::Ext::ISensorPrivateMetadata::~ISensorPrivateMetadata ( )
inlineprotected

Definition at line 138 of file SensorPrivateMetadata.h.

Member Function Documentation

◆ 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]dstThe pointer to the location where the data will be copied. The caller is responsible for allocating and managing the memory.
[in]sizeThe 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

Definition at line 120 of file SensorPrivateMetadata.h.


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