NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwContainerMetaConfig Struct Reference

Detailed Description

Holds the container metadata configuration.

Definition at line 74 of file Container.h.

Data Fields

dwContainerType containerType
 Container type. More...
 
uint32_t metaTypesCount
 Number of different metadata types. More...
 
dwContainerMetaType metaTypes [DW_CONTAINER_MAX_META_TYPES]
 Types of metadata. More...
 
uint32_t capacity [DW_CONTAINER_MAX_META_TYPES]
 Maximum metadata item count for each metadata type specified in metaTypes. More...
 

Field Documentation

◆ capacity

uint32_t dwContainerMetaConfig::capacity[DW_CONTAINER_MAX_META_TYPES]

Maximum metadata item count for each metadata type specified in metaTypes.

Definition at line 79 of file Container.h.

◆ containerType

dwContainerType dwContainerMetaConfig::containerType

Container type.

Definition at line 76 of file Container.h.

◆ metaTypes

dwContainerMetaType dwContainerMetaConfig::metaTypes[DW_CONTAINER_MAX_META_TYPES]

Types of metadata.

Definition at line 78 of file Container.h.

◆ metaTypesCount

uint32_t dwContainerMetaConfig::metaTypesCount

Number of different metadata types.

Definition at line 77 of file Container.h.


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