SetOutput
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Sets the tensor of the output with a specified index. This function is called by Proc.
Prototype
1 | int32_t SetOutput(uint32_t outIdx, std::shared_ptr<FlowMsg> outMsg) |
Command-Line Options
Parameter |
Input/Output |
Description |
|---|---|---|
outIdx |
Input |
Index of the specified output. |
outMsg |
Input |
Message of the specified output. |
Returns
- 0: success
- Other values: failure. For details, see UDF Error Codes.
Troubleshooting
None
Constraints
None
Parent topic: GetOutputNum