File: gjbf_data.h1 /* 2 * gjbf_data.h 3 * 4 * Code generation for function 'gjbf_data' 5 * 6 */ 7 8 #ifndef GJBF_DATA_H 9 #define GJBF_DATA_H 10 11 /* Include files */ 12 #include <math.h> 13 #include <stdio.h> 14 #include <stdlib.h> 15 #include <string.h> 16 #include "mwmathutil.h" 17 #include "tmwtypes.h" 18 #include "mex.h" 19 #include "emlrt.h" 20 #include "covrt.h" 21 #include "rtwtypes.h" 22 #include "gjbf_types.h" 23 24 /* Variable Declarations */ 25 extern emlrtCTX emlrtRootTLSGlobal; 26 extern const volatile char_T *emlrtBreakCheckR2012bFlagVar; 27 extern covrtInstance emlrtCoverageInstance; 28 extern emlrtContext emlrtContextGlobal; 29 extern emlrtRSInfo kb_emlrtRSI; 30 extern emlrtRSInfo wb_emlrtRSI; 31 extern emlrtRSInfo xb_emlrtRSI; 32 extern emlrtRSInfo ac_emlrtRSI; 33 extern emlrtRSInfo ad_emlrtRSI; 34 extern emlrtRSInfo bd_emlrtRSI; 35 extern emlrtRSInfo cd_emlrtRSI; 36 extern emlrtRSInfo fd_emlrtRSI; 37 extern emlrtRSInfo gd_emlrtRSI; 38 extern emlrtRSInfo hd_emlrtRSI; 39 extern emlrtRSInfo id_emlrtRSI; 40 extern emlrtRSInfo kd_emlrtRSI; 41 extern emlrtRSInfo qd_emlrtRSI; 42 extern emlrtRSInfo rd_emlrtRSI; 43 extern emlrtRSInfo sd_emlrtRSI; 44 extern emlrtRSInfo td_emlrtRSI; 45 extern emlrtRSInfo ud_emlrtRSI; 46 extern emlrtMCInfo emlrtMCI; 47 extern emlrtRTEInfo c_emlrtRTEI; 48 extern emlrtRTEInfo t_emlrtRTEI; 49 extern emlrtRTEInfo u_emlrtRTEI; 50 extern emlrtRTEInfo v_emlrtRTEI; 51 extern emlrtRTEInfo w_emlrtRTEI; 52 extern emlrtRTEInfo x_emlrtRTEI; 53 extern emlrtRTEInfo y_emlrtRTEI; 54 extern emlrtRSInfo af_emlrtRSI; 55 56 #endif 57 58 /* End of code generation (gjbf_data.h) */ 59 |