WSF
Utility.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 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 UTILITY_HPP
13#define UTILITY_HPP
14
15class WsfPlatform;
16class WsfSensor;
17
18namespace Utility
19{
20void ConvertRBA_ToWCS(WsfPlatform* aPlatformPtr,
21 double aGroundRange,
22 double aBearing,
23 double aAltitude,
24 double aEarthRadiusMultiplier,
25 double aLocationWCS[3]);
26
27void CueSensorToTarget(WsfSensor* aSensorPtr, WsfPlatform* aTargetPtr);
28
29double GetDetectionReference(WsfSensor* aSensorPtr, double aDefaultThreshold);
30
31} // namespace Utility
32
33#endif
Platforms represent a entity within the simulation.
Definition WsfPlatform.hpp:115
Definition WsfSensor.hpp:92
Definition Utility.hpp:19
double GetDetectionReference(WsfSensor *aSensorPtr, double aDefaultThreshold)
Definition Utility.cpp:165
void CueSensorToTarget(WsfSensor *aSensorPtr, WsfPlatform *aTargetPtr)
Definition Utility.cpp:77
void ConvertRBA_ToWCS(WsfPlatform *aPlatformPtr, double aGroundRange, double aBearing, double aAltitude, double aEarthRadiusMultiplier, double aLocationWCS[3])
Definition Utility.cpp:22
Copyrights Multiple, All Rights Reserved