WSF
WsfSpaceScriptOrbitalBlendedCost.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 2021 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 WSFSPACESCRIPTORBITALBLENDEDCOST_HPP
13#define WSFSPACESCRIPTORBITALBLENDEDCOST_HPP
14
16
17namespace wsf
18{
19namespace space
20{
21namespace script
22{
23
25{
26public:
27 OrbitalBlendedCost(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
28 ~OrbitalBlendedCost() override = default;
29
31 UT_DECLARE_SCRIPT_METHOD(ConstructLeastTime);
32 UT_DECLARE_SCRIPT_METHOD(ConstructLeastDeltaV);
33
37
41};
42
43} // namespace script
44} // namespace space
45} // namespace wsf
46
47#endif // WSFSPACESCRIPTORBITALBLENDEDCOST_HPP
UT_DECLARE_SCRIPT_METHOD(ConstructLeastTime)
OrbitalBlendedCost(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfSpaceScriptOrbitalBlendedCost.cpp:23
UT_DECLARE_SCRIPT_METHOD(ConstructLeastDeltaV)
OrbitalOptimizationCost(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfSpaceScriptOrbitalOptimizationCost.cpp:23
Definition WsfScriptConjunctionReport.cpp:26
Definition WsfAtmosphere.cpp:23
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved