Determine whether an input port can be overwritten
int_T ssGetInputPortOverWritable(SimStruct *S, int_T port)
S
SimStruct representing an S-function block.
port
Index of the input port whose overwritability is being set.
An int_T
(1
or 0
) or
boolean_T
(true
or
false
) value indicating if the input port specified by the
index port
can be overwritten.
Use to determine if a particular input port can be overwritten. Returns
1
(true
) if the input port can be
overwritten.
C, C++