Compute Graph Framework SDK Reference  5.8
dw::framework::ChannelObject::SyncClient Class Referenceabstract

Detailed Description

Definition at line 59 of file Channel.hpp.

Inheritance diagram for dw::framework::ChannelObject::SyncClient:

Public Member Functions

virtual void getSyncObjs (dw::core::span< NvSciSyncObj > &syncObjs)=0
 

Member Function Documentation

◆ getSyncObjs()

virtual void dw::framework::ChannelObject::SyncClient::getSyncObjs ( dw::core::span< NvSciSyncObj > &  syncObjs)
pure virtual

Retrieve the NvSciSyncObjs allocated by the channel. The channel must be fully connected before this API is called.

Exceptions
DW_INVALID_STATEif the channel is not yet connected, or if syncObjs output memory is null. DW_OUT_OF_BOUNDS if the passed span does not have sufficient size.
Note
This will overwrite items currently in the passed output span.

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