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 MSEdge * | edge |
| The edge the vehicle was on when the route was replaced. | |
| MSRoute * | route |
| The prior route. | |
| SUMOTime | time |
| The time the route was replaced. | |
| MSVehicle::RouteReplaceInfo::RouteReplaceInfo | ( | const MSEdge *const | edge_, | |
| SUMOTime | time_, | |||
| MSRoute * | route_ | |||
| ) | [inline] |
| MSVehicle::RouteReplaceInfo::~RouteReplaceInfo | ( | ) | [inline] |
The edge the vehicle was on when the route was replaced.
Definition at line 1066 of file MSVehicle.h.
1.5.6