Get a character vector that identifies the last error
const char_T *ssGetErrorStatus(SimStruct *S)
S
SimStruct representing an S-Function block.
A pointer (char_T *
) to a character vector that identifies the
last error message.
Use to determine the last error in a single-threaded application. For
multi-threaded applications, use ssGetLocalErrorStatus
instead.
C, C++
See the S-function sfun_errhdl.c
used in sfcndemo_sfun_errhdl
.