Get in touch with us today and our team of imaging professionals will be pleased to assist you.
This topic describes the Port class and the classes derived from it in the eSDK Pro API.
Port class — Base type for data endpoints used to connect tasks.Input class — Port that receives data into a task.Output class — Port that sends data out of a task.
Port ClassNamespace: eSdkPro Header: eSdkPro/port.h
A generic port used for connecting input and output streams of data.
GetName()std::string eSdkPro::Port::GetName() const
Returns: The name of the port.
GetType()PortType eSdkPro::Port::GetType() const
Returns: The type of the port.
GetPlatform()HWPlatform eSdkPro::Port::GetPlatform() const
Returns: The hardware platform of the port.
The Input and Output classes are derived from the Port class. They have no public methods.
Input ClassNamespace: eSdkPro Header: eSdkPro/port.h
An input port used to receive data from a task.
Output ClassNamespace: eSdkPro Header: eSdkPro/port.h
An output port used to send data from a task.
Get in touch with us today and our team of imaging professionals will be pleased to assist you.