ssSetTNext
Set the time of the next sample hit
Syntax
void ssSetTNext(SimStruct *S, time_T tnext)
Arguments
S
SimStruct representing an S-Function block.
tnext
Time of the next sample hit.
Description
A discrete S-function with a variable sample time should use this macro in
mdlGetTimeOfNextVarHit
to specify the time of the next sample
hit.
Languages
C, C++
Example
See the S-function vsfunc.c
used in sfcndemo_vsfunc
.