WSF
WsfPointMassSixDOF_ManualPilotAugmentedControls.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 WSFPOINTMASSSIXDOFMANUALPILOTAUGMENTEDCONTROLS_HPP
13#define WSFPOINTMASSSIXDOFMANUALPILOTAUGMENTEDCONTROLS_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-CAS"; }
38
39protected:
41
43};
44} // namespace six_dof
45} // namespace wsf
46
47#endif // MRMMANUALPILOTAUGMENTEDCONTROLS_H
Definition WsfPointMassSixDOF_ManualPilotAugmentedControls.hpp:22
std::string GetPilotType() const override
Definition WsfPointMassSixDOF_ManualPilotAugmentedControls.hpp:37
bool ProcessInput(UtInput &aInput) override
Definition WsfPointMassSixDOF_ManualPilotAugmentedControls.cpp:34
PointMassManualPilotAugmentedControls * Clone() const
Definition WsfPointMassSixDOF_ManualPilotAugmentedControls.cpp:24
bool Initialize(int64_t aSimTime_nanosec) override
Definition WsfPointMassSixDOF_ManualPilotAugmentedControls.cpp:340
friend class PointMassPilotManager
Definition WsfPointMassSixDOF_ManualPilotAugmentedControls.hpp:23
PointMassManualPilotAugmentedControls & operator=(const PointMassManualPilotAugmentedControls &other)=delete
PointMassManualPilotAugmentedControls(const PointMassManualPilotAugmentedControls &aSrc)=default
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