WSF
WsfScriptConjunctionReport.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 2017 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 WSFSCRIPTCONJUNCTION_HPP
13#define WSFSCRIPTCONJUNCTION_HPP
14
15#include "wsf_space_export.h"
16
17#include "UtScriptClassDefine.hpp"
19
20namespace wsf
21{
22
23namespace space
24{
25
26namespace script
27{
28
30class WSF_SPACE_EXPORT Conjunction : public WsfScriptObjectClass
31{
32public:
33 Conjunction(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
34 ~Conjunction() override = default;
35
37 UT_DECLARE_SCRIPT_METHOD(RelativeVelocity);
41 UT_DECLARE_SCRIPT_METHOD(MaximumProbability);
44};
45
46} // namespace script
47
48} // namespace space
49
50} // namespace wsf
51
52
53#endif // WSFSCRIPTCONJUNCTION_HPP
WsfScriptObjectClass(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptObjectClass.cpp:24
UT_DECLARE_SCRIPT_METHOD(MissDistance)
UT_DECLARE_SCRIPT_METHOD(MaximumProbability)
~Conjunction() override=default
UT_DECLARE_SCRIPT_METHOD(RelativeVelocity)
Conjunction(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptConjunctionReport.cpp:28
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