NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvSciSyncAttrKeyValuePair Struct Reference

Detailed Description

Describes the NvSciSyncAttrKey-Value pair.

Definition at line 249 of file nvscisync.h.

Data Fields

NvSciSyncAttrKey attrKey
 Specifies the attribute key to set. More...
 
const void * value
 Specifies the pointer to the attribute value, or NULL if there is no value assigned to attrKey. More...
 
size_t len
 Specifies the buffer length, or 0 if there is no value assigned to attrKey. More...
 

Field Documentation

NvSciSyncAttrKey NvSciSyncAttrKeyValuePair::attrKey

Specifies the attribute key to set.

Definition at line 251 of file nvscisync.h.

size_t NvSciSyncAttrKeyValuePair::len

Specifies the buffer length, or 0 if there is no value assigned to attrKey.

Definition at line 258 of file nvscisync.h.

const void* NvSciSyncAttrKeyValuePair::value

Specifies the pointer to the attribute value, or NULL if there is no value assigned to attrKey.

Definition at line 256 of file nvscisync.h.


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