WSF
WsfOTH_RadarSensorErrorModel.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 WSFOTH_RADARSENSORERRORMODEL_HPP
13#define WSFOTH_RADARSENSORERRORMODEL_HPP
14
15#include "wsf_mil_export.h"
16
17#include <memory>
18
20
21namespace wsf
22{
23
26{
27public:
28 static std::unique_ptr<wsf::SensorErrorModelBase> ObjectFactory(const std::string& aTypeName);
29
30 OTH_RadarSensorErrorModel* Clone() const override;
31 bool ProcessInput(UtInput& aInput) override;
32 bool Initialize(WsfSensorMode* aSensorModePtr) override;
33
34protected:
36 WsfSensorResult& aResult,
37 const Sigmas& aSigmas) const override;
38
39private:
40 SphericalMeasurementErrors GetOTH_RadarSphericalErrorStdDev(ut::Random& aRandom,
41 WsfSensorResult& aResult,
42 const Sigmas& aSigmas) const;
43
44 bool mComputeMeasurementErrors{false};
45};
46
47} // namespace wsf
48
49#endif
Definition WsfSensorMode.hpp:36
Definition WsfSensorResult.hpp:27
A sensor error model for the OTH Radar Sensor specific error model functionality.
Definition WsfOTH_RadarSensorErrorModel.hpp:26
OTH_RadarSensorErrorModel * Clone() const override
Create a clone of "this" object.
Definition WsfOTH_RadarSensorErrorModel.cpp:26
bool ProcessInput(UtInput &aInput) override
Definition WsfOTH_RadarSensorErrorModel.cpp:47
SphericalMeasurementErrors GetSphericalErrorStdDev(ut::Random &aRandom, WsfSensorResult &aResult, const Sigmas &aSigmas) const override
Definition WsfOTH_RadarSensorErrorModel.cpp:77
bool Initialize(WsfSensorMode *aSensorModePtr) override
Definition WsfOTH_RadarSensorErrorModel.cpp:64
static std::unique_ptr< wsf::SensorErrorModelBase > ObjectFactory(const std::string &aTypeName)
Definition WsfOTH_RadarSensorErrorModel.cpp:35
Definition WsfStandardSensorErrorModel.hpp:47
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
A standard set of errors associated with single sensor mono-static detections.
Definition WsfStandardSensorErrorModel.hpp:26
A set of standard deviations of the mean associated with single sensor monostatic detections.
Definition WsfStandardSensorErrorModel.hpp:51
Copyrights Multiple, All Rights Reserved