Definition at line 48 of file ManagedPort.hpp.
◆ ManagedPortBase() [1/3]
dw::framework::ManagedPortBase::ManagedPortBase |
( |
| ) |
|
◆ ~ManagedPortBase()
virtual dw::framework::ManagedPortBase::~ManagedPortBase |
( |
| ) |
|
|
virtualdefault |
◆ ManagedPortBase() [2/3]
dw::framework::ManagedPortBase::ManagedPortBase |
( |
const ManagedPortBase & |
other | ) |
|
|
delete |
All derived Port classes cannot be copied since the channel client interface and its packets are non-copyable.
◆ ManagedPortBase() [3/3]
dw::framework::ManagedPortBase::ManagedPortBase |
( |
ManagedPortBase && |
other | ) |
|
|
delete |
◆ bindChannel()
virtual void dw::framework::ManagedPortBase::bindChannel |
( |
ChannelObject * |
channel | ) |
|
|
pure virtual |
Bind channel to the port. Indicates to channel the data type that is needed by the port and passes channel any reference information required to allocate packets.
- Parameters
-
[in] | channel | the channel to bind. |
- Note
- throws if channel is invalid, port is already bound, or request to channel fails.
Implemented in dw::framework::ManagedPortOutputBase, and dw::framework::ManagedPortInputBase.
◆ bindLockstepSyncClient()
Bind lockstep sync client to the port.
- Parameters
-
[in] | syncClient | the sync client to bind. |
- Note
- throws if syncClient is invalid or port is already bound to a sync client.
◆ getChannel()
Getter for the channel
- Returns
- the channel if bound else nullptr
◆ isBound()
virtual bool dw::framework::ManagedPortBase::isBound |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ reset()
virtual void dw::framework::ManagedPortBase::reset |
( |
| ) |
|
|
virtual |
◆ setCycleCount()
void dw::framework::ManagedPortBase::setCycleCount |
( |
uint32_t |
cycleCount | ) |
|
- Parameters
-
[in] | cycleCount | the current cycle count representing the number of times the DAG has been executed. |
◆ setPeriod()
void dw::framework::ManagedPortBase::setPeriod |
( |
uint32_t |
period | ) |
|
- Parameters
-
[in] | period | the period of the node/application that created the port. |
◆ m_channel
◆ m_cycleCount
uint32_t dw::framework::ManagedPortBase::m_cycleCount |
|
protected |
◆ m_lockstepSyncClient
◆ m_period
uint32_t dw::framework::ManagedPortBase::m_period |
|
protected |
The documentation for this class was generated from the following file: