SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
MSLink.cpp File Reference
#include <config.h>
#include <iostream>
#include <algorithm>
#include <limits>
#include <utils/iodevices/OutputDevice.h>
#include "MSNet.h"
#include "MSLink.h"
#include "MSLane.h"
#include <microsim/pedestrians/MSPerson.h>
#include "MSEdge.h"
#include "MSGlobals.h"
#include "MSVehicle.h"
#include <microsim/pedestrians/MSPModel.h>

Go to the source code of this file.

Functions

std::pair< SUMOReal, SUMORealgetLastIntersections (const MSLane *lane, const MSLane *foe)
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Laura Bieker
Date
Sept 2002
Version
Id
MSLink.cpp 18148 2015-03-25 13:39:50Z namdre

Definition in file MSLink.cpp.

Function Documentation

std::pair<SUMOReal, SUMOReal> getLastIntersections ( const MSLane lane,
const MSLane foe 
)