WSF
WsfRigidBodySixDOF_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 WSFRIGIDBODYSIXDOFMANUALPILOTAUGMENTEDCONTROLS_HPP
13#define WSFRIGIDBODYSIXDOFMANUALPILOTAUGMENTEDCONTROLS_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 // WSFRIGIDBODYSIXDOFMANUALPILOTAUGMENTEDCONTROLS_H
Definition WsfRigidBodySixDOF_ManualPilotAugmentedControls.hpp:22
RigidBodyManualPilotAugmentedControls(const RigidBodyManualPilotAugmentedControls &aSrc)=default
RigidBodyManualPilotAugmentedControls & operator=(const RigidBodyManualPilotAugmentedControls &other)=delete
friend class RigidBodyPilotManager
Definition WsfRigidBodySixDOF_ManualPilotAugmentedControls.hpp:23
std::string GetPilotType() const override
Definition WsfRigidBodySixDOF_ManualPilotAugmentedControls.hpp:37
RigidBodyManualPilotAugmentedControls * Clone() const
Definition WsfRigidBodySixDOF_ManualPilotAugmentedControls.cpp:24
bool Initialize(int64_t aSimTime_nanosec) override
Definition WsfRigidBodySixDOF_ManualPilotAugmentedControls.cpp:353
bool ProcessInput(UtInput &aInput) override
Definition WsfRigidBodySixDOF_ManualPilotAugmentedControls.cpp:34
Definition WsfRigidBodySixDOF_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