A specialization of PortInput that contains the port id.
Definition at line 59 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 |
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 dwStatus | initialize () |
virtual bool | isBound ()=0 |
![]() | |
virtual | ~PortBase ()=default |
![]() | |
size_t | getPortID () const |
RegisteredPort (size_t portID) | |
Additional Inherited Members | |
![]() | |
static constexpr PortDirection | DIRECTION = PortDirection::INPUT |
![]() | |
T * | extractInternalPacket (GenericData genericData) |
GenericData | getBufferedPacket () |
bool | isPacketBuffered () |
bool | isValidPacketBuffered () |
![]() | |
ChannelPacketTypeID | getNewPacketID (ChannelPacketTypeID packetTypeID) |
void | stampSyncCount (uint32_t &syncCountOut) const |
![]() | |
uint32_t | m_dataOffset |
bool | m_dataSynced |
uint32_t | m_syncCount |
CycleCountFetcher | m_syncCountRetriever |
![]() | |
size_t | m_portID |
using dw::framework::RegisteredPortInput< T >::Base = PortInput<T> |
Definition at line 62 of file RegisteredPort.hpp.
|
inlineexplicit |
Definition at line 65 of file RegisteredPort.hpp.