|
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <iostream>#include <utils/common/RandHelper.h>#include <microsim/MSEdge.h>#include <microsim/MSLane.h>#include <microsim/MSNet.h>#include "MSLCM_DK2008.h"
Go to the source code of this file.
Macros | |
| #define | JAM_FACTOR 2. |
| #define | JAM_FACTOR2 1. |
| #define | LOOK_FORWARD_FAR 15. |
| #define | LOOK_FORWARD_NEAR 5. |
| #define | LOOK_FORWARD_SPEED_DIVIDER 14. |
Definition in file MSLCM_DK2008.cpp.
| #define JAM_FACTOR 2. |
Definition at line 59 of file MSLCM_DK2008.cpp.
| #define JAM_FACTOR2 1. |
Definition at line 60 of file MSLCM_DK2008.cpp.
Referenced by MSLCM_DK2008::wantsChangeToLeft(), and MSLCM_DK2008::wantsChangeToRight().
| #define LOOK_FORWARD_FAR 15. |
Definition at line 54 of file MSLCM_DK2008.cpp.
Referenced by MSLCM_DK2008::wantsChangeToLeft(), and MSLCM_DK2008::wantsChangeToRight().
| #define LOOK_FORWARD_NEAR 5. |
Definition at line 55 of file MSLCM_DK2008.cpp.
Referenced by MSLCM_DK2008::wantsChangeToLeft(), and MSLCM_DK2008::wantsChangeToRight().
| #define LOOK_FORWARD_SPEED_DIVIDER 14. |
Definition at line 52 of file MSLCM_DK2008.cpp.
Referenced by MSLCM_DK2008::wantsChangeToLeft(), and MSLCM_DK2008::wantsChangeToRight().