Get a character vector that identifies the last error
const char_T *ssGetLocalErrorStatus(SimStruct *S)
S
SimStruct representing an S-Function block.
A pointer (char_T *
) to a character vector that identifies the
last error message.
Use for identification of the last error. Use this function for applications to
run on R2019a or later for thread safety. For earlier releases, use
ssGetErrorStatus
instead.
C, C++
See the S-function slexCoSimMassSpringSFcn.c
used in slexCoSimTripleMassSpringExample
.