Eclipse SUMO - Simulation of Urban MObility
RODFDetector.h File Reference
#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"
Include dependency graph for RODFDetector.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Author
Daniel Krajzewicz
Eric Nicolay
Michael Behrisch
Date
Thu, 16.03.2006

Definition in file RODFDetector.h.

Enumeration Type Documentation

◆ RODFDetectorType

Numerical representation of different detector types.

Enumerator
TYPE_NOT_DEFINED 

A not yet defined detector.

DISCARDED_DETECTOR 

A detector which had to be discarded (!!!)

BETWEEN_DETECTOR 

An in-between detector.

SOURCE_DETECTOR 

A source detector.

SINK_DETECTOR 

Definition at line 56 of file RODFDetector.h.