SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <vector>
#include <algorithm>
#include <assert.h>
#include <utils/common/SUMOTime.h>
#include <utils/common/ToString.h>
#include <utils/common/Named.h>
Go to the source code of this file.
Data Structures | |
class | IntermodalEdge< E, L, N, V > |
the base edge type that is given to the internal router (SUMOAbstractRouter) More... | |
struct | IntermodalTrip< E, N, V > |
the "vehicle" type that is given to the internal router (SUMOAbstractRouter) More... | |
class | PedestrianEdge< E, L, N, V > |
the pedestrian edge type that is given to the internal router (SUMOAbstractRouter) More... | |
Macros | |
#define | TL_RED_PENALTY 20 |
Functions | |
template<class E , class L > | |
const L * | getSidewalk (const E *edge) |
Definition in file IntermodalEdge.h.
#define TL_RED_PENALTY 20 |
Definition at line 43 of file IntermodalEdge.h.
Referenced by PedestrianEdge< E, L, N, V >::getTravelTime().
|
inline |
Definition at line 49 of file IntermodalEdge.h.
References SVC_PEDESTRIAN.