WSF
WsfPointMassSixDOF_ManualPilotSimpleControls.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2020 Infoscitex, a DCS Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef WSFPOINTMASSSIXDOFMANUALPILOTSIMPLECONTROLS_HPP
13#define WSFPOINTMASSSIXDOFMANUALPILOTSIMPLECONTROLS_HPP
14
16
17namespace wsf
18{
19namespace six_dof
20{
22{
24
25public:
29
31
32 bool ProcessInput(UtInput& aInput) override;
33 bool Initialize(int64_t aSimTime_nanosec) override;
34
35 // This returns the "type" of pilot object -- each child of this class
36 // should override this function.
37 std::string GetPilotType() const override { return "Manual-Simple"; }
38
40
41protected:
43
45
46 bool mSimpleYawDamper = false;
47};
48} // namespace six_dof
49} // namespace wsf
50
51
52#endif // MRMMANUALPILOTSIMPLECONTROLS_H
Definition WsfPointMassSixDOF_ManualPilotSimpleControls.hpp:22
bool ProcessInput(UtInput &aInput) override
Definition WsfPointMassSixDOF_ManualPilotSimpleControls.cpp:32
bool mSimpleYawDamper
Definition WsfPointMassSixDOF_ManualPilotSimpleControls.hpp:46
friend class PointMassPilotManager
Definition WsfPointMassSixDOF_ManualPilotSimpleControls.hpp:23
PointMassManualPilotSimpleControls & operator=(const PointMassManualPilotSimpleControls &other)=delete
std::string GetPilotType() const override
Definition WsfPointMassSixDOF_ManualPilotSimpleControls.hpp:37
PointMassManualPilotSimpleControls(const PointMassManualPilotSimpleControls &aSrc)=default
bool UseSimpleYawDamper()
Definition WsfPointMassSixDOF_ManualPilotSimpleControls.hpp:39
PointMassManualPilotSimpleControls * Clone() const
Definition WsfPointMassSixDOF_ManualPilotSimpleControls.cpp:22
bool Initialize(int64_t aSimTime_nanosec) override
Definition WsfPointMassSixDOF_ManualPilotSimpleControls.cpp:147
Definition WsfPointMassSixDOF_PilotObject.hpp:25
Definition WsfSA_Processor.hpp:35
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved