Main Content
ssRTWGenIsCodeGen
Identify any code generation that is not used by the Accelerator.
Syntax
boolean_T ssRTWGenIsCodeGen(SimStruct *S)
Arguments
S
SimStruct that represents an S-Function block.
Returns
The Boolean value true
if the model is generating code for any
purpose other than Accelerator mode simulation. Returns false
if
the model is not generating code or is generating code for Accelerator mode
simulation.
Description
Use this macro in an S-function to determine whether the model is generating code.
Languages
C, C++
See Also
ssRTWGenIsModelReferenceRTWTarget
, ssRTWGenIsModelReferenceSimTarget
, ssRTWGenIsAccelerator
, ssIsExternalSim
, ssGetSimMode
Version History
Introduced in R2008b