Eclipse SUMO - Simulation of Urban MObility
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
MSTriggeredRerouter.cpp File Reference
Include dependency graph for MSTriggeredRerouter.cpp:

Go to the source code of this file.

Macros

#define DEBUGCOND(veh)   (veh.isSelected())
 
#define DEFAULT_MAXDELAY   7200
 
#define DEFAULT_PRIO_OVERTAKEN   0
 
#define DEFAULT_PRIO_OVERTAKER   1
 assume that a faster train has more priority and a slower train doesn't matter
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Mirco Sturari
Mirko Barthauer
Date
Mon, 25 July 2005

Definition in file MSTriggeredRerouter.cpp.

Macro Definition Documentation

◆ DEBUGCOND

#define DEBUGCOND (   veh)    (veh.isSelected())

Definition at line 66 of file MSTriggeredRerouter.cpp.

◆ DEFAULT_MAXDELAY

#define DEFAULT_MAXDELAY   7200

Definition at line 73 of file MSTriggeredRerouter.cpp.

◆ DEFAULT_PRIO_OVERTAKEN

#define DEFAULT_PRIO_OVERTAKEN   0

Definition at line 72 of file MSTriggeredRerouter.cpp.

◆ DEFAULT_PRIO_OVERTAKER

#define DEFAULT_PRIO_OVERTAKER   1

assume that a faster train has more priority and a slower train doesn't matter

Definition at line 71 of file MSTriggeredRerouter.cpp.