Eclipse SUMO - Simulation of Urban MObility
ROPerson.h File Reference
#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"
Include dependency graph for ROPerson.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Author
Robert Hilbrich
Michael Behrisch
Date
Sept 2002

Definition in file ROPerson.h.