MSVehicle::RouteReplaceInfo Class Reference


Detailed Description

Information about a replaced route.

Generated optionally and stored in a vector within the Pointer-CORN-map this structure contains information about a replaced route: the edge the route was replaced at by a new one, the time this was done, and the previous route.

Definition at line 1056 of file MSVehicle.h.


Public Member Functions

 RouteReplaceInfo (const MSEdge *const edge_, SUMOTime time_, MSRoute *route_)
 Constructor.
 ~RouteReplaceInfo ()
 Destructor.

Data Fields

const MSEdgeedge
 The edge the vehicle was on when the route was replaced.
MSRouteroute
 The prior route.
SUMOTime time
 The time the route was replaced.

Constructor & Destructor Documentation

MSVehicle::RouteReplaceInfo::RouteReplaceInfo ( const MSEdge *const   edge_,
SUMOTime  time_,
MSRoute route_ 
) [inline]

Constructor.

Definition at line 1059 of file MSVehicle.h.

01060                 : edge(edge_), time(time_), route(route_) {}

MSVehicle::RouteReplaceInfo::~RouteReplaceInfo (  )  [inline]

Destructor.

Definition at line 1063 of file MSVehicle.h.

01063 { }


Field Documentation

The edge the vehicle was on when the route was replaced.

Definition at line 1066 of file MSVehicle.h.

The prior route.

Definition at line 1072 of file MSVehicle.h.

The time the route was replaced.

Definition at line 1069 of file MSVehicle.h.


The documentation for this class was generated from the following file:

Generated on Wed May 5 00:06:50 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6