SUMO - Simulation of Urban MObility
MSDevice_Vehroutes::RouteReplaceInfo Class Reference

Information about a replaced route. More...

Public Member Functions

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

Data Fields

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

Detailed Description

Information about a replaced route.

Generated optionally and stored in a vector within the device 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 193 of file MSDevice_Vehroutes.h.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 196 of file MSDevice_Vehroutes.h.

Destructor.

Definition at line 200 of file MSDevice_Vehroutes.h.


Field Documentation

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

Definition at line 203 of file MSDevice_Vehroutes.h.

The prior route.

Definition at line 209 of file MSDevice_Vehroutes.h.

The time the route was replaced.

Definition at line 206 of file MSDevice_Vehroutes.h.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines