WSF
EventItem.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// ****************************************************************************
12// Updated by Infoscitex, a DCS Company.
13// ****************************************************************************
14
15#ifndef EVENTITEM_HPP
16#define EVENTITEM_HPP
17
18//#include <iosfwd>
19#include <string>
20
21class UtInput;
22
23namespace engage
24{
25
26// class Simulation;
27
34{
35public:
36 EventItem();
37
38 bool ProcessInput(UtInput& aInput);
39
40 std::string mEventType;
42};
43
44} // namespace engage
45
46#endif
bool mEnabled
Definition EventItem.hpp:41
bool ProcessInput(UtInput &aInput)
Definition EventItem.cpp:38
EventItem()
Definition EventItem.cpp:31
std::string mEventType
Definition EventItem.hpp:40
Definition ApplicationExtension.cpp:26
Copyrights Multiple, All Rights Reserved