WSF
WsfScriptOrbitDesigner.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 WSFSCRIPTORBITDESIGNER_HPP
13#define WSFSCRIPTORBITDESIGNER_HPP
14
15#include "wsf_space_export.h"
16
17#include "UtScriptClass.hpp"
18#include "UtScriptClassDefine.hpp"
19
20namespace wsf
21{
22
23namespace space
24{
25
26namespace script
27{
28
31class WSF_SPACE_EXPORT OrbitDesigner : public UtScriptClass
32{
33public:
34 OrbitDesigner(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
35 ~OrbitDesigner() override = default;
36
38 UT_DECLARE_SCRIPT_METHOD(SunSynchronous);
39};
40
41} // namespace script
42
43} // namespace space
44
45} // namespace wsf
46
47#endif
~OrbitDesigner() override=default
OrbitDesigner(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptOrbitDesigner.cpp:34
UT_DECLARE_SCRIPT_METHOD(SunSynchronous)
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