SetInput (srcOprt Has Only One Output)
Function Prototype
Operator& SetInput(const string& dstName, const Operator& srcOprt);
Function Description
Sets the input of an operator.
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. |
Return Value
Parameter |
Type |
Description |
---|---|---|
- |
Operator& |
Scheduler itself |
Exception Handling
None
Restriction
Operator& srcOprt can have only one output.
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