Eclipse SUMO - Simulation of Urban MObility
activitygen_main.cpp File Reference
#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"
Include dependency graph for activitygen_main.cpp:

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[])
 

Detailed Description

Author
Piotr Woznica
Walter Bamberger
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
Tue, 20 Jul 2010

Definition in file activitygen_main.cpp.

Function Documentation

◆ loadNet()

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().

Here is the caller graph for this function:

◆ main()