acltdtGetQueueRoute

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

Atlas inference products

Atlas training products

Description

Obtains specified queue route information from the configuration list.

Prototype

aclError acltdtGetQueueRoute(const acltdtQueueRouteList *routeList, size_t index, acltdtQueueRoute *route)

Parameters

Parameter

Input/Output

Description

routeList

Input

Queue route configuration list.

Call acltdtCreateQueueRouteList to create data of the acltdtQueueRouteList type in advance.

index

Input

Specifies the queue whose route configuration is to be obtained. The index starts from 0.

route

Input/Output

Pointer to the queue route information to be added.

Returns

0 on success; else, failure. For details, see aclError.