Main Content
ssGetLocalErrorStatus
Get a character vector that identifies the last error
Syntax
const char_T *ssGetLocalErrorStatus(SimStruct *S)
Arguments
S
SimStruct that represents an S-Function block.
Returns
A pointer (char_T *
) to a character vector that identifies the
last error message.
Description
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.
Languages
C, C++
Version History
Introduced in R2019a