ssSetTNext
Set the time of the next sample hit
Syntax
void ssSetTNext(SimStruct *S, time_T tnext)
Arguments
- S
- SimStruct that represents 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++
Examples
See the S-function vsfunc.c used in sfcndemo_vsfunc.
See Also
Version History
Introduced before R2006a