WSF
WsfMoverUpdateEvent.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// Updated by Infoscitex, a DCS Company.
13// ****************************************************************************
14
15#ifndef WSFMOVERUPDATEEVENT_HPP
16#define WSFMOVERUPDATEEVENT_HPP
17
18#include "wsf_export.h"
19
20#include <cstddef> // for size_t
21
22#include "WsfEvent.hpp"
23class WsfPlatform;
24
26
28{
29public:
30 WsfMoverUpdateEvent(double aSimTime, WsfPlatform* aPlatformPtr);
31
32 EventDisposition Execute() override;
33
34private:
35 size_t mPlatformIndex;
36};
37
38#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
virtual EventDisposition Execute()=0
WsfEvent()=default
EventDisposition
Definition WsfEvent.hpp:37
WsfMoverUpdateEvent(double aSimTime, WsfPlatform *aPlatformPtr)
Definition WsfMoverUpdateEvent.cpp:22
Platforms represent a entity within the simulation.
Definition WsfPlatform.hpp:115
Copyrights Multiple, All Rights Reserved