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 deprecatedVehicleClassesSeen, OptionsCont::getOptions(), OptionsCont::getString(), FileHelpers::isReadable(), PROGRESS_BEGIN_MESSAGE, PROGRESS_DONE_MESSAGE, PROGRESS_FAILED_MESSAGE, XMLSubSys::runParser(), GenericSAXHandler::setFileName(), toString(), and WRITE_WARNING.
Referenced by main().
Definition at line 100 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.