00001 /* 00002 * Atmosphere.cpp 00003 * 00004 * Part of Fly! Legacy project 00005 * 00006 * Copyright (c) 2004 Chris Wallace 00007 * 00008 * Fly! Legacy is free software; you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License as published by 00010 * the Free Software Foundation; either version 2 of the License, or 00011 * (at your option) any later version. 00012 * 00013 * Fly! Legacy is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 * GNU General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public License 00019 * along with Fly! Legacy; if not, write to the Free Software 00020 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00021 * 00022 */ 00023 00040 #include "../Include/Atmosphere.h" 00041 00042 00043 // 00044 // CAtmosphereModelFly2 00045 // 00046 CAtmosphereModelFly2::CAtmosphereModelFly2 (void) 00047 { 00048 } 00049 /* 00050 void CAtmosphereModelFly2::SetTemperatureK (float m_msl, float t) 00051 { 00052 // Calculate standard model temperature for the altitude 00053 00054 // Remember difference between set temperature and standard 00055 } 00056 00057 void CAtmosphereModelFly2::SetPressurePa (float m_msl, float p) 00058 { 00059 } 00060 00061 float CAtmosphereModelFly2::GetTemperatureK (float m_msl) 00062 { 00063 } 00064 00065 float CAtmosphereModelFly2::GetDewpointK (float m_msl) 00066 { 00067 } 00068 00069 float CAtmosphereModelFly2::GetPressurePa (float m_msl) 00070 { 00071 } 00072 00073 float CAtmosphereModelFly2::GetDensityKgM3 (float m_msl) 00074 { 00075 } 00076 00077 */
|
|
Documentation generated by
|