Help Center/ Atlas 500 Application/ GE API Reference/ Operator APIs/ SetInput (srcOprt Has Multiple Outputs)
Updated on 2022-03-13 GMT+08:00

SetInput (srcOprt Has Multiple Outputs)

Function Prototype

Operator& SetInput(const string& dstName, const Operator& srcOprt, const string &name);

Function Description

Sets the input of an operator based on the output name of srcOprt, when srcOprt has multiple outputs.

Parameter Description

Parameter

Input/Output

Type

Description

dstName

Input

const string&

Input name of the operator

srcOprt

Input

const Operator&

Input operator object whose input name is dstName.

name

Input

const string&

Output name of srcOprt

Return Value

Parameter

Type

Description

-

Operator&

Scheduler itself

Exception Handling

None

Restriction

None