SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <map>
#include <string>
#include <iostream>
#include <utils/common/Named.h>
#include <utils/common/Parameterised.h>
#include <utils/common/SUMOTime.h>
#include <utils/common/SUMOVehicle.h>
#include <utils/common/SUMOVehicleClass.h>
#include <utils/common/ValueTimeLine.h>
#include <utils/common/UtilExceptions.h>
#include "MSVehicleType.h"
Go to the source code of this file.
Data Structures | |
class | MSEdge |
A road/street connecting two junctions. More... | |
class | MSEdge::by_id_sorter |
Sorts edges by their ids. More... | |
class | MSEdge::person_by_offset_sorter |
Sorts edges by their ids. More... | |