ssSampleAndOffsetAreTriggered - Determine whether a sample time and offset value pair indicate a triggered sample time
Syntax
boolean_T ssSampleAndOffsetAreTriggered(real_T st, real_T ot)
Arguments
- st
The sample time.
- ot
The offset time.
Returns
The Boolean value true if both st and ot are
equal to INHERITED_SAMPLE_TIME. Otherwise, returns false.
Description
The Simulink engine sets the sample time and offset pairs
of a block or its ports (for port-based sample times) to INHERITED_SAMPLE_TIME if
the block resides in a triggered subsystem. By invoking this macro
on its sample time/offset pairs, an S-function can determine whether
it resides in a triggered subsystem.
Languages
C, C++
Example
See the S-function matlabroot/toolbox/simulink/simdemos/simfeatures/src/sfun_port_triggered.c used
in sfcndemo_port_triggered.mdl.
See Also
ssSampleAndOffsetAreTriggeredOrAsync
 | ssRTWGenIsModelReferenceSimTarget | | ssSampleAndOffsetAreTriggeredOrAsync |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit