SetOutput

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

x

Atlas inference products

x

Atlas training products

x

Function Description

Sets the output of the specified index and options. This function is called by the func function.

Prototype

1
int32_t SetOutput(uint32_t outIdx, std::shared_ptr<FlowMsg> outMsg, const OutOptions &options) = 0

Command-Line Options

Parameter

Input/Output

Description

outIdx

Input

Output index, starting from 0.

outMsg

Input

Output message.

options

Input

OutOptions corresponding to the output.

Returns

Troubleshooting

None

Constraints

None