Compute Graph Framework SDK Reference  5.8
Port.hpp File Reference

Go to the source code of this file.

Classes

class  dw::framework::Port
 
class  dw::framework::PortBase
 
class  dw::framework::PortInput< T >
 
class  dw::framework::PortOutput< T >
 

Namespaces

namespace  dw
 
namespace  dw::framework
 

Enumerations

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