WSF
WsfEM_ALARM_Geometry.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_ALARM_GEOMETRY_HPP
13#define WSFEM_ALARM_GEOMETRY_HPP
14
15class WsfEM_Xmtr;
16class WsfEM_XmtrRcvr;
17class WsfPlatform;
18
20{
21void ComputeGeometry(WsfEM_XmtrRcvr* aXmtrRcvrPtr,
22 WsfPlatform* aTargetPtr,
23 WsfEM_Xmtr* aXmtrPtr,
24 double& rdr_height_msl,
25 double& rdr_lat,
26 double& rdr_lon,
27 double& rkfact,
28 double& tgt_height_msl,
29 double& tgt_lat,
30 double& tgt_lon,
31 double& ground_range,
32 double& tanept,
33 double& slant_range,
34 double& tgt_az,
35 double& tgt_el,
36 double& tgt_x,
37 double& tgt_z);
38}
39
40#endif
Definition WsfEM_XmtrRcvr.hpp:42
Definition WsfEM_Xmtr.hpp:55
Platforms represent a entity within the simulation.
Definition WsfPlatform.hpp:115
Definition WsfEM_ALARM_Geometry.cpp:25
void ComputeGeometry(WsfEM_XmtrRcvr *aXmtrRcvrPtr, WsfPlatform *aTargetPtr, WsfEM_Xmtr *aXmtrPtr, double &rdr_height_msl, double &rdr_lat, double &rdr_lon, double &rkfact, double &tgt_height_msl, double &tgt_lat, double &tgt_lon, double &ground_range, double &tanept, double &slant_range, double &tgt_az, double &tgt_el, double &tgt_x, double &tgt_z)
Definition WsfEM_ALARM_Geometry.cpp:31
Copyrights Multiple, All Rights Reserved