Function: create_desc
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Creates data of the aclmdlDesc type as a model description.
To destroy data of the aclmdlDesc type, call acl.mdl.destroy_desc.
Prototype
- C Prototype
1aclmdlDesc* aclmdlCreateDesc()
- Python Function
1desc = acl.mdl.create_desc()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
desc |
Int, address of an object of the aclmdlDesc type. |
Parent topic: aclmdlDesc