Determine whether the simulation is in a minor step
boolean_T ssIsMinorTimeStep(SimStruct *S)
S
SimStruct representing an S-Function block.
The Boolean value true
if the simulation is in a minor time
step. Otherwise, returns false
.
Use to determine if the simulation is currently running at a minor or major time step.
C, C++