12#ifndef SOSM_TESTCOMMANDS_HPP
13#define SOSM_TESTCOMMANDS_HPP
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);
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