![]() |
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 false |
#define | OPPOSITE_OVERTAKING_MAX_LOOKAHEAD 150.0 |
#define | OPPOSITE_OVERTAKING_ONCOMING_LOOKAHEAD 200.0 |
#define | OPPOSITE_OVERTAKING_SAFE_TIMEGAP 0.0 |
Definition in file MSLaneChanger.cpp.
#define DEBUG_COND false |
Definition at line 64 of file MSLaneChanger.cpp.
Referenced by MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChanger::continueChange(), MSLaneChanger::getRealFollower(), and MSLaneChanger::getRealLeader().
#define OPPOSITE_OVERTAKING_MAX_LOOKAHEAD 150.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 48 of file MSLaneChanger.cpp.
Referenced by MSLaneChanger::computeOvertakingTime().