NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
NvSciSyncAttrKeyValuePair Struct Reference

Detailed Description

This structure defines a key/value pair used to get or set the NvSciSyncAttrKey(s) and their corresponding values from or to NvSciSyncAttrList.

Definition at line 379 of file nvscisync.h.

Data Fields

NvSciSyncAttrKey attrKey
 NvSciSyncAttrKey for which value needs to be set/retrieved. More...
 
const void * value
 Memory which contains the value corresponding to the key. More...
 
size_t len
 Length of the value in bytes. More...
 

Field Documentation

◆ attrKey

NvSciSyncAttrKey NvSciSyncAttrKeyValuePair::attrKey

NvSciSyncAttrKey for which value needs to be set/retrieved.

This member is initialized to any defined value of the NvSciSyncAttrKey other than NvSciSyncAttrKey_LowerBound and NvSciSyncAttrKey_UpperBound

Definition at line 383 of file nvscisync.h.

◆ len

size_t NvSciSyncAttrKeyValuePair::len

Length of the value in bytes.

Definition at line 387 of file nvscisync.h.

◆ value

const void* NvSciSyncAttrKeyValuePair::value

Memory which contains the value corresponding to the key.

Definition at line 385 of file nvscisync.h.


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