Function: destroy_attr
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Destroys the data of the aclopAttr type created by calling acl.op.create_attr.
Prototype
- C Prototype
1void aclopDestroyAttr(const aclopAttr *attr)
- Python Function
1acl.op.destroy_attr(attr)
Parameters
Parameter |
Description |
|---|---|
attr |
Int, pointer address of the aclopAttr type data to be destroyed. This object is created by calling acl.op.create_attr. |
Returns
None
Parent topic: aclopAttr