|
WSF
|
#include <iostream>#include <memory>#include <sstream>#include "UtException.hpp"#include "UtLog.hpp"#include "WsfScenario.hpp"#include "WsfSimulation.hpp"#include "WsfSimulationInput.hpp"#include "WsfStandardApplication.hpp"#include "ProfilingCommon.hpp"#include "ProfilingRegion.hpp"#include "ProfilingSystem.hpp"#include "wsf_extensions.hpp"#include "wsf_version_defines.hpp"
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] ) |
References WsfStandardApplication::CreateSimulation(), WsfStandardApplication::cRUN_SCENARIO, WsfScenario::GetFinalRunNumber(), WsfScenario::GetInitalRunNumber(), profiling::Exception::GetReturnCode(), WsfApplication::Exception::GetReturnCode(), WsfScenario::GetRunNumberIncrement(), profiling::GlobalProfilingSystemArguments(), WsfStandardApplication::InitializeSimulation(), WsfStandardApplication::Options::mInputFiles, WsfStandardApplication::SimulationResult::mResetRequested, WsfStandardApplication::Options::mRunMode, WsfStandardApplication::ProcessCommandLine(), WsfStandardApplication::ProcessCommandLineCommands(), WsfStandardApplication::ProcessInputFiles(), WsfStandardApplication::RunEventLoop(), and WSF_REGISTER_EXTENSION.