|
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <iostream>#include <exception>#include <typeinfo>#include <router/RONet.h>#include <router/ROLoader.h>#include <router/RONetHandler.h>#include <duarouter/RODUAEdgeBuilder.h>#include <utils/options/OptionsIO.h>#include <utils/common/MsgHandler.h>#include <utils/common/ToString.h>#include <utils/xml/XMLSubSys.h>#include <utils/common/FileHelpers.h>#include <utils/common/RandHelper.h>#include <utils/common/SystemFrame.h>#include <utils/options/OptionsCont.h>#include <utils/iodevices/OutputDevice.h>#include "AGFrame.h"#include "AGActivityGen.h"#include "city/AGTime.h"Go to the source code of this file.
Functions | |
| void | loadNet (RONet &toFill, ROAbstractEdgeBuilder &eb) |
| Loads the network. More... | |
| int | main (int argc, char *argv[]) |
| void loadNet | ( | RONet & | toFill, |
| ROAbstractEdgeBuilder & | eb | ||
| ) |
Loads the network.
Definition at line 74 of file activitygen_main.cpp.
References FileHelpers::exists(), OptionsCont::getOptions(), OptionsCont::getString(), PROGRESS_BEGIN_MESSAGE, PROGRESS_DONE_MESSAGE, PROGRESS_FAILED_MESSAGE, XMLSubSys::runParser(), and GenericSAXHandler::setFileName().
Referenced by main().
Definition at line 96 of file activitygen_main.cpp.
References AGTime::addSeconds(), SystemFrame::close(), OutputDevice::createDeviceByOption(), AGFrame::fillOptions(), OptionsCont::getBool(), AGTime::getDay(), OutputDevice::getDevice(), RONet::getEdgeNoWithoutInternal(), MsgHandler::getErrorInstance(), OptionsCont::getInt(), OptionsIO::getOptions(), OptionsCont::getOptions(), OptionsCont::getString(), AGTime::getTime(), AGActivityGen::importInfoCity(), MsgHandler::inform(), XMLSubSys::init(), MsgHandler::initOutputOptions(), RandHelper::initRandGlobal(), OptionsCont::isSet(), loadNet(), AGActivityGen::makeActivityTrips(), OptionsCont::processMetaOptions(), AGTime::setDay(), XMLSubSys::setValidation(), toString(), WRITE_ERROR, and WRITE_MESSAGE.