acltdtSetBufDataLen
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
x |
|
x |
|
√ |
|
x |
|
x |
Function
Sets the length of the valid data in the shared buffer.
API call sequence: Call acltdtAllocBuf or acltdtCopyBufRef to allocate the shared buffer, call acltdtGetBufData to obtain the memory pointer to and length of the shared buffer, and fill valid data in the buffer. Then, call acltdtSetBufDataLen to set the length of the valid data in the shared buffer to a value less than that obtained by calling acltdtGetBufData.
Prototype
1 | aclError acltdtSetBufDataLen(acltdtBuf buf, size_t len) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
buf |
Input |
Pointer to the shared buffer. For the type definition, see acltdtBuf. The shared buffer must be obtained by calling acltdtAllocBuf or acltdtCopyBufRef. |
len |
Input |
Length of valid data, in bytes. |
Returns
0 on success; otherwise, failure. For details, see aclError.