|
WSF
|
Application options; Command line or otherwise. More...
#include <WsfStandardApplication.hpp>
Public Attributes | |
| SimType | mSimType = cEVENT_STEPPED |
| bool | mFlushIO = false |
| std::vector< std::string > | mInputFiles |
| double | mDeferredConnectionTime = 0.0 |
| double | mMessageInterval = 1000.0 |
| double | mRealtimeMessageInterval = 1.0 |
| RunMode | mRunMode = cRUN_SCENARIO |
Application options; Command line or otherwise.
| double WsfStandardApplication::Options::mDeferredConnectionTime = 0.0 |
Referenced by WsfStandardApplication::RunEventLoop(), and WsfStandardApplication::UpdateOptionsP().
| bool WsfStandardApplication::Options::mFlushIO = false |
Referenced by WsfStandardApplication::ProcessCommandLine().
| std::vector<std::string> WsfStandardApplication::Options::mInputFiles |
Referenced by main(), WsfStandardApplication::ProcessCommandLine(), and weapon_tools().
| double WsfStandardApplication::Options::mMessageInterval = 1000.0 |
| double WsfStandardApplication::Options::mRealtimeMessageInterval = 1.0 |
Referenced by WsfStandardApplication::ProcessCommandLine(), and WsfStandardApplication::RunEventLoop().
| RunMode WsfStandardApplication::Options::mRunMode = cRUN_SCENARIO |
| SimType WsfStandardApplication::Options::mSimType = cEVENT_STEPPED |