Main Content
ssRTWGenIsAccelerator
Determine if the model is running in Accelerator mode.
Syntax
boolean_T ssRTWGenIsAccelerator(SimStruct *S)
Arguments
S
SimStruct that represents an S-Function block.
Returns
The Boolean value true
if the model has compiled or is
compiling for Accelerator mode simulation. Returns false
otherwise.
Description
Use this macro in an S-function to determine whether the model is currently
simulating in Accelerator mode. If the model is being referenced in Accelerator
mode, use ssRTWGenIsModelReferenceSimTarget
instead.
Languages
C, C++
See Also
ssRTWGenIsModelReferenceRTWTarget
, ssRTWGenIsModelReferenceSimTarget
, ssRTWGenIsCodeGen
, ssIsExternalSim
, ssGetSimMode
Version History
Introduced in R2008b