![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <string>#include <iostream>#include <utils/common/Parameterised.h>#include <utils/common/StdDefs.h>#include <utils/common/SUMOTime.h>#include <utils/vehicle/SUMOVehicleParameter.h>#include <utils/vehicle/SUMOVTypeParameter.h>#include "RORoutable.h"#include "RORouteDef.h"#include "ROVehicle.h"Go to the source code of this file.
Data Structures | |
| class | ROPerson |
| A person as used by router. More... | |
| class | ROPerson::PersonTrip |
| A planItem can be a Trip which contains multiple tripItems. More... | |
| class | ROPerson::PlanItem |
| Every person has a plan comprising of multiple planItems. More... | |
| class | ROPerson::Ride |
| A ride is part of a trip, e.g., go from here to here by car or bus. More... | |
| class | ROPerson::Stop |
| A planItem can be a Stop. More... | |
| class | ROPerson::TripItem |
| A TripItem is part of a trip, e.g., go from here to here by car. More... | |
| class | ROPerson::Walk |
| A walk is part of a trip, e.g., go from here to here by foot. More... | |
Definition in file ROPerson.h.