SUMO - Simulation of Urban MObility
MSTriggeredRerouter::RerouteInterval Struct Reference

#include <MSTriggeredRerouter.h>

Collaboration diagram for MSTriggeredRerouter::RerouteInterval:
Collaboration graph

Data Fields

SUMOTime begin
 The begin time these definitions are valid. More...
 
MSEdgeVector closed
 The list of closed edges. More...
 
std::vector< MSLane * > closedLanes
 The list of closed lanes. More...
 
MSEdgeVector closedLanesAffected
 The list of edges that are affect by closed lanes. More...
 
RandomDistributor< MSEdge * > edgeProbs
 The distributions of new destinations to use. More...
 
SUMOTime end
 The end time these definitions are valid. More...
 
long id
 unique ID for this interval More...
 
RandomDistributor< MSParkingArea * > parkProbs
 The distributions of new parking areas to use as destinations. More...
 
SVCPermissions permissions
 The permissions to use. More...
 
RandomDistributor< const MSRoute * > routeProbs
 The distributions of new routes to use. More...
 

Detailed Description

Describes the rerouting definitions valid for an interval

Definition at line 95 of file MSTriggeredRerouter.h.

Field Documentation

◆ begin

SUMOTime MSTriggeredRerouter::RerouteInterval::begin

The begin time these definitions are valid.

Definition at line 99 of file MSTriggeredRerouter.h.

Referenced by GUIEdge::addRerouter(), and MSTriggeredRerouter::myEndElement().

◆ closed

◆ closedLanes

std::vector<MSLane*> MSTriggeredRerouter::RerouteInterval::closedLanes

The list of closed lanes.

Definition at line 105 of file MSTriggeredRerouter.h.

Referenced by MSTriggeredRerouter::myEndElement(), and MSTriggeredRerouter::notifyEnter().

◆ closedLanesAffected

MSEdgeVector MSTriggeredRerouter::RerouteInterval::closedLanesAffected

The list of edges that are affect by closed lanes.

Definition at line 107 of file MSTriggeredRerouter.h.

Referenced by MSTriggeredRerouter::myEndElement().

◆ edgeProbs

RandomDistributor<MSEdge*> MSTriggeredRerouter::RerouteInterval::edgeProbs

The distributions of new destinations to use.

Definition at line 109 of file MSTriggeredRerouter.h.

Referenced by GUIEdge::addRerouter(), MSTriggeredRerouter::myEndElement(), and MSTriggeredRerouter::notifyEnter().

◆ end

SUMOTime MSTriggeredRerouter::RerouteInterval::end

The end time these definitions are valid.

Definition at line 101 of file MSTriggeredRerouter.h.

Referenced by GUIEdge::addRerouter(), and MSTriggeredRerouter::myEndElement().

◆ id

long MSTriggeredRerouter::RerouteInterval::id

unique ID for this interval

Definition at line 97 of file MSTriggeredRerouter.h.

◆ parkProbs

RandomDistributor<MSParkingArea*> MSTriggeredRerouter::RerouteInterval::parkProbs

The distributions of new parking areas to use as destinations.

Definition at line 115 of file MSTriggeredRerouter.h.

Referenced by MSTriggeredRerouter::myEndElement(), MSTriggeredRerouter::notifyEnter(), and MSTriggeredRerouter::rerouteParkingZone().

◆ permissions

SVCPermissions MSTriggeredRerouter::RerouteInterval::permissions

The permissions to use.

Definition at line 113 of file MSTriggeredRerouter.h.

Referenced by MSTriggeredRerouter::myEndElement(), and MSTriggeredRerouter::notifyEnter().

◆ routeProbs

RandomDistributor<const MSRoute*> MSTriggeredRerouter::RerouteInterval::routeProbs

The distributions of new routes to use.

Definition at line 111 of file MSTriggeredRerouter.h.

Referenced by MSTriggeredRerouter::myEndElement(), and MSTriggeredRerouter::notifyEnter().


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