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