repo_name
stringlengths
6
97
path
stringlengths
3
341
text
stringlengths
8
1.02M
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGActuator.h
<gh_stars>1-10 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGActuator.h Author: <NAME> Date started: 21 February 2007 ------------- Copyright (C) 2006 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it u...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/FlightGameViewportClient.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGFilter.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGFilter.h Author: <NAME> Date started: 4/2000 ------------- Copyright (C) 2000 <NAME> <EMAIL> ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU Le...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/utilities/plotXMLVisitor.h
#include "../simgear/xml/easyxml.hxx" #include <string> #include <vector> #include <cstdio> #include <cstdlib> enum ePlotType {lines=0, points}; using std::string; using std::vector; struct Plots { string Title; string Axis_Caption[3]; string Min[3], Max[3]; bool Autoscale; vector <string> Y_Variables; v...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGFCSComponent.h
<gh_stars>1-10 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGFCSComponent.h Author: <NAME> Date started: 05/01/2000 ------------- Copyright (C) 2000 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it und...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/input_output/FGfdmSocket.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGfdmSocket.h Author: <NAME> Date started: 11/08/99 ------------- Copyright (C) 1999 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of th...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/System/FlightSubSystem.h
<filename>Source/FlightSimulator/Public/System/FlightSubSystem.h<gh_stars>1-10 //MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentati...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/initialization/FGTrimmer.h
/* * FGTrimmer.h * Copyright (C) <NAME> 2010 <<EMAIL>> * * FGTrimmer.h is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the * Free Software Foundation, either version 2 of the License, or * (at your option) any later version. *...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGParameterValue.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGParameterValue.h Author: <NAME> Date started: December 09 2018 --------- Copyright (C) 2018 <NAME> (<EMAIL>) ----------- This program is free software; you can redistribute it and/or modify it under the terms of t...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGKinemat.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGKinemat.h Author: <NAME>, for flight control system authored by <NAME> Date started: 12/02/01 ------------- Copyright (C) <NAME> ------------- This program is free software; you can redistribute it and/or modi...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/FGAccelerations.h
<filename>ThirdParty/JSBSim/include/models/FGAccelerations.h /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGAccelerations.h Author: <NAME> Date started: 07/12/11 ------------- Copyright (C) 2011 <NAME> (<EMAIL>) ------------- This program is free software...
Lynnvon/FlightSimulator
Source/FlightSimulatorEditor/FlightSimulatorEditor.h
<gh_stars>1-10 #pragma once #include "Engine.h" #include "Modules/ModuleManager.h" #include "UnrealEd.h" class FFlightSimulatorEditorModule:public IModuleInterface { };
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Weapon/Missile/Lua/FlightMissile_AIM120C.h
<gh_stars>1-10 // Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "Weapon/Missile/FlightMissileBase.h" #include "UnLuaInterface.h" #include "FlightMissile_AIM120C.generated.h" /** * AIM120C */ UCLASS() class FLIGHTSIMULATOR_API AFlight...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Utils/FlightBlueprintFunctionLibrary.h
<reponame>Lynnvon/FlightSimulator //MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in th...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGWaypoint.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGWaypoint.h Author: <NAME> Date started: 6/2013 ------------- Copyright (C) 2013 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GN...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGSummer.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGSummer.h Author: Date started: ------------- Copyright (C) ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publishe...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/FGExternalForce.h
<gh_stars>1-10 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGExternalForce.h Author: <NAME>, <NAME> Date started: 9/21/07 ------------- Copyright (C) 2007 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/System/FlightInertialNavigationSystem.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, i...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Struct/FlightMissionDataStruct.h
<reponame>Lynnvon/FlightSimulator<filename>Source/FlightSimulator/Public/Struct/FlightMissionDataStruct.h //MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwar...
Lynnvon/FlightSimulator
Plugins/SimulationPlugin/Source/SimulationModule/Public/GeographicCoordinates.h
<filename>Plugins/SimulationPlugin/Source/SimulationModule/Public/GeographicCoordinates.h // Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include <Internationalization/Text.h> #include "GeographicCoordinates.generated.h" /** * A Point in 3-D spac...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/atmosphere/FGMars.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGMars.h Author: <NAME> Date started: 01/05/2004 ------------- Copyright (C) 2004 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of th...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGTable.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGTable.h Author: <NAME> Date started: 1/9/2001 ------------- Copyright (C) 2001 <NAME> (<EMAIL>) -------------- This program is free software; you can redistribute it and/or modify it under the terms of the G...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/atmosphere/FGStandardAtmosphere.h
<gh_stars>1-10 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGStandardAtmosphere.h Author: <NAME> Date started: 5/2011 ------------- Copyright (C) 2011 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it ...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/System/FlightRadioSystem.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/LagrangeMultiplier.h
<filename>ThirdParty/JSBSim/include/math/LagrangeMultiplier.h /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: LaGrangeMultiplier.h Author: <NAME> Date started: 07/01/11 ------------- Copyright (C) 2011 <NAME> ------------- This program is free software; you ...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/UI/FlightKneeboardWidget.h
<filename>Source/FlightSimulator/Public/UI/FlightKneeboardWidget.h // Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "Blueprint/UserWidget.h" #include "FlightKneeboardWidget.generated.h" /** * 膝板UI */ UCLASS() class FLIGHTSIMULATOR_API UF...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/FlightType.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, i...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/input_output/FGOutputType.h
<filename>ThirdParty/JSBSim/include/input_output/FGOutputType.h /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGOutputType.h Author: <NAME> Date started: 09/10/11 ------------- Copyright (C) 2011 <NAME> ------------- This program is free software; you can r...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGPID.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGPID.h Author: <NAME> Date started: 6/17/2006 ------------- Copyright (C) 2006 by <NAME>, <EMAIL> ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GN...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Weapon/Missile/FlightMissileBase.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/propulsion/FGTurbine.h
<filename>ThirdParty/JSBSim/include/models/propulsion/FGTurbine.h /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGTurbine.h Author: <NAME> Date started: 03/11/2003 ------------- Copyright (C) 2003 <NAME> (<EMAIL>)---------- This program is free software; y...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/input_output/FGPropertyReader.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGPropertyReader.h Author: <NAME> Date started: 12/30/13 ------------- Copyright (C) 2013 <NAME> ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU ...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Online/FlightPlayerState.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/propulsion/FGEngine.h
<reponame>Lynnvon/FlightSimulator /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGEngine.h Author: <NAME> Date started: 01/21/99 ------------- Copyright (C) 1999 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or m...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGAngles.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGAngles.h Author: <NAME> Date started: 6/2013 ------------- Copyright (C) 2013 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU ...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/System/FlightMissionSystem.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, i...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/utilities/datafile.h
/*************************************************************************** datafile.h - description ------------------- begin : Sat Nov 4 2000 copyright : (C) 2000 by <NAME> email : <EMAIL> *****************...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Interface/FlightMissionInteraction.h
<filename>Source/FlightSimulator/Public/Interface/FlightMissionInteraction.h // Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "UObject/Interface.h" #include "FlightMissionInteraction.generated.h" // This class does not need to be modified. ...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Online/FlightGameState.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGLocation.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGLocation.h Author: <NAME>, <NAME> Date started: 04/04/2004 ------- Copyright (C) 1999 <NAME> (<EMAIL>) ------------------ ------- (C) 2004 <NAME> (<EMAIL>) ---- ------- (C) 2011 <NAME> (<...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/simgear/compiler.h
<filename>ThirdParty/JSBSim/include/simgear/compiler.h /*compiler.h This file provided the preprocessor defines needed to compile the properties code without any dependencies on simgear */ #define NOSIMGEAR 1 #ifdef _MSC_VER #define M_PI 3.14159265358979323846 //#define max(a,b) (((a)>(b))?(a):(b)) #define SG_HAV...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/FGAircraft.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGAircraft.h Author: <NAME> Date started: 12/12/98 ------------- Copyright (C) 1999 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of the ...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/initialization/FGSimplexTrim.h
/* * FGSimplexTrim.h * Copyright (C) <NAME> 2010 <<EMAIL>> * * FGSimplexTrim.h is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the * Free Software Foundation, either version 2 of the License, or * (at your option) any later ver...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/FGAerodynamics.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGAerodynamics.h Author: <NAME> Date started: 09/13/00 ------------- Copyright (C) 1999 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGPropertyValue.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGPropertyValue.h Author: <NAME> Date started: December 10 2004 ------------- Copyright (C) 2001 <NAME> (<EMAIL>) ------------- ------ Copyright (C) 2010 - 2011 <NAME> (anders(at)gidenstam.org) - This program is free softwa...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/initialization/FGTrimAxis.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGTrimAxis.h Author: <NAME> Date started: 7/3/00 ------------- Copyright (C) 1999 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of th...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Online/FlightGameMode.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Instrumentation/FlightInstrumentContainer.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/System/FlightAutoPilotSystem.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, i...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/propulsion/FGNozzle.h
<filename>ThirdParty/JSBSim/include/models/propulsion/FGNozzle.h<gh_stars>1-10 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGNozzle.h Author: <NAME> Date started: 08/24/00 ------------- Copyright (C) 2000 <NAME> (<EMAIL>) ------------- This program is fr...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/System/FlightPropertySystem.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/propulsion/FGThruster.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGThruster.h Author: <NAME> Date started: 08/23/00 ------------- Copyright (C) 2000 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of the...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/FGInertial.h
<reponame>Lynnvon/FlightSimulator /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGInertial.h Author: <NAME> Date started: 09/13/00 ------------- Copyright (C) 1999 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/propulsion/FGElectric.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGElectric.h Author: <NAME> Date started: 04/07/2004 ----- Copyright (C) 2004 <NAME> (<EMAIL>) -------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU ...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/FlightGlobals.h
<reponame>Lynnvon/FlightSimulator //MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in th...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/initialization/FGInitialCondition.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGInitialCondition.h Author: <NAME> Date started: 7/1/99 --------- Copyright (C) 1999 <NAME> (<EMAIL>) --------- This program is free software; you can redistribute it and/or modify it under the terms of the G...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/FDM/FlightJSBSim.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
Data/GetFDMData/FGNetData.h
#pragma once #include <Winsock2.h> typedef unsigned int uint32_t; typedef signed int int32_t; const uint32_t FG_NET_FDM_VERSION = 24; class FGNetData { public: FGNetData(void); ~FGNetData(void); private: void htond (double &x); void htonf (float &x); public: void ConverData(); public: public: enum { ...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGColumnVector3.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGColumnVector3.h Author: Originally by <NAME> [formatted and adapted here by <NAME>] Date started: Unknown ------ Copyright (C) 2001 by <NAME> and <NAME> (<EMAIL>) This program is free software; you can redistribute it and/or...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGSwitch.h
<reponame>Lynnvon/FlightSimulator<gh_stars>1-10 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGSwitch.h Author: <NAME> Date started: 12/23/2002 ------------- Copyright (C) 2002 <EMAIL> ------------- This program is free software; you can redistribute it a...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGCondition.h
<filename>ThirdParty/JSBSim/include/math/FGCondition.h /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGCondition.h Author: <NAME> Date started: 1/02/2003 ------------- Copyright (C) ------------- This program is free software; you can redistribute it and/o...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/propulsion/FGPropeller.h
<filename>ThirdParty/JSBSim/include/models/propulsion/FGPropeller.h /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGPropeller.h Author: <NAME> Date started: 08/24/00 ------------- Copyright (C) 2000 <NAME> (<EMAIL>) ------------- This program is free softw...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGDeadBand.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGDeadBand.h Author: <NAME> Date started: 2001 ------------- Copyright (C) 2001 <NAME> ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Gen...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/FlightGameUserSettings.h
<filename>Source/FlightSimulator/Public/FlightGameUserSettings.h //MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Struct/FlightConditionTriggerStruct.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/FGBuoyantForces.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGBuoyantForces.h Author: <NAME>, <NAME> Date started: 01/21/08 ------------- Copyright (C) 2008 - 2011 <NAME> ------------- ------------- Copyright (C) 2008 <NAME> (<EMAIL>) ------------- This program...
Lynnvon/FlightSimulator
Plugins/SimulationPlugin/Source/SimulationModule/Public/LargeCoordinates.h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "LargeCoordinates.generated.h" /** * A vector in 3-D space composed of components (X, Y, Z) with double precision. * Unfortunately, can't be exposed to Blueprints yet */ USTRUCT(BlueprintT...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/input_output/FGOutputSocket.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGOutputSocket.h Author: <NAME> Date started: 09/10/11 ------------- Copyright (C) 2011 <NAME> ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU Le...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/System/FlightInstrumentSystem.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
Plugins/FlightSimulatorGraph/Source/FlightSimulatorGraphEditor/Public/FlightSimulatorGraphCommands.h
// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Framework/Commands/Commands.h" #include "FlightSimulatorGraphStyle.h" class FFlightSimulatorGraphCommands : public TCommands<FFlightSimulatorGraphCommands> { public: FFlightSimulatorGraphCommands() : TCommands<FFli...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGQuaternion.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGQuaternion.h Author: <NAME>, <NAME> Date started: 12/02/98 ------- Copyright (C) 1999 <NAME> (<EMAIL>) ------------------ ------- (C) 2004 <NAME> (<EMAIL>) ---- This program is free software; you ca...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/System/FlightControlSystem.h
// controls.cxx -- defines a standard interface to all flight sim controls // // Written by <NAME>, started May 1997. // // Copyright (C) 1997 <NAME> - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/input_output/FGInputType.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGInputType.h Author: <NAME> Date started: 01/20/15 ------------- Copyright (C) 2015 <NAME> ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesse...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGGyro.h
<gh_stars>1-10 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGGyro.h Author: <NAME> Date started: 29 August 2009 ------------- Copyright (C) 2009 ------------- This program is free software; you can redistribute it and/or modify it under the terms of the ...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/FGFCSChannel.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGGFCSChannel.h Author: <NAME> Date started: 10/11/12 ------------- Copyright (C) 2012 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of ...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/UI/FlightDialogWidgetBase.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/propulsion/FGForce.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGForce.h Author: <NAME> Date started: 5/20/00 ------------- Copyright (C) 1999 <NAME> (<EMAIL>) ----- This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser ...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Struct/FlightDialogStruct.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGFunctionValue.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGFunctionValue.h Author: <NAME> Date started: March 10 2018 --------- Copyright (C) 2018 <NAME> (<EMAIL>) ----------- This program is free software; you can redistribute it and/or modify it under the terms of the G...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/FGModel.h
<reponame>Lynnvon/FlightSimulator /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGModel.h Author: <NAME> Date started: 11/21/98 ------------- Copyright (C) 1999 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or mod...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGModelFunctions.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGModelFunctions.h Author: <NAME> Date started: August 2010 ------------- Copyright (C) 2010 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU L...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Player/FlightPlayerController.h
<reponame>Lynnvon/FlightSimulator //MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in th...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Effect/FlightImpactEffect.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Animation/FAnimNode_ModifyTransform.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Player/FlightPersistentUser.h
<filename>Source/FlightSimulator/Public/Player/FlightPersistentUser.h //MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/FGLGear.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGLGear.h Author: <NAME> Date started: 11/18/99 ------------- Copyright (C) 1999 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GN...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/input_output/FGOutputFG.h
<filename>ThirdParty/JSBSim/include/input_output/FGOutputFG.h /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGOutputFG.h Author: <NAME> Date started: 09/10/11 ------------- Copyright (C) 2011 <NAME> ------------- This program is free software; you can redis...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Player/FlightBase.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/FGGroundReactions.h
<gh_stars>1-10 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGGroundReactions.h Author: <NAME> Date started: 09/13/00 ------------- Copyright (C) 1999 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it u...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGDistributor.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGDistributor.h Author: <NAME> Date started: 09/27/2013 ------------- Copyright (C) 2013 <EMAIL> ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/flight_control/FGAccelerometer.h
<filename>ThirdParty/JSBSim/include/models/flight_control/FGAccelerometer.h /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGAccelerometer.h Author: <NAME> Date started: May 2009 ------------- Copyright (C) 2009 ------------- This program is free software; y...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/FGJSBBase.h
<reponame>Lynnvon/FlightSimulator<gh_stars>1-10 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGJSBBase.h Author: <NAME> Date started: 07/01/01 ------------- Copyright (C) 2001 <NAME> (<EMAIL>) ------------- This program is free software; you can redistrib...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGFunction.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGFunction.h Author: <NAME> Date started: August 25 2004 ------------- Copyright (C) 2001 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU Less...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/input_output/FGUDPInputSocket.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGUDPInputSocket.h Author: <NAME> Date started: 02/19/15 ------------- Copyright (C) 2015 <NAME> ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU ...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/System/Radar/FlightRadarSystem.h
//MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softwareand associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGRungeKutta.h
<gh_stars>1-10 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGRungeKutta.h Author: <NAME> Date started: 04/9/2010 ------------- Copyright (C) ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU...
Lynnvon/FlightSimulator
Source/FlightSimulator/Public/Instrumentation/FlightInstrumentUIBase.h
<reponame>Lynnvon/FlightSimulator<filename>Source/FlightSimulator/Public/Instrumentation/FlightInstrumentUIBase.h //MIT License // //Copyright(c) 2021 <NAME> // //QQ : 632865163 //Blog : https ://www.cnblogs.com/LynnVon/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/models/FGExternalReactions.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGExternalReactions.h Author: <NAME> Date started: 17/11/06 ------------- Copyright (C) 2006 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the ter...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/math/FGRealValue.h
<gh_stars>1-10 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGRealValue.h Author: <NAME> Date started: December 10 2004 ------------- Copyright (C) 2001 <NAME> (<EMAIL>) ------------- This program is free software; you can redistribute it and/or modify it under the ter...
Lynnvon/FlightSimulator
ThirdParty/JSBSim/include/input_output/FGOutputFile.h
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: FGOutputFile.h Author: <NAME> Date started: 09/10/11 ------------- Copyright (C) 2011 <NAME> ------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU Les...