WSF
WsfScriptRigidBodySixDOF_MoverTestObject.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 WSFSCRIPTRIGIDBODYSIXDOFMOVERTESTOBJECT_HPP
13#define WSFSCRIPTRIGIDBODYSIXDOFMOVERTESTOBJECT_HPP
14
15#include "wsf_six_dof_export.h"
16
18
19namespace wsf
20{
21namespace six_dof
22{
23namespace script
24{
25class WSF_SIX_DOF_EXPORT RigidBodyMoverTestObject : public MoverTestObject
26{
27public:
28 RigidBodyMoverTestObject(const std::string& aClassName, UtScriptTypes* aTypesPtr);
29
30 // Insert new methods here.
31 UT_DECLARE_SCRIPT_METHOD(Autotune); // NO_DOC | FOR_TEST_ONLY
32 UT_DECLARE_SCRIPT_METHOD(GetPitchingMoment); // NO_DOC | FOR_TEST_ONLY
33};
34} // namespace script
35} // namespace six_dof
36} // namespace wsf
37
38#endif
MoverTestObject(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptSixDOF_MoverTestObject.cpp:24
RigidBodyMoverTestObject(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptRigidBodySixDOF_MoverTestObject.cpp:25
Definition WsfScriptPointMassSixDOF_Mover.cpp:25
aObjectPtr Autotune()
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