| Contents | Index |
int_T ssDisableSystemWithTid(SimStruct *S, int_T element, int_T tid)
SimStruct representing an S-Function block.
Index of the output port element corresponding to the function-call subsystem.
Task ID.
An int_T 1 if successful; otherwise, 0.
Use in mdlOutputs to disable a function-call subsystem connected to the S-function. The invoking syntax is
if (!ssDisableSystemWithTid(S, element, tid)) {
/* Error occurred which will be reported by the Simulink engine*/
return;
}
Note Before invoking this function, the S-function must have specified that it explicitly enables and disables the function-call subsystems that it calls. See ssSetExplicitFCSSCtrl and ssEnableSystemWithTid for more information. If the S-function has not done this, invoking ssDisableSystemWithTid results in an error. |
This function resets the outputs of any Outport blocks in the function-call subsystem whose Outputs when disabled parameter is set to reset.
C, C++
See the example in the reference page for ssEnableSystemWithTid.
ssCallSystemWithTid, ssEnableSystemWithTid, ssSetExplicitFCSSCtrl

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |