MATLAB Production Server C Client  R2021b
component: mds_c_client, module directory: deployment_server/client/c/mps, copyright: MathWorks
Macros | Typedefs
mx_to_mps.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define mxAddField   mpsAddField
 
#define mxArrayToString   mpsArrayToString
 
#define mxCalcSingleSubscript   mpsCalcSingleSubscript
 
#define mxCELL_CLASS   mpsCELL_CLASS
 
#define mxCHAR_CLASS   mpsCHAR_CLASS
 
#define mxCOMPLEX   mpsCOMPLEX
 
#define mxCreateCellArray   mpsCreateCellArray
 
#define mxCreateCellMatrix   mpsCreateCellMatrix
 
#define mxCreateCharArray   mpsCreateCharArray
 
#define mxCreateCharMatrixFromStrings   mpsCreateCharMatrixFromStrings
 
#define mxCreateDoubleMatrix   mpsCreateDoubleMatrix
 mxArray (Create / Delete) More...
 
#define mxCreateDoubleScalar   mpsCreateDoubleScalar
 
#define mxCreateLogicalArray   mpsCreateLogicalArray
 
#define mxCreateLogicalMatrix   mpsCreateLogicalMatrix
 
#define mxCreateLogicalScalar   mpsCreateLogicalScalar
 
#define mxCreateNumericArray   mpsCreateNumericArray
 
#define mxCreateNumericMatrix   mpsCreateNumericMatrix
 
#define mxCreateSparse   mpsCreateSparse
 
#define mxCreateSparseLogicalMatrix   mpsCreateSparseLogicalMatrix
 
#define mxCreateString   mpsCreateString
 
#define mxCreateStructArray   mpsCreateStructArray
 
#define mxCreateStructMatrix   mpsCreateStructMatrix
 
#define mxDestroyArray   mpsDestroyArray
 
#define mxDOUBLE_CLASS   mpsDOUBLE_CLASS
 
#define mxDuplicateArray   mpsDuplicateArray
 
#define mxFree   mpsFree
 
#define mxGetCell   mpsGetCell
 
#define mxGetChars   mpsGetChars
 
#define mxGetClassID   mpsGetClassID
 
#define mxGetClassName   mpsGetClassName
 
#define mxGetData   mpsGetData
 
#define mxGetDimensions   mpsGetDimensions
 
#define mxGetElementSize   mpsGetElementSize
 
#define mxGetField   mpsGetField
 
#define mxGetFieldByNumber   mpsGetFieldByNumber
 
#define mxGetFieldNameByNumber   mpsGetFieldNameByNumber
 
#define mxGetFieldNumber   mpsGetFieldNumber
 
#define mxGetImagData   mpsGetImagData
 
#define mxGetIr   mpsGetIr
 
#define mxGetJc   mpsGetJc
 
#define mxGetLogicals   mpsGetLogicals
 
#define mxGetM   mpsGetM
 
#define mxGetN   mpsGetN
 
#define mxGetNumberOfDimensions   mpsGetNumberOfDimensions
 mxArray (Access data) More...
 
#define mxGetNumberOfElements   mpsGetNumberOfElements
 
#define mxGetNumberOfFields   mpsGetNumberOfFields
 
#define mxGetNzmax   mpsGetNzmax
 
#define mxGetPi   mpsGetPi
 
#define mxGetPr   mpsGetPr
 
#define mxGetScalar   mpsGetScalar
 
#define mxGetString   mpsGetString
 
#define mxINT16_CLASS   mpsINT16_CLASS
 
#define mxINT32_CLASS   mpsINT32_CLASS
 
#define mxINT64_CLASS   mpsINT64_CLASS
 
#define mxINT8_CLASS   mpsINT8_CLASS
 
#define mxIsCell   mpsIsCell
 
#define mxIsChar   mpsIsChar
 
#define mxIsClass   mpsIsClass
 
#define mxIsComplex   mpsIsComplex
 
#define mxIsDouble   mpsIsDouble
 mxArray (Validate Data) More...
 
#define mxIsEmpty   mpsIsEmpty
 
#define mxIsInt16   mpsIsInt16
 
#define mxIsInt32   mpsIsInt32
 
#define mxIsInt64   mpsIsInt64
 
#define mxIsInt8   mpsIsInt8
 
#define mxIsLogical   mpsIsLogical
 
#define mxIsLogicalScalar   mpsIsLogicalScalar
 
#define mxIsLogicalScalarTrue   mpsIsLogicalScalarTrue
 
#define mxIsNumeric   mpsIsNumeric
 
#define mxIsSingle   mpsIsSingle
 
#define mxIsSparse   mpsIsSparse
 
#define mxIsStruct   mpsIsStruct
 
#define mxIsUint16   mpsIsUint16
 
#define mxIsUint32   mpsIsUint32
 
#define mxIsUint64   mpsIsUint64
 
#define mxIsUint8   mpsIsUint8
 
#define mxLOGICAL_CLASS   mpsLOGICAL_CLASS
 
#define mxREAL   mpsREAL
 
#define mxRemoveField   mpsRemoveField
 
#define mxSetCell   mpsSetCell
 
#define mxSetDimensions   mpsSetDimensions
 
#define mxSetField   mpsSetField
 
#define mxSetFieldByNumber   mpsSetFieldByNumber
 
#define mxSetM   mpsSetM
 
#define mxSetN   mpsSetN
 
#define mxSetNzmax   mpsSetNzmax
 
#define mxSINGLE_CLASS   mpsSINGLE_CLASS
 
#define mxSTRUCT_CLASS   mpsSTRUCT_CLASS
 
#define mxUINT16_CLASS   mpsUINT16_CLASS
 
#define mxUINT32_CLASS   mpsUINT32_CLASS
 
#define mxUINT64_CLASS   mpsUINT64_CLASS
 
#define mxUINT8_CLASS   mpsUINT8_CLASS
 

Typedefs

typedef mpsIndex mwIndex
 
typedef mpsSize mwSize
 Copyright (C) 2014 The MathWorks, Inc. More...
 
typedef mpsArray mxArray
 
typedef mpsChar mxChar
 
typedef mpsClassID mxClassID
 mxClassID
More...
 
typedef mpsComplexity mxComplexity
 mxComplexity More...
 
typedef mpsLogical mxLogical
 

Macro Definition Documentation

◆ mxAddField

#define mxAddField   mpsAddField

Definition at line 108 of file mx_to_mps.h.

◆ mxArrayToString

#define mxArrayToString   mpsArrayToString

Definition at line 97 of file mx_to_mps.h.

◆ mxCalcSingleSubscript

#define mxCalcSingleSubscript   mpsCalcSingleSubscript

Definition at line 85 of file mx_to_mps.h.

◆ mxCELL_CLASS

#define mxCELL_CLASS   mpsCELL_CLASS

Definition at line 33 of file mx_to_mps.h.

◆ mxCHAR_CLASS

#define mxCHAR_CLASS   mpsCHAR_CLASS

Definition at line 31 of file mx_to_mps.h.

◆ mxCOMPLEX

#define mxCOMPLEX   mpsCOMPLEX

Definition at line 16 of file mx_to_mps.h.

◆ mxCreateCellArray

#define mxCreateCellArray   mpsCreateCellArray

Definition at line 74 of file mx_to_mps.h.

◆ mxCreateCellMatrix

#define mxCreateCellMatrix   mpsCreateCellMatrix

Definition at line 73 of file mx_to_mps.h.

◆ mxCreateCharArray

#define mxCreateCharArray   mpsCreateCharArray

Definition at line 65 of file mx_to_mps.h.

◆ mxCreateCharMatrixFromStrings

#define mxCreateCharMatrixFromStrings   mpsCreateCharMatrixFromStrings

Definition at line 64 of file mx_to_mps.h.

◆ mxCreateDoubleMatrix

#define mxCreateDoubleMatrix   mpsCreateDoubleMatrix

mxArray (Create / Delete)

Definition at line 59 of file mx_to_mps.h.

◆ mxCreateDoubleScalar

#define mxCreateDoubleScalar   mpsCreateDoubleScalar

Definition at line 60 of file mx_to_mps.h.

◆ mxCreateLogicalArray

#define mxCreateLogicalArray   mpsCreateLogicalArray

Definition at line 68 of file mx_to_mps.h.

◆ mxCreateLogicalMatrix

#define mxCreateLogicalMatrix   mpsCreateLogicalMatrix

Definition at line 67 of file mx_to_mps.h.

◆ mxCreateLogicalScalar

#define mxCreateLogicalScalar   mpsCreateLogicalScalar

Definition at line 66 of file mx_to_mps.h.

◆ mxCreateNumericArray

#define mxCreateNumericArray   mpsCreateNumericArray

Definition at line 62 of file mx_to_mps.h.

◆ mxCreateNumericMatrix

#define mxCreateNumericMatrix   mpsCreateNumericMatrix

Definition at line 61 of file mx_to_mps.h.

◆ mxCreateSparse

#define mxCreateSparse   mpsCreateSparse

Definition at line 70 of file mx_to_mps.h.

◆ mxCreateSparseLogicalMatrix

#define mxCreateSparseLogicalMatrix   mpsCreateSparseLogicalMatrix

Definition at line 69 of file mx_to_mps.h.

◆ mxCreateString

#define mxCreateString   mpsCreateString

Definition at line 63 of file mx_to_mps.h.

◆ mxCreateStructArray

#define mxCreateStructArray   mpsCreateStructArray

Definition at line 72 of file mx_to_mps.h.

◆ mxCreateStructMatrix

#define mxCreateStructMatrix   mpsCreateStructMatrix

Definition at line 71 of file mx_to_mps.h.

◆ mxDestroyArray

#define mxDestroyArray   mpsDestroyArray

Definition at line 75 of file mx_to_mps.h.

◆ mxDOUBLE_CLASS

#define mxDOUBLE_CLASS   mpsDOUBLE_CLASS

Definition at line 29 of file mx_to_mps.h.

◆ mxDuplicateArray

#define mxDuplicateArray   mpsDuplicateArray

Definition at line 76 of file mx_to_mps.h.

◆ mxFree

#define mxFree   mpsFree

Definition at line 77 of file mx_to_mps.h.

◆ mxGetCell

#define mxGetCell   mpsGetCell

Definition at line 110 of file mx_to_mps.h.

◆ mxGetChars

#define mxGetChars   mpsGetChars

Definition at line 95 of file mx_to_mps.h.

◆ mxGetClassID

#define mxGetClassID   mpsGetClassID

Definition at line 98 of file mx_to_mps.h.

◆ mxGetClassName

#define mxGetClassName   mpsGetClassName

Definition at line 99 of file mx_to_mps.h.

◆ mxGetData

#define mxGetData   mpsGetData

Definition at line 93 of file mx_to_mps.h.

◆ mxGetDimensions

#define mxGetDimensions   mpsGetDimensions

Definition at line 82 of file mx_to_mps.h.

◆ mxGetElementSize

#define mxGetElementSize   mpsGetElementSize

Definition at line 81 of file mx_to_mps.h.

◆ mxGetField

#define mxGetField   mpsGetField

Definition at line 102 of file mx_to_mps.h.

◆ mxGetFieldByNumber

#define mxGetFieldByNumber   mpsGetFieldByNumber

Definition at line 106 of file mx_to_mps.h.

◆ mxGetFieldNameByNumber

#define mxGetFieldNameByNumber   mpsGetFieldNameByNumber

Definition at line 105 of file mx_to_mps.h.

◆ mxGetFieldNumber

#define mxGetFieldNumber   mpsGetFieldNumber

Definition at line 104 of file mx_to_mps.h.

◆ mxGetImagData

#define mxGetImagData   mpsGetImagData

Definition at line 94 of file mx_to_mps.h.

◆ mxGetIr

#define mxGetIr   mpsGetIr

Definition at line 114 of file mx_to_mps.h.

◆ mxGetJc

#define mxGetJc   mpsGetJc

Definition at line 115 of file mx_to_mps.h.

◆ mxGetLogicals

#define mxGetLogicals   mpsGetLogicals

Definition at line 100 of file mx_to_mps.h.

◆ mxGetM

#define mxGetM   mpsGetM

Definition at line 86 of file mx_to_mps.h.

◆ mxGetN

#define mxGetN   mpsGetN

Definition at line 88 of file mx_to_mps.h.

◆ mxGetNumberOfDimensions

#define mxGetNumberOfDimensions   mpsGetNumberOfDimensions

mxArray (Access data)

Definition at line 80 of file mx_to_mps.h.

◆ mxGetNumberOfElements

#define mxGetNumberOfElements   mpsGetNumberOfElements

Definition at line 84 of file mx_to_mps.h.

◆ mxGetNumberOfFields

#define mxGetNumberOfFields   mpsGetNumberOfFields

Definition at line 103 of file mx_to_mps.h.

◆ mxGetNzmax

#define mxGetNzmax   mpsGetNzmax

Definition at line 112 of file mx_to_mps.h.

◆ mxGetPi

#define mxGetPi   mpsGetPi

Definition at line 92 of file mx_to_mps.h.

◆ mxGetPr

#define mxGetPr   mpsGetPr

Definition at line 91 of file mx_to_mps.h.

◆ mxGetScalar

#define mxGetScalar   mpsGetScalar

Definition at line 90 of file mx_to_mps.h.

◆ mxGetString

#define mxGetString   mpsGetString

Definition at line 96 of file mx_to_mps.h.

◆ mxINT16_CLASS

#define mxINT16_CLASS   mpsINT16_CLASS

Definition at line 23 of file mx_to_mps.h.

◆ mxINT32_CLASS

#define mxINT32_CLASS   mpsINT32_CLASS

Definition at line 25 of file mx_to_mps.h.

◆ mxINT64_CLASS

#define mxINT64_CLASS   mpsINT64_CLASS

Definition at line 27 of file mx_to_mps.h.

◆ mxINT8_CLASS

#define mxINT8_CLASS   mpsINT8_CLASS

Definition at line 21 of file mx_to_mps.h.

◆ mxIsCell

#define mxIsCell   mpsIsCell

Definition at line 53 of file mx_to_mps.h.

◆ mxIsChar

#define mxIsChar   mpsIsChar

Definition at line 48 of file mx_to_mps.h.

◆ mxIsClass

#define mxIsClass   mpsIsClass

Definition at line 54 of file mx_to_mps.h.

◆ mxIsComplex

#define mxIsComplex   mpsIsComplex

Definition at line 38 of file mx_to_mps.h.

◆ mxIsDouble

#define mxIsDouble   mpsIsDouble

mxArray (Validate Data)

Definition at line 36 of file mx_to_mps.h.

◆ mxIsEmpty

#define mxIsEmpty   mpsIsEmpty

Definition at line 55 of file mx_to_mps.h.

◆ mxIsInt16

#define mxIsInt16   mpsIsInt16

Definition at line 44 of file mx_to_mps.h.

◆ mxIsInt32

#define mxIsInt32   mpsIsInt32

Definition at line 42 of file mx_to_mps.h.

◆ mxIsInt64

#define mxIsInt64   mpsIsInt64

Definition at line 40 of file mx_to_mps.h.

◆ mxIsInt8

#define mxIsInt8   mpsIsInt8

Definition at line 46 of file mx_to_mps.h.

◆ mxIsLogical

#define mxIsLogical   mpsIsLogical

Definition at line 49 of file mx_to_mps.h.

◆ mxIsLogicalScalar

#define mxIsLogicalScalar   mpsIsLogicalScalar

Definition at line 50 of file mx_to_mps.h.

◆ mxIsLogicalScalarTrue

#define mxIsLogicalScalarTrue   mpsIsLogicalScalarTrue

Definition at line 51 of file mx_to_mps.h.

◆ mxIsNumeric

#define mxIsNumeric   mpsIsNumeric

Definition at line 39 of file mx_to_mps.h.

◆ mxIsSingle

#define mxIsSingle   mpsIsSingle

Definition at line 37 of file mx_to_mps.h.

◆ mxIsSparse

#define mxIsSparse   mpsIsSparse

Definition at line 56 of file mx_to_mps.h.

◆ mxIsStruct

#define mxIsStruct   mpsIsStruct

Definition at line 52 of file mx_to_mps.h.

◆ mxIsUint16

#define mxIsUint16   mpsIsUint16

Definition at line 45 of file mx_to_mps.h.

◆ mxIsUint32

#define mxIsUint32   mpsIsUint32

Definition at line 43 of file mx_to_mps.h.

◆ mxIsUint64

#define mxIsUint64   mpsIsUint64

Definition at line 41 of file mx_to_mps.h.

◆ mxIsUint8

#define mxIsUint8   mpsIsUint8

Definition at line 47 of file mx_to_mps.h.

◆ mxLOGICAL_CLASS

#define mxLOGICAL_CLASS   mpsLOGICAL_CLASS

Definition at line 30 of file mx_to_mps.h.

◆ mxREAL

#define mxREAL   mpsREAL

Definition at line 15 of file mx_to_mps.h.

◆ mxRemoveField

#define mxRemoveField   mpsRemoveField

Definition at line 109 of file mx_to_mps.h.

◆ mxSetCell

#define mxSetCell   mpsSetCell

Definition at line 111 of file mx_to_mps.h.

◆ mxSetDimensions

#define mxSetDimensions   mpsSetDimensions

Definition at line 83 of file mx_to_mps.h.

◆ mxSetField

#define mxSetField   mpsSetField

Definition at line 101 of file mx_to_mps.h.

◆ mxSetFieldByNumber

#define mxSetFieldByNumber   mpsSetFieldByNumber

Definition at line 107 of file mx_to_mps.h.

◆ mxSetM

#define mxSetM   mpsSetM

Definition at line 87 of file mx_to_mps.h.

◆ mxSetN

#define mxSetN   mpsSetN

Definition at line 89 of file mx_to_mps.h.

◆ mxSetNzmax

#define mxSetNzmax   mpsSetNzmax

Definition at line 113 of file mx_to_mps.h.

◆ mxSINGLE_CLASS

#define mxSINGLE_CLASS   mpsSINGLE_CLASS

Definition at line 28 of file mx_to_mps.h.

◆ mxSTRUCT_CLASS

#define mxSTRUCT_CLASS   mpsSTRUCT_CLASS

Definition at line 32 of file mx_to_mps.h.

◆ mxUINT16_CLASS

#define mxUINT16_CLASS   mpsUINT16_CLASS

Definition at line 22 of file mx_to_mps.h.

◆ mxUINT32_CLASS

#define mxUINT32_CLASS   mpsUINT32_CLASS

Definition at line 24 of file mx_to_mps.h.

◆ mxUINT64_CLASS

#define mxUINT64_CLASS   mpsUINT64_CLASS

Definition at line 26 of file mx_to_mps.h.

◆ mxUINT8_CLASS

#define mxUINT8_CLASS   mpsUINT8_CLASS

Definition at line 20 of file mx_to_mps.h.

Typedef Documentation

◆ mwIndex

typedef mpsIndex mwIndex

Definition at line 8 of file mx_to_mps.h.

◆ mwSize

typedef mpsSize mwSize

Copyright (C) 2014 The MathWorks, Inc.

Definition at line 7 of file mx_to_mps.h.

◆ mxArray

typedef mpsArray mxArray

Definition at line 9 of file mx_to_mps.h.

◆ mxChar

typedef mpsChar mxChar

Definition at line 11 of file mx_to_mps.h.

◆ mxClassID

mxClassID

Definition at line 19 of file mx_to_mps.h.

◆ mxComplexity

mxComplexity

Definition at line 14 of file mx_to_mps.h.

◆ mxLogical

Definition at line 10 of file mx_to_mps.h.