SUMO - Simulation of Urban MObility
|
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 MSEdge * | edge |
The edge the vehicle was on when the route was replaced. | |
const MSRoute * | route |
The prior route. | |
SUMOTime | time |
The time the route was replaced. |
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 195 of file MSDevice_Vehroutes.h.
|
inline |
Constructor.
Definition at line 198 of file MSDevice_Vehroutes.h.
|
inline |
Destructor.
Definition at line 202 of file MSDevice_Vehroutes.h.
const MSEdge* MSDevice_Vehroutes::RouteReplaceInfo::edge |
The edge the vehicle was on when the route was replaced.
Definition at line 205 of file MSDevice_Vehroutes.h.
const MSRoute* MSDevice_Vehroutes::RouteReplaceInfo::route |
The prior route.
Definition at line 211 of file MSDevice_Vehroutes.h.
SUMOTime MSDevice_Vehroutes::RouteReplaceInfo::time |
The time the route was replaced.
Definition at line 208 of file MSDevice_Vehroutes.h.