acltdtAddDataItem

The Atlas 200/300/500 Inference Product does not support this API.

Description

Adds an acltdtDataItem to acltdtDataset.

Prototype

aclError acltdtAddDataItem(acltdtDataset *dataset, acltdtDataItem *dataItem)

Parameters

Parameter

Input/Output

Description

dataset

Output

Pointer to the acltdtDataset address where acltdtDataItem is to be added.

Call acltdtCreateDataset to create data of the acltdtDataset type in advance.

dataItem

Input

Pointer to the acltdtDataItem address.

Call acltdtCreateDataItem to create data of the acltdtDataItem type in advance.

Returns

The value 0 indicates success, and other values indicate failure. For details, see aclError.