File: ccafbounds_data.h1 /* 2 * ccafbounds_data.h 3 * 4 * Code generation for function 'ccafbounds_data' 5 * 6 */ 7 8 #ifndef CCAFBOUNDS_DATA_H 9 #define CCAFBOUNDS_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 "ccafbounds_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 30 #endif 31 32 /* End of code generation (ccafbounds_data.h) */ 33 |