#include <P6DofObject.hpp>
◆ P6DofObject() [1/2]
References mObjName, mParentVehicle, and mScenario.
Referenced by Clone(), operator=(), P6DofFlightControlSystem::P6DofFlightControlSystem(), P6DofFlightControlSystem::P6DofFlightControlSystem(), P6DofFuelTank::P6DofFuelTank(), P6DofFuelTank::P6DofFuelTank(), P6DofGroundReactionPoint::P6DofGroundReactionPoint(), P6DofLandingGear::P6DofLandingGear(), P6DofLandingGear::P6DofLandingGear(), P6DofObject(), P6DofPilotObject::P6DofPilotObject(), P6DofPilotObject::P6DofPilotObject(), P6DofPropulsionSystem::P6DofPropulsionSystem(), P6DofPropulsionSystem::P6DofPropulsionSystem(), P6DofSequencer::P6DofSequencer(), P6DofSequencer::P6DofSequencer(), P6DofThrustProducerObject::P6DofThrustProducerObject(), P6DofThrustProducerObject::P6DofThrustProducerObject(), P6DofVehicle::P6DofVehicle(), P6DofVehicle::P6DofVehicle(), P6DofVehicleType::P6DofVehicleType(), P6DofVehicleType::P6DofVehicleType(), and ~P6DofObject().
◆ ~P6DofObject()
| virtual P6DofObject::~P6DofObject |
( |
| ) |
|
|
virtualdefault |
◆ P6DofObject() [2/2]
◆ Clone()
◆ GetName()
| std::string P6DofObject::GetName |
( |
| ) |
const |
|
inline |
References mObjName.
Referenced by P6DofVehicle::CalculateLandingGearFM(), P6DofVehicle::CalculatePitchMomentAlphaStickBack_ftlbs(), P6DofVehicle::ComputeWashInConditions(), P6DofVehicle::DeriveFromObjectType(), P6DofFuelTank::FuelFlowPathIntact(), P6DofVehicle::GetFuelTankByName(), P6DofVehicle::GetThrustProducerObjectByName(), P6DofVehicle::InitializeDetails(), P6DofLandingGear::ProcessInput(), P6DofPropulsionSystem::ProcessInput(), P6DofSequencer::ProcessInput(), P6DofTypeManager::ProcessInput(), P6DofVehicleType::ProcessInput(), P6DofTypeManager::RegisterThrustProducerObjectType(), and P6DofVehicle::UpdateObject().
◆ GetParentVehicle()
References mParentVehicle.
Referenced by P6DofPropulsionSystem::AnEngineHasAfterburnerOn(), P6DofPropulsionSystem::AnEngineIsContrailing(), P6DofPropulsionSystem::AnEngineIsEmittingSmokeTrail(), P6DofPropulsionSystem::AnEngineIsOperating(), P6DofPropulsionSystem::AnEngineIsSmoking(), P6DofJetEngineObject::CalculateThrust(), P6DofRamjetEngineObject::CalculateThrust(), P6DofRocketLiquidPropellantObject::CalculateThrust(), P6DofRocketSolidPropellantObject::CalculateThrust(), P6DofFuelTank::FuelFlowPathIntact(), P6DofGuidanceAutopilot::HoldAltitude(), P6DofHardwareAutopilot::HoldAltitude(), P6DofGuidanceAutopilot::HoldBankAngle(), P6DofHardwareAutopilot::HoldBankAngle(), P6DofGuidanceAutopilot::HoldHeading(), P6DofHardwareAutopilot::HoldHeading(), P6DofGuidanceAutopilot::HoldPitchAngle(), P6DofHardwareAutopilot::HoldPitchAngle(), P6DofGuidanceAutopilot::HoldSpeedKCAS(), P6DofHardwareAutopilot::HoldSpeedKCAS(), P6DofGuidanceAutopilot::HoldSpeedKTAS(), P6DofHardwareAutopilot::HoldSpeedKTAS(), P6DofGuidanceAutopilot::HoldSpeedMach(), P6DofHardwareAutopilot::HoldSpeedMach(), P6DofGuidanceAutopilot::HoldVerticalSpeed(), and P6DofHardwareAutopilot::HoldVerticalSpeed().
◆ GetScenario()
References mScenario.
Referenced by P6DofVehicle::AdjustForParentInducedEffects(), P6DofUtils::Autotune(), P6DofGroundReactionPoint::CalcFrictionForceMoment(), P6DofGroundReactionPoint::CalcNormalForceMoment(), P6DofVehicle::CalculateAeroBodyFM(), P6DofVehicle::CalculateControlsAeroCoefficientVectors(), P6DofVehicle::CalculateControlsCdArea(), P6DofVehicle::CalculateControlsCLArea(), P6DofIntegrator::CalculateFM(), P6DofVehicle::CalculateLandingGearFM(), P6DofJetEngineObject::CalculateThrust(), P6DofRocketLiquidPropellantObject::CalculateThrust(), P6DofRocketSolidPropellantObject::CalculateThrust(), P6DofVehicle::CalculateWashIn(), P6DofVehicle::DeriveFromObjectType(), WsfP6DOF_MoverTestObject::GetAtmosphere(), GetAtmosphereFromMover(), P6DofVehicle::HandleGroundContact(), P6DofPropulsionSystem::Initialize(), P6DofVehicle::InitializeConditions(), P6DofVehicle::InitializeDetails(), P6DofVehicle::PerformCrash(), P6DofJetEngineObject::ProcessInput(), P6DofLandingGear::ProcessInput(), P6DofPropulsionSystem::ProcessInput(), P6DofRamjetEngineObject::ProcessInput(), P6DofRocketLiquidPropellantObject::ProcessInput(), P6DofRocketSolidPropellantObject::ProcessInput(), P6DofSequencer::ProcessInput(), P6DofVehicleType::ProcessInput(), P6DofIntegrator::PropagateRotation(), P6DofIntegrator::PropagateTranslationSphericalEarth(), P6DofIntegrator::PropagateTranslationWGSEarth(), WsfP6DOF_MoverTestObject::RestoreFromTestingMode(), P6DofVehicle::SeparateSubObject(), WsfP6DOF_MoverTestObject::SetupForTestingMode(), P6DofVehicle::TestingUpdate(), P6DofFlightControlSystem::Update(), P6DofIntegrator::Update(), P6DofPropulsionSystem::Update(), and P6DofFuelTank::UpdateFuelBurn().
◆ operator=()
◆ SetName()
| void P6DofObject::SetName |
( |
const std::string & | aName | ) |
|
|
inline |
◆ SetParentVehicle()
| virtual void P6DofObject::SetParentVehicle |
( |
P6DofVehicle * | aParentVehicle | ) |
|
|
inlinevirtual |
◆ mObjName
| std::string P6DofObject::mObjName |
|
protected |
◆ mParentVehicle
Referenced by P6DofPropulsionSystem::AddFuelTransferAndConnect(), P6DofGroundReactionPoint::CalcFrictionForceMoment(), P6DofGroundReactionPoint::CalcGroundReactionForceMoment(), P6DofGroundReactionPoint::CalcMaxFrictionForceMagnitude_lbs(), P6DofGroundReactionPoint::CalcNormalForceMoment(), P6DofVehicle::ComputeWashInConditions(), P6DofVehicle::CopyDataFromParent(), P6DofLandingGear::EnableNWS(), P6DofFuelTank::FuelFlowPathIntact(), P6DofVehicle::GetFuelTankByName(), GetParentVehicle(), P6DofGroundReactionPoint::GetSteeringData(), P6DofVehicle::GetThrustProducerObjectByName(), P6DofGroundReactionPoint::Initialize(), P6DofLandingGear::Initialize(), P6DofPropulsionSystem::Initialize(), P6DofSequencer::Initialize(), P6DofObject(), P6DofSequencer::PendingTimeEvents(), P6DofPropulsionSystem::ProcessInput(), P6DofSequencer::ProcessInput(), P6DofPilotObject::SetObjectState(), P6DofLandingGear::SetParentVehicle(), SetParentVehicle(), P6DofPilotObject::SetPrePositionCAS(), P6DofPilotObject::SetPrePositionMach(), P6DofPilotObject::SetPrePositionQ(), P6DofPilotObject::SetPrePositionTAS(), P6DofPilotObject::SetThrustReverserControlPosition(), P6DofSequencer::TestForActivation(), P6DofLandingGear::Update(), P6DofPilotObject::Update(), P6DofPilotObject::UpdateControlInputsUsingCommonControllerData(), and P6DofLandingGear::VehicleIsAtRest().
◆ mScenario
The documentation for this class was generated from the following files: