WSF
WsfChaffMover.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#ifndef WSFCHAFFMOVER_HPP
12#define WSFCHAFFMOVER_HPP
13
14#include "wsf_nx_export.h"
15
16#include "WsfChaffParcel.hpp"
17#include "WsfMover.hpp"
18
23class WSF_NX_EXPORT WsfChaffMover : public WsfMover
24{
25public:
26 WsfChaffMover(const WsfScenario& aScenario);
27 WsfChaffMover(const WsfChaffMover& aSrc) = delete;
28 WsfChaffMover& operator=(const WsfChaffMover& aSrc) = delete;
29 ~WsfChaffMover() override = default;
30
32
33
35 WsfMover* Clone() const override;
36 bool Initialize(double aSimTime) override;
37 void Update(double aSimTime) override;
39
40private:
42 WsfChaffParcel* mParcelPtr;
43};
44
45#endif
WsfChaffMover(const WsfChaffMover &aSrc)=delete
WsfChaffMover(const WsfScenario &aScenario)
Definition WsfChaffMover.cpp:17
~WsfChaffMover() override=default
WsfChaffMover & operator=(const WsfChaffMover &aSrc)=delete
Definition WsfChaffParcel.hpp:30
bool Initialize(double aSimTime) override
Definition WsfMover.cpp:108
WsfMover * Clone() const override=0
WsfMover()=delete
void Update(double aSimTime) override
Definition WsfMover.cpp:310
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
Copyrights Multiple, All Rights Reserved