aclmdlRIUnbindStream
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Unbinds a model running instance from a stream.
Prototype
aclError aclmdlRIUnbindStream(aclmdlRI modelRI, aclrtStream stream)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
modelRI |
Input |
Model running instance. The value of modelRI here must be the same as that of modelRI in aclmdlRIBuildBegin. |
stream |
Input |
Stream. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Model Running Instance Management