RODFDetector.h File Reference


Detailed Description

Author:
Daniel Krajzewicz
Date:
Thu, 16.03.2006
Version:
Id
RODFDetector.h 8236 2010-02-10 11:16:41Z behrisch

Definition in file RODFDetector.h.

#include <config.h>
#include <map>
#include <string>
#include <vector>
#include <utils/common/SUMOTime.h>
#include <utils/common/RandomDistributor.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...


Enumeration Type Documentation

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 61 of file RODFDetector.h.

00061                       {
00063     TYPE_NOT_DEFINED = 0,
00064 
00066     DISCARDED_DETECTOR,
00067 
00069     BETWEEN_DETECTOR,
00070 
00072     SOURCE_DETECTOR,
00073     SINK_DETECTOR
00074 };


Generated on Wed May 5 00:06:39 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6