NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

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

Detailed Description

Describes a single sync object that will be sent to or received from the other endpoint.

Definition at line 161 of file nvscistream.h.

Data Fields

uint32_t index
 Zero-based index of the sync object. More...
 
NvSciSyncObj sync
 Handle to sync object. More...
 

Field Documentation

uint32_t NvSciStreamSyncDesc::index

Zero-based index of the sync object.

The postfences sent in producer present or consumer acquire shall match the order of the sync objects.

That is, the i-th postfence belongs to the i-th sync object.

Definition at line 169 of file nvscistream.h.

NvSciSyncObj NvSciStreamSyncDesc::sync

Handle to sync object.

Definition at line 171 of file nvscistream.h.


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