SUMO - Simulation of Urban MObility
MSLink.cpp File Reference
#include <config.h>
#include <iostream>
#include <algorithm>
#include <limits>
#include <utils/iodevices/OutputDevice.h>
#include "MSNet.h"
#include "MSJunction.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>
Include dependency graph for MSLink.cpp:

Go to the source code of this file.

Macros

#define ZIPPER_ADAPT_TIME   10
 

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 21206 2016-07-20 08:08:35Z behrisch

Definition in file MSLink.cpp.

Macro Definition Documentation

#define ZIPPER_ADAPT_TIME   10

Definition at line 63 of file MSLink.cpp.

Referenced by MSLink::getZipperSpeed().

Function Documentation

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