 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
47 oc.
addCallExample(
"--net-file <INPUT>.net.xml --stat-file <INPUT>.stat.xml --output <OUTPUT>.rou.xml --rand",
48 "generate a trips file from a stats file on a given net using arbitrary random seed");
49 oc.
addCallExample(
"--net-file <INPUT>.net.xml --stat-file <INPUT>.stat.xml --output <OUTPUT>.rou.xml --duration-d <NBR_OF_DAYS>",
50 "generate a trips file from a stats file on a given net for numerous days (with fixed random seed)");
64 oc.
addDescription(
"net-file",
"Input",
"Use FILE as SUMO-network to create trips for");
67 oc.
addDescription(
"stat-file",
"Input",
"Loads the SUMO-statistics FILE");
71 oc.
addDescription(
"output-file",
"Output",
"Write generated trips to FILE");
75 "Detailed messages about every single step");
80 oc.
addDescription(
"begin",
"Time",
"Sets the time of beginning of the simulation during the first day (in seconds)");
83 oc.
addDescription(
"end",
"Time",
"Sets the time of ending of the simulation during the last day (in seconds)");
86 oc.
addDescription(
"duration-d",
"Time",
"Sets the duration of the simulation in days");
static void addConfigurationOptions(OptionsCont &oc)
Adds configuration options to the given container.
static OptionsCont & getOptions()
Retrieves the options.
static void addReportOptions(OptionsCont &oc)
Adds reporting options to the given container.
void addDescription(const std::string &name, const std::string &subtopic, const std::string &description)
Adds a description for an option.
static void fillOptions()
Inserts options used by ActivityGen into the OptionsCont singleton.
void addSynonyme(const std::string &name1, const std::string &name2, bool isDeprecated=false)
Adds a synonyme for an options name (any order)
static bool checkOptions()
Checks set options from the OptionsCont singleton for being valid for usage within ActivityGen.
void doRegister(const std::string &name, Option *v)
Adds an option under the given name.
A storage for options typed value containers)
void addOptionSubTopic(const std::string &topic)
Adds an option subtopic.
void addCallExample(const std::string &example, const std::string &desc)
Add a call example.
static void insertRandOptions()
Initialises the given options container with random number options.