|
WSF
|
#include "P6DofUtils.hpp"#include <fstream>#include <sstream>#include "P6DofAeroCoreObject.hpp"#include "P6DofCommonController.hpp"#include "P6DofFlightControlSystem.hpp"#include "P6DofFreezeFlags.hpp"#include "P6DofFuelTank.hpp"#include "P6DofLandingGear.hpp"#include "P6DofPilotManager.hpp"#include "P6DofPilotObject.hpp"#include "P6DofPropulsionSystem.hpp"#include "P6DofScenario.hpp"#include "P6DofTerrain.hpp"#include "P6DofTunerGAManager.hpp"#include "P6DofVehicle.hpp"#include "UtLog.hpp"#include "UtMath.hpp"
Functions | |
| std::string | outputDoubleString (double aValue, int aWidth, int aPrecision) |
| void | WritePIDBlock (std::ofstream &aStream, const std::string &aBlockName, const std::string &aBlockWhiteSpace, P6DOF::Pid::Type aPid, P6DofCommonController *aPilot) |
Variables | |
| static const double | gSphericalEarthRadius_m = 6371000.0 |
| std::string outputDoubleString | ( | double | aValue, |
| int | aWidth, | ||
| int | aPrecision ) |
Referenced by P6DofMachDataTable::OutputToString(), and P6DofMachParamDataTable::OutputToString().
| void WritePIDBlock | ( | std::ofstream & | aStream, |
| const std::string & | aBlockName, | ||
| const std::string & | aBlockWhiteSpace, | ||
| P6DOF::Pid::Type | aPid, | ||
| P6DofCommonController * | aPilot ) |
|
static |