WSF
WsfAtmosphereScenarioExtension.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 2020 Infoscitex, a DCS 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#ifndef WSFATMOSPHERESCENARIOEXTENSION_HPP
13#define WSFATMOSPHERESCENARIOEXTENSION_HPP
14
16
17namespace wsf
18{
19namespace space
20{
21
23{
24public:
26 ~AtmosphereScenarioExtension() override = default;
27
28 static constexpr const char* cEXTENSION_NAME = "wsf_atmosphere_model_manager";
29
30 void AddedToScenario() override;
31};
32
33} // namespace space
34} // namespace wsf
35
36#endif // WSFATMOSPHEREMODELSCENARIOEXTENSION_HPP
WsfCloneableScenarioExtension(WsfCloneableSimulationExtension *aPrototypePtr)
Definition WsfScenarioExtension.hpp:76
AtmosphereScenarioExtension()
Definition WsfAtmosphereScenarioExtension.cpp:24
static constexpr const char * cEXTENSION_NAME
Definition WsfAtmosphereScenarioExtension.hpp:28
void AddedToScenario() override
Definition WsfAtmosphereScenarioExtension.cpp:29
~AtmosphereScenarioExtension() override=default
Definition WsfAtmosphere.cpp:23
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved