Eclipse SUMO - Simulation of Urban MObility
MSRailSignal::LinkInfo Struct Reference

#include <MSRailSignal.h>

Collaboration diagram for MSRailSignal::LinkInfo:

Public Member Functions

DriveWaybuildDriveWay (MSRouteIterator first, MSRouteIterator end)
 construct a new driveway by searching along the given route until all block structures are found More...
 
DriveWaygetDriveWay (const SUMOVehicle *)
 retrieve an existing Driveway or construct a new driveway based on the vehicles route More...
 
std::string getID () const
 return id for this railsignal-link More...
 
 LinkInfo (MSLink *link)
 constructor More...
 
void reroute (SUMOVehicle *veh, const MSEdgeVector &occupied)
 try rerouting vehicle if reservation failed More...
 

Data Fields

std::vector< DriveWaymyDriveways
 all driveways immediately following this link More...
 
SUMOTime myLastRerouteTime
 
SUMOVehiclemyLastRerouteVehicle
 
MSLinkmyLink
 
bool myUniqueDriveWay
 whether there is only a single DriveWay following this link More...
 

Detailed Description

Definition at line 317 of file MSRailSignal.h.

Constructor & Destructor Documentation

◆ LinkInfo()

MSRailSignal::LinkInfo::LinkInfo ( MSLink link)

constructor

Definition at line 339 of file MSRailSignal.cpp.

References buildDriveWay(), MSLane::getEdge(), and MSLink::getLane().

Member Function Documentation

◆ buildDriveWay()

◆ getDriveWay()

MSRailSignal::DriveWay & MSRailSignal::LinkInfo::getDriveWay ( const SUMOVehicle veh)

retrieve an existing Driveway or construct a new driveway based on the vehicles route

Definition at line 356 of file MSRailSignal.cpp.

References MSRoute::end(), SUMOVehicle::getCurrentRouteEdge(), SUMOVehicle::getRoute(), and WRITE_WARNING.

◆ getID()

std::string MSRailSignal::LinkInfo::getID ( ) const

return id for this railsignal-link

Definition at line 350 of file MSRailSignal.cpp.

References toString().

◆ reroute()

Field Documentation

◆ myDriveways

std::vector<DriveWay> MSRailSignal::LinkInfo::myDriveways

all driveways immediately following this link

Definition at line 327 of file MSRailSignal.h.

Referenced by MSRailSignal::hasOncomingRailTraffic().

◆ myLastRerouteTime

SUMOTime MSRailSignal::LinkInfo::myLastRerouteTime

Definition at line 341 of file MSRailSignal.h.

◆ myLastRerouteVehicle

SUMOVehicle* MSRailSignal::LinkInfo::myLastRerouteVehicle

Definition at line 342 of file MSRailSignal.h.

◆ myLink

MSLink* MSRailSignal::LinkInfo::myLink

Definition at line 321 of file MSRailSignal.h.

◆ myUniqueDriveWay

bool MSRailSignal::LinkInfo::myUniqueDriveWay

whether there is only a single DriveWay following this link

Definition at line 324 of file MSRailSignal.h.


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