acldumpUnregCallback

Description

Deregisters the dump data callback function.

aclmdlInitDump, acldumpRegCallback, acldumpUnregCallback, and aclmdlFinalizeDump work together to obtain dump data through a callback function. The callback function registered through acldumpRegCallback needs to be implemented by users, and the implementation logic of the callback function must include the acquisition of the dump data and data length. The specific scenarios are exemplified as follows:

Restrictions

acldumpUnregCallback must be used together with acldumpRegCallback and is valid only after acldumpRegCallback is called.

Prototype

void acldumpUnregCallback()

Parameters

None

Returns

None