Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <iostream>
#include <utils/common/StdDefs.h>
#include <utils/common/SUMOTime.h>
#include <utils/router/RouterProvider.h>
#include <utils/vehicle/SUMOVehicleParameter.h>
#include <utils/vehicle/SUMOVTypeParameter.h>
Go to the source code of this file.
Data Structures | |
class | RORoutable |
A routable thing such as a vehicle or person. More... | |
Typedefs | |
typedef std::vector< const ROEdge * > | ConstROEdgeVector |
typedef IntermodalRouter< ROEdge, ROLane, RONode, ROVehicle > | ROIntermodalRouter |
typedef RouterProvider< ROEdge, ROLane, RONode, ROVehicle > | RORouterProvider |
Definition in file RORoutable.h.
typedef std::vector<const ROEdge*> ConstROEdgeVector |
Definition at line 40 of file RORoutable.h.
typedef IntermodalRouter<ROEdge, ROLane, RONode, ROVehicle> ROIntermodalRouter |
Definition at line 41 of file RORoutable.h.
typedef RouterProvider<ROEdge, ROLane, RONode, ROVehicle> RORouterProvider |
Definition at line 42 of file RORoutable.h.