acltdtQueryQueueRoutes

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Description

Queries the routes of a data queue based on specific conditions.

Prototype

1
aclError acltdtQueryQueueRoutes(const acltdtQueueRouteQueryInfo *queryInfo, acltdtQueueRouteList *qRouteList)

Parameters

Parameter

Input/Output

Description

queryInfo

Input

Pointer to the query conditions. For details about the type definition, see acltdtQueueRouteQueryInfo.

Call acltdtCreateQueueRouteQueryInfo to create data of the acltdtQueueRouteQueryInfo type in advance.

qRouteList

Input/Output

Pointer to the route list. For details about the type definition, see acltdtQueueRouteList.

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

Returns

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