WSF
ApplicationExtension.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 APPLICATIONEXTENSION_HPP
16#define APPLICATIONEXTENSION_HPP
17
19
20namespace engage
21{
22
24{
25public:
27
28 void ScenarioCreated(WsfScenario& aScenario) override;
29 void SimulationCreated(WsfSimulation& aSimulation) override;
30 void AddedToApplication(WsfApplication& aApplication) override;
31};
32
33} // namespace engage
34
35#endif
friend class WsfApplication
Definition WsfApplicationExtension.hpp:88
WsfApplicationExtension()
Constructor.
Definition WsfApplicationExtension.cpp:22
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
The main controller for a simulation.
Definition WsfSimulation.hpp:109
ApplicationExtension()
Definition ApplicationExtension.cpp:29
void AddedToApplication(WsfApplication &aApplication) override
Definition ApplicationExtension.cpp:47
void SimulationCreated(WsfSimulation &aSimulation) override
Definition ApplicationExtension.cpp:42
void ScenarioCreated(WsfScenario &aScenario) override
Definition ApplicationExtension.cpp:35
Definition ApplicationExtension.cpp:26
Copyrights Multiple, All Rights Reserved