Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <map>
#include <string>
#include <vector>
#include <set>
#include <utils/common/SUMOTime.h>
#include <utils/distribution/RandomDistributor.h>
#include <utils/common/Named.h>
#include "RODFRouteCont.h"
Go to the source code of this file.
Data Structures | |
class | RODFDetector |
Class representing a detector within the DFROUTER. More... | |
class | RODFDetectorCon |
A container for RODFDetectors. More... | |
Enumerations | |
enum | RODFDetectorType { TYPE_NOT_DEFINED = 0 , DISCARDED_DETECTOR , BETWEEN_DETECTOR , SOURCE_DETECTOR , SINK_DETECTOR } |
Numerical representation of different detector types. More... | |
Definition in file RODFDetector.h.
enum RODFDetectorType |
Numerical representation of different detector types.
Definition at line 56 of file RODFDetector.h.