A specialization of PortInput that contains the port id.
Definition at line 60 of file RegisteredPort.hpp.
Public Types | |
using | Base = PortInput< T > |
![]() | |
using | ApiDataTypeT = T |
using | BaseSyncHelper = SyncPortHelperInput< T > |
using | SpecimenT = typename parameter_traits< T >::SpecimenT |
Public Member Functions | |
template<typename... Args> | |
RegisteredPortInput (size_t portID, Args &&... args) | |
![]() | |
dwStatus | bindChannel (ChannelObject *channel) override |
ChannelMetadata & | getMetadata (T *frame) |
ChannelObject::SyncSignaler & | getSyncSignaler () |
ChannelObject::SyncWaiter & | getSyncWaiter () |
void | getWaitFences (T *frame, dw::core::span< NvSciSyncFence > fences) |
bool | isBound () override |
PortInput () | |
PortInput (OnSetSyncAttrs waiterAttrs, OnSetSyncAttrs signalerAttrs={}) | |
PortInput (SpecimenT &&ref) | |
PortInput (SpecimenT const &ref) | |
PortInput (SpecimenT const &ref, OnSetSyncAttrs waiterAttrs, OnSetSyncAttrs signalerAttrs={}) | |
virtual std::shared_ptr< T > | recv () |
void | setOnDataReady (void *opaque, ChannelObject::PacketPool::OnDataReady onDataReady) |
void | setSignalFences (T *frame, dw::core::span< NvSciSyncFence > fences) |
dwStatus | wait (dwTime_t timeout) |
~PortInput () override=default | |
![]() | |
SyncPortHelperInput () | |
![]() | |
bool | isDataSynced () |
virtual void | parseDataSynced (const ChannelParams ¶ms) |
void | setSyncCount (uint32_t index) |
dwStatus | setSyncRetriever (const CycleCountFetcher &func) |
SyncPortHelper () | |
![]() | |
virtual dwStatus | bindChannel (ChannelObject *channel)=0 |
virtual ChannelObject * | getChannel () |
virtual dwStatus | initialize () |
virtual bool | isBound ()=0 |
![]() | |
virtual | ~PortBase ()=default |
![]() | |
size_t | getPortID () const |
RegisteredPort (size_t portID) | |
using dw::framework::RegisteredPortInput< T >::Base = PortInput<T> |
Definition at line 63 of file RegisteredPort.hpp.
|
inlineexplicit |
Definition at line 66 of file RegisteredPort.hpp.