![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.9.0 Release |
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... | |
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.