/* * File: _coder_eps_bar_api.h * * MATLAB Coder version : 2.8 * C/C++ source code generated on : 03-Aug-2016 03:45:00 */ #ifndef ___CODER_EPS_BAR_API_H__ #define ___CODER_EPS_BAR_API_H__ /* Include Files */ #include "tmwtypes.h" #include "mex.h" #include "emlrt.h" #include #include #include "_coder_eps_bar_api.h" /* Variable Declarations */ extern emlrtCTX emlrtRootTLSGlobal; extern emlrtContext emlrtContextGlobal; /* Function Declarations */ extern real_T eps_bar(real_T agC, real_T Rls, real_T T1, real_T M_mean, real_T R_mean, real_T ecSoilCode); extern void eps_bar_api(const mxArray * const prhs[6], const mxArray *plhs[1]); extern void eps_bar_atexit(void); extern void eps_bar_initialize(void); extern void eps_bar_terminate(void); extern void eps_bar_xil_terminate(void); #endif /* * File trailer for _coder_eps_bar_api.h * * [EOF] */