26 lines
614 B
C
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]
|
|
*/
|