acldumpGetPath
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
☓ |
|
☓ |
|
☓ |
Description
Obtains the dump data path so that you can save the customized maintenance and test data to this path.
Before calling this API, initialize the dump function by calling aclmdlInitDump and configure dump information by calling aclmdlSetDump or aclInit.
Prototype
1 | const char* acldumpGetPath(acldumpType dumpType) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
dumpType |
Input |
Dump type. For details about the type definition, see acldumpType. |
Returns
Returned dump path. If a null pointer is returned, no dump path is found.
Parent topic: Dump Configuration