25 lines
536 B
C
25 lines
536 B
C
|
|
/*
|
||
|
|
* File: CalcPAltCOESA.h
|
||
|
|
*
|
||
|
|
* Code generated for Simulink model 'SIL'.
|
||
|
|
*
|
||
|
|
* Model version : 1.150
|
||
|
|
* Simulink Coder version : 9.0 (R2018b) 24-May-2018
|
||
|
|
* C/C++ source code generated on : Wed Sep 30 08:44:27 2020
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef SHARE_CalcPAltCOESA
|
||
|
|
#define SHARE_CalcPAltCOESA
|
||
|
|
#include "rtwtypes.h"
|
||
|
|
|
||
|
|
void CalcPAltCOESA(const real_T *pressure, real_T *altitude, real_T
|
||
|
|
*temperature76, real_T *pressureRatio76, int_T numPoints);
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|
||
|
|
/*
|
||
|
|
* File trailer for generated code.
|
||
|
|
*
|
||
|
|
* [EOF]
|
||
|
|
*/
|