Eclipse SUMO - Simulation of Urban MObility
|
Sets and checks options for netgen. More...
#include <NGFrame.h>
Static Public Member Functions | |
static bool | checkOptions () |
Checks set options from the OptionsCont-singleton for being valid. | |
static void | fillOptions () |
Inserts options used by the network generator. | |
|
static |
Checks set options from the OptionsCont-singleton for being valid.
Definition at line 220 of file NGFrame.cpp.
References ALLWAY_STOP, OptionsCont::getBool(), OptionsCont::getOptions(), OptionsCont::getString(), OptionsCont::isSet(), LEFT_BEFORE_RIGHT, NOJUNCTION, PRIORITY, PRIORITY_STOP, RAIL_CROSSING, RAIL_SIGNAL, RIGHT_BEFORE_LEFT, TL, toString(), TRAFFIC_LIGHT, TRAFFIC_LIGHT_NOJUNCTION, TRAFFIC_LIGHT_RIGHT_ON_RED, WRITE_ERROR, WRITE_WARNING, and ZIPPER.
Referenced by checkOptions().
|
static |
Inserts options used by the network generator.
Definition at line 38 of file NGFrame.cpp.
References OptionsCont::addDescription(), OptionsCont::addSynonyme(), OptionsCont::doRegister(), OptionsCont::getOptions(), and TL.
Referenced by fillOptions().