Eclipse 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 <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. | |
int | main (int argc, char *argv[]) |
Definition in file activitygen_main.cpp.
void loadNet | ( | RONet & | toFill, |
ROAbstractEdgeBuilder & | eb | ||
) |
Loads the network.
Definition at line 60 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(), TL, TLF, toString(), and WRITE_WARNINGF.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 86 of file activitygen_main.cpp.
References OptionsCont::addCopyrightNotice(), SystemFrame::checkOptions(), SystemFrame::close(), OutputDevice::createDeviceByOption(), AGFrame::fillOptions(), OptionsCont::getBool(), AGTime::getDay(), OutputDevice::getDevice(), RONet::getEdgeNumber(), MsgHandler::getErrorInstance(), OptionsCont::getInt(), OptionsCont::getOptions(), OptionsIO::getOptions(), OptionsCont::getString(), AGTime::getTime(), AGActivityGen::importInfoCity(), MsgHandler::inform(), XMLSubSys::init(), MsgHandler::initOutputOptions(), RandHelper::initRandGlobal(), loadNet(), AGActivityGen::makeActivityTrips(), OptionsCont::processMetaOptions(), OptionsCont::setApplicationDescription(), OptionsCont::setApplicationName(), OptionsIO::setArgs(), XMLSubSys::setValidation(), TL, toString(), WRITE_ERROR, WRITE_MESSAGE, and WRITE_MESSAGEF.