WSF
WsfScriptGuidedMoverTestObject.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 WSFSCRIPTGUIDEDMOVERTESTOBJECT_HPP
13#define WSFSCRIPTGUIDEDMOVERTESTOBJECT_HPP
14
15#include "wsf_mil_export.h"
16
17#include "UtScriptClass.hpp"
18#include "UtScriptClassDefine.hpp"
19
20class WSF_MIL_EXPORT WsfScriptGuidedMoverTestObject : public UtScriptClass
21{
22public:
23 WsfScriptGuidedMoverTestObject(const std::string& aClassName, UtScriptTypes* aTypesPtr);
24
25 UT_DECLARE_SCRIPT_METHOD(GetLevelFlightThrust); // NO_DOC | FOR_TEST_ONLY
26 UT_DECLARE_SCRIPT_METHOD(GetLevelFlightDrag); // NO_DOC | FOR_TEST_ONLY
27 UT_DECLARE_SCRIPT_METHOD(GetLevelFlightFuelBurnRate); // NO_DOC | FOR_TEST_ONLY
28};
29
30
31#endif
WsfScriptGuidedMoverTestObject(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptGuidedMoverTestObject.cpp:17
UT_DECLARE_SCRIPT_METHOD(GetLevelFlightDrag)
UT_DECLARE_SCRIPT_METHOD(GetLevelFlightFuelBurnRate)
UT_DECLARE_SCRIPT_METHOD(GetLevelFlightThrust)
Copyrights Multiple, All Rights Reserved