Function: destroy_aipp
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Destroys data of the aclmdlAIPP type created by the acl.mdl.create_aipp call.
Prototype
- C Prototype
1aclError aclmdlDestroyAIPP(const aclmdlAIPP *aippParmsSet)
- Python Function
1ret = acl.mdl.destroy_aipp(aipp_parms_set)
Parameter Description
Parameter |
Description |
|---|---|
aipp_parms_set |
Int, pointer address of the aclmdlAIPP data object to be destroyed. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code.
|
Parent topic: aclmdlAIPP