Class that represents an operator output port. More...

#include <SPL/Runtime/Operator/Port/OperatorOutputPort.h>

Inheritance diagram for SPL::OperatorOutputPort:
Inheritance graph
node
[legend]

Detailed Description

Class that represents an operator output port.

Member Enumeration Documentation

Export type enumeration.

Enumerator
ByName 

Export by name.

ByProperties 

Export by properties.

NotExported 

Invalid (not exported)

Member Function Documentation

Check if this is an exported port

Returns
true if the port is an exported port, false otherwise

Get the export type for the port

Returns
export type for the port

Get all the properties of this output port's stream

Parameters
Exceptions

Get the specified properties of this output port's stream

Parameters
Exceptions

Set the specified properties of this output port's stream

Parameters
Exceptions

Add the specified properties to this output port's stream

Parameters
Exceptions

Remove the specified properties from this output port's stream

Parameters
Exceptions

Check if a property of this output port's stream exists

Parameters
Exceptions

Get a property of this output port's stream

Parameters
Exceptions

Set a property of this output port's stream

Parameters
Exceptions

Add a property to this output port's stream

Parameters
Exceptions

Remove a property of an operator's output port's stream

Parameters
Exceptions

Check if this output port is connected to a PE output port

Returns
true if connected to a PE output port, false otherwise

Get the PE output port index for this operator output port

Precondition
isConnectedToAPEOutputPort() == true
Returns
the PE output port index for the given operator output port index
Exceptions

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