|
WSF
|
#include "WsfRigidBodySixDOF_Utils.hpp"#include <fstream>#include <sstream>#include "UtLog.hpp"#include "UtMath.hpp"#include "WsfRigidBodySixDOF_AeroCoreObject.hpp"#include "WsfRigidBodySixDOF_CommonController.hpp"#include "WsfRigidBodySixDOF_FlightControlSystem.hpp"#include "WsfRigidBodySixDOF_LandingGear.hpp"#include "WsfRigidBodySixDOF_Mover.hpp"#include "WsfRigidBodySixDOF_PilotManager.hpp"#include "WsfRigidBodySixDOF_PilotObject.hpp"#include "WsfRigidBodySixDOF_PropulsionSystem.hpp"#include "WsfSixDOF_Environment.hpp"#include "WsfSixDOF_FuelTank.hpp"#include "WsfSixDOF_Terrain.hpp"#include "WsfSixDOF_TunerGAManager.hpp"#include "WsfSixDOF_Utils.hpp"
Functions | |
| void | WritePIDBlock (std::ofstream &aStream, const std::string &aBlockName, const std::string &aBlockWhiteSpace, wsf::six_dof::Pid::Type aPid, wsf::six_dof::CommonController *aPilot) |
| void WritePIDBlock | ( | std::ofstream & | aStream, |
| const std::string & | aBlockName, | ||
| const std::string & | aBlockWhiteSpace, | ||
| wsf::six_dof::Pid::Type | aPid, | ||
| wsf::six_dof::CommonController * | aPilot ) |