Entry in the MATLAB runtime stack.
More...
#include <mps/client.h>
|
| const char * | file |
| | Name of the MATLAB file that threw the MATLAB error.
|
| |
| const char * | function |
| | Name of the MATLAB function which in most cases is same as the MATLAB file name.
|
| |
| int | line |
| | Line number in the MATLAB file where the error occurred.
|
| |
Entry in the MATLAB runtime stack.
Definition at line 189 of file client.h.
◆ file
| const char* matlabStackFrame::file |
Name of the MATLAB file that threw the MATLAB error.
Definition at line 193 of file client.h.
◆ function
| const char* matlabStackFrame::function |
Name of the MATLAB function which in most cases is same as the MATLAB file name.
Definition at line 196 of file client.h.
◆ line
| int matlabStackFrame::line |
Line number in the MATLAB file where the error occurred.
Definition at line 199 of file client.h.
The documentation for this struct was generated from the following file: