
#include "Simulation/SimEventQueueConfigurator.H"#include "Simulation/SimEventQueue.H"#include "Simulation/SimEventQueueDebug.H"#include "Component/ModelOptionDef.H"#include "Simulation/SimulationOpts.H"
Go to the source code of this file.
Variables | |
| const ModelOptionDef | OPT_SimEventQueueType |
Pick a SimEventQueue
Definition in file SimEventQueueConfigurator.C.
| const ModelOptionDef OPT_SimEventQueueType |
{ MODOPT_ARG_STRING, "SimEventQueueType", &MOC_SIM, OPTEXP_CORE,
"Type of event queue used to control simulations. Usually you would want "
"to use 'Std', for standard clocking and dispatching of events that "
"arise in various modules being simulated. 'Debug' provides more verbose "
"tracing of events, which is useful to debug simulation flow issues.",
"seq-type", '\0',
"<Std|Debug>", "Std" }
Definition at line 44 of file SimEventQueueConfigurator.C.
1.6.3