Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <utils/options/OptionsCont.h>
#include <utils/common/StdDefs.h>
#include <utils/common/SUMOTime.h>
#include <router/ROEdge.h>
#include <router/RONet.h>
#include "RODFDetector.h"
#include "RODFRouteDesc.h"
#include "RODFRouteCont.h"
Go to the source code of this file.
Data Structures | |
class | RODFNet |
A DFROUTER-network. More... | |
class | RODFNet::DFRouteDescByTimeComperator |
struct | RODFNet::idComp |
comparator for maps using edges as key, used only in myDetectorsOnEdges to make tests comparable More... | |
struct | RODFNet::IterationEdge |
Definition in file RODFNet.h.