WSF
WsfScriptAtmosphericDragTerm.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 WSFSCRIPTATMOSPHERICDRAGTERM_HPP
13#define WSFSCRIPTATMOSPHERICDRAGTERM_HPP
14
16
18{
19public:
20 WsfScriptAtmosphericDragTerm(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
21 ~WsfScriptAtmosphericDragTerm() override = default;
22
24 UT_DECLARE_SCRIPT_METHOD(DragCoefficient);
25 UT_DECLARE_SCRIPT_METHOD(CrossSectionalArea);
26 UT_DECLARE_SCRIPT_METHOD(AtmosphereModelName);
27};
28
29#endif // WSFSCRIPTATMOSPHERICDRAGTERM_HPP
UT_DECLARE_SCRIPT_METHOD(DragCoefficient)
WsfScriptAtmosphericDragTerm(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptAtmosphericDragTerm.cpp:18
UT_DECLARE_SCRIPT_METHOD(AtmosphereModelName)
UT_DECLARE_SCRIPT_METHOD(CrossSectionalArea)
~WsfScriptAtmosphericDragTerm() override=default
WsfScriptOrbitalDynamicsTerm(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptOrbitalDynamicsTerm.cpp:18
Copyrights Multiple, All Rights Reserved