Eclipse SUMO - Simulation of Urban MObility
MSCriticalFollowerDistanceInfo Class Reference

#include <MSLeaderInfo.h>

Inheritance diagram for MSCriticalFollowerDistanceInfo:
Collaboration diagram for MSCriticalFollowerDistanceInfo:

Public Member Functions

int addFollower (const MSVehicle *veh, const MSVehicle *ego, double gap, double latOffset=0, int sublane=-1)
 
virtual int addLeader (const MSVehicle *veh, bool beyond, double latOffset=0)
 
virtual int addLeader (const MSVehicle *veh, double gap, double latOffset=0, int sublane=-1)
 
void clear ()
 discard all information More...
 
const std::vector< double > & getDistances () const
 
void getSublaneBorders (int sublane, double latOffset, double &rightSide, double &leftSide) const
 
void getSubLanes (const MSVehicle *veh, double latOffset, int &rightmost, int &leftmost) const
 
const std::vector< const MSVehicle * > & getVehicles () const
 
bool hasStoppedVehicle () const
 whether a stopped vehicle is leader More...
 
bool hasVehicles () const
 
 MSCriticalFollowerDistanceInfo (const MSLane *lane, const MSVehicle *ego, double latOffset)
 Constructor. More...
 
int numFreeSublanes () const
 
int numSublanes () const
 
CLeaderDist operator[] (int sublane) const
 return the vehicle and its distance for the given sublane More...
 
std::string toString () const
 print a debugging representation More...
 
virtual ~MSCriticalFollowerDistanceInfo ()
 Destructor. More...
 

Protected Attributes

int egoLeftMost
 
int egoRightMost
 borders of the ego vehicle for filtering of free sublanes More...
 
std::vector< double > myDistances
 
int myFreeSublanes
 the number of free sublanes More...
 
bool myHasVehicles
 
std::vector< double > myMissingGaps
 
std::vector< const MSVehicle * > myVehicles
 
double myWidth
 the width of the lane to which this instance applies More...
 

Detailed Description

Definition at line 183 of file MSLeaderInfo.h.

Constructor & Destructor Documentation

◆ MSCriticalFollowerDistanceInfo()

MSCriticalFollowerDistanceInfo::MSCriticalFollowerDistanceInfo ( const MSLane lane,
const MSVehicle ego,
double  latOffset 
)

Constructor.

Definition at line 295 of file MSLeaderInfo.cpp.

◆ ~MSCriticalFollowerDistanceInfo()

MSCriticalFollowerDistanceInfo::~MSCriticalFollowerDistanceInfo ( )
virtual

Destructor.

Definition at line 301 of file MSLeaderInfo.cpp.

Member Function Documentation

◆ addFollower()

◆ addLeader() [1/2]

virtual int MSCriticalFollowerDistanceInfo::addLeader ( const MSVehicle veh,
bool  beyond,
double  latOffset = 0 
)
inlinevirtual

Reimplemented from MSLeaderDistanceInfo.

Definition at line 209 of file MSLeaderInfo.h.

References UNUSED_PARAMETER.

◆ addLeader() [2/2]

virtual int MSCriticalFollowerDistanceInfo::addLeader ( const MSVehicle veh,
double  gap,
double  latOffset = 0,
int  sublane = -1 
)
inlinevirtual

Reimplemented from MSLeaderDistanceInfo.

Definition at line 201 of file MSLeaderInfo.h.

References UNUSED_PARAMETER.

◆ clear()

void MSCriticalFollowerDistanceInfo::clear ( )
virtual

discard all information

Reimplemented from MSLeaderDistanceInfo.

Definition at line 381 of file MSLeaderInfo.cpp.

References MSLeaderDistanceInfo::clear(), myMissingGaps, and MSLeaderInfo::myVehicles.

◆ getDistances()

const std::vector<double>& MSLeaderDistanceInfo::getDistances ( ) const
inlineinherited

Definition at line 169 of file MSLeaderInfo.h.

References MSLeaderDistanceInfo::myDistances.

◆ getSublaneBorders()

void MSLeaderInfo::getSublaneBorders ( int  sublane,
double  latOffset,
double &  rightSide,
double &  leftSide 
) const
inherited

◆ getSubLanes()

◆ getVehicles()

const std::vector<const MSVehicle*>& MSLeaderInfo::getVehicles ( ) const
inlineinherited

Definition at line 99 of file MSLeaderInfo.h.

References MSLeaderInfo::myVehicles.

◆ hasStoppedVehicle()

bool MSLeaderInfo::hasStoppedVehicle ( ) const
inherited

whether a stopped vehicle is leader

Definition at line 179 of file MSLeaderInfo.cpp.

References MSLeaderInfo::myHasVehicles, and MSLeaderInfo::myVehicles.

Referenced by MSLCM_SL2015::_wantsChangeSublane(), and MSLCM_SL2015::checkStrategicChange().

◆ hasVehicles()

bool MSLeaderInfo::hasVehicles ( ) const
inlineinherited

◆ numFreeSublanes()

int MSLeaderInfo::numFreeSublanes ( ) const
inlineinherited

◆ numSublanes()

◆ operator[]()

CLeaderDist MSLeaderDistanceInfo::operator[] ( int  sublane) const
inherited

return the vehicle and its distance for the given sublane

Definition at line 262 of file MSLeaderInfo.cpp.

References MSLeaderDistanceInfo::myDistances, and MSLeaderInfo::myVehicles.

◆ toString()

std::string MSCriticalFollowerDistanceInfo::toString ( ) const
virtual

Field Documentation

◆ egoLeftMost

int MSLeaderInfo::egoLeftMost
protectedinherited

◆ egoRightMost

int MSLeaderInfo::egoRightMost
protectedinherited

borders of the ego vehicle for filtering of free sublanes

Definition at line 123 of file MSLeaderInfo.h.

Referenced by addFollower(), MSLeaderInfo::addLeader(), MSLeaderDistanceInfo::addLeader(), MSLeaderInfo::clear(), and MSLeaderInfo::MSLeaderInfo().

◆ myDistances

std::vector<double> MSLeaderDistanceInfo::myDistances
protectedinherited

◆ myFreeSublanes

◆ myHasVehicles

◆ myMissingGaps

std::vector<double> MSCriticalFollowerDistanceInfo::myMissingGaps
protected

Definition at line 225 of file MSLeaderInfo.h.

Referenced by addFollower(), clear(), and toString().

◆ myVehicles

◆ myWidth

double MSLeaderInfo::myWidth
protectedinherited

the width of the lane to which this instance applies

Definition at line 113 of file MSLeaderInfo.h.

Referenced by MSLeaderInfo::getSublaneBorders(), and MSLeaderInfo::getSubLanes().


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