SetFlowFlags

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 flags in the FlowMsg message header.

Prototype

1
void SetFlowFlags(uint32_t flags)

Command-Line Options

Parameter

Input/Output

Description

flags

Input

Flags in the message header.

The enumerated values of flags are as follows:

1
2
3
4
enum class FlowFlag : uint32_t {
    FLOW_FLAG_EOS = (1U << 0U),       // Data flow end flag.
    FLOW_FLAG_SEG = (1U << 1U)  // Segment flag of non-consecutive data.
};

Returns

None

Troubleshooting

None

Constraints

None