File: error.c

    1   /*
    2    * error.c
    3    *
    4    * Code generation for function 'error'
    5    *
    6    */
    7   
    8   /* Include files */
    9   #include "rt_nonfinite.h"
   10   #include "Datalogger4ChConverter_ErrInsensitiveSound.h"
   11   #include "error.h"
   12   #include <stdio.h>
   13   
   14   /* Variable Definitions */
   15   static emlrtRTEInfo q_emlrtRTEI = { 17, 9, "error",
   16     "C:\\Program Files\\MATLAB\\R2016a\\toolbox\\eml\\eml\\+coder\\+internal\\error.m"
   17   };
   18   
   19   /* Function Definitions */
   20   void b_error(const emlrtStack *sp)
   21   {
   22     emlrtErrorWithMessageIdR2012b(sp, &q_emlrtRTEI,
   23       "Coder:toolbox:reshape_emptyReshapeLimit", 0);
   24   }
   25   
   26   void error(const emlrtStack *sp)
   27   {
   28     emlrtErrorWithMessageIdR2012b(sp, &q_emlrtRTEI,
   29       "MATLAB:legacy_two_part:notimplemented_mx", 0);
   30   }
   31   
   32   /* End of code generation (error.c) */
   33