SUMO - Simulation of Urban MObility
|
#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, SUMOReal > | getLastIntersections (const MSLane *lane, const MSLane *foe) |