Files
sil/SIL/work/slprj/ert_shrlib/_sharedutils/CalcAtmosCOESA.h
T
2020-10-22 10:50:04 +08:00

26 lines
614 B
C

/*
* File: CalcAtmosCOESA.h
*
* Code generated for Simulink model 'SIL'.
*
* Model version : 1.470
* Simulink Coder version : 9.0 (R2018b) 24-May-2018
* C/C++ source code generated on : Thu Oct 22 10:25:15 2020
*/
#ifndef SHARE_CalcAtmosCOESA
#define SHARE_CalcAtmosCOESA
#include "rtwtypes.h"
void CalcAtmosCOESA(const real_T *altitude, real_T *temp, real_T *pressure,
real_T *density, real_T *speedofsound, real_T *temperature76,
real_T *pressureRatio76, int_T numPoints);
#endif
/*
* File trailer for generated code.
*
* [EOF]
*/