Eclipse SUMO - Simulation of Urban MObility
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 MSLanefrom
 
double startPos
 
const MSLaneto
 

Detailed Description

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

Definition at line 217 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 218 of file MSLink.h.

Field Documentation

◆ endPos

double MSLink::CustomConflict::endPos

Definition at line 223 of file MSLink.h.

Referenced by MSLink::setRequestInformation().

◆ from

const MSLane* MSLink::CustomConflict::from

Definition at line 220 of file MSLink.h.

◆ startPos

double MSLink::CustomConflict::startPos

Definition at line 222 of file MSLink.h.

Referenced by MSLink::setRequestInformation().

◆ to

const MSLane* MSLink::CustomConflict::to

Definition at line 221 of file MSLink.h.


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