Compute Graph Framework SDK Reference
5.4.5418 Release
For Test and Development only

Port.hpp File Reference

Go to the source code of this file.

Data Structures

class  dw::framework::Port
 
class  dw::framework::PortBase
 
class  dw::framework::PortInput< T >
 PortInput mimics an Output Block. More...
 
class  dw::framework::PortOutput< T >
 PortOutput mimics an Output Block. More...
 

Namespaces

 dw
 
 dw::framework
 

Enumerations

enum  dw::framework::PortDirection : uint8_t {
  dw::framework::INPUT = 0,
  dw::framework::OUTPUT,
  dw::framework::COUNT
}