/* * File: _coder_targetSpec_api.h * * MATLAB Coder version : 2.8 * C/C++ source code generated on : 03-Aug-2016 03:43:08 */ #ifndef ___CODER_TARGETSPEC_API_H__ #define ___CODER_TARGETSPEC_API_H__ /* Include Files */ #include "tmwtypes.h" #include "mex.h" #include "emlrt.h" #include #include #include "_coder_targetSpec_api.h" /* Type Definitions */ #ifndef struct_emxArray_real_T #define struct_emxArray_real_T struct emxArray_real_T { real_T *data; int32_T *size; int32_T allocatedSize; int32_T numDimensions; boolean_T canFreeData; }; #endif /*struct_emxArray_real_T*/ #ifndef typedef_emxArray_real_T #define typedef_emxArray_real_T typedef struct emxArray_real_T emxArray_real_T; #endif /*typedef_emxArray_real_T*/ /* Variable Declarations */ extern emlrtCTX emlrtRootTLSGlobal; extern emlrtContext emlrtContextGlobal; /* Function Declarations */ extern void targetSpec(real_T agC, real_T Rls, real_T T1, real_T T1dej, real_T nX, real_T M_mean, real_T R_mean, real_T ecSoilCode, real_T *eps_bar, emxArray_real_T *tSpec, emxArray_real_T *PerTgt); extern void targetSpec_api(const mxArray * const prhs[8], const mxArray *plhs[3]); extern void targetSpec_atexit(void); extern void targetSpec_initialize(void); extern void targetSpec_terminate(void); extern void targetSpec_xil_terminate(void); #endif /* * File trailer for _coder_targetSpec_api.h * * [EOF] */