Compute Graph Framework SDK Reference  5.12
dw::framework::Port Class Referenceabstract

Detailed Description

Definition at line 66 of file Port.hpp.

Inheritance diagram for dw::framework::Port:
Collaboration diagram for dw::framework::Port:

Public Member Functions

virtual dwStatus bindChannel (ChannelObject *channel)=0
 
virtual ChannelObjectgetChannel ()
 
virtual bool isBound ()=0
 
- Public Member Functions inherited from dw::framework::PortBase
virtual ~PortBase ()=default
 

Protected Attributes

ChannelObjectm_channel {nullptr}
 

Member Function Documentation

◆ bindChannel()

virtual dwStatus dw::framework::Port::bindChannel ( ChannelObject channel)
pure virtual

◆ getChannel()

virtual ChannelObject * dw::framework::Port::getChannel ( )
inlinevirtual

Definition at line 71 of file Port.hpp.

References m_channel.

◆ isBound()

virtual bool dw::framework::Port::isBound ( )
pure virtual

Member Data Documentation

◆ m_channel

ChannelObject* dw::framework::Port::m_channel {nullptr}
protected

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