WSF
WsfNullSensor.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 WSFNULLSENSOR_HPP
13#define WSFNULLSENSOR_HPP
14
15#include "wsf_export.h"
16
17#include "WsfSensor.hpp"
18
25{
26public:
27 WsfNullSensor(WsfScenario& aScenario);
28 WsfNullSensor(const WsfNullSensor& aSrc);
29
30 bool AttemptToDetect(double aSimTime, WsfPlatform* aTargetPtr, Settings& aSettings, WsfSensorResult& aResult) override;
31
32 WsfSensor* Clone() const override;
33 bool ProcessInput(UtInput& aInput) override;
34 void Update(double aSimTime) override;
35
36 ~WsfNullSensor() override;
37};
38
39#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfNullSensor(WsfScenario &aScenario)
Definition WsfNullSensor.cpp:17
Platforms represent a entity within the simulation.
Definition WsfPlatform.hpp:115
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
Definition WsfSensorResult.hpp:27
Definition WsfSensor.hpp:133
bool ProcessInput(UtInput &aInput) override
Definition WsfSensor.cpp:380
void Update(double aSimTime) override
Definition WsfSensor.cpp:497
WsfSensor(const WsfScenario &aScenario)
Definition WsfSensor.cpp:52
WsfSensor * Clone() const override=0
virtual bool AttemptToDetect(double aSimTime, WsfPlatform *aTargetPtr, Settings &aSettings, WsfSensorResult &aResult)
Definition WsfSensor.cpp:224
Copyrights Multiple, All Rights Reserved