WSF
src
engage
source
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
21
class
UtInput;
22
23
namespace
engage
24
{
25
26
// class Simulation;
27
33
class
EventItem
34
{
35
public
:
36
EventItem
();
37
38
bool
ProcessInput
(UtInput& aInput);
39
40
std::string
mEventType
;
41
bool
mEnabled
;
42
};
43
44
}
// namespace engage
45
46
#endif
engage::EventItem::mEnabled
bool mEnabled
Definition
EventItem.hpp:41
engage::EventItem::ProcessInput
bool ProcessInput(UtInput &aInput)
Definition
EventItem.cpp:38
engage::EventItem::EventItem
EventItem()
Definition
EventItem.cpp:31
engage::EventItem::mEventType
std::string mEventType
Definition
EventItem.hpp:40
engage
Definition
ApplicationExtension.cpp:26
Copyrights Multiple, All Rights Reserved