|
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <iostream>#include <utils/common/RandHelper.h>#include "MSEdge.h"#include "MSLane.h"#include "MSNet.h"#include "MSLCM_LC2013.h"Go to the source code of this file.
Macros | |
| #define | HELP_DECEL_FACTOR (SUMOReal)1.0 |
| #define | HELP_OVERTAKE (SUMOReal)(10.0 / 3.6) |
| #define | JAM_FACTOR (SUMOReal)1. |
| #define | KEEP_RIGHT_HEADWAY (SUMOReal)2.0 |
| #define | LCA_RIGHT_IMPATIENCE (SUMOReal)-1. |
| #define | LOOK_AHEAD_MIN_SPEED (SUMOReal)0.0 |
| #define | LOOK_AHEAD_SPEED_DECREMENT 6. |
| #define | LOOK_AHEAD_SPEED_MEMORY (SUMOReal)0.9 |
| #define | LOOK_FORWARD_LEFT (SUMOReal)20. |
| #define | LOOK_FORWARD_RIGHT (SUMOReal)10. |
| #define | LOOK_FORWARD_SPEED_DIVIDER (SUMOReal)14. |
| #define | MIN_FALLBEHIND (SUMOReal)(14.0 / 3.6) |
| #define | ROUNDABOUT_DIST_BONUS (SUMOReal)80.0 |
| #define | URGENCY (SUMOReal)2.0 |
| #define HELP_DECEL_FACTOR (SUMOReal)1.0 |
Definition at line 72 of file MSLCM_LC2013.cpp.
Referenced by MSLCM_LC2013::informFollower().
| #define HELP_OVERTAKE (SUMOReal)(10.0 / 3.6) |
Definition at line 74 of file MSLCM_LC2013.cpp.
Referenced by MSLCM_LC2013::informFollower(), and MSLCM_LC2013::informLeader().
| #define JAM_FACTOR (SUMOReal)1. |
Definition at line 64 of file MSLCM_LC2013.cpp.
Referenced by MSLCM_LC2013::_wantsChange().
| #define KEEP_RIGHT_HEADWAY (SUMOReal)2.0 |
Definition at line 77 of file MSLCM_LC2013.cpp.
| #define LCA_RIGHT_IMPATIENCE (SUMOReal)-1. |
Definition at line 66 of file MSLCM_LC2013.cpp.
Referenced by MSLCM_LC2013::informFollower().
| #define LOOK_AHEAD_MIN_SPEED (SUMOReal)0.0 |
Definition at line 68 of file MSLCM_LC2013.cpp.
Referenced by MSLCM_LC2013::_wantsChange(), and MSLCM_LC2013::changed().
| #define LOOK_AHEAD_SPEED_DECREMENT 6. |
Definition at line 70 of file MSLCM_LC2013.cpp.
| #define LOOK_AHEAD_SPEED_MEMORY (SUMOReal)0.9 |
Definition at line 69 of file MSLCM_LC2013.cpp.
Referenced by MSLCM_LC2013::_wantsChange().
| #define LOOK_FORWARD_LEFT (SUMOReal)20. |
Definition at line 62 of file MSLCM_LC2013.cpp.
Referenced by MSLCM_LC2013::_wantsChange().
| #define LOOK_FORWARD_RIGHT (SUMOReal)10. |
Definition at line 61 of file MSLCM_LC2013.cpp.
Referenced by MSLCM_LC2013::_wantsChange().
| #define LOOK_FORWARD_SPEED_DIVIDER (SUMOReal)14. |
Definition at line 59 of file MSLCM_LC2013.cpp.
| #define MIN_FALLBEHIND (SUMOReal)(14.0 / 3.6) |
Definition at line 75 of file MSLCM_LC2013.cpp.
Referenced by MSLCM_LC2013::informLeader().
| #define ROUNDABOUT_DIST_BONUS (SUMOReal)80.0 |
Definition at line 81 of file MSLCM_LC2013.cpp.
Referenced by MSLCM_LC2013::_wantsChange().
| #define URGENCY (SUMOReal)2.0 |
Definition at line 79 of file MSLCM_LC2013.cpp.
Referenced by MSLCM_LC2013::_wantsChange().