Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
MSLink::CustomConflict Struct Reference

holds user defined conflict positions (must be interpreted for the correct exitLink) More...

#include <MSLink.h>

Collaboration diagram for MSLink::CustomConflict:
[legend]

Public Member Functions

 CustomConflict (const MSLane *f, const MSLane *t, double s, double e)
 

Data Fields

double endPos
 
const MSLane * from
 
double startPos
 
const MSLane * to
 

Detailed Description

holds user defined conflict positions (must be interpreted for the correct exitLink)

Definition at line 199 of file MSLink.h.

Constructor & Destructor Documentation

◆ CustomConflict()

MSLink::CustomConflict::CustomConflict ( const MSLane *  f,
const MSLane *  t,
double  s,
double  e 
)
inline

Definition at line 200 of file MSLink.h.

Field Documentation

◆ endPos

double MSLink::CustomConflict::endPos

Definition at line 205 of file MSLink.h.

Referenced by MSLink::setRequestInformation().

◆ from

const MSLane* MSLink::CustomConflict::from

Definition at line 202 of file MSLink.h.

◆ startPos

double MSLink::CustomConflict::startPos

Definition at line 204 of file MSLink.h.

Referenced by MSLink::setRequestInformation().

◆ to

const MSLane* MSLink::CustomConflict::to

Definition at line 203 of file MSLink.h.


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