![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Sets and checks options for routing. More...
#include <ROFrame.h>
Static Public Member Functions | |
static bool | checkOptions (OptionsCont &oc) |
Checks whether options are valid. More... | |
static void | fillOptions (OptionsCont &oc) |
Inserts options used by routing applications into the OptionsCont-singleton. More... | |
Sets and checks options for routing.
Normally, these methods are called from another frame (ROJTRFrame, RODUAFrame)...
|
static |
Checks whether options are valid.
To be valid,
[in] | oc | The options container to fill |
Definition at line 172 of file ROFrame.cpp.
References OptionsCont::getInt(), OptionsCont::isSet(), and WRITE_ERROR.
Referenced by ROJTRFrame::checkOptions(), and RODUAFrame::checkOptions().
|
static |
Inserts options used by routing applications into the OptionsCont-singleton.
[in] | oc | The options container to fill |
Definition at line 42 of file ROFrame.cpp.
References OptionsCont::addDescription(), OptionsCont::addSynonyme(), OptionsCont::doRegister(), and SUMOTIME_MAXSTRING.
Referenced by ROJTRFrame::fillOptions(), and RODUAFrame::fillOptions().