NVIDIA DRIVE OS Linux SDK API Reference

5.1.6.0 Release

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

Detailed Description

Defines the requirements for an endpoint to be able to read sync objects provided by the other endpoint.

Definition at line 145 of file nvscistream.h.

Data Fields

bool synchronousOnly
 Indicates endpoint cannot process sync objects of any kind and data must be published synchronously. More...
 
NvSciSyncAttrList waiterSyncAttr
 Holds requirements for UMDs, as an NvSciSyncAttrList object. More...
 

Field Documentation

bool NvSciStreamSyncAttr::synchronousOnly

Indicates endpoint cannot process sync objects of any kind and data must be published synchronously.

(This case is not common.)

Definition at line 150 of file nvscistream.h.

NvSciSyncAttrList NvSciStreamSyncAttr::waiterSyncAttr

Holds requirements for UMDs, as an NvSciSyncAttrList object.

Definition at line 154 of file nvscistream.h.


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