![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>#include "MSLaneChanger.h"#include "MSNet.h"#include "MSVehicle.h"#include "MSVehicleType.h"#include "MSVehicleTransfer.h"#include "MSGlobals.h"#include <cassert>#include <iterator>#include <cstdlib>#include <cmath>#include <microsim/lcmodels/MSAbstractLaneChangeModel.h>#include <utils/common/MsgHandler.h>
Go to the source code of this file.
Macros | |
| #define | DEBUG_COND (vehicle->isSelected()) |
| #define | OPPOSITE_OVERTAKING_MAX_LOOKAHEAD 150.0 |
| #define | OPPOSITE_OVERTAKING_MAX_LOOKAHEAD_EMERGENCY 1000.0 |
| #define | OPPOSITE_OVERTAKING_ONCOMING_LOOKAHEAD 200.0 |
| #define | OPPOSITE_OVERTAKING_SAFE_TIMEGAP 0.0 |
| #define DEBUG_COND (vehicle->isSelected()) |
Definition at line 66 of file MSLaneChanger.cpp.
Referenced by MSLaneChanger::change(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChanger::checkTraCICommands(), MSLaneChanger::continueChange(), MSLaneChanger::getRealFollower(), and MSLaneChanger::getRealLeader().
| #define OPPOSITE_OVERTAKING_MAX_LOOKAHEAD 150.0 |
Definition at line 49 of file MSLaneChanger.cpp.
Referenced by MSLaneChanger::changeOpposite().
| #define OPPOSITE_OVERTAKING_MAX_LOOKAHEAD_EMERGENCY 1000.0 |
Definition at line 50 of file MSLaneChanger.cpp.
Referenced by MSLaneChanger::changeOpposite().
| #define OPPOSITE_OVERTAKING_ONCOMING_LOOKAHEAD 200.0 |
Definition at line 52 of file MSLaneChanger.cpp.
Referenced by MSLaneChanger::changeOpposite().
| #define OPPOSITE_OVERTAKING_SAFE_TIMEGAP 0.0 |
Definition at line 47 of file MSLaneChanger.cpp.
Referenced by MSLaneChanger::computeOvertakingTime().