WSF
WsfCoverageScenarioExtension.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 WSFCOVERAGESCENARIOEXTENSION_HPP
13#define WSFCOVERAGESCENARIOEXTENSION_HPP
14
16
17namespace wsf
18{
19namespace coverage
20{
21
23{
24public:
26 ~ScenarioExtension() override = default;
27
28 void AddedToScenario() override;
29};
30
31} // namespace coverage
32} // namespace wsf
33
34#endif // WSFCOVERAGESCENARIOEXTENSION_HPP
WsfCloneableScenarioExtension(WsfCloneableSimulationExtension *aPrototypePtr)
Definition WsfScenarioExtension.hpp:76
void AddedToScenario() override
Definition WsfCoverageScenarioExtension.cpp:32
ScenarioExtension()
Definition WsfCoverageScenarioExtension.cpp:27
~ScenarioExtension() override=default
Definition WsfCoverage.cpp:35
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved