Specify that the use of this S-function in a referenced model prevents the referenced model from inheriting its sample time from its parent model
void ssSetModelReferenceSampleTimeDisallowInheritance(SimStruct *S)
S
SimStruct representing an S-Function block.
Use this macro in any callback from mdlInitializeSizes
to
mdlSetWorkWidths
, in order to specify that referenced models
containing this S-function cannot inherit their sample times from their parent
model. You should only use this macro if your S-function inherits its sample time
and its output depends on the value of the inherited sample time. See Specifying Model Reference Sample Time Inheritance for more
information.
C, C++
See the S-function sfun_frmad.c
used in sfcndemo_frame
for an example that uses this function.
Running this model requires a DSP System Toolbox™ license.
ssSetModelReferenceSampleTimeDefaultInheritance
, ssSetModelReferenceSampleTimeInheritanceRule