Determine whether a block input accepts a nonconstant expression
bool ssGetInputPortAcceptExprInRTW(SimStruct *S, int portIdx)
S
SimStruct representing an S-Function block.
portIdx
Port whose input expression acceptance is needed.
Either an int_T
(1
or 0
)
or boolean_T
(true
or
false
) value indicating if the block input accepts a nonconstant
expression.
Returns 1
(true
) if the specified
port
on the block input accepts nonconstant expressions.
Nonconstant expressions are trivial or generic expressions.
C, C++
ssSetInputPortAcceptExprInRTW
, ssGetOutputPortOutputExprInRTW
, ssSetOutputPortOutputExprInRTW