MATLAB Production Server C Client  R2019a
component: mds_c_client, module directory: deployment_server/client/c/mps, copyright: MathWorks
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
matlabStackFrame Struct Reference

Entry in the MATLAB runtime stack. More...

#include <mps/client.h>

Data Fields

const char * file
 Name of the MATLAB file that threw the MATLAB error. More...
 
const char * function
 Name of the MATLAB function which in most cases is same as the MATLAB file name. More...
 
int line
 Line number in the MATLAB file where the error occurred. More...
 

Detailed Description

Entry in the MATLAB runtime stack.

Definition at line 186 of file client.h.

Field Documentation

const char* matlabStackFrame::file

Name of the MATLAB file that threw the MATLAB error.

Definition at line 189 of file client.h.

const char* matlabStackFrame::function

Name of the MATLAB function which in most cases is same as the MATLAB file name.

Definition at line 192 of file client.h.

int matlabStackFrame::line

Line number in the MATLAB file where the error occurred.

Definition at line 195 of file client.h.


The documentation for this struct was generated from the following file: