MATLAB Production Server C Client  R2024a
component: mds_c_client, module directory: deployment_server/client/c/mps, copyright: MathWorks
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 187 of file client.h.

Field Documentation

◆ file

const char* matlabStackFrame::file

Name of the MATLAB file that threw the MATLAB error.

Definition at line 190 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 193 of file client.h.

◆ line

int matlabStackFrame::line

Line number in the MATLAB file where the error occurred.

Definition at line 196 of file client.h.


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