Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
MSDevice_SSM::UpstreamScanStartInfo Struct Reference

Auxiliary structure used to handle upstream scanning start points Upstream scan has to be started after downstream scan is completed, see #5644. More...

Collaboration diagram for MSDevice_SSM::UpstreamScanStartInfo:
[legend]

Public Member Functions

 UpstreamScanStartInfo (const MSEdge *edge, double pos, double range, double egoDistToConflictLane, const MSLane *egoConflictLane)
 

Data Fields

const MSEdge * edge
 
const MSLane * egoConflictLane
 
double egoDistToConflictLane
 
double pos
 
double range
 

Detailed Description

Auxiliary structure used to handle upstream scanning start points Upstream scan has to be started after downstream scan is completed, see #5644.

Definition at line 355 of file MSDevice_SSM.h.

Constructor & Destructor Documentation

◆ UpstreamScanStartInfo()

MSDevice_SSM::UpstreamScanStartInfo::UpstreamScanStartInfo ( const MSEdge *  edge,
double  pos,
double  range,
double  egoDistToConflictLane,
const MSLane *  egoConflictLane 
)
inline

Definition at line 356 of file MSDevice_SSM.h.

Field Documentation

◆ edge

const MSEdge* MSDevice_SSM::UpstreamScanStartInfo::edge

Definition at line 358 of file MSDevice_SSM.h.

Referenced by MSDevice_SSM::getUpstreamVehicles().

◆ egoConflictLane

const MSLane* MSDevice_SSM::UpstreamScanStartInfo::egoConflictLane

Definition at line 362 of file MSDevice_SSM.h.

Referenced by MSDevice_SSM::getUpstreamVehicles().

◆ egoDistToConflictLane

double MSDevice_SSM::UpstreamScanStartInfo::egoDistToConflictLane

Definition at line 361 of file MSDevice_SSM.h.

Referenced by MSDevice_SSM::getUpstreamVehicles().

◆ pos

double MSDevice_SSM::UpstreamScanStartInfo::pos

Definition at line 359 of file MSDevice_SSM.h.

Referenced by MSDevice_SSM::getUpstreamVehicles().

◆ range

double MSDevice_SSM::UpstreamScanStartInfo::range

Definition at line 360 of file MSDevice_SSM.h.

Referenced by MSDevice_SSM::getUpstreamVehicles().


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