Eclipse SUMO - Simulation of Urban MObility
dfrouter_main.cpp File Reference
#include <config.h>
#include <iostream>
#include <string>
#include <limits.h>
#include <ctime>
#include <xercesc/sax/SAXException.hpp>
#include <xercesc/sax/SAXParseException.hpp>
#include <utils/common/StringUtils.h>
#include <utils/common/MsgHandler.h>
#include <utils/common/UtilExceptions.h>
#include <utils/common/SystemFrame.h>
#include <utils/common/ToString.h>
#include <utils/common/FileHelpers.h>
#include <utils/options/Option.h>
#include <utils/options/OptionsCont.h>
#include <utils/options/OptionsIO.h>
#include <utils/iodevices/OutputDevice.h>
#include <utils/xml/XMLSubSys.h>
#include <router/ROLoader.h>
#include <router/RONet.h>
#include "RODFEdgeBuilder.h"
#include "RODFFrame.h"
#include "RODFNet.h"
#include "RODFEdge.h"
#include "RODFDetector.h"
#include "RODFDetectorHandler.h"
#include "RODFRouteCont.h"
#include "RODFDetectorFlow.h"
#include "RODFDetFlowLoader.h"
Include dependency graph for dfrouter_main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 
void readDetectorFlows (RODFDetectorFlows &flows, OptionsCont &oc, RODFDetectorCon &dc)
 
void readDetectors (RODFDetectorCon &detectors, OptionsCont &oc, RODFNet *optNet)
 
void startComputation (RODFNet *optNet, RODFDetectorFlows &flows, RODFDetectorCon &detectors, OptionsCont &oc)
 

Detailed Description

Author
Daniel Krajzewicz
Eric Nicolay
Jakob Erdmann
Sascha Krieg
Michael Behrisch
Laura Bieker
Date
Thu, 16.03.2006

Definition in file dfrouter_main.cpp.

Function Documentation

◆ main()

◆ readDetectorFlows()

void readDetectorFlows ( RODFDetectorFlows flows,
OptionsCont oc,
RODFDetectorCon dc 
)

Definition at line 94 of file dfrouter_main.cpp.

References OptionsCont::getString(), OptionsCont::getStringVector(), FileHelpers::isReadable(), OptionsCont::isSet(), PROGRESS_BEGIN_MESSAGE, PROGRESS_DONE_MESSAGE, RODFDetFlowLoader::read(), string2time(), and TLF.

Referenced by main().

Here is the caller graph for this function:

◆ readDetectors()

void readDetectors ( RODFDetectorCon detectors,
OptionsCont oc,
RODFNet optNet 
)

Definition at line 68 of file dfrouter_main.cpp.

References OptionsCont::getBool(), RODFDetectorCon::getDetectors(), OptionsCont::getStringVector(), FileHelpers::isReadable(), OptionsCont::isSet(), PROGRESS_BEGIN_MESSAGE, PROGRESS_DONE_MESSAGE, PROGRESS_FAILED_MESSAGE, XMLSubSys::runParser(), TL, and TLF.

Referenced by main().

Here is the caller graph for this function:

◆ startComputation()