WSF
WsfScriptAntennaPatternClass.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 WSFSCRIPTANTENNAPATTERNCLASS_HPP
13#define WSFSCRIPTANTENNAPATTERNCLASS_HPP
14
15#include "wsf_export.h"
16
17#include <string>
18
20
22{
23public:
24 WsfScriptAntennaPatternClass(const std::string& aClassName, UtScriptTypes* aTypesPtr);
25
26 ~WsfScriptAntennaPatternClass() override = default;
27
28 UT_DECLARE_SCRIPT_METHOD(AzimuthBeamwidth_1); // AzimuthBeamwidth(freq)
29 UT_DECLARE_SCRIPT_METHOD(AzimuthBeamwidth_2); // AzimuthBeamwidth(freq, azEBS, elEBS)
30 UT_DECLARE_SCRIPT_METHOD(ElevationBeamwidth_1); // ElevationBeamwidth(freq)
31 UT_DECLARE_SCRIPT_METHOD(ElevationBeamwidth_2); // ElevationBeamwidth(freq, azEBS, elEBS)
34 UT_DECLARE_SCRIPT_METHOD(GainAdjustment);
35};
36
37#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
UT_DECLARE_SCRIPT_METHOD(AzimuthBeamwidth_2)
WsfScriptAntennaPatternClass(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptAntennaPatternClass.cpp:19
UT_DECLARE_SCRIPT_METHOD(AzimuthBeamwidth_1)
UT_DECLARE_SCRIPT_METHOD(GainAdjustment)
UT_DECLARE_SCRIPT_METHOD(ElevationBeamwidth_1)
UT_DECLARE_SCRIPT_METHOD(ElevationBeamwidth_2)
~WsfScriptAntennaPatternClass() override=default
UT_DECLARE_SCRIPT_METHOD(MinimumGain)
WsfScriptObjectClass(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptObjectClass.cpp:24
Copyrights Multiple, All Rights Reserved