WSF
SOSM_TestCommands.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#ifndef SOSM_TESTCOMMANDS_HPP
13#define SOSM_TESTCOMMANDS_HPP
14
15class UtInput;
16class SOSM_Manager;
19{
20public:
21 SOSM_TestCommands(SOSM_Manager* aManagerPtr);
22 bool ProcessInput(UtInput& aInput);
23
24private:
25 void Test_BlackBodyPlot();
26 void Test_SimpleTargetPlot();
27 void Test_QueryAtmosphere(UtInput& aInput);
28 void Test_QueryTarget(UtInput& aInput);
29 void Test_QueryDetect(UtInput& aInput);
30
31 SOSM_Manager* mManagerPtr;
32};
33
34#endif
A singleton class that manages SOSM data.
Definition SOSM_Manager.hpp:32
bool ProcessInput(UtInput &aInput)
Definition SOSM_TestCommands.cpp:35
SOSM_TestCommands(SOSM_Manager *aManagerPtr)
Definition SOSM_TestCommands.cpp:575
Copyrights Multiple, All Rights Reserved