WSF
src
wsf_plugins
wsf_six_dof
source
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
17
#include "
WsfScriptSixDOF_MoverTestObject.hpp
"
18
19
namespace
wsf
20
{
21
namespace
six_dof
22
{
23
namespace
script
24
{
25
class
WSF_SIX_DOF_EXPORT
RigidBodyMoverTestObject
:
public
MoverTestObject
26
{
27
public
:
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
WsfScriptSixDOF_MoverTestObject.hpp
wsf::six_dof::script::MoverTestObject::MoverTestObject
MoverTestObject(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition
WsfScriptSixDOF_MoverTestObject.cpp:24
wsf::six_dof::script::RigidBodyMoverTestObject::RigidBodyMoverTestObject
RigidBodyMoverTestObject(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition
WsfScriptRigidBodySixDOF_MoverTestObject.cpp:25
wsf::six_dof::script::RigidBodyMoverTestObject::UT_DECLARE_SCRIPT_METHOD
UT_DECLARE_SCRIPT_METHOD(GetPitchingMoment)
wsf::six_dof::script::RigidBodyMoverTestObject::UT_DECLARE_SCRIPT_METHOD
UT_DECLARE_SCRIPT_METHOD(Autotune)
wsf::six_dof::script
Definition
WsfScriptPointMassSixDOF_Mover.cpp:25
wsf::six_dof::script::Autotune
aObjectPtr Autotune()
wsf::six_dof
Definition
WsfSA_Processor.hpp:35
wsf
Function definitions for those who need run-time access to the version.
Definition
WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved