|
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <utils/common/UtilExceptions.h>#include <utils/common/StdDefs.h>#include "MSVehicle.h"#include "MSNet.h"#include "MSVehicleType.h"#include "MSEdge.h"#include "MSEdgeControl.h"#include "MSJunction.h"#include "MSLogicJunction.h"#include "MSLink.h"#include "MSLane.h"#include "MSVehicleTransfer.h"#include "MSGlobals.h"#include "MSVehicleControl.h"#include <cmath>#include <bitset>#include <iostream>#include <cassert>#include <functional>#include <algorithm>#include <iterator>#include <exception>#include <climits>#include <set>#include <utils/common/MsgHandler.h>#include <utils/common/ToString.h>#include <utils/options/OptionsCont.h>#include <utils/common/HelpersHarmonoise.h>#include <utils/geom/Line.h>#include <utils/geom/GeomHelper.h>Go to the source code of this file.
Data Structures | |
| class | by_second_sorter |
Functions | |
| SUMOReal | getMaxSpeedRegardingNextLanes (MSVehicle &veh, SUMOReal speed, SUMOReal pos) |
Definition in file MSLane.cpp.
Definition at line 708 of file MSLane.cpp.
References MSRoute::begin(), MSCFModel::brakeGap(), MSRoute::end(), MSCFModel::freeSpeed(), MSVehicle::getCarFollowModel(), MSLane::getLength(), MSLane::getMaxSpeed(), MSBaseVehicle::getRoute(), MIN2(), SPEED2DIST, and SUMOReal.