aclmdlRIExecute
Applicable Products
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function
Executes the model.
Prototype
1 | aclError aclmdlRIExecute(aclmdlRI modelRI, int32_t timeout) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
modelRI |
Input |
Model running instance. For details about the type definition, see aclmdlRI. Call APIs such as aclmdlRIBuildBegin and aclmdlRIBuildEnd to build a model running instance, and then pass the instance to the current API. |
timeout |
Input |
Timeout interval. The value can be:
|
Returns
0 on success; otherwise, failure. For details, see aclError.
Parent topic: Model Running Instance Management