WSF
WsfEM_EARCE_Attenuation.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI//REL TO USA ONLY
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing 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 WSFEM_EARCE_ATTENUATION_HPP
13#define WSFEM_EARCE_ATTENUATION_HPP
14
15#include <string>
16
17#include "WsfEM_Attenuation.hpp"
18
23{
24public:
27
28 static WsfEM_Attenuation* ObjectFactory(const std::string& aTypeName);
29
30 WsfEM_Attenuation* Clone() const override;
31
32protected:
33 double ComputeAttenuationFactorP(double aRange, double aElevation, double aAltitude, double aFrequency) override;
34
35private:
36 static double ATMABS(double aALT, double aFRQGHZ);
37
38 static double ATNEAR(double aRNGIN, double aANGIN, double aFREQIN, double aEFFRAD);
39
40 static double EARCAL(double aDIST3D, double aELEV, double aFREQ, double aEFRAD);
41
42 static int EARPOS(int aCOUNT, const double aARRAY[], double aVALUE);
43};
44
45#endif
WsfEM_Attenuation()
Definition WsfEM_Attenuation.cpp:25
static WsfEM_Attenuation * ObjectFactory(const std::string &aTypeName)
Definition WsfEM_EARCE_Attenuation.cpp:34546
WsfEM_EARCE_Attenuation()=default
double ComputeAttenuationFactorP(double aRange, double aElevation, double aAltitude, double aFrequency) override
Definition WsfEM_EARCE_Attenuation.cpp:34565
WsfEM_Attenuation * Clone() const override
Definition WsfEM_EARCE_Attenuation.cpp:34558
Copyrights Multiple, All Rights Reserved