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

Detailed Description

Definition at line 88 of file Channel.hpp.

Inheritance diagram for dw::framework::ChannelObject::SyncSignaler:
Collaboration diagram for dw::framework::ChannelObject::SyncSignaler:

Public Member Functions

virtual void setSignalFences (void *data, dw::core::span< const NvSciSyncFence > postFences)=0
 
- Public Member Functions inherited from dw::framework::ChannelObject::SyncClient
virtual void getSyncObjs (dw::core::span< NvSciSyncObj > &syncObjs)=0
 

Member Function Documentation

◆ setSignalFences()

virtual void dw::framework::ChannelObject::SyncSignaler::setSignalFences ( void *  data,
dw::core::span< const NvSciSyncFence >  postFences 
)
pure virtual

Set the signal fences for the given data packet

Parameters
[in]dataThe data packet to get the fences for.
[in]postFencesThe fences which will be signaled.
Exceptions
DW_INVALID_ARGUMENTif data is not recognized. DW_OUT_OF_BOUNDS if unsupported number of fences are passed.

Referenced by dw::framework::PortOutput< T >::setSignalFences(), and dw::framework::PortInput< T >::setSignalFences().


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