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. | |
static void | fillOptions (OptionsCont &oc, const bool isDUA=false, const bool isMA=false) |
Inserts options used by routing applications into the OptionsCont-singleton. | |
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 236 of file ROFrame.cpp.
References OptionsCont::getInt(), OptionsCont::isSet(), TL, and WRITE_ERROR.
Referenced by RODUAFrame::checkOptions(), and ROJTRFrame::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(), SystemFrame::addReportOptions(), OptionsCont::addSynonyme(), OptionsCont::doRegister(), INVALID_DOUBLE, and TL.
Referenced by RODUAFrame::fillOptions(), ROJTRFrame::fillOptions(), and ROMAFrame::fillOptions().