WSF
StubInterface.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 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#ifndef STUBINTERFACE_HPP
13#define STUBINTERFACE_HPP
14
15#include <string>
16#include <vector>
17
18#include "UtCallbackHolder.hpp"
20class UtInput;
21
32{
33public:
34 StubInterface(WsfScenario& aScenario);
35 ~StubInterface() override;
36
37 bool ProcessInput(UtInput& aInput) override;
38
39private:
40 std::vector<std::string> mIgnoredBlocks;
41 std::vector<std::string> mIgnoredLines;
42 std::vector<std::string> mIgnoredWords;
43};
44
45#endif
bool ProcessInput(UtInput &aInput) override
Definition StubInterface.cpp:65
~StubInterface() override
Definition StubInterface.cpp:62
StubInterface(WsfScenario &aScenario)
Definition StubInterface.cpp:50
WsfScenarioExtension()
Definition WsfScenarioExtension.cpp:21
friend class WsfScenario
Definition WsfScenarioExtension.hpp:39
Copyrights Multiple, All Rights Reserved