NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
Metadata.h File Reference

Go to the source code of this file.

Data Structures

struct  dwContainerMetaUint64
 Metadata type holding a string-uint64 name-value pair. More...
 
struct  dwContainerMetaBool
 Metadata type holding a string-bool name-value pair. More...
 
struct  dwContainerMetaString
 Metadata type holding a string-string name-value pair. More...
 

Typedefs

typedef struct dwContainerMetaUint64 dwContainerMetaUint64
 Metadata type holding a string-uint64 name-value pair. More...
 
typedef struct dwContainerMetaBool dwContainerMetaBool
 Metadata type holding a string-bool name-value pair. More...
 
typedef struct dwContainerMetaString dwContainerMetaString
 Metadata type holding a string-string name-value pair. More...
 

Enumerations

enum  dwContainerMetaType {
  DW_CONTAINER_META_TYPE_UINT64,
  DW_CONTAINER_META_TYPE_BOOL,
  DW_CONTAINER_META_TYPE_STRING
}
 Enum representing supported metadata types. More...
 

Typedef Documentation

◆ dwContainerMetaBool

Metadata type holding a string-bool name-value pair.

◆ dwContainerMetaString

Metadata type holding a string-string name-value pair.

◆ dwContainerMetaUint64

Metadata type holding a string-uint64 name-value pair.

Enumeration Type Documentation

◆ dwContainerMetaType

Enum representing supported metadata types.

Enumerator
DW_CONTAINER_META_TYPE_UINT64 

NVP with a uint64_t as payload.

DW_CONTAINER_META_TYPE_BOOL 

NVP with a bool as payload.

DW_CONTAINER_META_TYPE_STRING 

NVP with a string as payload.

Definition at line 21 of file Metadata.h.