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
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot