|
WSF
|
#include "wsf_six_dof_export.h"#include <memory>#include <string>#include <vector>#include "UtVec3dX.hpp"#include "WsfPointMassSixDOF_VehicleData.hpp"#include "WsfSixDOF_Utils.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | wsf |
| Function definitions for those who need run-time access to the version. | |
| namespace | wsf::six_dof |
| namespace | wsf::six_dof::utils |
Functions | |
| WSF_SIX_DOF_EXPORT PointMassMover * | wsf::six_dof::utils::CastToPointMass (Mover *aVehicle) |
| WSF_SIX_DOF_EXPORT void | wsf::six_dof::utils::CreateAutopilotConfigFile (PointMassMover *aVehicle, const std::string &aFilename) |
| WSF_SIX_DOF_EXPORT CanFlyAtReturnValue | wsf::six_dof::utils::CanFlyAt (PointMassMover *aObject, double aAltitude_ft, double aVelocity_fps, double aThrottleForward, double aFlapsDown) |
| WSF_SIX_DOF_EXPORT void | wsf::six_dof::utils::CreateAutopilotSupportFile (PointMassMover *aObject, const std::string &aFilename) |
| WSF_SIX_DOF_EXPORT void | wsf::six_dof::utils::CreateAutopilotSupportFileWithMaxMach (PointMassMover *aObject, const std::string &aFilename, const double &aMaxMach) |
| WSF_SIX_DOF_EXPORT void | wsf::six_dof::utils::CommonCreateAutopilotSupportFile (PointMassTableTool &aTool, const std::string &aFilename) |