SimulationOpts.C File Reference

#include "Simulation/SimulationOpts.H"
#include "Component/ModelOptionDef.H"
#include "Util/SimTime.H"
Include dependency graph for SimulationOpts.C:

Go to the source code of this file.

Variables

const ModelOptionCateg MOC_SIM
 Command-line options related to Simulation.
const ModelOptionDef OPT_SimulationTimeStep
const ModelOptionDef OPT_SimulationTooMuchTime

Detailed Description

Simulation-related command-line options

Definition in file SimulationOpts.C.


Variable Documentation

Initial value:
 {
  MOC_SORTPRI_1, "Simulation Control Options" }

Command-line options related to Simulation.

Simulation-related options

Definition at line 42 of file SimulationOpts.C.

const ModelOptionDef OPT_SimulationTimeStep
Initial value:
  { MODOPT_ARG(SimTime), "SimulationTimeStep", &MOC_SIM, OPTEXP_CORE,
    "Simulation time step (in seconds) to use for various difference "
    "equations in the model",
    "timestep", '\0', "<double>", "0.0001" }

Definition at line 65 of file SimulationOpts.C.

const ModelOptionDef OPT_SimulationTooMuchTime
Initial value:
  { MODOPT_ARG(SimTime), "SimulationTooMuchTime", &MOC_SIM, OPTEXP_CORE,
    "Exit after the maximum specified time in seconds",
    "too-much-time", '\0', "<time>", "unlimited" }

Definition at line 72 of file SimulationOpts.C.

Generated on Sun May 8 08:42:51 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3