ssIsMajorTimeStep
Determine whether the simulation is in a major step
Syntax
boolean_T ssIsMajorTimeStep(SimStruct *S)
Arguments
S
SimStruct representing an S-Function block.
Returns
The Boolean value true
if the simulation is in a major time
step. Otherwise, returns false
.
Description
Use to determine if the simulation is currently running at a major or minor time step.
Languages
C, C++
Example
See the S-function sfun_zc.c
used in sfcndemo_sfun_zc
and the S-function sfun_atol.c
used in sfcndemo_sfun_atol
.