|
WSF
|
#include "WsfPointMassSixDOF_Utils.hpp"#include <fstream>#include <sstream>#include <stdio.h>#include "UtLog.hpp"#include "UtMath.hpp"#include "WsfPointMassSixDOF_AeroCoreObject.hpp"#include "WsfPointMassSixDOF_CommonController.hpp"#include "WsfPointMassSixDOF_FlightControlSystem.hpp"#include "WsfPointMassSixDOF_Mover.hpp"#include "WsfPointMassSixDOF_PilotManager.hpp"#include "WsfPointMassSixDOF_PilotObject.hpp"#include "WsfPointMassSixDOF_PropulsionSystem.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::PointMassCommonController *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 ) |
| void WritePIDBlock | ( | std::ofstream & | aStream, |
| const std::string & | aBlockName, | ||
| const std::string & | aBlockWhiteSpace, | ||
| wsf::six_dof::Pid::Type | aPid, | ||
| wsf::six_dof::PointMassCommonController * | aPilot ) |