12#ifndef WSFOTH_RADARSENSORERRORMODEL_HPP
13#define WSFOTH_RADARSENSORERRORMODEL_HPP
15#include "wsf_mil_export.h"
28 static std::unique_ptr<wsf::SensorErrorModelBase>
ObjectFactory(
const std::string& aTypeName);
37 const Sigmas& aSigmas)
const override;
42 const Sigmas& aSigmas)
const;
44 bool mComputeMeasurementErrors{
false};
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