SUMO - Simulation of Urban MObility
MSLane.cpp File Reference
#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)

Detailed Description

Author:
Christian Roessel
Jakob Erdmann
Daniel Krajzewicz
Tino Morenz
Axel Wegener
Michael Behrisch
Christoph Sommer
Date:
Mon, 05 Mar 2001
Version:
Id:
MSLane.cpp 12050 2012-03-12 06:53:15Z behrisch

Definition in file MSLane.cpp.


Function Documentation

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines