WSF
WsfScriptPointMassSixDOF_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 WSFSCRIPTPOINTMASSSIXDOFMOVERTESTOBJECT_HPP
13#define WSFSCRIPTPOINTMASSSIXDOFMOVERTESTOBJECT_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 PointMassMoverTestObject : public MoverTestObject
26{
27public:
28 PointMassMoverTestObject(const std::string& aClassName, UtScriptTypes* aTypesPtr);
29
30 // The PointMassMoverTestObject does not yet add functionality over the base class.
31 // These methods will be test functions, typically intentionally omitted from user documentation.
32};
33} // namespace script
34} // namespace six_dof
35} // namespace wsf
36
37#endif
MoverTestObject(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptSixDOF_MoverTestObject.cpp:24
PointMassMoverTestObject(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptPointMassSixDOF_MoverTestObject.cpp:25
Definition WsfScriptPointMassSixDOF_Mover.cpp: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