File: D:\TMTmethod\simulator\codegen\mex\testspline\testspline_mexutil.c

    1   /*
    2    * testspline_mexutil.c
    3    *
    4    * Code generation for function 'testspline_mexutil'
    5    *
    6    * C source code generated on: Thu Aug 30 14:03:55 2012
    7    *
    8    */
    9   
   10   /* Include files */
   11   #include "rt_nonfinite.h"
   12   #include "testspline.h"
   13   #include "testspline_mexutil.h"
   14   
   15   /* Type Definitions */
   16   
   17   /* Named Constants */
   18   
   19   /* Variable Declarations */
   20   
   21   /* Variable Definitions */
   22   
   23   /* Function Declarations */
   24   
   25   /* Function Definitions */
   26   
   27   void error(const mxArray *b, emlrtMCInfo *location)
   28   {
   29       const mxArray *pArray;
   30       pArray = b;
   31       emlrtCallMATLAB(0, NULL, 1, &pArray, "error", TRUE, location);
   32   }
   33   
   34   const mxArray *message(const mxArray *b, emlrtMCInfo *location)
   35   {
   36       const mxArray *pArray;
   37       const mxArray *m14;
   38       pArray = b;
   39       return emlrtCallMATLAB(1, &m14, 1, &pArray, "message", TRUE, location);
   40   }
   41   
   42   void warning(const mxArray *b, emlrtMCInfo *location)
   43   {
   44       const mxArray *pArray;
   45       pArray = b;
   46       emlrtCallMATLAB(0, NULL, 1, &pArray, "warning", TRUE, location);
   47   }
   48   /* End of code generation (testspline_mexutil.c) */
   49