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 218 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 219 of file MSLink.h.

References endPos, from, startPos, and to.

Field Documentation

◆ endPos

double MSLink::CustomConflict::endPos

Definition at line 224 of file MSLink.h.

Referenced by CustomConflict(), and MSLink::setRequestInformation().

◆ from

const MSLane* MSLink::CustomConflict::from

Definition at line 221 of file MSLink.h.

Referenced by CustomConflict().

◆ startPos

double MSLink::CustomConflict::startPos

Definition at line 223 of file MSLink.h.

Referenced by CustomConflict(), and MSLink::setRequestInformation().

◆ to

const MSLane* MSLink::CustomConflict::to

Definition at line 222 of file MSLink.h.

Referenced by CustomConflict().


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