Function: create_config_handle
Function Usage
Creates data of the aclmdlConfigHandle type as a model loading configuration.
For details about how to destroy data of the aclmdlConfigHandle type, see acl.mdl.destroy_config_handle.
Prototype
- C Prototype
1aclmdlConfigHandle *aclmdlCreateConfigHandle()
- Python Function
1config_handle = acl.mdl.create_config_handle()
Parameters
None
Returns
Return Value |
Description |
|---|---|
config_handle |
Int, pointer address of the aclmdlConfigHandle type.
|
Parent topic: Model Loading and Unloading