Eclipse SUMO - Simulation of Urban MObility
GUIVehicle Class Reference

A MSVehicle extended by some values for usage within the gui. More...

#include <GUIVehicle.h>

Inheritance diagram for GUIVehicle:
[legend]
Collaboration diagram for GUIVehicle:
[legend]

Public Types

enum  ChangeRequest { REQUEST_NONE , REQUEST_LEFT , REQUEST_RIGHT , REQUEST_HOLD }
 Requests set via TraCI. More...
 
enum  ManoeuvreType { MANOEUVRE_ENTRY , MANOEUVRE_EXIT , MANOEUVRE_NONE }
 flag identifying which, if any, manoeuvre is in progress More...
 
typedef long long int NumericalID
 
enum  RouteValidity {
  ROUTE_VALID = 0 , ROUTE_UNCHECKED = 1 << 0 , ROUTE_INVALID = 1 << 1 , ROUTE_START_INVALID_PERMISSIONS = 1 << 2 ,
  ROUTE_START_INVALID_LANE = 1 << 3
}
 
typedef std::vector< SeatSeats
 

Public Member Functions

void addReminder (MSMoveReminder *rem)
 Adds a MoveReminder dynamically. More...
 
void addTo (const StoringVisitor &cont) const
 Adds this object to the given container. More...
 
bool addTraciStop (SUMOVehicleParameter::Stop stop, std::string &errorMsg)
 
void addTransportable (MSTransportable *transportable)
 Adds a person or container to this vehicle. More...
 
bool allowsBoarding (MSTransportable *t) const
 whether the given transportable is allowed to board this vehicle More...
 
void createDevice (const std::string &deviceName)
 create device of the given type More...
 
void drawAction_drawLinkItems (const GUIVisualizationSettings &s) const
 
virtual void drawAction_drawPersonsAndContainers (const GUIVisualizationSettings &s) const
 
void drawAction_drawVehicleBlinker (double length) const
 
void drawAction_drawVehicleBlueLight () const
 
void drawAction_drawVehicleBrakeLight (double length, bool onlyOne=false) const
 
void drawBestLanes () const
 Draws the vehicle's best lanes. More...
 
void drawName (const Position &pos, const double scale, const GUIVisualizationTextSettings &settings, const double angle=0) const
 draw name of item More...
 
void drawRouteHelper (const GUIVisualizationSettings &s, const MSRoute &r, bool future, bool noLoop, const RGBColor &col) const
 Draws the route. More...
 
void fixPosition ()
 repair errors in vehicle position after changing between internal edges More...
 
double getAngle () const
 Return current angle. More...
 
virtual double getArrivalPos () const
 Returns this vehicle's desired arrivalPos for its current route (may change on reroute) More...
 
std::string getBackLaneID () const
 
const Position getBackPosition () const
 
BaseInfluencergetBaseInfluencer ()
 Returns the velocity/lane influencer. More...
 
const BaseInfluencergetBaseInfluencer () const
 
PositionVector getBoundingBox () const
 get bounding rectangle More...
 
PositionVector getBoundingPoly () const
 get bounding polygon More...
 
const MSCFModelgetCarFollowModel () const
 Returns the vehicle's car following model definition. More...
 
MSCFModel::VehicleVariablesgetCarFollowVariables () const
 Returns the vehicle's car following model variables. More...
 
double getChosenSpeedFactor () const
 Returns the precomputed factor by which the driver wants to be faster than the speed limit. More...
 
double getColorValue (const GUIVisualizationSettings &s, int activeScheme) const
 gets the color value according to the current scheme index More...
 
int getContainerNumber () const
 Returns the number of containers. More...
 
const std::vector< MSTransportable * > & getContainers () const
 retrieve riding containers More...
 
const MSRouteIteratorgetCurrentRouteEdge () const
 Returns an iterator pointing to the current edge in this vehicles route. More...
 
SUMOTime getDepartDelay () const
 Returns the depart delay. More...
 
double getDepartPos () const
 Returns this vehicle's real departure position. More...
 
SUMOTime getDeparture () const
 Returns this vehicle's real departure time. More...
 
MSVehicleDevicegetDevice (const std::type_info &type) const
 Returns a device of the given type if it exists or 0. More...
 
std::string getDeviceDescription ()
 lists equipped device (types) for the current vehicle More...
 
std::string getDeviceParameter (const std::string &deviceName, const std::string &key) const
 try to retrieve the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists More...
 
const std::vector< MSVehicleDevice * > & getDevices () const
 Returns this vehicle's devices. More...
 
double getDistanceToPosition (double destPos, const MSEdge *destEdge) const
 
std::shared_ptr< MSSimpleDriverStategetDriverState () const
 Returns the vehicle driver's state. More...
 
const MSEdgegetEdge () const
 Returns the edge the vehicle is currently at. More...
 
const std::map< int, double > * getEmissionParameters () const
 Returns the vehicle's emission model parameter. More...
 
std::pair< const MSVehicle *const, double > getFollower (double dist=0) const
 Returns the follower of the vehicle looking for a fixed distance. More...
 
const std::string & getID () const
 Returns the id. More...
 
double getImpatience () const
 Returns this vehicles impatience. More...
 
InfluencergetInfluencer ()
 
const InfluencergetInfluencer () const
 
std::string getLaneChangeMode () const
 return the lane change mode as bit string More...
 
std::string getLaneID () const
 return vehicle lane id More...
 
int getLaneIndex () const
 
std::pair< const MSLane *, double > getLanePosAfterDist (double distance) const
 return lane and position along bestlanes at the given distance More...
 
double getLastLaneChangeOffset () const
 Returns the time since the last lane change in seconds. More...
 
std::string getLCStateCenter () const
 
std::string getLCStateLeft () const
 
std::string getLCStateRight () const
 return the lanechange state More...
 
std::pair< const MSVehicle *const, double > getLeader (double dist=0) const
 Returns the leader of the vehicle looking for a fixed distance. More...
 
double getLeftSideOnEdge () const
 return left vehicle side on current edge More...
 
int getLeftSublaneOnEdge () const
 
double getLength () const
 Returns the vehicle's length. More...
 
double getManeuverDist () const
 return the lane-change maneuver distance More...
 
MSVehicle::ManoeuvreType getManoeuvreType () const
 accessor function to myManoeuvre equivalent More...
 
double getMaxSpeed () const
 Returns the maximum speed. More...
 
double getNaviDegree () const
 return the current angle in navigational degrees More...
 
MSStopgetNextStop ()
 
const SUMOVehicleParameter::StopgetNextStopParameter () const
 return parameters for the next stop (SUMOVehicle Interface) More...
 
int getNumberReroutes () const
 Returns the number of new routes this vehicle got. More...
 
int getNumContainers () const
 return the number of passengers More...
 
int getNumPassengers () const
 return the number of passengers More...
 
double getOdometer () const
 Returns the distance that was already driven by this vehicle. More...
 
const SUMOVehicleParametergetParameter () const
 Returns the vehicle's parameter (including departure definition) More...
 
GUIParameterTableWindowgetParameterWindow (GUIMainWindow &app, GUISUMOAbstractView &parent)
 Returns an own parameter window. More...
 
std::vector< std::string > getPersonIDList () const
 Returns the list of persons. More...
 
int getPersonNumber () const
 Returns the number of persons. More...
 
const std::vector< MSTransportable * > & getPersons () const
 retrieve riding persons More...
 
Position getPosition (const double offset=0) const
 Return current position (x/y, cartesian) More...
 
std::string getPrefixedParameter (const std::string &key, std::string &error) const
 retrieve parameters of devices, models and the vehicle itself More...
 
double getRightSideOnEdge2 () const
 return right vehicle side on current edge (without argument) More...
 
int getRightSublaneOnEdge () const
 return the righmost sublane on the edge occupied by the vehicle More...
 
const MSRoutegetRoute () const
 Returns the current route. More...
 
int getRoutePosition () const
 return index of edge within route More...
 
int getRouteValidity (bool update=true, bool silent=false)
 check for route validity at first insertion attempt More...
 
double getSafeFollowSpeed (const std::pair< const MSVehicle *, double > leaderInfo, const double seen, const MSLane *const lane, double distToCrossing) const
 compute safe speed for following the given leader More...
 
std::string getShadowLaneID () const
 
MSVehicleTypegetSingularType ()
 Replaces the current vehicle type with a new one used by this vehicle only. More...
 
std::string getSpeedMode () const
 return the speed mode as bit string More...
 
double getSpeedWithoutTraciInfluence () const
 Returns the uninfluenced velocity. More...
 
std::string getTargetLaneID () const
 
double getTimeGapOnLane () const
 Returns the time gap in seconds to the leader of the vehicle on the same lane. More...
 
GUIParameterTableWindowgetTypeParameterWindow (GUIMainWindow &app, GUISUMOAbstractView &parent)
 Returns an own type parameter window. More...
 
SUMOVehicleClass getVClass () const
 Returns the vehicle's access class. More...
 
const MSVehicleTypegetVehicleType () const
 Returns the vehicle's type definition. More...
 
double getWidth () const
 Returns the vehicle's width. More...
 
 GUIVehicle (SUMOVehicleParameter *pars, const MSRoute *route, MSVehicleType *type, const double speedFactor)
 Constructor. More...
 
bool handleCollisionStop (MSStop &stop, const bool collision, const double distToStop, const std::string &errorMsgStart, std::string &errorMsg)
 
bool hasDeparted () const
 Returns whether this vehicle has already departed. More...
 
bool hasDevice (const std::string &deviceName) const
 check whether the vehicle is equiped with a device of the given type More...
 
bool hasInfluencer () const
 
bool hasValidRoute (std::string &msg, const MSRoute *route=0) const
 Validates the current or given route. More...
 
bool hasValidRouteStart (std::string &msg)
 checks wether the vehicle can depart on the first edge More...
 
bool ignoreCollision ()
 whether this vehicle is except from collision checks More...
 
int influenceChangeDecision (int state)
 allow TraCI to influence a lane change decision More...
 
void initDevices ()
 
virtual bool isContainer () const
 Whether it is a container. More...
 
bool isLeader (const MSLink *link, const MSVehicle *veh) const
 whether the given vehicle must be followed at the given junction More...
 
bool isLineStop (double position) const
 returns whether the vehicle serves a public transport line that serves the given stop More...
 
virtual bool isPerson () const
 Whether it is a person. More...
 
bool isSelected () const
 whether this vehicle is selected in the GUI More...
 
bool isVehicle () const
 Whether it is a vehicle. More...
 
bool manoeuvreIsComplete () const
 accessor function to myManoeuvre equivalent More...
 
void onDepart ()
 Called when the vehicle is inserted into the network. More...
 
virtual void onLeftBtnPress (void *)
 notify object about left click More...
 
bool passingMinor () const
 decide whether the vehicle is passing a minor link or has comitted to do so More...
 
double processNextStop (double currentVelocity)
 Processes stops, returns the velocity needed to reach the stop. More...
 
void removeReminder (MSMoveReminder *rem)
 Removes a MoveReminder dynamically. More...
 
void removeTransportable (MSTransportable *t)
 removes a person or container More...
 
void replaceParameter (const SUMOVehicleParameter *newParameter)
 replace the vehicle parameter (deleting the old one) More...
 
bool replaceRouteEdges (ConstMSEdgeVector &edges, double cost, double savings, const std::string &info, bool onInit=false, bool check=false, bool removeStops=true)
 Replaces the current route by the given edges. More...
 
bool replaceStop (int nextStopIndex, SUMOVehicleParameter::Stop stop, const std::string &info, std::string &errorMsg)
 
void replaceVehicleType (MSVehicleType *type)
 Replaces the current vehicle type by the one given. More...
 
void reroute (SUMOTime t, const std::string &info, SUMOAbstractRouter< MSEdge, SUMOVehicle > &router, const bool onInit=false, const bool withTaz=false, const bool silent=false)
 Performs a rerouting using the given router. More...
 
void rerouteDRTStop (MSStoppingPlace *busStop)
 handle route to accomodate to given stop More...
 
bool rerouteParkingArea (const std::string &parkingAreaID, std::string &errorMsg)
 
void resetRoutePosition (int index, DepartLaneDefinition departLaneProcedure)
 reset index of edge within route More...
 
bool resumeFromStopping ()
 
void selectBlockingFoes () const
 adds the blocking foes to the current selection More...
 
virtual void setArrivalPos (double arrivalPos)
 Sets this vehicle's desired arrivalPos for its current route. More...
 
void setChosenSpeedFactor (const double factor)
 Returns the precomputed factor by which the driver wants to be faster than the speed limit. More...
 
void setDeviceParameter (const std::string &deviceName, const std::string &key, const std::string &value)
 try to set the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists More...
 
bool setExitManoeuvre ()
 accessor function to myManoeuvre equivalent More...
 
void setID (const std::string &newID)
 set the id (inherited from Named but forbidden for vehicles) More...
 
void setManoeuvreType (const MSVehicle::ManoeuvreType mType)
 accessor function to myManoeuvre equivalent More...
 
void setRemoteState (Position xyPos)
 sets position outside the road network More...
 
const MSEdgesuccEdge (int nSuccs) const
 Returns the nSuccs'th successor of edge the vehicle is currently at. More...
 
bool unsafeLinkAhead (const MSLane *lane) const
 whether the vehicle may safely move to the given lane with regard to upcoming links More...
 
double updateFurtherLanes (std::vector< MSLane * > &furtherLanes, std::vector< double > &furtherLanesPosLat, const std::vector< MSLane * > &passedLanes)
 update a vector of further lanes and return the new backPos More...
 
void updateParkingState ()
 update state while parking More...
 
 ~GUIVehicle ()
 destructor More...
 
insertion/removal
void onRemovalFromNet (const MSMoveReminder::Notification reason)
 Called when the vehicle is removed from the network. More...
 
interaction with the route
bool hasArrived () const
 Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge) More...
 
bool replaceRoute (const MSRoute *route, const std::string &info, bool onInit=false, int offset=0, bool addStops=true, bool removeStops=true)
 Replaces the current route by the given one. More...
 
state setter/getter
double getPositionOnLane () const
 Get the vehicle's position along the lane. More...
 
double getPositionOnLane (const MSLane *lane) const
 Get the vehicle's front position relative to the given lane. More...
 
double getLastStepDist () const
 Get the distance the vehicle covered in the previous timestep. More...
 
double getBackPositionOnLane (const MSLane *lane) const
 Get the vehicle's position relative to the given lane. More...
 
double getBackPositionOnLane () const
 Get the vehicle's position relative to its current lane. More...
 
double getLateralPositionOnLane () const
 Get the vehicle's lateral position on the lane. More...
 
void setLateralPositionOnLane (double posLat)
 
double getRightSideOnLane () const
 Get the vehicle's lateral position on the lane: More...
 
double lateralDistanceToLane (const int offset) const
 Get the minimal lateral distance required to move fully onto the lane at given offset. More...
 
double getLateralOverlap () const
 return the amount by which the vehicle extends laterally outside it's primary lane More...
 
double getLateralOverlap (double posLat) const
 
double getRightSideOnEdge (const MSLane *lane=0) const
 Get the vehicle's lateral position on the edge of the given lane (or its current edge if lane == 0) More...
 
double getCenterOnEdge (const MSLane *lane=0) const
 Get the vehicle's lateral position on the edge of the given lane (or its current edge if lane == 0) More...
 
double getLatOffset (const MSLane *lane) const
 Get the offset that that must be added to interpret myState.myPosLat for the given lane. More...
 
double getSpeed () const
 Returns the vehicle's current speed. More...
 
double getPreviousSpeed () const
 Returns the vehicle's speed before the previous time step. More...
 
void setPreviousSpeed (double prevspeed)
 Sets the influenced previous speed. More...
 
double getAcceleration () const
 Returns the vehicle's acceleration in m/s (this is computed as the last step's mean acceleration in case that a stop occurs within the middle of the time-step) More...
 
double getCurrentApparentDecel () const
 get apparent deceleration based on vType parameters and current acceleration More...
 
SUMOTime getActionStepLength () const
 Returns the vehicle's action step length in millisecs, i.e. the interval between two action points. More...
 
double getActionStepLengthSecs () const
 Returns the vehicle's action step length in secs, i.e. the interval between two action points. More...
 
SUMOTime getLastActionTime () const
 Returns the time of the vehicle's last action point. More...
 
strategical/tactical lane choosing methods
const std::vector< LaneQ > & getBestLanes () const
 Returns the description of best lanes to use in order to continue the route. More...
 
void updateBestLanes (bool forceRebuild=false, const MSLane *startLane=0)
 computes the best lanes to use in order to continue the route More...
 
const std::vector< MSLane * > & getBestLanesContinuation () const
 Returns the best sequence of lanes to continue the route starting at myLane. More...
 
const std::vector< MSLane * > & getBestLanesContinuation (const MSLane *const l) const
 Returns the best sequence of lanes to continue the route starting at the given lane. More...
 
const std::vector< const MSLane * > getUpcomingLanesUntil (double distance) const
 Returns the upcoming (best followed by default 0) sequence of lanes to continue the route starting at the current lane. More...
 
const std::vector< const MSLane * > getPastLanesUntil (double distance) const
 Returns the sequence of past lanes (right-most on edge) based on the route starting at the current lane. More...
 
int getBestLaneOffset () const
 
void adaptBestLanesOccupation (int laneIndex, double density)
 update occupation from MSLaneChanger More...
 
vehicle stops definitions and i/o
bool replaceParkingArea (MSParkingArea *parkingArea, std::string &errorMsg)
 replace the current parking area stop with a new stop with merge duration More...
 
MSParkingAreagetNextParkingArea ()
 get the upcoming parking area stop or nullptr More...
 
MSParkingAreagetCurrentParkingArea ()
 get the current parking area stop or nullptr More...
 
bool hasDriverState () const
 Whether this vehicle is equipped with a MSDriverState. More...
 
SUMOTime remainingStopDuration () const
 Returns the remaining stop duration for a stopped vehicle or 0. More...
 
bool stopsAt (MSStoppingPlace *stop) const
 Returns whether the vehicle stops at the given stopping place. More...
 
bool stopsAtEdge (const MSEdge *edge) const
 Returns whether the vehicle stops at the given edge. More...
 
bool willStop () const
 Returns whether the vehicle will stop on the current edge. More...
 
bool isStoppedOnLane () const
 
bool keepStopping (bool afterProcessing=false) const
 Returns whether the vehicle is stopped and must continue to do so. More...
 
SUMOTime collisionStopTime () const
 Returns the remaining time a vehicle needs to stop due to a collision. A negative value indicates that the vehicle is not stopping due to a collision (or at all) More...
 
bool isRemoteControlled () const
 Returns the information whether the vehicle is fully controlled via TraCI. More...
 
bool wasRemoteControlled (SUMOTime lookBack=DELTA_T) const
 Returns the information whether the vehicle is fully controlled via TraCI within the lookBack time. More...
 
double nextStopDist () const
 return the distance to the next stop or doubleMax if there is none. More...
 
state io
bool isStopped () const
 Returns whether the vehicle is at a stop. More...
 
bool isParking () const
 Returns whether the vehicle is parking. More...
 
bool isStoppedTriggered () const
 Returns whether the vehicle is on a triggered stop. More...
 
bool isStoppedInRange (const double pos, const double tolerance) const
 return whether the given position is within range of the current stop More...
 
bool hasStops () const
 Returns whether the vehicle has to stop somewhere. More...
 
double basePos (const MSEdge *edge) const
 departure position where the vehicle fits fully onto the edge (if possible) More...
 
bool addStop (const SUMOVehicleParameter::Stop &stopPar, std::string &errorMsg, SUMOTime untilOffset=0, bool collision=false, MSRouteIterator *searchStart=nullptr)
 Adds a stop. More...
 
void addStops (const bool ignoreStopErrors, MSRouteIterator *searchStart=nullptr)
 Adds stops to the built vehicle. More...
 
bool haveValidStopEdges () const
 check whether all stop.edge MSRouteIterators are valid and in order More...
 
const ConstMSEdgeVector getStopEdges (double &firstPos, double &lastPos) const
 Returns the list of still pending stop edges also returns the first and last stop position. More...
 
std::vector< std::pair< int, double > > getStopIndices () const
 return list of route indices for the remaining stops More...
 
const std::list< MSStop > & getStops () const
 
const std::vector< SUMOVehicleParameter::Stop > & getPastStops () const
 
bool abortNextStop (int nextStopIndex=0)
 deletes the next stop at the given index if it exists More...
 
int getRNGIndex () const
 
std::mt19937 * getRNG () const
 
NumericalID getNumericalID () const
 return the numerical ID which is only for internal usage More...
 
const MSDevice_TransportablegetPersonDevice () const
 
const MSDevice_TransportablegetContainerDevice () const
 
inherited from GUIGlObject
GUIGLObjectPopupMenugetPopUpMenu (GUIMainWindow &app, GUISUMOAbstractView &parent)
 Returns an own popup-menu. More...
 
void removedPopupMenu ()
 notify object about popup menu removal More...
 
virtual Boundary getCenteringBoundary () const
 Returns the boundary to which the view shall be centered in order to show the object. More...
 
const std::string getOptionalName () const
 Returns the value for generic parameter 'name' or ''. More...
 
void drawOnPos (const GUIVisualizationSettings &s, const Position &pos, const double angle) const
 Draws the object on the specified position with the specified angle. More...
 
void drawGL (const GUIVisualizationSettings &s) const
 Draws the object. More...
 
virtual void drawGLAdditional (GUISUMOAbstractView *const parent, const GUIVisualizationSettings &s) const
 Draws additionally triggered visualisations. More...
 
Atomar getter methods

Returns the full name appearing in the tool tip

Returns
This object's typed id
const std::string & getFullName () const
 
virtual std::string getParentName () const
 Returns the name of the parent object (if any) More...
 
GUIGlID getGlID () const
 Returns the numerical id of the object. More...
 
interfaces to be implemented by derived classes
virtual const std::string & getMicrosimID () const
 Returns the id of the object as known to microsim. More...
 
virtual void setMicrosimID (const std::string &newID)
 Changes the microsimID of the object. More...
 
GUIGlObjectType getType () const
 Returns the type of the object as coded in GUIGlObjectType. More...
 
Parameter table window I/O

Lets this object know a parameter window showing the object's values was opened

Parameters
[in]wThe opened parameter window
void addParameterTable (GUIParameterTableWindow *w)
 
void removeParameterTable (GUIParameterTableWindow *w)
 Lets this object know a parameter window showing the object's values was closed. More...
 

Static Public Member Functions

template<class T >
static std::string getIDSecure (const T *obj, const std::string &fallBack="NULL")
 get an identifier for Named-like object which may be Null More...
 
static int nextLinkPriority (const std::vector< MSLane * > &conts)
 get a numerical value for the priority of the upcoming link More...
 
static bool setFunctionalColor (int activeScheme, const MSBaseVehicle *veh, RGBColor &col)
 sets the color according to the current scheme index and some vehicle function More...
 

Data Fields

Manoeuvre myManoeuvre
 

Static Public Attributes

static const GUIGlID INVALID_ID = 0
 
static StringBijection< GUIGlObjectTypeTypeNames
 associates object types with strings More...
 

Protected Types

typedef std::vector< DriveProcessItemDriveItemVector
 Container for used Links/visited Lanes during planMove() and executeMove. More...
 

Protected Member Functions

void adaptToLeader (const std::pair< const MSVehicle *, double > leaderInfo, const double seen, DriveProcessItem *const lastLink, const MSLane *const lane, double &v, double &vLinkPass, double distToCrossing=-1) const
 
void adaptToLeaders (const MSLeaderInfo &ahead, double latOffset, const double seen, DriveProcessItem *const lastLink, const MSLane *const lane, double &v, double &vLinkPass) const
 
void boardTransportables (MSStop &stop)
 board persons and load transportables at the given stop More...
 
void buildAdditionalsPopupOptions (GUIMainWindow &app, GUIGLObjectPopupMenu *ret, const std::string &type)
 build basic additional popup options. Used to unify pop-ups menu in netedit and SUMO-GUI More...
 
void buildShapePopupOptions (GUIMainWindow &app, GUIGLObjectPopupMenu *ret, const std::string &type)
 build basic shape popup options. Used to unify pop-ups menu in netedit and SUMO-GUI More...
 
void checkLinkLeader (const MSLink *link, const MSLane *lane, double seen, DriveProcessItem *const lastLink, double &v, double &vLinkPass, double &vLinkWait, bool &setRequest, bool isShadowLink=false) const
 checks for link leaders on the given link More...
 
void checkLinkLeaderCurrentAndParallel (const MSLink *link, const MSLane *lane, double seen, DriveProcessItem *const lastLink, double &v, double &vLinkPass, double &vLinkWait, bool &setRequest) const
 checks for link leaders of the current link as well as the parallel link (if there is one) More...
 
double checkReversal (bool &canReverse, double speedThreshold=SUMO_const_haltingSpeed, double seen=0) const
 
void checkRewindLinkLanes (const double lengthsInFront, DriveItemVector &lfLinks) const
 runs heuristic for keeping the intersection clear in case of downstream jamming More...
 
void computeSeats (const Position &front, const Position &back, double seatOffset, int maxSeats, double exaggeration, int &requiredSeats, Seats &into) const
 add seats to mySeatPositions and update requiredSeats More...
 
bool drawAction_drawVehicleAsPolyWithCarriagges (const GUIVisualizationSettings &s, bool asImage=false) const
 draw vehicle body and return whether carriages are being drawn More...
 
void drawOutsideNetwork (bool add)
 register vehicle for drawing while outside the network More...
 
double estimateLeaveSpeed (const MSLink *const link, const double vLinkPass) const
 estimate leaving speed when accelerating across a link More...
 
double estimateTimeToNextStop () const
 
const MSLanegetBackLane () const
 
double getBrakeGap () const
 get distance for coming to a stop (used for rerouting checks) More...
 
const SeatgetContainerPosition (int containerIndex) const
 
const SeatgetSeatPosition (int personIndex) const
 returns the seat position for the person with the given index More...
 
const MSVehicleTypegetVType () const
 A shortcut to myVehicle.myType. More...
 
bool ignoreRed (const MSLink *link, bool canBrake) const
 decide whether a red (or yellow light) may be ignore More...
 
bool joinTrainPart (MSVehicle *veh)
 try joining the given vehicle to the rear of this one (to resolve joinTriggered) More...
 
bool joinTrainPartFront (MSVehicle *veh)
 try joining the given vehicle to the front of this one (to resolve joinTriggered) More...
 
bool keepClear (const MSLink *link) const
 decide whether the given link must be kept clear More...
 
void planMoveInternal (const SUMOTime t, MSLeaderInfo ahead, DriveItemVector &lfLinks, double &myStopDist, std::pair< double, LinkDirection > &myNextTurn) const
 
void processLaneAdvances (std::vector< MSLane * > &passedLanes, std::string &emergencyReason)
 This method checks if the vehicle has advanced over one or several lanes along its route and triggers the corresponding actions for the lanes and the vehicle. and adapts the given in/out parameters to the appropriate values. More...
 
void processLinkApproaches (double &vSafe, double &vSafeMin, double &vSafeMinDist)
 This method iterates through the driveprocess items for the vehicle and adapts the given in/out parameters to the appropriate values. More...
 
double processTraCISpeedControl (double vSafe, double vNext)
 Check for speed advices from the traci client and adjust the speed vNext in the current (euler) / after the current (ballistic) simstep accordingly. More...
 
void removeApproachingInformation (const DriveItemVector &lfLinks) const
 unregister approach from all upcoming links More...
 
void removePassedDriveItems ()
 Erase passed drive items from myLFLinkLanes (and unregister approaching information for corresponding links). Further, myNextDriveItem is reset. More...
 
void setBlinkerInformation ()
 sets the blue flashing light for emergency vehicles More...
 
void setBrakingSignals (double vNext)
 sets the braking lights on/off More...
 
RGBColor setColor (const GUIVisualizationSettings &s) const
 sets the color according to the currente settings More...
 
void setEmergencyBlueLight (SUMOTime currentTime)
 sets the blue flashing light for emergency vehicles More...
 
void updateOccupancyAndCurrentBestLane (const MSLane *startLane)
 updates LaneQ::nextOccupation and myCurrentLaneInBestLanes More...
 
void updateState (double vNext)
 updates the vehicles state, given a next value for its speed. This value can be negative in case of the ballistic update to indicate a stop within the next timestep. (You can call this a 'hack' to emulate reasoning based on accelerations: The assumed constant acceleration a within the next time step is then a = (vNext - vCurrent)/TS ) More...
 
void updateTimeLoss (double vNext)
 Updates the vehicle's time loss. More...
 
void updateWaitingTime (double vNext)
 Updates the vehicle's waiting time counters (accumulated and consecutive) More...
 
Position validatePosition (Position result, double offset=0) const
 ensure that a vehicle-relative position is not invalid More...
 
helper methods for building popup-menus
void buildPopupHeader (GUIGLObjectPopupMenu *ret, GUIMainWindow &app, bool addSeparator=true)
 Builds the header. More...
 
void buildCenterPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true)
 Builds an entry which allows to center to the object. More...
 
void buildNameCopyPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true)
 Builds entries which allow to copy the name / typed name into the clipboard. More...
 
void buildSelectionPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true)
 Builds an entry which allows to (de)select the object. More...
 
void buildShowParamsPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true)
 Builds an entry which allows to open the parameter window. More...
 
void buildShowTypeParamsPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true)
 Builds an entry which allows to open the type parameter window. More...
 
void buildPositionCopyEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true)
 Builds an entry which allows to copy the cursor position if geo projection is used, also builds an entry for copying the geo-position. More...
 
void buildShowManipulatorPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true)
 Builds an entry which allows to open the manipulator window. More...
 

Static Protected Member Functions

static void drawLinkItem (const Position &pos, SUMOTime arrivalTime, SUMOTime leaveTime, double exagerate)
 

Protected Attributes

double myAcceleration
 The current acceleration after dawdling in m/s. More...
 
bool myActionStep
 The flag myActionStep indicates whether the current time step is an action point for the vehicle. More...
 
bool myAmIdling
 Whether the vehicle is trying to enter the network (eg after parking so engine is running) More...
 
bool myAmOnNet
 Whether the vehicle is on the network (not parking, teleported, vaporized, or arrived) More...
 
bool myAmRegisteredAsWaitingForContainer
 Whether this vehicle is registered as waiting for a container (for deadlock-recognition) More...
 
bool myAmRegisteredAsWaitingForPerson
 Whether this vehicle is registered as waiting for a person (for deadlock-recognition) More...
 
double myAngle
 the angle in radians ( More...
 
int myArrivalLane
 The destination lane where the vehicle stops. More...
 
double myArrivalPos
 The position on the destination lane where the vehicle stops. More...
 
std::vector< std::vector< LaneQ > > myBestLanes
 
Position myCachedPosition
 
SUMOTime myCollisionImmunity
 amount of time for which the vehicle is immune from collisions More...
 
MSDevice_TransportablemyContainerDevice
 The containers this vehicle may have. More...
 
Seats myContainerPositions
 
std::vector< LaneQ >::iterator myCurrentLaneInBestLanes
 
double myDepartPos
 The real depart position. More...
 
SUMOTime myDeparture
 The real departure time. More...
 
std::vector< MSVehicleDevice * > myDevices
 The devices this vehicle has. More...
 
MSDevice_DriverStatemyDriverState
 This vehicle's driver state. More...
 
std::vector< MSLane * > myFurtherLanes
 The information into which lanes the vehicle laps into. More...
 
std::vector< double > myFurtherLanesPosLat
 lateral positions on further lanes More...
 
bool myHaveToWaitOnNextLink
 
std::string myID
 The name of the object. More...
 
SUMOTime myJunctionConflictEntryTime
 
SUMOTime myJunctionEntryTime
 time at which the current junction was entered More...
 
SUMOTime myJunctionEntryTimeNeverYield
 
MSLanemyLane
 The lane the vehicle is on. More...
 
MSAbstractLaneChangeModelmyLaneChangeModel
 
SUMOTime myLastActionTime
 Action offset (actions are taken at time myActionOffset + N*getActionStepLength()) Initialized to 0, to be set at insertion. More...
 
const MSEdgemyLastBestLanesEdge
 
const MSLanemyLastBestLanesInternalLane
 
DriveItemVector myLFLinkLanes
 container for the planned speeds in the current step More...
 
DriveItemVector myLFLinkLanesPrev
 planned speeds from the previous step for un-registering from junctions after the new container is filled More...
 
FXMutex myLock
 The mutex used to avoid concurrent updates of the vehicle buffer. More...
 
DriveItemVector::iterator myNextDriveItem
 iterator pointing to the next item in myLFLinkLanes More...
 
std::pair< double, LinkDirectionmyNextTurn
 the upcoming turn for the vehicle More...
 
int myNumberReroutes
 The number of reroutings. More...
 
double myOdometer
 A simple odometer to keep track of the length of the route already driven. More...
 
MSDevice_TransportablemyPersonDevice
 The passengers this vehicle may have. More...
 
int myRouteValidity
 status of the current vehicle route More...
 
Seats mySeatPositions
 positions of seats in the vehicle (updated at every drawing step) More...
 
int mySignals
 State of things of the vehicle that can be on or off. More...
 
State myState
 This Vehicles driving state (pos and speed) More...
 
double myStopDist
 distance to the next stop or doubleMax if there is none More...
 
SUMOTime myStopUntilOffset
 The offset when adding route stops with 'until' on route replacement. More...
 
double myTimeLoss
 the time loss in seconds due to driving with less than maximum speed More...
 
SUMOTime myWaitingTime
 The time the vehicle waits (is not faster than 0.1m/s) in seconds. More...
 
WaitingTimeCollector myWaitingTimeCollector
 

Static Protected Attributes

static std::vector< MSLane * > myEmptyLaneVector
 
static std::vector< MSTransportable * > myEmptyTransportableVector
 
static const SUMOTime NOT_YET_DEPARTED = SUMOTime_MAX
 

Private Member Functions

MSEdgeWeightsStorage_getWeightsStorage () const
 
std::string createFullName () const
 create full name More...
 
void drawAction_drawCarriageClass (const GUIVisualizationSettings &s, bool asImage) const
 draws the given guiShape with distinct carriages/modules More...
 
MSLanegetPreviousLane (MSLane *current, int &furtherIndex) const
 
std::string getStopInfo () const
 retrieve information about the current stop state More...
 

Private Attributes

MSCFModel::VehicleVariablesmyCFVariables
 The per vehicle variables of the car following model. More...
 
MSEdgeWeightsStoragemyEdgeWeights
 
std::string myFullName
 full name of GL Object More...
 
GUIGlID myGlID
 The numerical id of the object. More...
 
const GUIGlObjectType myGLObjectType
 The type of the object. More...
 
InfluencermyInfluencer
 An instance of a velocity/lane influencing instance; built in "getInfluencer". More...
 
std::string myMicrosimID
 ID of GL object. More...
 
const NumericalID myNumericalID
 
std::set< GUIParameterTableWindow * > myParamWindows
 Parameter table windows which refer to this object. More...
 
GUIGLObjectPopupMenumyPopup
 current popup (to clean up in destructor). GUIBaseVehicle is not responsible for removal More...
 
MSDevice_VehroutesmyRoutes
 
MSBaseVehiclemyVehicle
 The vehicle to which all calls should be delegated. More...
 

Static Private Attributes

static StringBijection< GUIGlObjectType >::Entry GUIGlObjectTypeNamesInitializer []
 LinkStates (Currently unused) More...
 
static NumericalID myCurrentNumericalIndex = 0
 

Interaction with move reminders

void workOnMoveReminders (double oldPos, double newPos, double newSpeed)
 Processes active move reminder. More...
 
void workOnIdleReminders ()
 cycle through vehicle devices invoking notifyIdle More...
 
bool checkActionStep (const SUMOTime t)
 Returns whether the vehicle is supposed to take action in the current simulation step Updates myActionStep and myLastActionTime in case that the current simstep is an action step. More...
 
void resetActionOffset (const SUMOTime timeUntilNextAction=0)
 Resets the action offset for the vehicle. More...
 
void updateActionOffset (const SUMOTime oldActionStepLength, const SUMOTime newActionStepLength)
 Process an updated action step length value (only affects the vehicle's action offset, The actionStepLength is stored in the (singular) vtype) More...
 
void planMove (const SUMOTime t, const MSLeaderInfo &ahead, const double lengthsInFront)
 Compute safe velocities for the upcoming lanes based on positions and speeds from the last time step. Also registers ApproachingVehicleInformation for all links. More...
 
void setApproachingForAllLinks (const SUMOTime t)
 Register junction approaches for all link items in the current plan. More...
 
bool executeMove ()
 Executes planned vehicle movements with regards to right-of-way. More...
 
void executeFractionalMove (double dist)
 move vehicle forward by the given distance during insertion More...
 
double getDeltaPos (const double accel) const
 calculates the distance covered in the next integration step given an acceleration and assuming the current velocity. (gives different results for different integration methods, e.g., euler vs. ballistic) More...
 
void adaptLaneEntering2MoveReminder (const MSLane &enteredLane)
 Adapts the vehicle's entering of a new lane. More...
 

Other getter methods

double getSlope () const
 Returns the slope of the road at vehicle's position in degrees. More...
 
Position getPositionAlongBestLanes (double offset) const
 Return the (x,y)-position, which the vehicle would reach if it continued along its best continuation lanes from the current for a distance of offset m. More...
 
const MSLanegetLane () const
 Returns the lane the vehicle is on. More...
 
MSLanegetMutableLane () const
 Returns the lane the vehicle is on Non const version indicates that something volatile is going on. More...
 
double getMaxSpeedOnLane () const
 Returns the maximal speed for the vehicle on its current lane (including speed factor and deviation, i.e., not necessarily the allowed speed limit) More...
 
bool isOnRoad () const
 Returns the information whether the vehicle is on a road (is simulated) More...
 
void setIdling (bool amIdling)
 access function for Idling flag used to record whether vehicle is waiting to enter lane (after parking) More...
 
bool isIdling () const
 Returns whether a sim vehicle is waiting to enter a lane (after parking has completed) More...
 
bool isActive () const
 Returns whether the current simulation step is an action point for the vehicle. More...
 
bool isActionStep (SUMOTime t) const
 Returns whether the next simulation step will be an action point for the vehicle. More...
 
bool isFrontOnLane (const MSLane *lane) const
 Returns the information whether the front of the vehicle is on the given lane. More...
 
const MSEdgegetRerouteOrigin () const
 Returns the starting point for reroutes (usually the current edge) More...
 
SUMOTime getWaitingTime () const
 Returns the SUMOTime waited (speed was lesser than 0.1m/s) More...
 
SUMOTime getTimeLoss () const
 Returns the SUMOTime lost (speed was lesser maximum speed) More...
 
SUMOTime getAccumulatedWaitingTime () const
 Returns the SUMOTime waited (speed was lesser than 0.1m/s) within the last t millisecs. More...
 
double getWaitingSeconds () const
 Returns the number of seconds waited (speed was lesser than 0.1m/s) More...
 
double getAccumulatedWaitingSeconds () const
 Returns the number of seconds waited (speed was lesser than 0.1m/s) within the last millisecs. More...
 
double getTimeLossSeconds () const
 Returns the time loss in seconds. More...
 
double getStopDelay () const
 Returns the public transport stop delay in seconds. More...
 
double getStopArrivalDelay () const
 Returns the estimated public transport stop arrival delay in seconds. More...
 
Position getVelocityVector () const
 Returns the vehicle's direction in radians. More...
 
double computeAngle () const
 compute the current vehicle angle More...
 
void setAngle (double angle, bool straightenFurther=false)
 Set a custom vehicle angle in rad, optionally updates furtherLanePosLat. More...
 
void setActionStepLength (double actionStepLength, bool resetActionOffset=true)
 Sets the action steplength of the vehicle. More...
 
bool congested () const
 
void activateReminders (const MSMoveReminder::Notification reason, const MSLane *enteredLane=0)
 "Activates" all current move reminder More...
 
bool enterLaneAtMove (MSLane *enteredLane, bool onTeleporting=false)
 Update when the vehicle enters a new lane in the move step. More...
 
void enterLaneAtInsertion (MSLane *enteredLane, double pos, double speed, double posLat, MSMoveReminder::Notification notification)
 Update when the vehicle enters a new lane in the emit step. More...
 
void setTentativeLaneAndPosition (MSLane *lane, double pos, double posLat=0)
 set tentative lane and position during insertion to ensure that all cfmodels work (some of them require veh->getLane() to return a valid lane) Once the vehicle is sucessfully inserted the lane is set again (see enterLaneAtInsertion) More...
 
void enterLaneAtLaneChange (MSLane *enteredLane)
 Update when the vehicle enters a new lane in the laneChange step. More...
 
void leaveLane (const MSMoveReminder::Notification reason, const MSLane *approachedLane=0)
 Update of members if vehicle leaves a new lane in the lane change step or at arrival. More...
 
void updateDriveItems ()
 Check whether the drive items (myLFLinkLanes) are up to date, and update them if required. More...
 
const std::pair< double, LinkDirection > & getNextTurn ()
 Get the distance and direction of the next upcoming turn for the vehicle (within its look-ahead range) More...
 
MSAbstractLaneChangeModelgetLaneChangeModel ()
 
const MSAbstractLaneChangeModelgetLaneChangeModel () const
 
const std::vector< MSLane * > & getFurtherLanes () const
 
const std::vector< double > & getFurtherLanesPosLat () const
 
bool onFurtherEdge (const MSEdge *edge) const
 whether this vehicle has its back (and no its front) on the given edge More...
 
static bool overlap (const MSVehicle *veh1, const MSVehicle *veh2)
 

Access to bool signals

void switchOnSignal (int signal)
 Switches the given signal on. More...
 
void switchOffSignal (int signal)
 Switches the given signal off. More...
 
int getSignals () const
 Returns the signals. More...
 
bool signalSet (int which) const
 Returns whether the given signal is on. More...
 
enum  Signalling {
  VEH_SIGNAL_NONE = 0 , VEH_SIGNAL_BLINKER_RIGHT = 1 , VEH_SIGNAL_BLINKER_LEFT = 2 , VEH_SIGNAL_BLINKER_EMERGENCY = 4 ,
  VEH_SIGNAL_BRAKELIGHT = 8 , VEH_SIGNAL_FRONTLIGHT = 16 , VEH_SIGNAL_FOGLIGHT = 32 , VEH_SIGNAL_HIGHBEAM = 64 ,
  VEH_SIGNAL_BACKDRIVE = 128 , VEH_SIGNAL_WIPER = 256 , VEH_SIGNAL_DOOR_OPEN_LEFT = 512 , VEH_SIGNAL_DOOR_OPEN_RIGHT = 1024 ,
  VEH_SIGNAL_EMERGENCY_BLUE = 2048 , VEH_SIGNAL_EMERGENCY_RED = 4096 , VEH_SIGNAL_EMERGENCY_YELLOW = 8192
}
 Some boolean values which describe the state of some vehicle parts. More...
 
enum  LaneChangeMode { LC_NEVER = 0 , LC_NOCONFLICT = 1 , LC_ALWAYS = 2 }
 modes for resolving conflicts between external control (traci) and vehicle control over lane changing. Each level of the lane-changing hierarchy (strategic, cooperative, speedGain, keepRight) can be controlled separately More...
 
enum  TraciLaneChangePriority { LCP_ALWAYS = 0 , LCP_NOOVERLAP = 1 , LCP_URGENT = 2 , LCP_OPPORTUNISTIC = 3 }
 modes for prioritizing traci lane change requests More...
 

state io

void saveState (OutputDevice &out)
 Saves the states of a vehicle. More...
 
void loadState (const SUMOSAXAttributes &attrs, const SUMOTime offset)
 Loads the state of this vehicle from the given description. More...
 
void loadPreviousApproaching (MSLink *link, bool setRequest, SUMOTime arrivalTime, double arrivalSpeed, SUMOTime arrivalTimeBraking, double arrivalSpeedBraking, double dist, double leaveSpeed)
 
double getSpaceTillLastStanding (const MSLane *l, bool &foundStopped) const
 

Emission retrieval

double getCO2Emissions () const
 Returns CO2 emission of the current state. More...
 
double getCOEmissions () const
 Returns CO emission of the current state. More...
 
double getHCEmissions () const
 Returns HC emission of the current state. More...
 
double getNOxEmissions () const
 Returns NOx emission of the current state. More...
 
double getPMxEmissions () const
 Returns PMx emission of the current state. More...
 
double getFuelConsumption () const
 Returns fuel consumption of the current state. More...
 
double getElectricityConsumption () const
 Returns electricity consumption of the current state. More...
 
double getStateOfCharge () const
 Returns actual state of charge of battery (Wh) RICE_CHECK: This may be a misnomer, SOC is typically percentage of the maximum battery capacity. More...
 
double getElecHybridCurrent () const
 Returns actual current (A) of ElecHybrid device RICE_CHECK: Is this the current consumed from the overhead wire or the current driving the poweertrain of the vehicle? More...
 
double getHarmonoise_NoiseEmissions () const
 Returns noise emissions of the current state. More...
 
const MSEdgeWeightsStoragegetWeightsStorage () const
 Returns the vehicle's internal edge travel times/efforts container. More...
 
MSEdgeWeightsStoragegetWeightsStorage ()
 
void calculateArrivalParams ()
 (Re-)Calculates the arrival position and lane from the vehicle parameters More...
 
const SUMOVehicleParametermyParameter
 This vehicle's parameter. More...
 
const MSRoutemyRoute
 This vehicle's route. More...
 
MSVehicleTypemyType
 This vehicle's type. More...
 
MSRouteIterator myCurrEdge
 Iterator to current route-edge. More...
 
double myChosenSpeedFactor
 A precomputed factor by which the driver wants to be faster than the speed limit. More...
 
std::list< MSStopmyStops
 The vehicle's list of stops. More...
 
std::vector< SUMOVehicleParameter::StopmyPastStops
 The list of stops that the vehicle has already reached. More...
 

Additional visualisations

bool hasActiveAddVisualisation (GUISUMOAbstractView *const parent, int which) const
 Returns whether the named feature is enabled in the given view. More...
 
void addActiveAddVisualisation (GUISUMOAbstractView *const parent, int which)
 Adds the named visualisation feature to the given view. More...
 
void removeActiveAddVisualisation (GUISUMOAbstractView *const parent, int which)
 Adds the named visualisation feature to the given view. More...
 
void drawRoute (const GUIVisualizationSettings &s, int routeNo, double darken, bool future=false, bool noLoop=false) const
 Chooses the route to draw and draws it, darkening it as given. More...
 
enum  VisualisationFeatures {
  VO_SHOW_BEST_LANES = 1 , VO_SHOW_ROUTE = 2 , VO_SHOW_ALL_ROUTES = 4 , VO_SHOW_LFLINKITEMS = 8 ,
  VO_DRAW_OUTSIDE_NETWORK = 16 , VO_SHOW_FUTURE_ROUTE = 32 , VO_SHOW_ROUTE_NOLOOP = 64
}
 Additional visualisation feature ids. More...
 
std::map< GUISUMOAbstractView *, int > myAdditionalVisualizations
 Enabled visualisations, per view. More...
 

Move reminder structures

typedef std::vector< std::pair< MSMoveReminder *, double > > MoveReminderCont
 Definition of a move reminder container. More...
 
MoveReminderCont myMoveReminders
 Currently relevant move reminders. More...
 

Detailed Description

A MSVehicle extended by some values for usage within the gui.

A visualisable MSVehicle. Extended by the possibility to retrieve names of all available vehicles (static) and the possibility to retrieve the color of the vehicle which is available in different forms allowing an easier recognition of done actions such as lane changing.

Definition at line 51 of file GUIVehicle.h.

Member Typedef Documentation

◆ DriveItemVector

typedef std::vector< DriveProcessItem > MSVehicle::DriveItemVector
protectedinherited

Container for used Links/visited Lanes during planMove() and executeMove.

Definition at line 1959 of file MSVehicle.h.

◆ MoveReminderCont

typedef std::vector< std::pair<MSMoveReminder*, double> > MSBaseVehicle::MoveReminderCont
protectedinherited

Definition of a move reminder container.

Definition at line 813 of file MSBaseVehicle.h.

◆ NumericalID

typedef long long int SUMOVehicle::NumericalID
inherited

Definition at line 60 of file SUMOVehicle.h.

◆ Seats

typedef std::vector<Seat> GUIBaseVehicle::Seats
inherited

Definition at line 76 of file GUIBaseVehicle.h.

Member Enumeration Documentation

◆ ChangeRequest

enum MSVehicle::ChangeRequest
inherited

Requests set via TraCI.

Enumerator
REQUEST_NONE 

vehicle doesn't want to change

REQUEST_LEFT 

vehicle want's to change to left lane

REQUEST_RIGHT 

vehicle want's to change to right lane

REQUEST_HOLD 

vehicle want's to keep the current lane

Definition at line 194 of file MSVehicle.h.

◆ LaneChangeMode

enum MSVehicle::LaneChangeMode
inherited

modes for resolving conflicts between external control (traci) and vehicle control over lane changing. Each level of the lane-changing hierarchy (strategic, cooperative, speedGain, keepRight) can be controlled separately

Enumerator
LC_NEVER 
LC_NOCONFLICT 
LC_ALWAYS 

Definition at line 1115 of file MSVehicle.h.

◆ ManoeuvreType

enum MSVehicle::ManoeuvreType
inherited

flag identifying which, if any, manoeuvre is in progress

Enumerator
MANOEUVRE_ENTRY 

Manoeuvre into stopping place.

MANOEUVRE_EXIT 

Manoeuvre out of stopping place.

MANOEUVRE_NONE 

not manouevring

Definition at line 1238 of file MSVehicle.h.

◆ RouteValidity

Enumerator
ROUTE_VALID 
ROUTE_UNCHECKED 
ROUTE_INVALID 

route was checked and is valid

ROUTE_START_INVALID_PERMISSIONS 
ROUTE_START_INVALID_LANE 

Definition at line 66 of file MSBaseVehicle.h.

◆ Signalling

enum MSVehicle::Signalling
inherited

Some boolean values which describe the state of some vehicle parts.

Enumerator
VEH_SIGNAL_NONE 

Everything is switched off.

VEH_SIGNAL_BLINKER_RIGHT 

Right blinker lights are switched on.

VEH_SIGNAL_BLINKER_LEFT 

Left blinker lights are switched on.

VEH_SIGNAL_BLINKER_EMERGENCY 

Blinker lights on both sides are switched on.

VEH_SIGNAL_BRAKELIGHT 

The brake lights are on.

VEH_SIGNAL_FRONTLIGHT 

The front lights are on (no visualisation)

VEH_SIGNAL_FOGLIGHT 

The fog lights are on (no visualisation)

VEH_SIGNAL_HIGHBEAM 

The high beam lights are on (no visualisation)

VEH_SIGNAL_BACKDRIVE 

The backwards driving lights are on (no visualisation)

VEH_SIGNAL_WIPER 

The wipers are on.

VEH_SIGNAL_DOOR_OPEN_LEFT 

One of the left doors is opened.

VEH_SIGNAL_DOOR_OPEN_RIGHT 

One of the right doors is opened.

VEH_SIGNAL_EMERGENCY_BLUE 

A blue emergency light is on.

VEH_SIGNAL_EMERGENCY_RED 

A red emergency light is on.

VEH_SIGNAL_EMERGENCY_YELLOW 

A yellow emergency light is on.

Definition at line 1077 of file MSVehicle.h.

◆ TraciLaneChangePriority

modes for prioritizing traci lane change requests

Enumerator
LCP_ALWAYS 
LCP_NOOVERLAP 
LCP_URGENT 
LCP_OPPORTUNISTIC 

Definition at line 1123 of file MSVehicle.h.

◆ VisualisationFeatures

Additional visualisation feature ids.

Enumerator
VO_SHOW_BEST_LANES 

show vehicle's best lanes

VO_SHOW_ROUTE 

show vehicle's current route

VO_SHOW_ALL_ROUTES 

show all vehicle's routes

VO_SHOW_LFLINKITEMS 

LFLinkItems.

VO_DRAW_OUTSIDE_NETWORK 

draw vehicle outside the road network

VO_SHOW_FUTURE_ROUTE 

show vehicle's current continued from the current position

VO_SHOW_ROUTE_NOLOOP 

show vehicle's routes without loops

Definition at line 302 of file GUIBaseVehicle.h.

Constructor & Destructor Documentation

◆ GUIVehicle()

GUIVehicle::GUIVehicle ( SUMOVehicleParameter pars,
const MSRoute route,
MSVehicleType type,
const double  speedFactor 
)

Constructor.

Parameters
[in]parsThe vehicle description
[in]routeThe vehicle's route
[in]typeThe vehicle's type
[in]speedFactorThe factor for driven lane's speed limits
Exceptions
ProcessErrorIf a value is wrong

Definition at line 85 of file GUIVehicle.cpp.

◆ ~GUIVehicle()

GUIVehicle::~GUIVehicle ( )

destructor

Definition at line 95 of file GUIVehicle.cpp.

Member Function Documentation

◆ _getWeightsStorage()

MSEdgeWeightsStorage & MSBaseVehicle::_getWeightsStorage ( ) const
privateinherited

Definition at line 1257 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myEdgeWeights.

Referenced by MSBaseVehicle::getWeightsStorage().

Here is the caller graph for this function:

◆ abortNextStop()

bool MSBaseVehicle::abortNextStop ( int  nextStopIndex = 0)
virtualinherited

deletes the next stop at the given index if it exists

Implements SUMOVehicle.

Definition at line 1124 of file MSBaseVehicle.cpp.

References MSBaseVehicle::hasStops(), MSBaseVehicle::isStopped(), MSBaseVehicle::myStops, and MSBaseVehicle::resumeFromStopping().

Referenced by MSDevice_Taxi::customerArrived().

Here is the caller graph for this function:

◆ activateReminders()

void MSVehicle::activateReminders ( const MSMoveReminder::Notification  reason,
const MSLane enteredLane = 0 
)
virtualinherited

"Activates" all current move reminder

For all move reminder stored in "myMoveReminders", their method "MSMoveReminder::notifyEnter" is called.

Parameters
[in]reasonThe reason for changing the reminders' states
[in]enteredLaneThe lane, which is entered (if applicable)
See also
MSMoveReminder
MSMoveReminder::notifyEnter
MSMoveReminder::Notification

Reimplemented from MSBaseVehicle.

Definition at line 4419 of file MSVehicle.cpp.

References MSBaseVehicle::myMoveReminders.

Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), and MSVehicle::processNextStop().

Here is the caller graph for this function:

◆ adaptBestLanesOccupation()

void MSVehicle::adaptBestLanesOccupation ( int  laneIndex,
double  density 
)
inherited

update occupation from MSLaneChanger

Definition at line 5262 of file MSVehicle.cpp.

References MSVehicle::myBestLanes.

Referenced by MSLaneChanger::change(), and MSLaneChangerSublane::change().

Here is the caller graph for this function:

◆ adaptLaneEntering2MoveReminder()

void MSVehicle::adaptLaneEntering2MoveReminder ( const MSLane enteredLane)
protectedinherited

Adapts the vehicle's entering of a new lane.

All offsets already stored in "myOldLaneMoveReminderOffsets" are increased by the length that has been left. All still active move reminders from "myMoveReminders" are put into "myOldLaneMoveReminders" and the offset to the last lane is added to "myOldLaneMoveReminderOffsets" for each of these.

Move reminder from the given lane are set into "myMoveReminders".

"myLane" must still be the left lane!

Parameters
[in]enteredLane
See also
MSMoveReminder
MSLane::getMoveReminder

Definition at line 1089 of file MSVehicle.cpp.

References MSBaseVehicle::addReminder(), MSLane::getLength(), MSLane::getMoveReminders(), MSVehicle::myLane, and MSBaseVehicle::myMoveReminders.

Referenced by MSVehicle::enterLaneAtMove().

Here is the caller graph for this function:

◆ adaptToLeader()

void MSVehicle::adaptToLeader ( const std::pair< const MSVehicle *, double >  leaderInfo,
const double  seen,
DriveProcessItem *const  lastLink,
const MSLane *const  lane,
double &  v,
double &  vLinkPass,
double  distToCrossing = -1 
) const
protectedinherited

Definition at line 2575 of file MSVehicle.cpp.

References MSVehicle::DriveProcessItem::adaptLeaveSpeed(), DEBUG_COND, Named::getID(), MSVehicle::getSafeFollowSpeed(), MIN2(), MSVehicle::myLane, and SIMTIME.

Referenced by MSVehicle::adaptToLeaders(), and MSVehicle::checkLinkLeader().

Here is the caller graph for this function:

◆ adaptToLeaders()

void MSVehicle::adaptToLeaders ( const MSLeaderInfo ahead,
double  latOffset,
const double  seen,
DriveProcessItem *const  lastLink,
const MSLane *const  lane,
double &  v,
double &  vLinkPass 
) const
protectedinherited

◆ addActiveAddVisualisation()

void GUIBaseVehicle::addActiveAddVisualisation ( GUISUMOAbstractView *const  parent,
int  which 
)
inherited

Adds the named visualisation feature to the given view.

Parameters
[in]parentThe view for which the feature shall be enabled
[in]whichThe visualisation feature to enable
See also
GUISUMOAbstractView::addAdditionalGLVisualisation

Definition at line 769 of file GUIBaseVehicle.cpp.

References GUISUMOAbstractView::addAdditionalGLVisualisation(), and GUIBaseVehicle::myAdditionalVisualizations.

Referenced by GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowAllRoutes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowBestLanes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowCurrentRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowFutureRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowLFLinkItems(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowRouteNoLoops(), and GUIViewTraffic::onGamingClick().

Here is the caller graph for this function:

◆ addParameterTable()

void GUIGlObject::addParameterTable ( GUIParameterTableWindow w)
inherited

Definition at line 309 of file GUIGlObject.cpp.

References GUIGlObject::myParamWindows.

Referenced by GUIParameterTableWindow::GUIParameterTableWindow().

Here is the caller graph for this function:

◆ addReminder()

void MSBaseVehicle::addReminder ( MSMoveReminder rem)
inherited

Adds a MoveReminder dynamically.

Parameters
[in]remthe reminder to add
See also
MSMoveReminder

Definition at line 637 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myMoveReminders.

Referenced by MSVehicle::adaptLaneEntering2MoveReminder(), MESegment::addReminders(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), and MSVehicle::processNextStop().

Here is the caller graph for this function:

◆ addStop()

bool MSBaseVehicle::addStop ( const SUMOVehicleParameter::Stop stopPar,
std::string &  errorMsg,
SUMOTime  untilOffset = 0,
bool  collision = false,
MSRouteIterator searchStart = nullptr 
)
virtualinherited

Adds a stop.

The stop is put into the sorted list.

Parameters
[in]stopThe stop to add
Returns
Whether the stop could be added

Implements SUMOVehicle.

Definition at line 826 of file MSBaseVehicle.cpp.

References MSLane::allowsVehicleClass(), SUMOVehicleParameter::Stop::arrival, BASE, MSBaseVehicle::basePos(), MSStop::busstop, MSStop::chargingStation, MSStop::collision, MSStop::containerstop, DEFAULT, SUMOVehicleParameter::departPos, SUMOVehicleParameter::departPosProcedure, MSEdge::dictionary(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::getEdge(), MSLane::getEdge(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), MSBaseVehicle::getLength(), MSLane::getLength(), MSVehicleType::getLength(), MSLane::getNextNormal(), MSEdge::getNormalBefore(), SUMOTrafficObject::getPositionOnLane(), MELoop::getSegmentForEdge(), MSBaseVehicle::getVClass(), MSVehicleType::getVehicleClass(), GIVEN, MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSBaseVehicle::handleCollisionStop(), MSBaseVehicle::hasDeparted(), SUMOVehicleParameter::id, SUMOVehicleParameter::Stop::index, MSStop::initPars(), MSEdge::isInternal(), MSLane::isInternal(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MIN2(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSBaseVehicle::myType, MSStop::overheadWireSegment, MSStop::parkingarea, MSStop::pars, MSStop::segment, SUMOVehicleParameter::Stop::startPos, STOP_INDEX_END, STOP_INDEX_FIT, SUMOVehicleParameter::Stop::until, and MSNet::warnOnce().

Referenced by MSBaseVehicle::addStops(), MSVehicle::addTraciStop(), MSLane::handleCollisionBetween(), MSBaseVehicle::replaceRoute(), and rerouteDRTStop().

Here is the caller graph for this function:

◆ addStops()

void MSBaseVehicle::addStops ( const bool  ignoreStopErrors,
MSRouteIterator searchStart = nullptr 
)
inherited

Adds stops to the built vehicle.

This code needs to be separated from the MSBaseVehicle constructor since it is not allowed to call virtual functions from a constructor

Parameters
[in]ignoreStopErrorswhether invalid stops trigger a warning only

Definition at line 994 of file MSBaseVehicle.cpp.

References MSBaseVehicle::addStop(), SUMOVehicleParameter::depart, SUMOVehicleParameter::Stop::endPos, MSRoute::getStops(), MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOVehicleParameter::repetitionOffset, SUMOVehicleParameter::repetitionsDone, SUMOVehicleParameter::Stop::startPos, SUMOVehicleParameter::stops, and WRITE_WARNING.

Referenced by MSVehicleControl::initVehicle(), and MSBaseVehicle::replaceRoute().

Here is the caller graph for this function:

◆ addTo()

void Named::addTo ( const StoringVisitor cont) const
inlineinherited

Adds this object to the given container.

Parameters
[in,filled]cont The container to add this item to

Definition at line 117 of file Named.h.

References Named::StoringVisitor::add().

◆ addTraciStop()

bool MSVehicle::addTraciStop ( SUMOVehicleParameter::Stop  stop,
std::string &  errorMsg 
)
inherited

schedule a new stop for the vehicle; each time a stop is reached, the vehicle will wait for the given duration before continuing on its route

Parameters
[in]stopStop parameters
[out]errorMsgreturned error message

XXX handle stops added out of order

Definition at line 5852 of file MSVehicle.cpp.

References MSBaseVehicle::addStop(), SUMOVehicleParameter::Stop::containerTriggered, SUMOVehicleParameter::Stop::duration, SUMOVehicleParameter::Stop::endPos, SUMOVehicleParameter::Stop::lane, MSVehicle::myLane, MSBaseVehicle::myParameter, MSBaseVehicle::myStops, SUMOVehicleParameter::Stop::parking, SUMOVehicleParameter::stops, SUMOVehicleParameter::Stop::triggered, SUMOVehicleParameter::Stop::until, and MSVehicle::updateBestLanes().

Referenced by MSIdling_Stop::idle(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), and LIBSUMO_NAMESPACE::Vehicle::setStop().

Here is the caller graph for this function:

◆ addTransportable()

void MSVehicle::addTransportable ( MSTransportable transportable)
virtualinherited

Adds a person or container to this vehicle.

Parameters
[in]transportableThe person/container to add

Reimplemented from MSBaseVehicle.

Definition at line 5364 of file MSVehicle.cpp.

References MSBaseVehicle::addTransportable(), Named::getID(), MSTransportable::isPerson(), and MSBaseVehicle::myStops.

◆ allowsBoarding()

bool MSBaseVehicle::allowsBoarding ( MSTransportable t) const
virtualinherited

whether the given transportable is allowed to board this vehicle

Implements SUMOVehicle.

Definition at line 531 of file MSBaseVehicle.cpp.

References MSDevice_Taxi::allowsBoarding(), MSBaseVehicle::getDevice(), MSBaseVehicle::getPersonNumber(), and MSBaseVehicle::getVehicleType().

◆ basePos()

double MSBaseVehicle::basePos ( const MSEdge edge) const
inherited

departure position where the vehicle fits fully onto the edge (if possible)

Definition at line 814 of file MSBaseVehicle.cpp.

References MSRoute::begin(), MSBaseVehicle::getLength(), MSEdge::getLength(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::hasStops(), MAX2(), MIN2(), MSBaseVehicle::myRoute, and MSBaseVehicle::myStops.

Referenced by MSBaseVehicle::addStop(), and MSLane::insertVehicle().

Here is the caller graph for this function:

◆ boardTransportables()

◆ buildAdditionalsPopupOptions()

void GUIGlObject::buildAdditionalsPopupOptions ( GUIMainWindow app,
GUIGLObjectPopupMenu ret,
const std::string &  type 
)
protectedinherited

◆ buildCenterPopupEntry()

void GUIGlObject::buildCenterPopupEntry ( GUIGLObjectPopupMenu ret,
bool  addSeparator = true 
)
protectedinherited

Builds an entry which allows to center to the object.

Parameters
[in,filled]ret The popup menu to add the entry to
[in]addSeparatorWhether a separator shall be added, too

Definition at line 238 of file GUIGlObject.cpp.

References GUIDesigns::buildFXMenuCommand(), GUIIconSubSys::getIcon(), MID_CENTER, and RECENTERVIEW.

Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIContainerStop::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILane::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEPoly::getPopUpMenu(), GNETAZElement::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNEPersonTrip::getPopUpMenu(), GNERide::getPopUpMenu(), GNERoute::getPopUpMenu(), GNEWalk::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNENet::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GUINet::getPopUpMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), and GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu().

Here is the caller graph for this function:

◆ buildNameCopyPopupEntry()

◆ buildPopupHeader()

void GUIGlObject::buildPopupHeader ( GUIGLObjectPopupMenu ret,
GUIMainWindow app,
bool  addSeparator = true 
)
protectedinherited

Builds the header.

Parameters
[in,filled]ret The popup menu to add the entry to
[in]addSeparatorWhether a separator shall be added, too

Definition at line 229 of file GUIGlObject.cpp.

References GUIMainWindow::getBoldFont(), and GUIGlObject::getFullName().

Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIContainerStop::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILane::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEPoly::getPopUpMenu(), GNETAZElement::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNEPersonTrip::getPopUpMenu(), GNERide::getPopUpMenu(), GNERoute::getPopUpMenu(), GNEWalk::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEInternalLane::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNENet::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GUINet::getPopUpMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), and GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu().

Here is the caller graph for this function:

◆ buildPositionCopyEntry()

void GUIGlObject::buildPositionCopyEntry ( GUIGLObjectPopupMenu ret,
bool  addSeparator = true 
)
protectedinherited

Builds an entry which allows to copy the cursor position if geo projection is used, also builds an entry for copying the geo-position.

Parameters
[in,filled]ret The popup menu to add the entry to
[in]addSeparatorWhether a separator shall be added, too

Definition at line 288 of file GUIGlObject.cpp.

References GUIDesigns::buildFXMenuCommand(), GeoConvHelper::getFinal(), MID_COPY_CURSOR_GEOPOSITION, and MID_COPY_CURSOR_POSITION.

Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIContainerStop::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILane::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNEPersonTrip::getPopUpMenu(), GNERide::getPopUpMenu(), GNERoute::getPopUpMenu(), GNEWalk::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNENet::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GUINet::getPopUpMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), and GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu().

Here is the caller graph for this function:

◆ buildSelectionPopupEntry()

◆ buildShapePopupOptions()

void GUIGlObject::buildShapePopupOptions ( GUIMainWindow app,
GUIGLObjectPopupMenu ret,
const std::string &  type 
)
protectedinherited

build basic shape popup options. Used to unify pop-ups menu in netedit and SUMO-GUI

Definition at line 324 of file GUIGlObject.cpp.

References GUIGlObject::buildCenterPopupEntry(), GUIDesigns::buildFXMenuCommand(), GUIGlObject::buildNameCopyPopupEntry(), GUIGlObject::buildPopupHeader(), GUIGlObject::buildPositionCopyEntry(), GUIGlObject::buildSelectionPopupEntry(), and GUIGlObject::buildShowParamsPopupEntry().

Referenced by GNEPOI::getPopUpMenu(), and GUIPointOfInterest::getPopUpMenu().

Here is the caller graph for this function:

◆ buildShowManipulatorPopupEntry()

void GUIGlObject::buildShowManipulatorPopupEntry ( GUIGLObjectPopupMenu ret,
bool  addSeparator = true 
)
protectedinherited

Builds an entry which allows to open the manipulator window.

Parameters
[in,filled]ret The popup menu to add the entry to
[in]addSeparatorWhether a separator shall be added, too

Definition at line 300 of file GUIGlObject.cpp.

References GUIDesigns::buildFXMenuCommand(), GUIIconSubSys::getIcon(), MANIP, and MID_MANIP.

Referenced by GUILaneSpeedTrigger::getPopUpMenu(), and GUITriggeredRerouter::getPopUpMenu().

Here is the caller graph for this function:

◆ buildShowParamsPopupEntry()

void GUIGlObject::buildShowParamsPopupEntry ( GUIGLObjectPopupMenu ret,
bool  addSeparator = true 
)
protectedinherited

Builds an entry which allows to open the parameter window.

Parameters
[in,filled]ret The popup menu to add the entry to
[in]addSeparatorWhether a separator shall be added, too

Definition at line 270 of file GUIGlObject.cpp.

References APP_TABLE, GUIDesigns::buildFXMenuCommand(), GUIIconSubSys::getIcon(), and MID_SHOWPARS.

Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIContainerStop::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILane::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEPoly::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNEPersonTrip::getPopUpMenu(), GNERide::getPopUpMenu(), GNERoute::getPopUpMenu(), GNEWalk::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GUINet::getPopUpMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), and GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu().

Here is the caller graph for this function:

◆ buildShowTypeParamsPopupEntry()

void GUIGlObject::buildShowTypeParamsPopupEntry ( GUIGLObjectPopupMenu ret,
bool  addSeparator = true 
)
protectedinherited

Builds an entry which allows to open the type parameter window.

Parameters
[in,filled]ret The popup menu to add the entry to
[in]addSeparatorWhether a separator shall be added, too

Definition at line 279 of file GUIGlObject.cpp.

References APP_TABLE, GUIDesigns::buildFXMenuCommand(), GUIIconSubSys::getIcon(), and MID_SHOWTYPEPARS.

Referenced by GUIBaseVehicle::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), and GUIPerson::getPopUpMenu().

Here is the caller graph for this function:

◆ calculateArrivalParams()

◆ checkActionStep()

bool MSVehicle::checkActionStep ( const SUMOTime  t)
inherited

Returns whether the vehicle is supposed to take action in the current simulation step Updates myActionStep and myLastActionTime in case that the current simstep is an action step.

Parameters
[in]t

Definition at line 1833 of file MSVehicle.cpp.

References MSVehicle::isActionStep(), MSVehicle::myActionStep, and MSVehicle::myLastActionTime.

Referenced by MSVehicle::planMove(), and MSVehicle::setApproachingForAllLinks().

Here is the caller graph for this function:

◆ checkLinkLeader()

◆ checkLinkLeaderCurrentAndParallel()

void MSVehicle::checkLinkLeaderCurrentAndParallel ( const MSLink link,
const MSLane lane,
double  seen,
DriveProcessItem *const  lastLink,
double &  v,
double &  vLinkPass,
double &  vLinkWait,
bool &  setRequest 
) const
protectedinherited

checks for link leaders of the current link as well as the parallel link (if there is one)

Definition at line 2611 of file MSVehicle.cpp.

References MSVehicle::checkLinkLeader(), MSLink::getParallelLink(), MSAbstractLaneChangeModel::getShadowDirection(), MSAbstractLaneChangeModel::getShadowLane(), MSGlobals::gUsingInternalLanes, and MSVehicle::myLaneChangeModel.

Referenced by MSVehicle::planMoveInternal().

Here is the caller graph for this function:

◆ checkReversal()

◆ checkRewindLinkLanes()

void MSVehicle::checkRewindLinkLanes ( const double  lengthsInFront,
DriveItemVector lfLinks 
) const
protectedinherited

runs heuristic for keeping the intersection clear in case of downstream jamming

Definition at line 4164 of file MSVehicle.cpp.

References ACCEL2SPEED, MSVehicle::DriveProcessItem::availableSpace, MSCFModel::brakeGap(), DEBUG_COND, MSVehicle::getBackPositionOnLane(), MSLane::getBruttoVehLenSum(), MSVehicle::getCarFollowModel(), MSLane::getEdge(), MSCFModel::getHeadwayTime(), Named::getID(), Named::getIDSecure(), MSBaseVehicle::getImpatience(), MSLink::getLane(), MSLane::getLastAnyVehicle(), MSVehicle::getLateralPositionOnLane(), MSVehicle::DriveProcessItem::getLeaveSpeed(), MSBaseVehicle::getLength(), MSLane::getLength(), MSVehicleType::getLength(), MSVehicleType::getLengthWithGap(), MSCFModel::getMaxDecel(), MSVehicleType::getMinGap(), MSVehicle::Influencer::getRespectJunctionPriority(), MSVehicle::getSpaceTillLastStanding(), MSVehicle::getSpeed(), MSBaseVehicle::getVehicleType(), MSLink::getViaLane(), MSLink::getViaLaneOrLane(), MSVehicle::getWaitingTime(), MSGlobals::gUsingInternalLanes, MSVehicle::DriveProcessItem::hadStoppedVehicle, MSLink::havePriority(), MSLink::haveRed(), MSLink::isCont(), MSEdge::isInternal(), MSLink::isInternalJunctionLink(), MSAbstractLaneChangeModel::isOpposite(), MSEdge::isRoundabout(), MSBaseVehicle::isStopped(), MSVehicle::keepClear(), MSVehicle::DriveProcessItem::myArrivalSpeed, MSVehicle::DriveProcessItem::myArrivalTime, MSVehicle::myHaveToWaitOnNextLink, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::DriveProcessItem::myLink, MSVehicle::DriveProcessItem::mySetRequest, MSVehicle::State::mySpeed, MSVehicle::myState, MSLink::opened(), MSVehicle::signalSet(), SIMTIME, and MSVehicle::VEH_SIGNAL_BRAKELIGHT.

Referenced by MSVehicle::planMove().

Here is the caller graph for this function:

◆ collisionStopTime()

SUMOTime MSVehicle::collisionStopTime ( ) const
inherited

Returns the remaining time a vehicle needs to stop due to a collision. A negative value indicates that the vehicle is not stopping due to a collision (or at all)

Definition at line 1468 of file MSVehicle.cpp.

References MAX2(), MSVehicle::myCollisionImmunity, and MSBaseVehicle::myStops.

Referenced by MSLane::executeMovements(), and MSLane::handleCollisionBetween().

Here is the caller graph for this function:

◆ computeAngle()

◆ computeSeats()

void GUIBaseVehicle::computeSeats ( const Position front,
const Position back,
double  seatOffset,
int  maxSeats,
double  exaggeration,
int &  requiredSeats,
Seats into 
) const
protectedinherited

add seats to mySeatPositions and update requiredSeats

Definition at line 900 of file GUIBaseVehicle.cpp.

References Position::angleTo2D(), Position::distanceTo2D(), GUIBaseVehicle::getVType(), MSVehicleType::getWidth(), MAX2(), and PositionVector::positionAtOffset2D().

Referenced by drawAction_drawCarriageClass(), and GUIBaseVehicle::drawOnPos().

Here is the caller graph for this function:

◆ congested()

bool MSVehicle::congested ( ) const
inlineinherited

Returns true if vehicle's speed is below 60km/h. This is only relevant on highways. Overtaking on the right is allowed then.

Definition at line 737 of file MSVehicle.h.

References MSLane::getSpeedLimit(), MSVehicle::myLane, MSVehicle::State::mySpeed, and MSVehicle::myState.

Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::checkStrategicChange(), MSAbstractLaneChangeModel::congested(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), and MSLCM_LC2013::informLeader().

Here is the caller graph for this function:

◆ createDevice()

void MSBaseVehicle::createDevice ( const std::string &  deviceName)
inherited

◆ createFullName()

std::string GUIGlObject::createFullName ( ) const
privateinherited

create full name

Definition at line 370 of file GUIGlObject.cpp.

References GUIGlObject::getMicrosimID(), StringBijection< T >::getString(), GUIGlObject::myGLObjectType, and GUIGlObject::TypeNames.

Referenced by GUIGlObject::GUIGlObject(), and GUIGlObject::setMicrosimID().

Here is the caller graph for this function:

◆ drawAction_drawCarriageClass()

void GUIVehicle::drawAction_drawCarriageClass ( const GUIVisualizationSettings s,
bool  asImage 
) const
privatevirtual

draws the given guiShape with distinct carriages/modules

Implements GUIBaseVehicle.

Definition at line 293 of file GUIVehicle.cpp.

References SUMOVTypeParameter::carriageGap, SUMOVTypeParameter::carriageLength, RGBColor::changedBrightness(), GUIBaseVehicle::computeSeats(), DEG2RAD, Position::distanceTo2D(), GUIBaseVehicleHelper::drawAction_drawVehicleAsImage(), GUIBaseVehicleHelper::drawAction_drawVehicleAsPoly(), drawAction_drawVehicleBlinker(), drawAction_drawVehicleBrakeLight(), GLHelper::drawBoxLine(), MSLane::geometryPositionAtOffset(), getAngle(), GLHelper::getColor(), MSVehicleType::getContainerCapacity(), GUIVisualizationSizeSettings::getExaggeration(), MSVehicleType::getGuiShape(), MSLane::getLength(), MSVehicleType::getLength(), GUIBaseVehicle::getNumContainers(), GUIBaseVehicle::getNumPassengers(), MSVehicleType::getParameter(), MSVehicleType::getPersonCapacity(), getPosition(), getPreviousLane(), GUIGlObject::getType(), MSBaseVehicle::getVClass(), MSBaseVehicle::getVehicleType(), GUIBaseVehicle::getVType(), MSBaseVehicle::getWidth(), MSVehicleType::getWidth(), MSGlobals::gLefthand, MSBaseVehicle::isParking(), SUMOVTypeParameter::locomotiveLength, M_PI, MAX2(), MIN2(), GUIBaseVehicle::myContainerPositions, MSVehicle::myLane, GUIBaseVehicle::mySeatPositions, MSVehicle::myState, MSVehicle::State::pos(), RAD2DEG, GLHelper::setColor(), SUMO_const_laneWidth, SUMO_const_waitingContainerWidth, SUMO_const_waitingPersonWidth, SVC_RAIL_CLASSES, SVS_RAIL_CAR, SVS_TRUCK_1TRAILER, SVS_TRUCK_SEMITRAILER, GUIVisualizationSettings::vehicleSize, Position::x(), and Position::y().

◆ drawAction_drawLinkItems()

◆ drawAction_drawPersonsAndContainers()

void GUIBaseVehicle::drawAction_drawPersonsAndContainers ( const GUIVisualizationSettings s) const
virtualinherited

◆ drawAction_drawVehicleAsPolyWithCarriagges()

bool GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges ( const GUIVisualizationSettings s,
bool  asImage = false 
) const
protectedinherited

draw vehicle body and return whether carriages are being drawn

Definition at line 857 of file GUIBaseVehicle.cpp.

References GUIBaseVehicle::drawAction_drawCarriageClass(), GUIBaseVehicleHelper::drawAction_drawVehicleAsImage(), GUIBaseVehicleHelper::drawAction_drawVehicleAsPoly(), and GUIBaseVehicle::getVType().

Referenced by GUIBaseVehicle::drawOnPos().

Here is the caller graph for this function:

◆ drawAction_drawVehicleBlinker()

void GUIVehicle::drawAction_drawVehicleBlinker ( double  length) const
virtual

Reimplemented from GUIBaseVehicle.

Definition at line 474 of file GUIVehicle.cpp.

References drawAction_drawBlinker(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::getWidth(), MAX2(), MSVehicle::signalSet(), MSVehicle::VEH_SIGNAL_BLINKER_EMERGENCY, MSVehicle::VEH_SIGNAL_BLINKER_LEFT, and MSVehicle::VEH_SIGNAL_BLINKER_RIGHT.

Referenced by drawAction_drawCarriageClass().

Here is the caller graph for this function:

◆ drawAction_drawVehicleBlueLight()

void GUIVehicle::drawAction_drawVehicleBlueLight ( ) const
inlinevirtual

◆ drawAction_drawVehicleBrakeLight()

void GUIVehicle::drawAction_drawVehicleBrakeLight ( double  length,
bool  onlyOne = false 
) const
inlinevirtual

Reimplemented from GUIBaseVehicle.

Definition at line 493 of file GUIVehicle.cpp.

References GLHelper::drawFilledCircle(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::getWidth(), MSVehicle::signalSet(), and MSVehicle::VEH_SIGNAL_BRAKELIGHT.

Referenced by drawAction_drawCarriageClass().

Here is the caller graph for this function:

◆ drawBestLanes()

void GUIVehicle::drawBestLanes ( ) const
virtual

◆ drawGL()

void GUIBaseVehicle::drawGL ( const GUIVisualizationSettings s) const
virtualinherited

Draws the object.

Parameters
[in]sThe settings for the current view (may influence drawing)
See also
GUIGlObject::drawGL

Implements GUIGlObject.

Definition at line 597 of file GUIBaseVehicle.cpp.

References GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::getAngle(), and GUIBaseVehicle::getPosition().

Referenced by GUILane::drawGL(), GUIParkingArea::drawGL(), and GUIBaseVehicle::drawGLAdditional().

Here is the caller graph for this function:

◆ drawGLAdditional()

◆ drawLinkItem()

void GUIBaseVehicle::drawLinkItem ( const Position pos,
SUMOTime  arrivalTime,
SUMOTime  leaveTime,
double  exagerate 
)
staticprotectedinherited

Definition at line 640 of file GUIBaseVehicle.cpp.

References GLHelper::drawFilledCircle(), GLHelper::drawText(), RGBColor::GREEN, STEPS2TIME, toString(), Position::x(), and Position::y().

Referenced by drawAction_drawLinkItems().

Here is the caller graph for this function:

◆ drawName()

◆ drawOnPos()

void GUIBaseVehicle::drawOnPos ( const GUIVisualizationSettings s,
const Position pos,
const double  angle 
) const
inherited

Draws the object on the specified position with the specified angle.

Parameters
[in]sThe settings for the current view (may influence drawing)
[in]posThe position to draw the vehicle on
[in]angleThe drawing angle of the vehicle

Definition at line 396 of file GUIBaseVehicle.cpp.

References GUIVisualizationSettings::angle, GUIBaseVehicle::computeSeats(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIBaseVehicleHelper::drawAction_drawVehicleAsBoxPlus(), GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges(), GUIBaseVehicleHelper::drawAction_drawVehicleAsTrianglePlus(), GUIBaseVehicle::drawAction_drawVehicleBlinker(), GUIBaseVehicle::drawAction_drawVehicleBlueLight(), GUIBaseVehicle::drawAction_drawVehicleBrakeLight(), GUIVisualizationSettings::drawBrakeGap, GUIVisualizationSettings::drawLaneChangePreference, GUIVisualizationSettings::drawMinGap, GUIGlObject::drawName(), GLHelper::drawOutlineCircle(), GLHelper::drawTextSettings(), GUIPropertySchemeStorage< T >::getActive(), GUIBaseVehicle::getColorValue(), MSBaseVehicle::getDevice(), GUIVisualizationSizeSettings::getExaggeration(), GUIGlObject::getGlID(), MSVehicleType::getLength(), MSVehicleType::getMinGap(), GUIBaseVehicle::getNumContainers(), GUIBaseVehicle::getNumPassengers(), MSBaseVehicle::getParameter(), MSBaseVehicle::getPrefixedParameter(), MSDevice_BTreceiver::getRange(), SUMOTrafficObject::getSpeed(), GUIGlObject::getType(), StringTokenizer::getVector(), GUIBaseVehicle::getVType(), MSVehicleType::getWidth(), MSGlobals::gUseMesoSim, SUMOVehicleParameter::line, M_PI, MIN2(), GUIBaseVehicle::myContainerPositions, GUIBaseVehicle::mySeatPositions, GUIBaseVehicle::myVehicle, StringTokenizer::NEWLINE, RAD2DEG, GUIVisualizationSettings::scale, GUIVisualizationTextSettings::scaledSize(), GUIBaseVehicle::setColor(), GUIVisualizationTextSettings::show, GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showBTRange, SUMO_const_waitingContainerWidth, SUMO_const_waitingPersonWidth, SVS_ANT, SVS_BICYCLE, SVS_EMERGENCY, SVS_MOPED, SVS_MOTORCYCLE, SVS_PEDESTRIAN, SVS_RAIL, SVS_RAIL_CAR, SVS_RAIL_CARGO, SVS_SHIP, toString(), GUIVisualizationSettings::vehicleColorer, GUIVisualizationSettings::vehicleName, GUIVisualizationSettings::vehicleQuality, GUIVisualizationSettings::vehicleSize, GUIVisualizationSettings::vehicleText, GUIVisualizationSettings::vehicleTextParam, GUIVisualizationSettings::vehicleValue, Position::x(), and Position::y().

Referenced by GUIBaseVehicle::drawGL(), and GUIEdge::drawMesoVehicles().

Here is the caller graph for this function:

◆ drawOutsideNetwork()

void GUIVehicle::drawOutsideNetwork ( bool  add)
protectedvirtual

◆ drawRoute()

void GUIBaseVehicle::drawRoute ( const GUIVisualizationSettings s,
int  routeNo,
double  darken,
bool  future = false,
bool  noLoop = false 
) const
inherited

Chooses the route to draw and draws it, darkening it as given.

Parameters
[in]sThe visualisation settings, needed to determine the vehicle's color
[in]routeNoThe route to show (0: the current, >0: prior)
[in]darkenThe amount to darken the route by

Definition at line 789 of file GUIBaseVehicle.cpp.

References RGBColor::changedBrightness(), GUIBaseVehicle::drawRouteHelper(), MSBaseVehicle::getRoute(), MSDevice_Vehroutes::getRoute(), GUIBaseVehicle::myRoutes, GUIBaseVehicle::myVehicle, GUIBaseVehicle::setColor(), and GLHelper::setColor().

Referenced by GUIBaseVehicle::drawGLAdditional().

Here is the caller graph for this function:

◆ drawRouteHelper()

◆ enterLaneAtInsertion()

void MSVehicle::enterLaneAtInsertion ( MSLane enteredLane,
double  pos,
double  speed,
double  posLat,
MSMoveReminder::Notification  notification 
)
inherited

Update when the vehicle enters a new lane in the emit step.

Parameters
[in]enteredLaneThe lane the vehicle enters
[in]posThe position the vehicle was inserted into the lane
[in]speedThe speed with which the vehicle was inserted into the lane
[in]posLatThe lateral position the vehicle was inserted into the lane
[in]notificationThe cause of insertion (i.e. departure, teleport, parking)

Definition at line 4556 of file MSVehicle.cpp.

References MSVehicle::activateReminders(), MSBaseVehicle::addReminder(), MSVehicle::computeAngle(), DEBUG_COND, DELTA_T, MSLane::getBidiLane(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSRoute::getEdges(), MSLane::getIncomingLanes(), MSNet::getInstance(), MSBaseVehicle::getLength(), MSVehicleType::getLength(), MSLane::getLinkCont(), MSLane::getLogicalPredecessorLane(), MSLane::getMoveReminders(), MSBaseVehicle::getRoutePosition(), MSBaseVehicle::getVehicleType(), MSGlobals::gLaneChangeDuration, MSGlobals::gLateralResolution, Position::INVALID, MSLane::isInternal(), MSEdge::isNormal(), MSAbstractLaneChangeModel::isOpposite(), M_PI, MSVehicle::myAmOnNet, MSVehicle::myAngle, MSVehicle::State::myBackPos, MSVehicle::myCachedPosition, MSBaseVehicle::myDeparture, MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myLastActionTime, MSVehicle::State::myPos, MSVehicle::State::myPosLat, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, MSVehicle::myState, MSBaseVehicle::myType, MSBaseVehicle::NOT_YET_DEPARTED, MSMoveReminder::NOTIFICATION_TELEPORT, MSBaseVehicle::onDepart(), SIMTIME, TURN, TURN_LEFTHAND, MSAbstractLaneChangeModel::updateShadowLane(), and MSAbstractLaneChangeModel::updateTargetLane().

Referenced by MSLane::incorporateVehicle().

Here is the caller graph for this function:

◆ enterLaneAtLaneChange()

◆ enterLaneAtMove()

bool MSVehicle::enterLaneAtMove ( MSLane enteredLane,
bool  onTeleporting = false 
)
inherited

◆ estimateLeaveSpeed()

double MSVehicle::estimateLeaveSpeed ( const MSLink *const  link,
const double  vLinkPass 
) const
inlineprotectedinherited

estimate leaving speed when accelerating across a link

Definition at line 1985 of file MSVehicle.h.

References MSVehicle::getCarFollowModel(), MSLink::getLength(), MSLane::getVehicleMaxSpeed(), MSBaseVehicle::getVehicleType(), MSLink::getViaLaneOrLane(), and MIN2().

Referenced by MSVehicle::planMoveInternal().

Here is the caller graph for this function:

◆ estimateTimeToNextStop()

◆ executeFractionalMove()

◆ executeMove()

bool MSVehicle::executeMove ( )
inherited

Executes planned vehicle movements with regards to right-of-way.

This method goes through all DriveProcessItems in myLFLinkLanes in order to find a speed that is safe for all upcoming links.

Using this speed the position is updated and the vehicle is moved to the next lane (myLane is updated) if the end of the current lane is reached (this may happen multiple times in this method)

The vehicle also sets the lanes it is in-lapping into and informs them about it.

Returns
Whether the vehicle has moved to the next edge

Definition at line 3662 of file MSVehicle.cpp.

References ACCEL2SPEED, MSDevice_ElecHybrid::acceleration(), MSAbstractLaneChangeModel::changedToOpposite(), MSVehicle::computeAngle(), MSDevice_ElecHybrid::consumption(), DEBUG_COND, DELTA_T, MSCFModel::finalizeSpeed(), gDebugFlag1, MSVehicle::getBackLane(), MSVehicle::getCarFollowModel(), MSDevice_ElecHybrid::getConsum(), MSBaseVehicle::getDevice(), MSLane::getEdge(), Named::getID(), MSNet::getInstance(), MSVehicle::getLateralOverlap(), MSVehicle::getLateralPositionOnLane(), MSLane::getLength(), MSLane::getOpposite(), MSLane::getOppositePos(), MSDevice_ElecHybrid::getParameterDouble(), MSVehicle::getPositionOnLane(), MSAbstractLaneChangeModel::getShadowLane(), MSVehicle::getSpeed(), MSVehicleType::getVehicleClass(), MSNet::getVehicleControl(), MSGlobals::gLateralResolution, MSGlobals::gSemiImplicitEulerUpdate, MSVehicle::hasArrived(), MSNet::informVehicleStateListener(), Position::INVALID, MSAbstractLaneChangeModel::isOpposite(), MSEdge::isVaporizing(), MAX2(), MIN2(), MSVehicle::myAcceleration, MSVehicle::myActionStep, MSVehicle::myAngle, MSVehicle::State::myBackPos, MSVehicle::myCachedPosition, MSVehicle::myCollisionImmunity, MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myLastCoveredDist, MSVehicle::State::myPos, MSVehicle::State::mySpeed, MSVehicle::myState, MSBaseVehicle::myType, NUMERICAL_EPS_SPEED, MSAbstractLaneChangeModel::prepareStep(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processTraCISpeedControl(), MSVehicleControl::registerEmergencyStop(), MSVehicle::setBlinkerInformation(), MSVehicle::setBrakingSignals(), MSDevice_ElecHybrid::setConsum(), MSVehicle::setEmergencyBlueLight(), SIMTIME, SPEED2ACCEL, SUMO_ATTR_MAXIMUMPOWER, SVC_EMERGENCY, time2string(), toString(), TS, MSVehicle::updateBestLanes(), MSVehicle::updateFurtherLanes(), MSAbstractLaneChangeModel::updateShadowLane(), MSVehicle::updateState(), MSAbstractLaneChangeModel::updateTargetLane(), MSVehicle::updateTimeLoss(), MSVehicle::updateWaitingTime(), MSNet::VEHICLE_STATE_EMERGENCYSTOP, MSVehicle::workOnMoveReminders(), and WRITE_WARNING.

Referenced by MSLane::executeMovements().

Here is the caller graph for this function:

◆ fixPosition()

void MSVehicle::fixPosition ( )
inherited

repair errors in vehicle position after changing between internal edges

Definition at line 5270 of file MSVehicle.cpp.

References MSGlobals::gLaneChangeDuration, MSAbstractLaneChangeModel::isChangingLanes(), MSVehicle::myLaneChangeModel, MSVehicle::State::myPosLat, and MSVehicle::myState.

Referenced by MSAbstractLaneChangeModel::endLaneChangeManeuver().

Here is the caller graph for this function:

◆ getAcceleration()

double MSVehicle::getAcceleration ( ) const
inlinevirtualinherited

◆ getAccumulatedWaitingSeconds()

double MSVehicle::getAccumulatedWaitingSeconds ( ) const
inlineinherited

Returns the number of seconds waited (speed was lesser than 0.1m/s) within the last millisecs.

Returns
The time the vehicle was standing within the last t millisecs

Definition at line 679 of file MSVehicle.h.

References MSVehicle::getAccumulatedWaitingTime(), and STEPS2TIME.

Referenced by getColorValue(), getParameterWindow(), and MSVehicle::keepClear().

Here is the caller graph for this function:

◆ getAccumulatedWaitingTime()

SUMOTime MSVehicle::getAccumulatedWaitingTime ( ) const
inlinevirtualinherited

Returns the SUMOTime waited (speed was lesser than 0.1m/s) within the last t millisecs.

Returns
The time the vehicle was standing within the configured memory interval

Implements SUMOVehicle.

Definition at line 659 of file MSVehicle.h.

References MSVehicle::WaitingTimeCollector::cumulatedWaitingTime(), MSGlobals::gWaitingTimeMemory, and MSVehicle::myWaitingTimeCollector.

Referenced by MSVehicle::getAccumulatedWaitingSeconds().

Here is the caller graph for this function:

◆ getActionStepLength()

SUMOTime MSVehicle::getActionStepLength ( ) const
inlineinherited

Returns the vehicle's action step length in millisecs, i.e. the interval between two action points.

Returns
The current action step length in ms.

Definition at line 494 of file MSVehicle.h.

References MSVehicleType::getActionStepLength(), and MSBaseVehicle::myType.

Referenced by MSLaneChanger::checkChange(), MSLeaderInfo::getSubLanes(), MSVehicle::isActionStep(), MSVehicle::processNextStop(), MSVehicle::setActionStepLength(), and MSLaneChangerSublane::startChangeSublane().

Here is the caller graph for this function:

◆ getActionStepLengthSecs()

◆ getAngle()

double GUIVehicle::getAngle ( ) const
inlinevirtual

Return current angle.

Note
implementation of abstract method does not work otherwise

Implements GUIBaseVehicle.

Definition at line 79 of file GUIVehicle.h.

References MSVehicle::getAngle().

Referenced by drawAction_drawCarriageClass().

Here is the caller graph for this function:

◆ getArrivalPos()

virtual double MSBaseVehicle::getArrivalPos ( ) const
inlinevirtualinherited

Returns this vehicle's desired arrivalPos for its current route (may change on reroute)

Returns
This vehicle's real arrivalPos

Implements SUMOVehicle.

Definition at line 317 of file MSBaseVehicle.h.

References MSBaseVehicle::myArrivalPos.

Referenced by MSLCM_SL2015::_wantsChangeSublane(), MSLane::isInsertionSuccess(), MSVehicle::replaceStop(), and MSVehicle::rerouteParkingArea().

Here is the caller graph for this function:

◆ getBackLane()

const MSLane * MSVehicle::getBackLane ( ) const
protectedinherited

Definition at line 3965 of file MSVehicle.cpp.

References MSVehicle::myFurtherLanes, and MSVehicle::myLane.

Referenced by MSVehicle::executeMove().

Here is the caller graph for this function:

◆ getBackLaneID()

std::string GUIVehicle::getBackLaneID ( ) const

Definition at line 997 of file GUIVehicle.cpp.

References getLaneID(), and MSVehicle::myFurtherLanes.

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getBackPosition()

◆ getBackPositionOnLane() [1/2]

double MSVehicle::getBackPositionOnLane ( ) const
inlineinherited

Get the vehicle's position relative to its current lane.

Returns
The back position of the vehicle (in m from the current lane's begin)

Definition at line 403 of file MSVehicle.h.

References MSVehicle::myLane.

Referenced by MSVehicle::checkReversal(), MSVehicle::getBackPosition(), MSVehicle::getPositionOnLane(), and MSVehicle::joinTrainPart().

Here is the caller graph for this function:

◆ getBackPositionOnLane() [2/2]

double MSVehicle::getBackPositionOnLane ( const MSLane lane) const
virtualinherited

Get the vehicle's position relative to the given lane.

Returns
The back position of the vehicle (in m from the given lane's begin)
Note
It is assumed that this function is only called for a vehicle that has a relation to the lane which makes it 'directly' relevant for car-following behavior on that lane, i.e., either it occupies part of the lanes surface (regular or partial vehicle for the lane), or (for the sublane model) it issued a maneuver reservation for a lane change.

Implements SUMOTrafficObject.

Definition at line 4046 of file MSVehicle.cpp.

References DEBUG_COND, MSVehicle::getFurtherLanes(), MSAbstractLaneChangeModel::getFurtherTargetLanes(), Named::getID(), Named::getIDSecure(), MSNet::getInstance(), MSVehicleType::getLength(), MSAbstractLaneChangeModel::getShadowFurtherLanes(), MSAbstractLaneChangeModel::getShadowFurtherLanesPosLat(), MSAbstractLaneChangeModel::getShadowLane(), MSAbstractLaneChangeModel::getTargetLane(), MSAbstractLaneChangeModel::isOpposite(), MSVehicle::State::myBackPos, MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myPos, MSVehicle::myState, MSBaseVehicle::myType, SIMTIME, SOFT_ASSERT, time2string(), toString(), and WRITE_WARNING.

Referenced by MSVehicle::adaptToLeaders(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeSublane(), MSLaneChangerSublane::checkChangeToNewLane(), MSVehicle::checkRewindLinkLanes(), MSDevice_SSM::classifyEncounter(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSLane::freeInsertion(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSLane::getLeader(), MSVehicle::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), MSLane::getOppositeFollower(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSVehicle::getSpaceTillLastStanding(), MSPModel_Striping::getVehicleObstacles(), MSLane::isInsertionSuccess(), MSVehicle::joinTrainPartFront(), MSLane::lastInsertion(), MSLane::vehicle_position_sorter::operator()(), MSLane::vehicle_natural_position_sorter::operator()(), MSLaneChangerSublane::outputLCEnded(), MSLaneChangerSublane::outputLCStarted(), and MSLane::safeInsertionSpeed().

Here is the caller graph for this function:

◆ getBaseInfluencer() [1/2]

MSVehicle::BaseInfluencer & MSVehicle::getBaseInfluencer ( )
virtualinherited

Returns the velocity/lane influencer.

If no influencer was existing before, one is built, first

Returns
Reference to this vehicle's speed influencer

Implements MSBaseVehicle.

Definition at line 6067 of file MSVehicle.cpp.

References MSVehicle::getInfluencer().

◆ getBaseInfluencer() [2/2]

const MSVehicle::BaseInfluencer * MSVehicle::getBaseInfluencer ( ) const
virtualinherited

Implements MSBaseVehicle.

Definition at line 6078 of file MSVehicle.cpp.

References MSVehicle::myInfluencer.

◆ getBestLaneOffset()

int MSVehicle::getBestLaneOffset ( ) const
inherited

Definition at line 5252 of file MSVehicle.cpp.

References MSVehicle::myBestLanes.

Referenced by MSLCM_LC2013::changed(), MSLCM_SL2015::changed(), and getColorValue().

Here is the caller graph for this function:

◆ getBestLanes()

const std::vector< MSVehicle::LaneQ > & MSVehicle::getBestLanes ( ) const
inherited

Returns the description of best lanes to use in order to continue the route.

Returns
The LaneQ for all lanes of the current edge

Definition at line 4711 of file MSVehicle.cpp.

References MSVehicle::myBestLanes.

Referenced by MSLane::appropriate(), MSLaneChanger::change(), MSLaneChanger::changeOpposite(), MSLaneChangerSublane::checkChangeHelper(), MSDevice_ToC::checkDynamicToC(), LIBSUMO_NAMESPACE::Vehicle::getBestLanes(), MSEdge::getDepartLane(), and MSLCM_SL2015::updateExpectedSublaneSpeeds().

Here is the caller graph for this function:

◆ getBestLanesContinuation() [1/2]

◆ getBestLanesContinuation() [2/2]

const std::vector< MSLane * > & MSVehicle::getBestLanesContinuation ( const MSLane *const  l) const
inherited

Returns the best sequence of lanes to continue the route starting at the given lane.

Returns
The bestContinuations of the LaneQ for the given lane (see LaneQ)

Definition at line 5115 of file MSVehicle.cpp.

References MSLane::getEdge(), MSLane::getLinkCont(), MSEdge::isInternal(), MSVehicle::myBestLanes, and MSVehicle::myEmptyLaneVector.

◆ getBoundingBox()

PositionVector MSVehicle::getBoundingBox ( ) const
inherited

get bounding rectangle

Definition at line 5716 of file MSVehicle.cpp.

References PositionVector::append(), MSVehicle::getBackPosition(), MSVehicle::getPosition(), MSVehicleType::getWidth(), PositionVector::move2side(), MSVehicle::myFurtherLanes, MSBaseVehicle::myType, and PositionVector::reverse().

Referenced by MSLane::detectCollisions(), and MSVehicle::getBoundingPoly().

Here is the caller graph for this function:

◆ getBoundingPoly()

PositionVector MSVehicle::getBoundingPoly ( ) const
inherited

get bounding polygon

Definition at line 5732 of file MSVehicle.cpp.

References MSVehicle::getBackPosition(), MSVehicle::getBoundingBox(), MSVehicleType::getGuiShape(), MSVehicle::getPosition(), MSVehicleType::getWidth(), PositionVector::move2side(), MSBaseVehicle::myType, PositionVector::scaleRelative(), SVS_PASSENGER, SVS_PASSENGER_HATCHBACK, SVS_PASSENGER_SEDAN, SVS_PASSENGER_VAN, and SVS_PASSENGER_WAGON.

Referenced by MSLane::detectCollisions().

Here is the caller graph for this function:

◆ getBrakeGap()

double MSVehicle::getBrakeGap ( ) const
protectedvirtualinherited

get distance for coming to a stop (used for rerouting checks)

Implements SUMOVehicle.

Definition at line 1827 of file MSVehicle.cpp.

References MSCFModel::brakeGap(), MSVehicle::getCarFollowModel(), and MSVehicle::getSpeed().

◆ getCarFollowModel()

const MSCFModel& MSVehicle::getCarFollowModel ( ) const
inlineinherited

Returns the vehicle's car following model definition.

This is simply a wrapper around the vehicle type's car-following model retrieval for a shorter access.

Returns
The vehicle's car following model definition

Definition at line 930 of file MSVehicle.h.

References MSVehicleType::getCarFollowModel(), and MSBaseVehicle::myType.

Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSPModel_Striping::addCrossingVehs(), MSCriticalFollowerDistanceInfo::addFollower(), MSLCM_LC2013::anticipateFollowSpeed(), MSLaneChanger::changeOpposite(), MSLCM_SL2015::checkBlockingVehicles(), MSLaneChanger::checkChange(), MSLane::checkFailure(), MSLane::checkForPedestrians(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSLCM_SL2015::commitFollowSpeed(), MSLCM_SL2015::commitManoeuvre(), MSLaneChanger::computeOvertakingTime(), MSLink::couldBrakeForLeader(), MSLane::detectCollisionBetween(), MSDevice_SSM::estimateConflictTimes(), MSVehicle::estimateLeaveSpeed(), MSVehicle::estimateTimeToNextStop(), MSVehicle::executeMove(), MSLane::freeInsertion(), MSVehicle::getBrakeGap(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSVehicle::getCurrentApparentDecel(), MSVehicle::getFollower(), LIBSUMO_NAMESPACE::Vehicle::getFollowSpeed(), MSLane::getLeader(), MSVehicle::getLeader(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), MSLane::getMissingRearGap(), MSBaseVehicle::getPrefixedParameter(), MSLaneChanger::getRealLeader(), MSVehicle::getRerouteOrigin(), MSVehicle::getSafeFollowSpeed(), MSCFModel_CACC::getSecureGap(), LIBSUMO_NAMESPACE::Vehicle::getSecureGap(), MSVehicle::getSpaceTillLastStanding(), LIBSUMO_NAMESPACE::Vehicle::getStopSpeed(), getTypeParameterWindow(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MSVehicle::handleCollisionStop(), MSIdling_Stop::idle(), MSVehicle::Influencer::implicitSpeedRemote(), MSLCM_DK2008::informBlocker(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), MSLCM_SL2015::informLeaders(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSLane::lastInsertion(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), MSLCM_LC2013::overtakeDistance(), MSLCM_DK2008::patchSpeed(), MSVehicle::planMoveInternal(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSAbstractLaneChangeModel::remainingTime(), MSDevice_ToC::requestToC(), MSLane::safeInsertionSpeed(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), selectBlockingFoes(), MSVehicle::setBlinkerInformation(), MSAbstractLaneChangeModel::setFollowerGaps(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MSDevice_ToC::setState(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSCFModel_CACC::speedGapControl(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateState(), MSLCM_DK2008::wantsChangeToLeft(), and MSLCM_DK2008::wantsChangeToRight().

◆ getCarFollowVariables()

MSCFModel::VehicleVariables* MSVehicle::getCarFollowVariables ( ) const
inlineinherited

Returns the vehicle's car following model variables.

Returns
The vehicle's car following model variables

Definition at line 947 of file MSVehicle.h.

References MSVehicle::myCFVariables.

Referenced by MSCFModel_CC::_acc(), MSCFModel_CC::_cacc(), MSCFModel_CC::_cc(), MSCFModel_CC::_consensus(), MSCFModel_CC::_flatbed(), MSCFModel_CC::_ploeg(), MSCFModel_ACC::_v(), MSCFModel_IDM::_v(), MSCFModel_CACC::_v(), MSCFModel_CC::_v(), MSCFModel_Kerner::_v(), MSCFModel_Wiedemann::_v(), MSCFModel_SmartSK::_vsafe(), MSCFModel_CC::finalizeSpeed(), MSCFModel_IDM::finalizeSpeed(), MSCFModel_Kerner::finalizeSpeed(), MSCFModel_PWag2009::finalizeSpeed(), MSCFModel_SmartSK::finalizeSpeed(), MSCFModel_Wiedemann::finalizeSpeed(), MSCFModel_CC::followSpeed(), MSCFModel_PWag2009::followSpeed(), MSCFModel_SmartSK::followSpeed(), MSCFModel_CC::freeSpeed(), MSCFModel_CC::getACCAcceleration(), MSCFModel_CC::getActiveController(), MSCFModel_CC::getCACCConstantSpacing(), MSCFModel_CACC::getParameter(), MSCFModel_CC::getParameter(), MSCFModel_CC::getVehicleInformation(), MSCFModel_CC::interactionGap(), MSCFModel_CC::maxNextSpeed(), MSCFModel_CC::minNextSpeed(), MSCFModel_CC::performAutoLaneChange(), MSCFModel_CC::recomputeParameters(), MSCFModel_CC::resetConsensus(), MSCFModel_CACC::setParameter(), MSCFModel_CC::setParameter(), MSCFModel_CC::stopSpeed(), MSCFModel_SmartSK::stopSpeed(), and MSCFModel_SmartSK::updateMyHeadway().

Here is the caller graph for this function:

◆ getCenteringBoundary()

Boundary GUIBaseVehicle::getCenteringBoundary ( ) const
virtualinherited

Returns the boundary to which the view shall be centered in order to show the object.

Returns
The boundary the object is within
See also
GUIGlObject::getCenteringBoundary

Implements GUIGlObject.

Reimplemented in GUIMEVehicle.

Definition at line 381 of file GUIBaseVehicle.cpp.

References Boundary::add(), MSVehicleType::getLength(), GUIBaseVehicle::getPosition(), MSBaseVehicle::getVehicleType(), Boundary::grow(), and GUIBaseVehicle::myVehicle.

◆ getCenterOnEdge()

double MSVehicle::getCenterOnEdge ( const MSLane lane = 0) const
inherited

◆ getChosenSpeedFactor()

double MSBaseVehicle::getChosenSpeedFactor ( ) const
inlinevirtualinherited

Returns the precomputed factor by which the driver wants to be faster than the speed limit.

Returns
Speed limit factor

Implements SUMOTrafficObject.

Definition at line 470 of file MSBaseVehicle.h.

References MSBaseVehicle::myChosenSpeedFactor.

Referenced by MSLane::getDepartSpeed(), getParameterWindow(), GUIMEVehicle::getParameterWindow(), and GUISUMOViewParent::onUpdSpeedFactor().

Here is the caller graph for this function:

◆ getCO2Emissions()

double MSBaseVehicle::getCO2Emissions ( ) const
inherited

Returns CO2 emission of the current state.

Returns
The current CO2 emission

Definition at line 1141 of file MSBaseVehicle.cpp.

References PollutantsInterface::CO2, PollutantsInterface::compute(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.

Referenced by LIBSUMO_NAMESPACE::Vehicle::getCO2Emission(), getColorValue(), and getParameterWindow().

Here is the caller graph for this function:

◆ getCOEmissions()

double MSBaseVehicle::getCOEmissions ( ) const
inherited

Returns CO emission of the current state.

Returns
The current CO emission

Definition at line 1151 of file MSBaseVehicle.cpp.

References PollutantsInterface::CO, PollutantsInterface::compute(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.

Referenced by LIBSUMO_NAMESPACE::Vehicle::getCOEmission(), getColorValue(), and getParameterWindow().

Here is the caller graph for this function:

◆ getColorValue()

◆ getContainerDevice()

const MSDevice_Transportable* MSBaseVehicle::getContainerDevice ( ) const
inlineinherited

Definition at line 615 of file MSBaseVehicle.h.

References MSBaseVehicle::myContainerDevice.

Referenced by GUIBaseVehicle::getNumContainers().

Here is the caller graph for this function:

◆ getContainerNumber()

int MSBaseVehicle::getContainerNumber ( ) const
virtualinherited

Returns the number of containers.

Returns
The number of contaiers on-board

Implements SUMOVehicle.

Definition at line 1284 of file MSBaseVehicle.cpp.

References SUMOVehicleParameter::containerNumber, MSBaseVehicle::myContainerDevice, MSBaseVehicle::myParameter, and MSDevice_Transportable::size().

Referenced by MEVehicle::checkStop(), getParameterWindow(), MSVehicle::leaveLane(), MSVehicle::processNextStop(), and MSXMLRawOut::writeVehicle().

Here is the caller graph for this function:

◆ getContainerPosition()

const GUIBaseVehicle::Seat & GUIBaseVehicle::getContainerPosition ( int  containerIndex) const
protectedinherited

if there are not enough positions in the vehicle containers have to squeeze onto the last position

Definition at line 810 of file GUIBaseVehicle.cpp.

References MIN2(), and GUIBaseVehicle::myContainerPositions.

Referenced by GUIBaseVehicle::drawAction_drawPersonsAndContainers().

Here is the caller graph for this function:

◆ getContainers()

const std::vector< MSTransportable * > & MSBaseVehicle::getContainers ( ) const
virtualinherited

retrieve riding containers

Implements SUMOVehicle.

Definition at line 1313 of file MSBaseVehicle.cpp.

References MSDevice_Transportable::getTransportables(), MSBaseVehicle::myContainerDevice, and MSBaseVehicle::myEmptyTransportableVector.

Referenced by MSXMLRawOut::writeVehicle().

Here is the caller graph for this function:

◆ getCurrentApparentDecel()

double MSVehicle::getCurrentApparentDecel ( ) const
inherited

get apparent deceleration based on vType parameters and current acceleration

Definition at line 6410 of file MSVehicle.cpp.

References MSCFModel::getApparentDecel(), and MSVehicle::getCarFollowModel().

◆ getCurrentParkingArea()

MSParkingArea * MSVehicle::getCurrentParkingArea ( )
inherited

get the current parking area stop or nullptr

Definition at line 1427 of file MSVehicle.cpp.

References MSBaseVehicle::isParking(), and MSBaseVehicle::myStops.

Referenced by MSVehicleTransfer::checkInsertions(), and MSVehicle::Manoeuvre::configureExitManoeuvre().

Here is the caller graph for this function:

◆ getCurrentRouteEdge()

const MSRouteIterator& MSBaseVehicle::getCurrentRouteEdge ( ) const
inlinevirtualinherited

Returns an iterator pointing to the current edge in this vehicles route.

Returns
The current route pointer

Implements SUMOVehicle.

Definition at line 223 of file MSBaseVehicle.h.

References MSBaseVehicle::myCurrEdge.

Referenced by MSRailSignal::DriveWay::deadlockLaneOccupied(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSRailSignal::hasOncomingRailTraffic(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), and MSVehicle::replaceStop().

Here is the caller graph for this function:

◆ getDeltaPos()

double MSVehicle::getDeltaPos ( const double  accel) const
inherited

calculates the distance covered in the next integration step given an acceleration and assuming the current velocity. (gives different results for different integration methods, e.g., euler vs. ballistic)

Parameters
[in]accelthe assumed acceleration
Returns
distance covered in next integration step

Definition at line 2819 of file MSVehicle.cpp.

References ACCEL2SPEED, MSGlobals::gSemiImplicitEulerUpdate, MAX2(), MSVehicle::State::mySpeed, MSVehicle::myState, and SPEED2DIST.

Referenced by MSVehicle::updateState().

Here is the caller graph for this function:

◆ getDepartDelay()

SUMOTime MSBaseVehicle::getDepartDelay ( ) const
inlinevirtualinherited

Returns the depart delay.

Implements SUMOVehicle.

Definition at line 288 of file MSBaseVehicle.h.

References SUMOVehicleParameter::depart, MSBaseVehicle::getDeparture(), and MSBaseVehicle::getParameter().

Referenced by getColorValue(), GUIMEVehicle::getColorValue(), getParameterWindow(), GUIMEVehicle::getParameterWindow(), and MSLane::insertVehicle().

Here is the caller graph for this function:

◆ getDepartPos()

double MSBaseVehicle::getDepartPos ( ) const
inlinevirtualinherited

Returns this vehicle's real departure position.

Returns
This vehicle's real departure position

Implements SUMOVehicle.

Definition at line 309 of file MSBaseVehicle.h.

References MSBaseVehicle::myDepartPos.

◆ getDeparture()

SUMOTime MSBaseVehicle::getDeparture ( ) const
inlinevirtualinherited

Returns this vehicle's real departure time.

Returns
This vehicle's real departure time

Implements SUMOVehicle.

Definition at line 283 of file MSBaseVehicle.h.

References MSBaseVehicle::myDeparture.

Referenced by MSBaseVehicle::getDepartDelay(), and MSVehicle::Influencer::postProcessRemoteControl().

Here is the caller graph for this function:

◆ getDevice()

MSVehicleDevice * MSBaseVehicle::getDevice ( const std::type_info &  type) const
virtualinherited

◆ getDeviceDescription()

std::string GUIBaseVehicle::getDeviceDescription ( )
inherited

lists equipped device (types) for the current vehicle

Definition at line 890 of file GUIBaseVehicle.cpp.

References MSBaseVehicle::getDevices(), joinToString(), and GUIBaseVehicle::myVehicle.

Referenced by getParameterWindow(), and GUIMEVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ getDeviceParameter()

std::string MSBaseVehicle::getDeviceParameter ( const std::string &  deviceName,
const std::string &  key 
) const
inherited

try to retrieve the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists

Definition at line 1373 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myDevices.

Referenced by MSBaseVehicle::getPrefixedParameter().

Here is the caller graph for this function:

◆ getDevices()

const std::vector<MSVehicleDevice*>& MSBaseVehicle::getDevices ( ) const
inlinevirtualinherited

Returns this vehicle's devices.

Returns
This vehicle's devices

Implements SUMOVehicle.

Definition at line 385 of file MSBaseVehicle.h.

References MSBaseVehicle::myDevices.

Referenced by GUIBaseVehicle::getDeviceDescription().

Here is the caller graph for this function:

◆ getDistanceToPosition()

double MSVehicle::getDistanceToPosition ( double  destPos,
const MSEdge destEdge 
) const
inherited

Compute distance that will be covered, if the vehicle moves to a given position on its route, starting at its current position.

Parameters
destPosposition on the destination edge that shall be reached
destEdgedestination edge that shall be reached
Returns
distance from the vehicles current position to the destination position, or a near infinite real value if the destination position is not contained within the vehicles route or the vehicle is not active

Definition at line 5294 of file MSVehicle.cpp.

References MSRoute::getDistanceBetween(), MSLane::getLength(), MSVehicle::getPositionOnLane(), MSLane::isInternal(), MSVehicle::isOnRoad(), MSBaseVehicle::myCurrEdge, MSVehicle::myLane, and MSBaseVehicle::myRoute.

Referenced by MSVehicle::Influencer::gapControlSpeed(), MSVehicle::Influencer::implicitDeltaPosRemote(), and MSVehicle::Influencer::implicitSpeedRemote().

Here is the caller graph for this function:

◆ getDriverState()

std::shared_ptr< MSSimpleDriverState > MSVehicle::getDriverState ( ) const
inherited

Returns the vehicle driver's state.

Returns
The vehicle driver's state

Definition at line 6404 of file MSVehicle.cpp.

References MSDevice_DriverState::getDriverState(), and MSVehicle::myDriverState.

Referenced by MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), and MSDevice_ToC::setAwareness().

Here is the caller graph for this function:

◆ getEdge()

◆ getElecHybridCurrent()

double MSBaseVehicle::getElecHybridCurrent ( ) const
inherited

Returns actual current (A) of ElecHybrid device RICE_CHECK: Is this the current consumed from the overhead wire or the current driving the poweertrain of the vehicle?

Returns
The current of ElecHybrid device

Definition at line 1225 of file MSBaseVehicle.cpp.

References MSDevice_ElecHybrid::getCurrentFromOverheadWire(), and MSBaseVehicle::getDevice().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getElectricityConsumption()

double MSBaseVehicle::getElectricityConsumption ( ) const
inherited

Returns electricity consumption of the current state.

Returns
The current electricity consumption

Definition at line 1201 of file MSBaseVehicle.cpp.

References PollutantsInterface::compute(), PollutantsInterface::ELEC, MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), MSBaseVehicle::getEmissionParameters(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.

Referenced by getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getElectricityConsumption(), and getParameterWindow().

Here is the caller graph for this function:

◆ getEmissionParameters()

const std::map< int, double > * MSBaseVehicle::getEmissionParameters ( ) const
virtualinherited

Returns the vehicle's emission model parameter.

Returns
The vehicle's emission parameters

Implements SUMOVehicle.

Definition at line 179 of file MSBaseVehicle.cpp.

References MSBaseVehicle::getDevice(), and MSDevice_Battery::getEnergyParams().

Referenced by MSBaseVehicle::getElectricityConsumption().

Here is the caller graph for this function:

◆ getFollower()

std::pair< const MSVehicle *const, double > MSVehicle::getFollower ( double  dist = 0) const
virtualinherited

Returns the follower of the vehicle looking for a fixed distance.

If the distance is not given it is set to the value of MSCFModel::brakeGap(2*roadSpeed, 4.5, 0) The gap returned does not include the minGap. If there are multiple followers, the one that maximizes the term (getSecureGap - gap) is returned.

Parameters
distup to which distance to look at least for a leader
Returns
The leading vehicle together with the gap; (0, -1) if no leader was found.

Reimplemented from MSBaseVehicle.

Definition at line 5341 of file MSVehicle.cpp.

References MSCFModel::brakeGap(), MSVehicle::getCarFollowModel(), MSLane::getEdge(), MSLane::getFollower(), MSVehicle::getPositionOnLane(), MSEdge::getSpeedLimit(), and MSVehicle::myLane.

◆ getFuelConsumption()

double MSBaseVehicle::getFuelConsumption ( ) const
inherited

Returns fuel consumption of the current state.

Returns
The current fuel consumption

Definition at line 1191 of file MSBaseVehicle.cpp.

References PollutantsInterface::compute(), PollutantsInterface::FUEL, MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.

Referenced by getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getFuelConsumption(), and getParameterWindow().

Here is the caller graph for this function:

◆ getFullName()

◆ getFurtherLanes()

const std::vector<MSLane*>& MSVehicle::getFurtherLanes ( ) const
inlineinherited

Definition at line 811 of file MSVehicle.h.

References MSVehicle::myFurtherLanes.

Referenced by MSVehicle::getBackPositionOnLane(), MSLane::getFollowersOnConsecutive(), MSLaneChangerSublane::startChangeSublane(), MSAbstractLaneChangeModel::updateShadowLane(), and MSAbstractLaneChangeModel::updateTargetLane().

Here is the caller graph for this function:

◆ getFurtherLanesPosLat()

const std::vector<double>& MSVehicle::getFurtherLanesPosLat ( ) const
inlineinherited

Definition at line 815 of file MSVehicle.h.

References MSVehicle::myFurtherLanesPosLat.

Referenced by MSAbstractLaneChangeModel::updateShadowLane().

Here is the caller graph for this function:

◆ getGlID()

GUIGlID GUIGlObject::getGlID ( ) const
inherited

Returns the numerical id of the object.

Returns
This object's gl-id

Definition at line 166 of file GUIGlObject.cpp.

References GUIGlObject::myGlID.

Referenced by GUIMessageWindow::appendMsg(), GUIGlObject::buildSelectionPopupEntry(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIBusStop::drawGL(), GUICalibrator::drawGL(), GUIChargingStation::drawGL(), GUIContainer::drawGL(), GUIContainerStop::drawGL(), GUIEdge::drawGL(), GUIJunctionWrapper::drawGL(), GUILane::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIOverheadWire::drawGL(), GUIOverheadWireClamp::drawGL(), GUIParkingArea::drawGL(), GUIPerson::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GNEAccess::drawGL(), GNEBusStop::drawGL(), GNECalibrator::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNEDetectorE1::drawGL(), GNEDetectorE1Instant::drawGL(), GNEDetectorE2::drawGL(), GNEDetectorE3::drawGL(), GNEDetectorEntryExit::drawGL(), GNEParkingArea::drawGL(), GNEParkingSpace::drawGL(), GNERerouter::drawGL(), GNERerouterSymbol::drawGL(), GNERouteProbe::drawGL(), GNETAZ::drawGL(), GNEVaporizer::drawGL(), GNEVariableSpeedSign::drawGL(), GNEVariableSpeedSignSymbol::drawGL(), GNEPerson::drawGL(), GNEPersonStop::drawGL(), GNEStop::drawGL(), GNEVehicle::drawGL(), GNEConnection::drawGL(), GNECrossing::drawGL(), GNEInternalLane::drawGL(), GNEJunction::drawGL(), GNELane::drawGL(), GUIPointOfInterest::drawGL(), GUIPolygon::drawGL(), GUIBaseVehicle::drawGLAdditional(), GUIContainer::drawGLAdditional(), GUIPerson::drawGLAdditional(), GUILane::drawLinkRule(), GUIBaseVehicle::drawOnPos(), GNEAdditional::drawPartialGL(), GNEEdgeData::drawPartialGL(), GNEEdgeRelData::drawPartialGL(), GNERoute::drawPartialGL(), GNEVehicle::drawPartialGL(), GNEDemandElement::drawPersonPlanPartialJunction(), GNEDemandElement::drawPersonPlanPartialLane(), GUIContainer::getColorValue(), GUIEdge::getColorValue(), GUIJunctionWrapper::getColorValue(), GUIPerson::getColorValue(), getColorValue(), GUIMEVehicle::getColorValue(), GNEPOI::getGlID(), GNEPoly::getGlID(), GUISUMOAbstractView::getGUIGlObjectsAtPosition(), GUIEdge::getIDs(), GUISUMOAbstractView::getObjectAtPosition(), GUISUMOAbstractView::getObjectsAtPosition(), GUIShapeContainer::getPOIIds(), GUIShapeContainer::getPolygonIDs(), GUIBaseVehicle::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUIEdge::getScaleValue(), GUITransportableControl::insertIDs(), GUIMEVehicleControl::insertVehicleIDs(), GUIVehicleControl::insertVehicleIDs(), GUILane::isLaneOrEdgeSelected(), GUIEdge::isSelected(), GUILane::isSelected(), GUIPerson::isSelected(), isSelected(), GUISelectedStorage::isSelected(), GUISUMOViewParent::isSelected(), GUIGlChildWindow::isSelected(), GUISelectedStorage::loadIDs(), GUIViewTraffic::onCmdAddRerouter(), GUIGLObjectPopupMenu::onCmdAddSelected(), GUIGLObjectPopupMenu::onCmdCenter(), GUIViewTraffic::onCmdCloseEdge(), GUIViewTraffic::onCmdCloseLane(), GUIDialog_GLChosenEditor::onCmdDeselect(), GUIApplicationWindow::onCmdEditChosen(), GNESelectorFrame::SelectionOperation::onCmdLoad(), GUIGLObjectPopupMenu::onCmdRemoveSelected(), GUIViewTraffic::onCmdShowReachability(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdStartTrack(), GUIContainer::GUIContainerPopupMenu::onCmdStartTrack(), GUIPerson::GUIPersonPopupMenu::onCmdStartTrack(), GUIDialog_ChooserAbstract::onCmdTrack(), GUIViewTraffic::onGamingClick(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_GUI::processSet(), GUIDialog_ChooserAbstract::refreshList(), GLObjectValuePassConnector< T >::removeObject(), selectBlockingFoes(), GUIPointOfInterest::setColor(), GUIPolygon::setColor(), GUIMessageWindow::setCursorPos(), GUIGlObject::~GUIGlObject(), and GUIPerson::~GUIPerson().

◆ getHarmonoise_NoiseEmissions()

double MSBaseVehicle::getHarmonoise_NoiseEmissions ( ) const
inherited

Returns noise emissions of the current state.

Returns
The noise produced

Definition at line 1235 of file MSBaseVehicle.cpp.

References HelpersHarmonoise::computeNoise(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.

Referenced by getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getNoiseEmission(), and getParameterWindow().

Here is the caller graph for this function:

◆ getHCEmissions()

double MSBaseVehicle::getHCEmissions ( ) const
inherited

Returns HC emission of the current state.

Returns
The current HC emission

Definition at line 1161 of file MSBaseVehicle.cpp.

References PollutantsInterface::compute(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), PollutantsInterface::HC, SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.

Referenced by getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getHCEmission(), and getParameterWindow().

Here is the caller graph for this function:

◆ getID()

const std::string& Named::getID ( ) const
inlineinherited

Returns the id.

Returns
The stored id

Definition at line 73 of file Named.h.

References Named::myID.

Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSCFModel_ACC::_v(), MSCFModel_CACC::_v(), MSCFModel_Wiedemann::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSTransportableControl::abortAnyWaitingForVehicle(), MSLaneChangerSublane::abortLCManeuver(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaders(), MSVehicleTransfer::add(), MSPModel_Striping::add(), PCPolyContainer::add(), ShapeContainer::add(), MSDetectorControl::add(), NLTriggerBuilder::addAccess(), RORouteDef::addAlternative(), MSLane::addApproachingLane(), MSChargingStation::addChargeValueForOutput(), MSOverheadWire::addChargeValueForOutput(), NBNodeCont::addCluster2Join(), NLHandler::addConnection(), NBLoadedSUMOTLDef::addConnection(), MSPModel_Striping::addCrossingVehs(), RODFDetectorCon::addDetector(), RONet::addEdge(), ROJTREdge::addFollowerProbability(), MSLCM_SL2015::addLCSpeedAdvice(), MSTLLogicControl::TLSLogicVariants::addLogic(), MSLane::addNeigh(), RONet::addNode(), MSTractionSubstation::addOverheadWireClampToCircuit(), MSTractionSubstation::addOverheadWireInnerSegmentToCircuit(), MSTractionSubstation::addOverheadWireSegmentToCircuit(), NIImporter_SUMO::addPhase(), GUIEdge::addRerouter(), MSDispatch::addReservation(), MSRouteHandler::addRide(), RONet::addRouteDef(), NIXMLEdgesHandler::addSplit(), NBTrafficLightLogic::addStep(), MSRouteHandler::addStop(), RORouteHandler::addStop(), ROVehicle::addStop(), MSBaseVehicle::addStop(), MSNet::addStoppingPlace(), MSVehicle::addTransportable(), AGActivityTripWriter::addTrip(), MSRouteHandler::addVehicleStopsToImplicitRoute(), NIXMLConnectionsHandler::addWalkingArea(), MSTransportable::appendStage(), LIBSUMO_NAMESPACE::Person::appendWalkingStage(), MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), libsumo::Helper::applySubscriptionFilterLateralDistanceSinglePass(), libsumo::Helper::applySubscriptionFilters(), MSDevice_ToC::awarenessRecoveryStep(), GUITrafficLightLogicWrapper::begin2TrackPhases(), MSPModel_Striping::blockedAtDist(), MSLink::blockedAtTime(), MSLink::blockedByFoe(), MSVehicle::boardTransportables(), NLEdgeControlBuilder::build(), NIVisumTL::build(), RODFNet::buildApproachList(), MSSOTLE2Sensors::buildContinueSensior(), MSSOTLE2Sensors::buildCountSensorForLane(), MSSOTLE2Sensors::buildCountSensorForOutLane(), NBNode::buildCrossings(), NBNode::buildCrossingsAndWalkingAreas(), MSTransportableDevice_Routing::buildDevices(), MSTransportableDevice_FCD::buildDevices(), NIImporter_VISUM::buildDistrictNode(), MSRailSignal::LinkInfo::buildDriveWay(), NLDetectorBuilder::buildE2Detector(), RODFNet::buildEdgeFlowMap(), NBEdge::buildInnerEdges(), NLTriggerBuilder::buildInnerOverheadWireSegments(), GNETLSEditorFrame::buildInternalLanes(), NIVissimEdge::buildNBEdge(), NGEdge::buildNBEdge(), NBRampsComputer::buildOffRamp(), NBRampsComputer::buildOnRamp(), MSRailSignal::DriveWay::buildRoute(), MELoop::buildSegmentsFor(), MSSOTLE2Sensors::buildSensorForLane(), MSSOTLE2Sensors::buildSensorForOutLane(), LIBSUMO_NAMESPACE::Vehicle::buildStopParameters(), MSDevice_Battery::buildVehicleDevices(), MSDevice_Bluelight::buildVehicleDevices(), MSDevice_BTreceiver::buildVehicleDevices(), MSDevice_BTsender::buildVehicleDevices(), MSDevice_DriverState::buildVehicleDevices(), MSDevice_ElecHybrid::buildVehicleDevices(), MSDevice_Emissions::buildVehicleDevices(), MSDevice_Example::buildVehicleDevices(), MSDevice_FCD::buildVehicleDevices(), MSDevice_Routing::buildVehicleDevices(), MSDevice_SSM::buildVehicleDevices(), MSDevice_Taxi::buildVehicleDevices(), MSDevice_ToC::buildVehicleDevices(), MSDevice_Tripinfo::buildVehicleDevices(), MSDevice_Transportable::buildVehicleDevices(), MSDevice_Vehroutes::buildVehicleDevices(), NBNode::buildWalkingAreas(), MSBaseVehicle::calculateArrivalParams(), MSSwarmTrafficLightLogic::calculateEtaDiff(), MSSwarmTrafficLightLogic::calculateEtaRatio(), MSE2Collector::calculateTimeLossAndTimeOnDetector(), MSSOTLPolicyBasedTrafficLightLogic::canRelease(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLCM_SL2015::changed(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), MSSimpleTrafficLightLogic::changeStepAndDuration(), LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSTLLogicControl::check2Switch(), MSEdge::checkAndRegisterBiDirEdge(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeSublane(), NBEdgeCont::checkConsistency(), MSRailSignal::DriveWay::checkCrossingFlanks(), MSDevice_ToC::checkDynamicToC(), MSLane::checkFailure(), MSLane::checkForPedestrians(), GUIApplicationWindow::checkGamingEvents(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSDevice_Battery::checkParam(), MSDevice_ElecHybrid::checkParam(), MSE2Collector::checkPositioning(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSAbstractLaneChangeModel::checkTraCICommands(), MSLaneChanger::checkTraCICommands(), MSSwarmTrafficLightLogic::choosePolicy(), MSDevice_SSM::classifyEncounter(), ShapeContainer::clearHighlights(), NBTrafficLightLogic::closeBuilding(), ODDistrictHandler::closeDistrict(), NLHandler::closeEdge(), MSDevice_SSM::closeEncounter(), MSRouteHandler::closeFlow(), RORouteHandler::closeRouteDistribution(), RORouteHandler::closeVehicle(), NBTrafficLightDefinition::collectAllLinks(), NBTrafficLightDefinition::collectEdges(), NBLoadedSUMOTLDef::collectEdgeVectors(), NBLoadedTLDef::collectLinks(), MSLCM_SL2015::commitManoeuvre(), IntermodalRouter< E, L, N, V >::compute(), ROJTRRouter::compute(), NBTrafficLightDefinition::compute(), MSVehicle::computeAngle(), MSDispatch::computeDetourTime(), NBNodeShapeComputer::computeEdgeBoundaries(), NBNode::computeInternalLaneShape(), NBNode::computeLanes2Lanes(), NBNode::computeLogic(), NBOwnTLDef::computeLogicAndConts(), NBNodeShapeComputer::computeNodeShapeDefault(), NBNodeShapeComputer::computeNodeShapeSmall(), NBNodeTypeComputer::computeNodeTypes(), RODFNet::computeRoutesFor(), NBTrafficLightLogicCont::computeSingleLogic(), NBNode::computeSmoothShape(), MSLCM_SL2015::computeSpeedLat(), MSDevice_SSM::computeSSMs(), NBTurningDirectionsComputer::computeTurnDirectionsForNode(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), NGNet::connect(), MSRailSignal::constraintsAllow(), MSLaneChanger::continueChange(), MSLaneChangerSublane::continueChangeSublane(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), NBLoadedSUMOTLDef::copyIndices(), NBOwnTLDef::corridorLike(), MSSOTLWaveTrafficLightLogic::countVehicles(), MSSOTLE2Sensors::countVehicles(), MSDevice_SSM::createEncounters(), GUINet::createTLWrapper(), MSDevice_Taxi::customerArrived(), MSDevice_ToC::deactivateDeliberateLCs(), MSRailSignal::DriveWay::deadlockLaneOccupied(), libsumo::Helper::debugPrint(), MSLCM_SL2015::decideDirection(), MSActuatedTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decideNextPhase(), MSSOTLPolicyBasedTrafficLightLogic::decideNextPhase(), MSSwarmTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decidePolicy(), MSSwarmTrafficLightLogic::decidePolicy(), MSVehicleControl::deleteVehicle(), MSDevice_ElecHybrid::deleteVehicleFromCircuit(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSE3Collector::detectorUpdate(), MSLane::detectPedestrianJunctionCollision(), NIVissimDistrictConnection::dict_BuildDistrictNodes(), NIVissimDistrictConnection::dict_BuildDistricts(), NBNodeCont::discardTrafficLights(), MSDispatch_Greedy::dispatch(), MSDispatch_GreedyShared::dispatch(), MSDispatch_RouteExtension::dispatch(), MSDevice_Taxi::dispatchShared(), MSDevice_SSM::Encounter::Encounter(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSE3Collector::enter(), MSVehicle::enterLaneAtMove(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSTransportableControl::erase(), METriggeredCalibrator::execute(), Command_SaveTLSProgram::execute(), Command_SaveTLSState::execute(), Command_SaveTLSSwitches::execute(), Command_SaveTLSSwitchStates::execute(), MSVTypeProbe::execute(), MSPModel_Striping::MovePedestrians::execute(), MSCalibrator::execute(), MSVehicle::executeMove(), MSLane::executeMovements(), NBNodeCont::extract(), NBTrafficLightLogicCont::extract(), MSCFModel::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSLaneChanger::findCandidate(), libsumo::Helper::findCloserLane(), MSRailSignal::DriveWay::findFlankProtection(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Simulation::findIntermodalRoute(), MSDevice_SSM::findSurroundingVehicles(), MSDevice_SSM::flushConflicts(), MSDevice_SSM::flushGlobalMeasures(), MSCFModel_CACC::followSpeed(), MSCFModel_W99::followSpeed(), NBTrafficLightDefinition::forbids(), NBNodeCont::generateNodeClusters(), MSDevice_Tripinfo::generateOutput(), GUITrafficLightLogicWrapper::getActiveTLLogic(), RODFDetectorCon::getAggFlowFor(), RODFDetectorCon::getAnyDetectorForEdge(), MSPModel_Striping::getArbitraryPath(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), LIBSUMO_NAMESPACE::Vehicle::getBestLanes(), NBOwnTLDef::getBestPair(), NBRailwayTopologyAnalyzer::getBrokenRailNodes(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), MSVehicle::getCenterOnEdge(), MSDevice_Battery::getChargingStationID(), MSRailSignal::getClickableTLLinkID(), getColorValue(), MSLaneChanger::getColumnleader(), LIBSUMO_NAMESPACE::TrafficLight::getControlledLinks(), MSLane::getCriticalLeader(), NBNodeShapeComputer::getDefaultRadius(), MSLink::getDescription(), MSStop::getDescription(), NBTrafficLightDefinition::getDescription(), GUIPerson::getDestinationEdgeID(), MSDevice_SSM::getDetectionRange(), RODFNet::getDetectorEdge(), MSActuatedTrafficLightLogic::getDetectorPriority(), MSRailSignal::LinkInfo::getDriveWay(), GUIPerson::getEdgeID(), GUIMEVehicle::getEdgeID(), MSMeanData::getEdgeID(), libsumo::Calibrator::getEdgeID(), LIBSUMO_NAMESPACE::RouteProbe::getEdgeID(), MSDevice_SSM::getExtraTime(), MSPModel_Remote::getFirstPedestrianLane(), MSLane::getFirstVehicleInformation(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), GUIPerson::getFromEdgeID(), MSCalibrator::getID(), NBEdge::getID(), MSRailSignal::getJunctionLinkID(), RORouteHandler::getJunctionTaz(), libsumo::Calibrator::getLaneID(), MSParkingArea::getLastFreePosWithReservation(), MSLane::getLastVehicleInformation(), MSVehicle::getLatOffset(), MSLane::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), MSLink::getLengthBeforeCrossing(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForInputLanes(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForOutputLanes(), MSDevice_SSM::getMeasuresAndThresholds(), NIImporter_VISUM::getNamedEdgeContinuating(), MSPModel_Striping::getNeighboringObstacles(), MSPerson::getNextEdge(), MSPModel_Striping::getNextLane(), MSPModel_Striping::getNextLaneObstacles(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSLane::getOppositePos(), MSDevice_SSM::getOutputFilename(), MSDevice_ElecHybrid::getOverheadWireSegmentID(), MSOverheadWire::getOverheadWireSegmentName(), MSDevice_ToC::getParameter(), LIBSUMO_NAMESPACE::Simulation::getParameter(), GUIContainer::getParameterWindow(), GUILane::getParameterWindow(), GUITrafficLightLogicWrapper::getParameterWindow(), GUILane::getParentName(), MSLane::getPartialBehind(), MSSimpleDriverState::getPerceivedHeadway(), MSSimpleDriverState::getPerceivedSpeedDifference(), MSSOTLTrafficLightLogic::getPhaseIndexWithMaxCTS(), MSSwarmTrafficLightLogic::getPheromoneForInputLanes(), MSSwarmTrafficLightLogic::getPheromoneForOutputLanes(), PolygonDynamics::getPolygonID(), GUITrafficLightLogicWrapper::getPopUpMenu(), NLTriggerBuilder::getPosition(), NLDetectorBuilder::getPositionChecking(), MSBaseVehicle::getPrefixedParameter(), MSCFModel_CC::getRadarMeasurements(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), LIBSUMO_NAMESPACE::Vehicle::getRoadID(), MSLCHelper::getRoundaboutDistBonus(), LIBSUMO_NAMESPACE::Vehicle::getRouteID(), libsumo::Calibrator::getRouteProbeID(), MSBaseVehicle::getRouteValidity(), MSVehicle::getSafeFollowSpeed(), MSAbstractLaneChangeModel::getShadowLane(), MSBaseVehicle::getSingularType(), MSTransportable::getSingularType(), LIBSUMO_NAMESPACE::Person::getStage(), MSPerson::MSPersonStage_Walking::getStageSummary(), MSStageTrip::getStageSummary(), MSStageWaiting::getStageSummary(), MSStageDriving::getStageSummary(), MSStageTranship::getStageSummary(), MSDevice_Taxi::getStopLane(), MSNet::getStoppingPlaceID(), MSDevice::getStringParam(), MSLane::getSurroundingVehicles(), MSActuatedTrafficLightLogic::getTarget(), LIBSUMO_NAMESPACE::Person::getTaxiReservations(), MSRailSignal::getTLLinkID(), NIImporter_OpenDrive::getTLSSecure(), MSDevice_ElecHybrid::getTractionSubstationID(), PedestrianEdge< E, L, N, V >::getTravelTime(), MSVehicle::getUpcomingLanesUntil(), MSLane::getUpcomingLinks(), MSDevice_SSM::getUpstreamVehicles(), LIBSUMO_NAMESPACE::Person::getVehicle(), MSPModel_Striping::getVehicleObstacles(), MSDevice_SSM::getVehiclesOnJunction(), MSRailSignalConstraint::getVehID(), MSStageDriving::getWaitingDescription(), MSEdge::getWaitingVehicle(), MSLink::getZipperSpeed(), GNEEdge::GNEEdge(), NBNode::guessCrossings(), RODFDetectorCon::guessEmptyFlows(), NBNodeCont::guessTLs(), GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerWindow(), MSLane::handleCollisionBetween(), MSRailSignal::hasInsertionConstraint(), MSRailSignal::hasOncomingRailTraffic(), MSBaseVehicle::hasValidRouteStart(), MSVehicle::hasValidRouteStart(), MSBaseVehicle::haveValidStopEdges(), libsumo::POI::highlight(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSIdling_Stop::idle(), MSIdling_RandomCircling::idle(), MSVehicle::ignoreRed(), MSLCM_LC2013::inform(), MSLCM_SL2015::inform(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), NBEdge::init(), MSActuatedTrafficLightLogic::init(), MSDelayBasedTrafficLightLogic::init(), MSDeterministicHiLevelTrafficLightLogic::init(), MSRailSignal::init(), MSSOTLTrafficLightLogic::init(), MSSwarmTrafficLightLogic::init(), MSTrafficLightLogic::init(), MSE2Collector::initAuxiliaries(), MESegment::initialise(), MSTrafficLightLogic::initMesoTLSPenalties(), PolygonDynamics::initTrackedPosition(), NIImporter_SUMO::initTrafficLightLogic(), NIXMLTrafficLightsHandler::initTrafficLightLogic(), NBDistrictCont::insert(), NBNodeCont::insert(), NBTrafficLightLogicCont::insert(), MSCFModel_IDM::insertionFollowSpeed(), MSEdge::insertVehicle(), MSLane::integrateNewVehicles(), GNEJunction::invalidateTLS(), NBNode::invalidateTLS(), MSTLLogicControl::isActive(), MSPedestrianPushButton::isActiveForEdge(), MSPedestrianPushButton::isActiveOnAnySideOfTheRoad(), RODFNet::isDestination(), RODFNet::isFalseSource(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), MESegment::isOpen(), RODFNet::isSource(), NIImporter_VISUM::isSplitEdge(), MSSOTLTrafficLightLogic::isThresholdPassed(), MSStageDriving::isWaitingFor(), MESegment::jamThresholdForSpeed(), NBNodeCont::joinSameJunctions(), MSVehicle::joinTrainPartFront(), MSAbstractLaneChangeModel::laneChangeOutput(), MSVehicle::lateralDistanceToLane(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSVehicle::leaveLane(), MSDevice_BTreceiver::BTreceiverUpdate::leaveRange(), MSPedestrianPushButton::loadCrossingEdgeMap(), NIImporter_OpenDrive::loadNetwork(), MSPedestrianPushButton::loadPushButtons(), ODDistrictCont::makeDistricts(), MSE2Collector::makeMoveNotification(), MSE2Collector::makeVehicleInfo(), MSSOTLE2Sensors::meanVehiclesSpeed(), MSPModel_Striping::moveInDirection(), MSPModel_Striping::moveInDirectionOnLane(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), MSDevice_ToC::MRMExecutionStep(), MSChargingStation::MSChargingStation(), MSDevice_Battery::MSDevice_Battery(), MSDevice_ElecHybrid::MSDevice_ElecHybrid(), MSDevice_Taxi::MSDevice_Taxi(), MSDevice_ToC::MSDevice_ToC(), MSE2Collector::MSE2Collector(), MSLCM_LC2013::MSLCM_LC2013(), MSSimpleDriverState::MSSimpleDriverState(), NBLoadedTLDef::myCompute(), NIImporter_SUMO::myEndElement(), MSStateHandler::myStartElement(), MSLaneSpeedTrigger::myStartElement(), MSTriggeredRerouter::myStartElement(), MSPModel_Striping::nextBlocking(), MSDevice_ElecHybrid::notifyEnter(), MSE2Collector::notifyEnter(), MSDevice_Bluelight::notifyEnter(), MSDevice_Example::notifyEnter(), MSDevice_SSM::notifyEnter(), MSDevice_Tripinfo::notifyEnter(), MSMeanData::MeanDataValues::notifyEnter(), MSMeanData::MeanDataValueTracker::notifyEnter(), MSMeanData_Net::MSLaneMeanDataValues::notifyEnter(), MSRailSignalConstraint_Predecessor::PassedTracker::notifyEnter(), MSTriggeredRerouter::notifyEnter(), MSE3Collector::MSE3EntryReminder::notifyEnter(), MSE3Collector::MSE3LeaveReminder::notifyEnter(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_ElecHybrid::notifyLeave(), MSDevice_Bluelight::notifyLeave(), MSDevice_Example::notifyLeave(), MSDevice_SSM::notifyLeave(), MSDevice_Transportable::notifyLeave(), MSDevice_Tripinfo::notifyLeave(), MSE2Collector::notifyLeave(), MSE3Collector::MSE3EntryReminder::notifyLeave(), MSE3Collector::MSE3LeaveReminder::notifyLeave(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_ElecHybrid::notifyMove(), MSDevice_Battery::notifyMove(), MSDevice_Bluelight::notifyMove(), MSDevice_BTreceiver::notifyMove(), MSDevice_BTsender::notifyMove(), MSDevice_Example::notifyMove(), MSDevice_SSM::notifyMove(), MSDevice_Transportable::notifyMove(), MSE2Collector::notifyMove(), MSMeanData::MeanDataValues::notifyMove(), MSDevice_ToC::notifyMove(), MSE3Collector::MSE3LeaveReminder::notifyMove(), MSE3Collector::MSE3EntryReminder::notifyMove(), MSMeanData_Net::MSLaneMeanDataValues::notifyMoveInternal(), GNETLSEditorFrame::onCmdDefSwitch(), GUIViewTraffic::onGamingClick(), MSVehicle::onRemovalFromNet(), MSLink::opened(), RORouteHandler::openRoute(), MSLane::incoming_lane_priority_sorter::operator()(), MSLane::outgoing_lane_priority_sorter::operator()(), MSEdge::transportable_by_position_sorter::operator()(), NBNetBuilder::by_id_sorter::operator()(), NBNode::nodes_by_id_sorter::operator()(), RODFNet::idComp::operator()(), MSLaneChangerSublane::outputLCStarted(), NIImporter_VISUM::parse_Connectors_legacy(), NIImporter_VISUM::parse_EdgePolys(), NIImporter_VISUM::parse_Lanes(), NIImporter_VISUM::parse_Turns(), NLTriggerBuilder::parseAndBuildCalibrator(), NLTriggerBuilder::parseAndBuildOverheadWireSection(), MSRouteHandler::parseWalkPositions(), NBLoadedSUMOTLDef::patchIfCrossingsAdded(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), NBLoadedTLDef::SignalGroup::patchTYellow(), MSCFModel_CC::performAutoLaneChange(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSLane::planMovements(), PolygonDynamics::PolygonDynamics(), MSInternalJunction::postloadInit(), MSRightOfWayJunction::postloadInit(), MSLCM_SL2015::prepareStep(), MSDevice_Taxi::prepareStop(), MSAbstractLaneChangeModel::primaryLaneChanged(), AGStreet::print(), MSStageDriving::proceed(), MSDevice_SSM::processEncounters(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), NIXMLNodesHandler::processNodeType(), TraCIServerAPI_Vehicle::processSet(), MEVehicle::processStop(), MSVehicle::processTraCISpeedControl(), NIXMLNodesHandler::processTrafficLightDefinitions(), MSDelayBasedTrafficLightLogic::proposeProlongation(), NBNodeCont::pruneClusterFringe(), NBNodeCont::pruneSlipLaneNodes(), MSPModel_Striping::PState::PState(), MSOffTrafficLightLogic::rebuildPhase(), NBEdge::recheckLanes(), NBEdgeCont::recheckPostProcessConnections(), NIImporter_OpenStreetMap::reconstructLayerElevation(), NBLoadedSUMOTLDef::reconstructLogic(), MSRailSignalControl::registerProtectedDriveway(), MSLink::removeApproaching(), MSVehicle::removePassedDriveItems(), GNEJunction::removeTLSConnections(), NBNodeCont::rename(), RORouteDef::repairCurrentRoute(), GNEJunction::replaceIncomingConnections(), MSVehicle::replaceParkingArea(), MSBaseVehicle::replaceRouteEdges(), MSVehicle::replaceStop(), NIImporter_DlrNavteq::TrafficlightsHandler::report(), NLEdgeControlBuilder::reportCurrentEdgeOrLane(), MSDevice_SSM::requestsTrajectories(), MSDevice_ToC::requestToC(), MSPerson::reroute(), MSBaseVehicle::reroute(), MSRailSignal::LinkInfo::reroute(), rerouteDRTStop(), MSTriggeredRerouter::rerouteParkingArea(), MSVehicle::rerouteParkingArea(), MSTransportable::rerouteParkingArea(), MSDevice_ToC::resetDeliberateLCs(), MSLane::resetManeuverReservation(), MSLane::resetPartialOccupation(), LIBSUMO_NAMESPACE::Vehicle::resume(), MSRailSignal::retrieveDriveWay(), NIImporter_OpenDrive::retrieveSignalEdges(), RODFNet::revalidateFlows(), NBRailwayTopologyAnalyzer::reverseEdges(), MSStageWaiting::routeOutput(), MSStageDriving::routeOutput(), MSLane::safeInsertionSpeed(), LIBSUMO_NAMESPACE::RouteProbe::sampleCurrentRouteID(), LIBSUMO_NAMESPACE::RouteProbe::sampleLastRouteID(), RONet::saveAndRemoveRoutesUntil(), ROPerson::Ride::saveAsXML(), ROVehicle::saveAsXML(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSBaseVehicle::saveState(), MSLane::saveState(), MSTransportable::saveState(), MESegment::saveState(), MSDevice::saveState(), MSDevice_Routing::saveState(), MSDevice_Transportable::saveState(), MSDevice_Tripinfo::saveState(), MSDevice_Vehroutes::saveState(), MSTransportableDevice_Routing::saveState(), MSStageDriving::saveState(), MSCalibrator::scheduleRemoval(), selectBlockingFoes(), MSE2Collector::selectLanes(), MSVehicle::setAngle(), MSLink::setApproaching(), MSVehicle::setApproachingForAllLinks(), MSStageTrip::setArrived(), NBNodeCont::setAsTLControlled(), MSSimpleDriverState::setAwareness(), MSChargingStation::setChargeDelay(), MSChargingStation::setChargingPower(), NLEdgeControlBuilder::setDefaultStopOffsets(), MSChargingStation::setEfficency(), MSAbstractLaneChangeModel::setManeuverDist(), MSLane::setManeuverReservation(), MSDevice_Battery::setMaximumBatteryCapacity(), NBEdge::setNodeBorder(), MSLCM_SL2015::setOwnState(), MSActuatedTrafficLightLogic::setParameter(), MSDevice_ToC::setParameter(), MSCFModel_CACC::setParameter(), MSCFModel_CC::setParameter(), MSLane::setPartialOccupation(), MSDevice_Battery::setPowerMax(), NBEdgePriorityComputer::setPriorityJunctionPriorities(), libsumo::Helper::setRemoteControlled(), MSLink::setRequestInformation(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), LIBSUMO_NAMESPACE::Vehicle::setRouteID(), MSDevice_Battery::setStoppingTreshold(), NBLoadedSUMOTLDef::setTLControllingInformation(), NBLoadedTLDef::setTLControllingInformation(), NBOwnTLDef::setTLControllingInformation(), NBTrafficLightLogicCont::setTLControllingInformation(), MSStageDriving::setVehicle(), MSOverheadWire::setVoltage(), NBEdge::shiftPositionAtNode(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLane::sortManeuverReservations(), IntermodalNetwork< E, L, N, V >::splitEdge(), MSLaneChangerSublane::startChangeSublane(), MSStopOut::stopEnded(), MSStopOut::stopStarted(), MSLane::succLinkSec(), MSDevice_ToC::switchHolderType(), GUITrafficLightLogicWrapper::switchTLSLogic(), MELoop::teleportVehicle(), MSDevice_ToC::ToCPreparationStep(), MSDevice_ToC::triggerDownwardToC(), MSDevice_ToC::triggerMRM(), MSDevice_ToC::triggerUpwardToC(), MSTransportable::tripInfoOutput(), MSPerson::MSPersonStage_Access::tripInfoOutput(), METriggeredCalibrator::tryEmit(), MSSOTLTrafficLightLogic::trySwitch(), MSDevice_SSM::update(), MSSimpleDriverState::update(), PolygonDynamics::update(), MSDevice_SSM::updateAndWriteOutput(), MSVehicle::updateBestLanes(), MSLCM_SL2015::updateCFRelated(), MSSOTLTrafficLightLogic::updateCTS(), NLEdgeControlBuilder::updateCurrentLaneStopOffsets(), MSVehicle::updateDriveItems(), MSRailSignal::updateDriveway(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), MSLCM_SL2015::updateGaps(), GNETLSEditorFrame::TLSJunction::updateJunctionDescription(), GNENetHelper::AttributeCarriers::updateJunctionID(), MSSwarmTrafficLightLogic::updatePheromoneLevels(), MSSwarmTrafficLightLogic::updateSensitivities(), MSAbstractLaneChangeModel::updateShadowLane(), MSVehicle::updateState(), MSAbstractLaneChangeModel::updateTargetLane(), MSDevice_BTreceiver::BTreceiverUpdate::updateVisibility(), MSDevice_SSM::useGeoCoords(), NBNodeTypeComputer::validateRailCrossings(), libsumo::Helper::VehicleStateListener::vehicleStateChanged(), TraCIServer::vehicleStateChanged(), MSDynamicShapeUpdater::vehicleStateChanged(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSInstantInductLoop::write(), NBParking::write(), MSElecHybridExport::write(), MSFCDExport::write(), MSBatteryExport::write(), MSEmissionExport::write(), MSElecHybridExport::writeAggregated(), MSLink::writeApproaching(), MSRailSignal::writeBlocks(), NWWriter_DlrNavteq::writeConnectedLanes(), NWWriter_SUMO::writeDistrict(), MSMeanData::writeEdge(), NWWriter_SUMO::writeEdge(), MSFullExport::writeEdge(), MSXMLRawOut::writeEdge(), NWWriter_XML::writeEdgesAndConnections(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), RODFDetectorCon::writeEmitters(), RODFDetectorCon::writeEndRerouterDetectors(), NWWriter_OpenDrive::writeInternalEdge(), writeInterval(), NWWriter_SUMO::writeJunction(), MSFullExport::writeLane(), MSQueueExport::writeLane(), MSXMLRawOut::writeLane(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_OpenDrive::writeNetwork(), NWWriter_XML::writeNodes(), NWWriter_DlrNavteq::writeNodesUnsplitted(), MSTractionSubstation::writeOut(), MSDevice_ToC::writeOutput(), MSNet::writeOutput(), MSDevice_Vehroutes::writeOutput(), MSOverheadWire::writeOverheadWireSegmentOutput(), NWWriter_SUMO::writeRoundabout(), RODFDetectorCon::writeSpeedTrigger(), NWWriter_SUMO::writeTrafficLight(), NWWriter_DlrNavteq::writeTrafficSignals(), MSFCDExport::writeTransportable(), MSXMLRawOut::writeTransportable(), RODFDetectorCon::writeValidationDetectors(), MSXMLRawOut::writeVehicle(), MSAmitranTrajectories::writeVehicle(), MSFullExport::writeVehicles(), SUMOPolygon::writeXML(), PointOfInterest::writeXML(), MSE2Collector::writeXMLOutput(), MSInductLoop::writeXMLOutput(), MSRouteProbe::writeXMLOutput(), MSDevice_Transportable::~MSDevice_Transportable(), MSTriggeredRerouter::~MSTriggeredRerouter(), and RONet::~RONet().

◆ getIDSecure()

template<class T >
static std::string Named::getIDSecure ( const T *  obj,
const std::string &  fallBack = "NULL" 
)
inlinestaticinherited

get an identifier for Named-like object which may be Null

Definition at line 66 of file Named.h.

Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), NBRailwayTopologyAnalyzer::assignDirectionPriority(), MSLaneChanger::changeOpposite(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), AStarRouter< E, V >::compute(), DijkstraRouter< E, V >::compute(), NBOwnTLDef::computeLogicAndConts(), MSLaneChanger::continueChange(), MSLane::detectCollisions(), MSRailSignal::DriveWay::findProtection(), NBPTLineCont::findWay(), MSCFModel_CACC::followSpeed(), MSCFModel_W99::followSpeed(), MSVehicle::getBackPositionOnLane(), NBOwnTLDef::getBestCombination(), NBOwnTLDef::getBestPair(), MSVehicle::getCenterOnEdge(), MSLaneChanger::getColumnleader(), NBEdge::Connection::getDescription(), MSLane::getFollowersOnConsecutive(), getLaneID(), LIBSUMO_NAMESPACE::Person::getLaneID(), MSVehicle::getLatOffset(), MSLane::getLeaderOnConsecutive(), MSLaneChanger::getRealLeader(), getShadowLaneID(), getTargetLaneID(), MSDevice_SSM::getVehiclesOnJunction(), MSCFModel_IDM::insertionFollowSpeed(), MSLane::isInsertionSuccess(), MESegment::isOpen(), joinNamedToString(), joinNamedToStringSorting(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), MSBaseVehicle::reroute(), MSTriggeredRerouter::rerouteParkingArea(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSLeaderInfo::toString(), MSLeaderDistanceInfo::toString(), MSCriticalFollowerDistanceInfo::toString(), toString(), MSVehicle::updateBestLanes(), and MSAbstractLaneChangeModel::updateShadowLane().

◆ getImpatience()

double MSBaseVehicle::getImpatience ( ) const
virtualinherited

Returns this vehicles impatience.

Implements SUMOVehicle.

Definition at line 731 of file MSBaseVehicle.cpp.

References MSBaseVehicle::getVehicleType(), SUMOTrafficObject::getWaitingTime(), MSGlobals::gTimeToImpatience, MAX2(), and MIN2().

Referenced by MSVehicle::checkRewindLinkLanes(), MSLane::getCriticalLeader(), MSLane::getLeaderOnConsecutive(), MSLane::getLeadersOnConsecutive(), getParameterWindow(), MSLCM_LC2013::informFollower(), MSLane::isInsertionSuccess(), MESegment::isOpen(), MSVehicle::processLinkApproaches(), and selectBlockingFoes().

Here is the caller graph for this function:

◆ getInfluencer() [1/2]

MSVehicle::Influencer & MSVehicle::getInfluencer ( )
inherited

◆ getInfluencer() [2/2]

const MSVehicle::Influencer * MSVehicle::getInfluencer ( ) const
inherited

Definition at line 6073 of file MSVehicle.cpp.

References MSVehicle::myInfluencer.

◆ getLane()

const MSLane* MSVehicle::getLane ( ) const
inlinevirtualinherited

Returns the lane the vehicle is on.

Returns
The vehicle's current lane

Implements SUMOTrafficObject.

Definition at line 550 of file MSVehicle.h.

References MSVehicle::myLane.

Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSVehicle::adaptToLeaders(), MSLCM_LC2013::anticipateFollowSpeed(), libsumo::Helper::applySubscriptionFilters(), MSLaneChangerSublane::change(), MSLaneChanger::changeOpposite(), MSLCM_SL2015::checkBlocking(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeSublane(), MSLaneChangerSublane::checkChangeToNewLane(), MSDevice_ToC::checkDynamicToC(), MSVehicle::checkLinkLeader(), MSLCM_SL2015::checkStrategicChange(), MSDevice_SSM::classifyEncounter(), MSLCM_SL2015::commitManoeuvre(), MSLaneChanger::computeOvertakingTime(), MSLCM_SL2015::computeSpeedGain(), MSAbstractLaneChangeModel::congested(), MSLaneChanger::continueChange(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSAbstractLaneChangeModel::determineTargetLane(), MSVTypeProbe::execute(), MSLane::executeMovements(), MSCFModel::finalizeSpeed(), MSCFModel_CC::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_IDM::finalizeSpeed(), MSDevice_SSM::findFoeConflictLane(), MSDevice_SSM::findSurroundingVehicles(), MSCFModel_ACC::followSpeed(), MSCFModel_CACC::followSpeed(), MSCFModel_IDM::followSpeed(), MSCFModel_IDM::freeSpeed(), getColorValue(), MSLaneChanger::getColumnleader(), MSLane::getFollowersOnConsecutive(), MSLCM_SL2015::getLateralDrift(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSCFModel_CC::getParameter(), MSVehicle::getPositionAlongBestLanes(), MSLCHelper::getRoundaboutDistBonus(), MSAbstractLaneChangeModel::getShadowDirection(), MSVehicle::getSpaceTillLastStanding(), MSVTKExport::getSpeed(), MSLCM_SL2015::getSublaneWidth(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MSVehicle::Influencer::implicitSpeedRemote(), MSLCM_LC2013::informFollower(), MSCFModel::interactionGap(), MSCFModel_IDM::interactionGap(), MSVehicle::isLeader(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSLCM_SL2015::keepLatGap(), MSVehicle::leaveLane(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSDevice_Vehroutes::notifyEnter(), MSDevice_Bluelight::notifyMove(), MSDevice_ToC::notifyMove(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdRemoveObject(), MSLCM_DK2008::patchSpeed(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSLCM_LC2013::prepareStep(), MSLCM_SL2015::prepareStep(), MSLane::removeVehicle(), MSAbstractLaneChangeModel::saveNeighbors(), MSVehicle::setBlinkerInformation(), MSLaneChangerSublane::startChangeSublane(), MSCFModel_IDM::stopSpeed(), MSLCM_SL2015::updateCFRelated(), MSLaneChangerSublane::updateChanger(), MSVehicle::updateDriveItems(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSAbstractLaneChangeModel::updateShadowLane(), MSAbstractLaneChangeModel::updateTargetLane(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSVehicle::workOnIdleReminders(), MSElecHybridExport::write(), MSFCDExport::write(), MSBatteryExport::write(), MSEmissionExport::write(), MSElecHybridExport::writeAggregated(), MSQueueExport::writeLane(), and MSFullExport::writeVehicles().

◆ getLaneChangeMode()

std::string GUIVehicle::getLaneChangeMode ( ) const

return the lane change mode as bit string

Definition at line 1022 of file GUIVehicle.cpp.

References MSVehicle::getInfluencer().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getLaneChangeModel() [1/2]

MSAbstractLaneChangeModel & MSVehicle::getLaneChangeModel ( )
inherited

Definition at line 4699 of file MSVehicle.cpp.

References MSVehicle::myLaneChangeModel.

Referenced by MSLaneChangerSublane::abortLCManeuver(), MSVehicleTransfer::add(), MSLaneChanger::applyTraCICommands(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeSublane(), MSLaneChangerSublane::checkChangeToNewLane(), MSAbstractLaneChangeModel::checkTraCICommands(), MSLaneChanger::checkTraCICommands(), MSDevice_SSM::classifyEncounter(), MSLaneChanger::computeOvertakingTime(), MSLaneChanger::continueChange(), MSLaneChangerSublane::continueChangeSublane(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSCFModel::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSDevice_SSM::findFoeConflictLane(), MSDevice_SSM::findSurroundingVehicles(), getColorValue(), MSLaneChanger::getColumnleader(), getLastLaneChangeOffset(), getLCStateCenter(), getLCStateLeft(), getLCStateRight(), MSLink::getLeaderInfo(), getManeuverDist(), LIBSUMO_NAMESPACE::Vehicle::getNeighbors(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), getParameterWindow(), MSBaseVehicle::getPrefixedParameter(), MSLCHelper::getRoundaboutDistBonus(), getShadowLaneID(), MSLeaderInfo::getSubLanes(), getTargetLaneID(), getTypeParameterWindow(), MSLane::handleCollisionBetween(), MSLCM_SL2015::inform(), MSAbstractLaneChangeModel::MSLCMessager::informLeader(), MSAbstractLaneChangeModel::MSLCMessager::informNeighFollower(), MSAbstractLaneChangeModel::MSLCMessager::informNeighLeader(), MSLane::isInsertionSuccess(), MSDevice_Bluelight::notifyMove(), MSLaneChangerSublane::outputLCEnded(), MSLaneChangerSublane::outputLCStarted(), MSLaneChanger::registerUnchanged(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), selectBlockingFoes(), MSLaneChanger::startChange(), MSLaneChangerSublane::startChangeSublane(), MSLaneChangerSublane::updateChanger(), MSLCM_SL2015::updateGaps(), MSFCDExport::write(), and MSXMLRawOut::writeVehicle().

◆ getLaneChangeModel() [2/2]

const MSAbstractLaneChangeModel & MSVehicle::getLaneChangeModel ( ) const
inherited

Definition at line 4705 of file MSVehicle.cpp.

References MSVehicle::myLaneChangeModel.

◆ getLaneID()

std::string GUIVehicle::getLaneID ( ) const

return vehicle lane id

Definition at line 992 of file GUIVehicle.cpp.

References Named::getIDSecure(), and MSVehicle::myLane.

Referenced by getBackLaneID(), and getParameterWindow().

Here is the caller graph for this function:

◆ getLaneIndex()

int MSVehicle::getLaneIndex ( ) const
inherited

Definition at line 5456 of file MSVehicle.cpp.

References MSLane::getEdge(), MSEdge::getLanes(), and MSVehicle::myLane.

Referenced by MSLane::appropriate(), LIBSUMO_NAMESPACE::Vehicle::changeLaneRelative(), MSVehicle::influenceChangeDecision(), and MSCFModel_CC::performAutoLaneChange().

Here is the caller graph for this function:

◆ getLanePosAfterDist()

std::pair< const MSLane *, double > MSVehicle::getLanePosAfterDist ( double  distance) const
inherited

return lane and position along bestlanes at the given distance

Definition at line 5277 of file MSVehicle.cpp.

References MSVehicle::getPositionOnLane(), MSVehicle::getUpcomingLanesUntil(), and MSVehicle::myLane.

Referenced by MSIdling_Stop::idle(), and GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop().

Here is the caller graph for this function:

◆ getLastActionTime()

SUMOTime MSVehicle::getLastActionTime ( ) const
inlineinherited

Returns the time of the vehicle's last action point.

Returns
The time of the last action point

Definition at line 510 of file MSVehicle.h.

References MSVehicle::myLastActionTime.

Referenced by LIBSUMO_NAMESPACE::Vehicle::getLastActionTime(), and MSLink::getZipperSpeed().

Here is the caller graph for this function:

◆ getLastLaneChangeOffset()

double GUIVehicle::getLastLaneChangeOffset ( ) const
virtual

Returns the time since the last lane change in seconds.

See also
MSVehicle::myLastLaneChangeOffset
Returns
The time since the last lane change in seconds

Implements GUIBaseVehicle.

Definition at line 812 of file GUIVehicle.cpp.

References MSVehicle::getLaneChangeModel(), and STEPS2TIME.

Referenced by getColorValue(), and getParameterWindow().

Here is the caller graph for this function:

◆ getLastStepDist()

double MSVehicle::getLastStepDist ( ) const
inlineinherited

Get the distance the vehicle covered in the previous timestep.

Returns
The distance covered in the last timestep (in m)

Definition at line 381 of file MSVehicle.h.

References MSVehicle::State::lastCoveredDist(), and MSVehicle::myState.

Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSDevice_SSM::checkConflictEntryAndExit(), and MSDevice_SSM::updatePassedEncounter().

Here is the caller graph for this function:

◆ getLateralOverlap() [1/2]

double MSVehicle::getLateralOverlap ( ) const
inherited

return the amount by which the vehicle extends laterally outside it's primary lane

Definition at line 5645 of file MSVehicle.cpp.

References MSVehicle::getLateralPositionOnLane().

Referenced by MSLCM_SL2015::checkStrategicChange(), MSVehicle::executeMove(), MSAbstractLaneChangeModel::getShadowLane(), MSVehicle::planMoveInternal(), and MSAbstractLaneChangeModel::updateShadowLane().

Here is the caller graph for this function:

◆ getLateralOverlap() [2/2]

double MSVehicle::getLateralOverlap ( double  posLat) const
inherited

◆ getLateralPositionOnLane()

double MSVehicle::getLateralPositionOnLane ( ) const
inlinevirtualinherited

Get the vehicle's lateral position on the lane.

Returns
The lateral position of the vehicle (in m relative to the centerline of the lane)

Reimplemented from MSBaseVehicle.

Definition at line 411 of file MSVehicle.h.

References MSVehicle::State::myPosLat, and MSVehicle::myState.

Referenced by MSLCM_SL2015::_wantsChangeSublane(), libsumo::Helper::applySubscriptionFilters(), MSLaneChangerSublane::checkChangeToNewLane(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSDevice_SSM::classifyEncounter(), MSLaneChanger::continueChange(), MSAbstractLaneChangeModel::determineTargetLane(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSLane::getCriticalLeader(), MSVehicle::getLateralOverlap(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLane::getLeadersOnConsecutive(), getParameterWindow(), MSVehicle::getPosition(), MSVehicle::getPositionAlongBestLanes(), MSLCM_SL2015::getPosLat(), MSAbstractLaneChangeModel::getShadowLane(), MSLeaderInfo::getSubLanes(), MSPModel_Striping::getVehicleObstacles(), MSLCM_SL2015::keepLatGap(), MSVehicle::lateralDistanceToLane(), MSLane::loadState(), MSDevice_Vehroutes::notifyEnter(), MSDevice_Bluelight::notifyMove(), MSLane::vehicle_natural_position_sorter::operator()(), MSVehicle::planMove(), MSLCM_LC2013::prepareStep(), MSAbstractLaneChangeModel::primaryLaneChanged(), MSVehicle::processLinkApproaches(), selectBlockingFoes(), MSVehicle::setAngle(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::validatePosition(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), and MSXMLRawOut::writeVehicle().

Here is the caller graph for this function:

◆ getLatOffset()

◆ getLCStateCenter()

std::string GUIVehicle::getLCStateCenter ( ) const

Definition at line 987 of file GUIVehicle.cpp.

References MSVehicle::getLaneChangeModel(), and toString().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getLCStateLeft()

std::string GUIVehicle::getLCStateLeft ( ) const

Definition at line 982 of file GUIVehicle.cpp.

References MSVehicle::getLaneChangeModel(), and toString().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getLCStateRight()

std::string GUIVehicle::getLCStateRight ( ) const

return the lanechange state

Definition at line 977 of file GUIVehicle.cpp.

References MSVehicle::getLaneChangeModel(), and toString().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getLeader()

std::pair< const MSVehicle *const, double > MSVehicle::getLeader ( double  dist = 0) const
virtualinherited

Returns the leader of the vehicle looking for a fixed distance.

If the distance is not given it is calculated from the brake gap. The gap returned does not include the minGap.

Parameters
distup to which distance to look at least for a leader
Returns
The leading vehicle together with the gap; (0, -1) if no leader was found.

Reimplemented from MSBaseVehicle.

Definition at line 5311 of file MSVehicle.cpp.

References MSCFModel::brakeGap(), MSVehicle::getBackPositionOnLane(), MSVehicle::getBestLanesContinuation(), MSVehicle::getCarFollowModel(), MSLane::getLeaderOnConsecutive(), MSLane::getLength(), MSVehicleType::getMinGap(), MSVehicle::getPositionOnLane(), MSVehicle::getSpeed(), MSLane::getVehiclesSecure(), MSBaseVehicle::getVehicleType(), MSVehicle::myLane, and MSLane::releaseVehicles().

Referenced by MSDevice_SSM::computeGlobalMeasures(), MSVehicle::Influencer::gapControlSpeed(), MSVehicle::getTimeGapOnLane(), and MSFCDExport::write().

Here is the caller graph for this function:

◆ getLeftSideOnEdge()

double GUIVehicle::getLeftSideOnEdge ( ) const
inline

return left vehicle side on current edge

Definition at line 136 of file GUIVehicle.h.

References MSVehicle::getRightSideOnEdge(), MSBaseVehicle::getVehicleType(), and MSVehicleType::getWidth().

Referenced by getLeftSublaneOnEdge(), and getParameterWindow().

Here is the caller graph for this function:

◆ getLeftSublaneOnEdge()

int GUIVehicle::getLeftSublaneOnEdge ( ) const

Definition at line 964 of file GUIVehicle.cpp.

References MSLane::getEdge(), getLeftSideOnEdge(), MSEdge::getSubLaneSides(), and MSVehicle::myLane.

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getLength()

◆ getManeuverDist()

double GUIVehicle::getManeuverDist ( ) const

return the lane-change maneuver distance

Definition at line 1012 of file GUIVehicle.cpp.

References MSVehicle::getLaneChangeModel(), and MSAbstractLaneChangeModel::getManeuverDist().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getManoeuvreType()

MSVehicle::ManoeuvreType MSVehicle::getManoeuvreType ( ) const
inherited

accessor function to myManoeuvre equivalent

Definition at line 6466 of file MSVehicle.cpp.

References MSVehicle::Manoeuvre::getManoeuvreType(), and MSVehicle::myManoeuvre.

Referenced by MSVehicle::planMove().

Here is the caller graph for this function:

◆ getMaxSpeed()

double MSBaseVehicle::getMaxSpeed ( ) const
virtualinherited

Returns the maximum speed.

Returns
The vehicle's maximum speed

Implements SUMOTrafficObject.

Definition at line 195 of file MSBaseVehicle.cpp.

References MSVehicleType::getMaxSpeed(), and MSBaseVehicle::myType.

Referenced by MSCFModel_Wiedemann::_v(), MSVehicleTransfer::checkInsertions(), MSCFModel_ACC::followSpeed(), getTypeParameterWindow(), GUIMEVehicle::getTypeParameterWindow(), MSVehicle::Influencer::implicitDeltaPosRemote(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), and MSVehicle::updateBestLanes().

Here is the caller graph for this function:

◆ getMaxSpeedOnLane()

double MSVehicle::getMaxSpeedOnLane ( ) const
inlineinherited

Returns the maximal speed for the vehicle on its current lane (including speed factor and deviation, i.e., not necessarily the allowed speed limit)

Returns
The vehicle's max speed

Definition at line 568 of file MSVehicle.h.

References MSVehicleType::getMaxSpeed(), MSLane::getVehicleMaxSpeed(), MSVehicle::myLane, and MSBaseVehicle::myType.

Referenced by MSDevice_SSM::estimateConflictTimes(), and MSLCM_LC2013::informFollower().

Here is the caller graph for this function:

◆ getMicrosimID()

const std::string & GUIGlObject::getMicrosimID ( ) const
virtualinherited

◆ getMutableLane()

MSLane* MSVehicle::getMutableLane ( ) const
inlineinherited

Returns the lane the vehicle is on Non const version indicates that something volatile is going on.

Returns
The vehicle's current lane

Definition at line 558 of file MSVehicle.h.

References MSVehicle::myLane.

Referenced by MSLaneChanger::changeOpposite(), MSVehicleTransfer::checkInsertions(), MSLane::detectCollisions(), MSLane::executeMovements(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdRemoveObject(), GUIViewTraffic::onGamingClick(), MSVehicle::Influencer::postProcessRemoteControl(), LIBSUMO_NAMESPACE::Vehicle::remove(), MSVehicleTransfer::remove(), and MSCalibrator::removePending().

Here is the caller graph for this function:

◆ getNaviDegree()

double GUIBaseVehicle::getNaviDegree ( ) const
inlineinherited

return the current angle in navigational degrees

Definition at line 93 of file GUIBaseVehicle.h.

References GUIBaseVehicle::getAngle(), and GeomHelper::naviDegree().

Referenced by getParameterWindow(), and GUIMEVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ getNextParkingArea()

MSParkingArea * MSVehicle::getNextParkingArea ( )
virtualinherited

get the upcoming parking area stop or nullptr

Implements SUMOVehicle.

Definition at line 1413 of file MSVehicle.cpp.

References MSBaseVehicle::myStops, MSStop::parkingarea, and MSStop::reached.

Referenced by MSVehicle::rerouteParkingArea().

Here is the caller graph for this function:

◆ getNextStop()

MSStop & MSVehicle::getNextStop ( )
inherited

◆ getNextStopParameter()

const SUMOVehicleParameter::Stop * MSVehicle::getNextStopParameter ( ) const
virtualinherited

return parameters for the next stop (SUMOVehicle Interface)

Implements SUMOVehicle.

Definition at line 6051 of file MSVehicle.cpp.

References MSBaseVehicle::hasStops(), and MSBaseVehicle::myStops.

◆ getNextTurn()

const std::pair<double, LinkDirection>& MSVehicle::getNextTurn ( )
inlineinherited

Get the distance and direction of the next upcoming turn for the vehicle (within its look-ahead range)

Returns
The first entry of the returned pair is the distance for the upcoming turn, the second is the link direction

Definition at line 803 of file MSVehicle.h.

References MSVehicle::myNextTurn.

Referenced by MSLCM_SL2015::_wantsChangeSublane().

Here is the caller graph for this function:

◆ getNOxEmissions()

double MSBaseVehicle::getNOxEmissions ( ) const
inherited

Returns NOx emission of the current state.

Returns
The current NOx emission

Definition at line 1171 of file MSBaseVehicle.cpp.

References PollutantsInterface::compute(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), MSBaseVehicle::myType, and PollutantsInterface::NO_X.

Referenced by getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getNOxEmission(), and getParameterWindow().

Here is the caller graph for this function:

◆ getNumberReroutes()

int MSBaseVehicle::getNumberReroutes ( ) const
inlinevirtualinherited

Returns the number of new routes this vehicle got.

Returns
the number of new routes this vehicle got

Implements SUMOVehicle.

Definition at line 359 of file MSBaseVehicle.h.

References MSBaseVehicle::myNumberReroutes.

Referenced by GUIBaseVehicle::drawGLAdditional(), getColorValue(), and GUIMEVehicle::getColorValue().

Here is the caller graph for this function:

◆ getNumContainers()

int GUIBaseVehicle::getNumContainers ( ) const
inherited

return the number of passengers

Definition at line 882 of file GUIBaseVehicle.cpp.

References MSBaseVehicle::getContainerDevice(), GUIBaseVehicle::myVehicle, and MSDevice_Transportable::size().

Referenced by drawAction_drawCarriageClass(), and GUIBaseVehicle::drawOnPos().

Here is the caller graph for this function:

◆ getNumericalID()

NumericalID MSBaseVehicle::getNumericalID ( ) const
inlinevirtualinherited

return the numerical ID which is only for internal usage

Implements SUMOVehicle.

Definition at line 607 of file MSBaseVehicle.h.

References MSBaseVehicle::myNumericalID.

Referenced by MSLane::vehicle_position_sorter::operator()(), and MSVehicleTransfer::VehicleInformation::operator<().

Here is the caller graph for this function:

◆ getNumPassengers()

int GUIBaseVehicle::getNumPassengers ( ) const
inherited

return the number of passengers

Definition at line 873 of file GUIBaseVehicle.cpp.

References MSBaseVehicle::getPersonDevice(), GUIBaseVehicle::myVehicle, and MSDevice_Transportable::size().

Referenced by drawAction_drawCarriageClass(), and GUIBaseVehicle::drawOnPos().

Here is the caller graph for this function:

◆ getOdometer()

double MSBaseVehicle::getOdometer ( ) const
virtualinherited

Returns the distance that was already driven by this vehicle.

Returns
the distance driven [m]

Implements SUMOVehicle.

Definition at line 526 of file MSBaseVehicle.cpp.

References SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::hasArrived(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myDepartPos, and MSBaseVehicle::myOdometer.

Referenced by LIBSUMO_NAMESPACE::Vehicle::getDistance(), getParameterWindow(), and GUIMEVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ getOptionalName()

const std::string GUIBaseVehicle::getOptionalName ( ) const
virtualinherited

Returns the value for generic parameter 'name' or ''.

Reimplemented from GUIGlObject.

Definition at line 390 of file GUIBaseVehicle.cpp.

References MSBaseVehicle::getParameter(), Parameterised::getParameter(), and GUIBaseVehicle::myVehicle.

◆ getParameter()

◆ getParameterWindow()

GUIParameterTableWindow * GUIVehicle::getParameterWindow ( GUIMainWindow app,
GUISUMOAbstractView parent 
)
virtual

Returns an own parameter window.

Parameters
[in]appThe application needed to build the parameter window
[in]parentThe parent window needed to build the parameter window
Returns
The built parameter window
See also
GUIGlObject::getParameterWindow

Implements GUIBaseVehicle.

Definition at line 100 of file GUIVehicle.cpp.

References GUIParameterTableWindow::closeBuilding(), MSVehicle::getAcceleration(), MSVehicle::getAccumulatedWaitingSeconds(), getBackLaneID(), MSBaseVehicle::getChosenSpeedFactor(), MSBaseVehicle::getCO2Emissions(), MSBaseVehicle::getCOEmissions(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getDepartDelay(), MSBaseVehicle::getDevice(), GUIBaseVehicle::getDeviceDescription(), MSBaseVehicle::getElecHybridCurrent(), MSBaseVehicle::getElectricityConsumption(), MSBaseVehicle::getFuelConsumption(), MSBaseVehicle::getHarmonoise_NoiseEmissions(), MSBaseVehicle::getHCEmissions(), MSBaseVehicle::getImpatience(), MSVehicle::getInfluencer(), getLaneChangeMode(), MSVehicle::getLaneChangeModel(), getLaneID(), getLastLaneChangeOffset(), MSVehicle::getLateralPositionOnLane(), getLCStateCenter(), getLCStateLeft(), getLCStateRight(), getLeftSideOnEdge(), getLeftSublaneOnEdge(), getManeuverDist(), GUIBaseVehicle::getNaviDegree(), MSBaseVehicle::getNOxEmissions(), MSBaseVehicle::getOdometer(), MSBaseVehicle::getParameter(), MSBaseVehicle::getPersonNumber(), MSBaseVehicle::getPMxEmissions(), MSVehicle::getPositionOnLane(), getRightSideOnEdge2(), getRightSublaneOnEdge(), getShadowLaneID(), MSVehicle::getSlope(), MSVehicle::getSpeed(), MSAbstractLaneChangeModel::getSpeedLat(), getSpeedMode(), MSBaseVehicle::getStateOfCharge(), getStopInfo(), getTargetLaneID(), MSVehicle::getTimeGapOnLane(), MSVehicle::getTimeLossSeconds(), MSVehicle::getWaitingSeconds(), MSGlobals::gLateralResolution, MSGlobals::gWaitingTimeMemory, MSVehicle::hasInfluencer(), MSAbstractLaneChangeModel::haveLateralDynamics(), isSelected(), LANECHANGEMODE_DEFAULT, SUMOVehicleParameter::line, GUIParameterTableWindow::mkItem(), MSBaseVehicle::myParameter, SPEEDMODE_DEFAULT, and time2string().

◆ getParentName()

std::string GUIGlObject::getParentName ( ) const
virtualinherited

Returns the name of the parent object (if any)

Returns
This object's parent id

Reimplemented in GNELane, GNEWalk, GNEVehicleType, GNEVehicle, GNEStop, GNERoute, GNERide, GNEPersonTrip, GNEPersonStop, GNEPerson, GNEVariableSpeedSignSymbol, GNEVariableSpeedSignStep, GNEVariableSpeedSign, GNEVaporizer, GNETAZSourceSink, GNETAZ, GNEStoppingPlace, GNERouteProbReroute, GNERouteProbe, GNERerouterSymbol, GNERerouterInterval, GNERerouter, GNEPoly, GNEPOI, GNEParkingSpace, GNEParkingAreaReroute, GNEDetectorE3, GNEDetector, GNEDestProbReroute, GNEClosingReroute, GNEClosingLaneReroute, GNECalibratorFlow, GNECalibrator, GNEAccess, and GUILane.

Definition at line 160 of file GUIGlObject.cpp.

References StringUtils::emptyString.

Referenced by GUIGLObjectPopupMenu::onCmdCopyEdgeName().

Here is the caller graph for this function:

◆ getPastLanesUntil()

const std::vector< const MSLane * > MSVehicle::getPastLanesUntil ( double  distance) const
inherited

Returns the sequence of past lanes (right-most on edge) based on the route starting at the current lane.

Parameters
[in]distanceThe upstream distance to cover
Returns
The myRoute-based past lanes (right-most on edge) up until the given distance has been covered
Note
includes internal lanes if applicable

Definition at line 5199 of file MSVehicle.cpp.

References MSRoute::begin(), MSEdge::getInternalFollowingEdge(), MSEdge::getLanes(), MSLane::getLength(), MSLane::getLinkCont(), MSLane::getLogicalPredecessorLane(), MSVehicle::getPositionOnLane(), MSLane::isInternal(), MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSBaseVehicle::myRoute, and WRITE_WARNINGF.

Referenced by libsumo::Helper::applySubscriptionFilters().

Here is the caller graph for this function:

◆ getPastStops()

const std::vector<SUMOVehicleParameter::Stop>& MSBaseVehicle::getPastStops ( ) const
inlineinherited

Definition at line 581 of file MSBaseVehicle.h.

References MSBaseVehicle::myPastStops.

Referenced by LIBSUMO_NAMESPACE::Vehicle::getStops().

Here is the caller graph for this function:

◆ getPersonDevice()

const MSDevice_Transportable* MSBaseVehicle::getPersonDevice ( ) const
inlineinherited

Definition at line 611 of file MSBaseVehicle.h.

References MSBaseVehicle::myPersonDevice.

Referenced by GUIBaseVehicle::getNumPassengers().

Here is the caller graph for this function:

◆ getPersonIDList()

std::vector< std::string > MSBaseVehicle::getPersonIDList ( ) const
virtualinherited

Returns the list of persons.

Returns
The list of passengers on-board

Implements SUMOVehicle.

Definition at line 1274 of file MSBaseVehicle.cpp.

References MSBaseVehicle::getPersons().

Referenced by LIBSUMO_NAMESPACE::Vehicle::getPersonIDList().

Here is the caller graph for this function:

◆ getPersonNumber()

int MSBaseVehicle::getPersonNumber ( ) const
virtualinherited

Returns the number of persons.

Returns
The number of passengers on-board

Implements SUMOVehicle.

Definition at line 1268 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myParameter, MSBaseVehicle::myPersonDevice, SUMOVehicleParameter::personNumber, and MSDevice_Transportable::size().

Referenced by MSBaseVehicle::allowsBoarding(), MEVehicle::checkStop(), getParameterWindow(), LIBSUMO_NAMESPACE::Vehicle::getPersonNumber(), MSVehicle::leaveLane(), MSVehicle::processNextStop(), and MSXMLRawOut::writeVehicle().

Here is the caller graph for this function:

◆ getPersons()

const std::vector< MSTransportable * > & MSBaseVehicle::getPersons ( ) const
virtualinherited

retrieve riding persons

Implements SUMOVehicle.

Definition at line 1303 of file MSBaseVehicle.cpp.

References MSDevice_Transportable::getTransportables(), MSBaseVehicle::myEmptyTransportableVector, and MSBaseVehicle::myPersonDevice.

Referenced by MSBaseVehicle::getPersonIDList(), MSVehicle::rerouteParkingArea(), and MSXMLRawOut::writeVehicle().

Here is the caller graph for this function:

◆ getPMxEmissions()

double MSBaseVehicle::getPMxEmissions ( ) const
inherited

Returns PMx emission of the current state.

Returns
The current PMx emission

Definition at line 1181 of file MSBaseVehicle.cpp.

References PollutantsInterface::compute(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), MSBaseVehicle::myType, and PollutantsInterface::PM_X.

Referenced by getColorValue(), getParameterWindow(), and LIBSUMO_NAMESPACE::Vehicle::getPMxEmission().

Here is the caller graph for this function:

◆ getPopUpMenu()

◆ getPosition()

Position GUIVehicle::getPosition ( const double  offset = 0) const
inlinevirtual

Return current position (x/y, cartesian)

Note
implementation of abstract method does not work otherwise

Implements GUIBaseVehicle.

Definition at line 71 of file GUIVehicle.h.

References MSVehicle::getPosition().

Referenced by drawAction_drawCarriageClass(), and GUIViewTraffic::onGamingClick().

Here is the caller graph for this function:

◆ getPositionAlongBestLanes()

Position MSVehicle::getPositionAlongBestLanes ( double  offset) const
inherited

Return the (x,y)-position, which the vehicle would reach if it continued along its best continuation lanes from the current for a distance of offset m.

Parameters
offset
Returns
(x,y)-Position
See also
getPosition()

Definition at line 1155 of file MSVehicle.cpp.

References MSLane::geometryPositionAtOffset(), MSVehicle::getBestLanesContinuation(), MSVehicle::getLane(), MSVehicle::getLateralPositionOnLane(), MSLane::getLength(), MSLane::getLinkCont(), MSLane::getLinkTo(), MSLane::getOpposite(), MSLink::getViaLaneOrLane(), MSGlobals::gUsingInternalLanes, Position::INVALID, MSLane::isInternal(), MSVehicle::isOnRoad(), MSAbstractLaneChangeModel::isOpposite(), MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myPos, and MSVehicle::myState.

Referenced by MSDevice_SSM::determineConflictPoint().

Here is the caller graph for this function:

◆ getPositionOnLane() [1/2]

double MSVehicle::getPositionOnLane ( ) const
inlinevirtualinherited

Get the vehicle's position along the lane.

Returns
The position of the vehicle (in m from the lane's begin)

Implements SUMOTrafficObject.

Definition at line 374 of file MSVehicle.h.

References MSVehicle::State::myPos, and MSVehicle::myState.

Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToLeaders(), libsumo::Helper::applySubscriptionFilters(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSDevice_ToC::checkDynamicToC(), MSVehicleTransfer::checkInsertions(), MSLCM_SL2015::checkStrategicChange(), MSDevice_SSM::classifyEncounter(), MSVehicle::computeAngle(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), drawRouteHelper(), MSVehicle::estimateTimeToNextStop(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSLane::executeMovements(), MSLaneChanger::findCandidate(), MSDevice_SSM::findFoeConflictLane(), MSDevice_SSM::findSurroundingVehicles(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), MSLane::getBruttoOccupancy(), MSLaneChanger::getCloserFollower(), MSLaneChanger::getColumnleader(), MSEdge::getDepartPosBound(), MSVehicle::getDistanceToPosition(), MSLane::getFirstAnyVehicle(), MSLane::getFirstVehicleInformation(), MSLane::getFollower(), MSVehicle::getFollower(), MSLane::getFollowersOnConsecutive(), MSEdge::getFreeLane(), MSVehicle::getLanePosAfterDist(), MSLane::getLastVehicleInformation(), MSLane::getLeader(), MSVehicle::getLeader(), MSLaneChangerSublane::getLeaders(), MSLane::getNettoOccupancy(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSCFModel_CC::getParameter(), getParameterWindow(), MSLane::getPartialBehind(), MSVehicle::getPastLanesUntil(), MSVehicle::getPosition(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSLCHelper::getRoundaboutDistBonus(), MSVehicle::getSlope(), MSVTKExport::getSpeed(), MSVehicle::getUpcomingLanesUntil(), MSLane::handleCollisionBetween(), MSIdling_RandomCircling::idle(), MSLane::isInsertionSuccess(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSAbstractLaneChangeModel::laneChangeOutput(), MSLane::loadState(), MSVehicleTransfer::loadState(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSLane::AnyVehicleIterator::nextIsMyVehicles(), MSDevice_Bluelight::notifyMove(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSAbstractLaneChangeModel::primaryLaneChanged(), MSVehicle::processNextStop(), MSCalibrator::remainingVehicleCapacity(), MSVehicle::replaceStop(), selectBlockingFoes(), MSVehicle::setBlinkerInformation(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::unsafeLinkAhead(), MSLCM_SL2015::updateCFRelated(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLane::updateLeaderInfo(), MSVehicle::validatePosition(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSFCDExport::write(), MSBatteryExport::write(), and MSQueueExport::writeLane().

◆ getPositionOnLane() [2/2]

double MSVehicle::getPositionOnLane ( const MSLane lane) const
inherited

Get the vehicle's front position relative to the given lane.

Returns
The front position of the vehicle (in m from the given lane's begin)

Definition at line 4129 of file MSVehicle.cpp.

References MSVehicle::getBackPositionOnLane(), MSVehicleType::getLength(), and MSBaseVehicle::myType.

◆ getPrefixedParameter()

std::string MSBaseVehicle::getPrefixedParameter ( const std::string &  key,
std::string &  error 
) const
inherited

retrieve parameters of devices, models and the vehicle itself

Definition at line 1438 of file MSBaseVehicle.cpp.

References StringUtils::endsWith(), StringTokenizer::get(), MSVehicle::getCarFollowModel(), MSBaseVehicle::getDeviceParameter(), Named::getID(), MSVehicle::getLaneChangeModel(), MSBaseVehicle::getParameter(), MSCFModel::getParameter(), MSAbstractLaneChangeModel::getParameter(), Parameterised::getParameter(), MSBaseVehicle::hasDevice(), StringTokenizer::size(), and StringUtils::startsWith().

Referenced by GUIBaseVehicle::drawOnPos(), getColorValue(), and MSFCDExport::write().

Here is the caller graph for this function:

◆ getPreviousLane()

MSLane * GUIVehicle::getPreviousLane ( MSLane current,
int &  furtherIndex 
) const
private

Definition at line 758 of file GUIVehicle.cpp.

References MSRoute::getEdges(), MSNet::getInstance(), MSEdge::getLanes(), MSBaseVehicle::getRoutePosition(), MSGlobals::gUsingInternalLanes, MSLane::isInternal(), MSVehicle::myFurtherLanes, MSVehicle::myLane, and MSBaseVehicle::myRoute.

Referenced by drawAction_drawCarriageClass().

Here is the caller graph for this function:

◆ getPreviousSpeed()

double MSVehicle::getPreviousSpeed ( ) const
inlinevirtualinherited

Returns the vehicle's speed before the previous time step.

Returns
The vehicle's speed before the previous time step

Reimplemented from MSBaseVehicle.

Definition at line 466 of file MSVehicle.h.

References MSVehicle::State::myPreviousSpeed, and MSVehicle::myState.

Referenced by MSDevice_SSM::checkConflictEntryAndExit(), and MSVehicle::checkReversal().

Here is the caller graph for this function:

◆ getRerouteOrigin()

const MSEdge * MSVehicle::getRerouteOrigin ( ) const
virtualinherited

Returns the starting point for reroutes (usually the current edge)

This differs from *myCurrEdge only if the vehicle is on an internal edge or very close to the junction

Returns
The rerouting start point

Reimplemented from MSBaseVehicle.

Definition at line 1242 of file MSVehicle.cpp.

References MSRoute::end(), MSVehicle::getCarFollowModel(), MSLane::getLength(), MSLane::getNextNormal(), MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, and MSVehicle::myState.

◆ getRightSideOnEdge()

double MSVehicle::getRightSideOnEdge ( const MSLane lane = 0) const
inherited

Get the vehicle's lateral position on the edge of the given lane (or its current edge if lane == 0)

Returns
The lateral position of the vehicle (in m distance between right side of vehicle and ride side of edge

Definition at line 5479 of file MSVehicle.cpp.

References MSVehicle::getCenterOnEdge(), MSBaseVehicle::getVehicleType(), and MSVehicleType::getWidth().

Referenced by MSLCM_SL2015::checkBlockingVehicles(), MSLane::detectCollisions(), getLeftSideOnEdge(), getRightSideOnEdge2(), and getRightSublaneOnEdge().

Here is the caller graph for this function:

◆ getRightSideOnEdge2()

double GUIVehicle::getRightSideOnEdge2 ( ) const
inline

return right vehicle side on current edge (without argument)

Definition at line 132 of file GUIVehicle.h.

References MSVehicle::getRightSideOnEdge().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getRightSideOnLane()

double MSVehicle::getRightSideOnLane ( ) const
inherited

Get the vehicle's lateral position on the lane:

Returns
The lateral position of the vehicle (in m distance between right side of vehicle and ride side of the lane it is on

Definition at line 5473 of file MSVehicle.cpp.

References MSBaseVehicle::getVehicleType(), MSLane::getWidth(), MSVehicleType::getWidth(), MSVehicle::myLane, MSVehicle::State::myPosLat, and MSVehicle::myState.

Referenced by MSLCM_LC2013::adaptSpeedToPedestrians(), MSLaneChanger::checkChange(), MSLane::checkForPedestrians(), and MSVehicle::planMoveInternal().

Here is the caller graph for this function:

◆ getRightSublaneOnEdge()

int GUIVehicle::getRightSublaneOnEdge ( ) const

return the righmost sublane on the edge occupied by the vehicle

Definition at line 952 of file GUIVehicle.cpp.

References MSLane::getEdge(), MSVehicle::getRightSideOnEdge(), MSEdge::getSubLaneSides(), MAX2(), and MSVehicle::myLane.

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getRNG()

◆ getRNGIndex()

int MSBaseVehicle::getRNGIndex ( ) const
virtualinherited
Returns
The index of the vehicle's associated RNG

Implements SUMOVehicle.

Definition at line 1417 of file MSBaseVehicle.cpp.

References MSBaseVehicle::getEdge(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), and MSLane::getRNGIndex().

Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSVehicle::replaceStop(), rerouteDRTStop(), LIBSUMO_NAMESPACE::Vehicle::rerouteEffort(), MSVehicle::rerouteParkingArea(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().

Here is the caller graph for this function:

◆ getRoute()

◆ getRoutePosition()

◆ getRouteValidity()

int MSBaseVehicle::getRouteValidity ( bool  update = true,
bool  silent = false 
)
virtualinherited

◆ getSafeFollowSpeed()

double MSVehicle::getSafeFollowSpeed ( const std::pair< const MSVehicle *, double >  leaderInfo,
const double  seen,
const MSLane *const  lane,
double  distToCrossing 
) const
inherited

compute safe speed for following the given leader

Definition at line 2738 of file MSVehicle.cpp.

References ACCEL2SPEED, DEBUG_COND, MSCFModel::followSpeed(), MSVehicle::getCarFollowModel(), Named::getID(), MSLane::getLength(), MSVehicle::getSpeed(), MSBaseVehicle::getVehicleType(), MSGlobals::gSemiImplicitEulerUpdate, MAX2(), MSCFModel::maxNextSpeed(), MIN2(), SIMTIME, MSCFModel::stopSpeed(), and SUMO_const_haltingSpeed.

Referenced by MSVehicle::adaptToLeader(), and MSLane::getCriticalLeader().

Here is the caller graph for this function:

◆ getSeatPosition()

const GUIBaseVehicle::Seat & GUIBaseVehicle::getSeatPosition ( int  personIndex) const
protectedinherited

returns the seat position for the person with the given index

if there are not enough seats in the vehicle people have to squeeze onto the last seat

Definition at line 804 of file GUIBaseVehicle.cpp.

References MIN2(), and GUIBaseVehicle::mySeatPositions.

Referenced by GUIBaseVehicle::drawAction_drawPersonsAndContainers().

Here is the caller graph for this function:

◆ getShadowLaneID()

std::string GUIVehicle::getShadowLaneID ( ) const

Definition at line 1002 of file GUIVehicle.cpp.

References Named::getIDSecure(), and MSVehicle::getLaneChangeModel().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getSignals()

int MSVehicle::getSignals ( ) const
inlineinherited

Returns the signals.

Returns
The signals' states

Definition at line 1150 of file MSVehicle.h.

References MSVehicle::mySignals.

Referenced by MSFCDExport::write().

Here is the caller graph for this function:

◆ getSingularType()

MSVehicleType & MSBaseVehicle::getSingularType ( )
inherited

Replaces the current vehicle type with a new one used by this vehicle only.

If the currently used vehicle type is already marked as being used by this vehicle only, no new type is created.

Returns
The new modifiable vehicle type
See also
MSBaseVehicle::myType

Definition at line 1406 of file MSBaseVehicle.cpp.

References MSVehicleType::buildSingularType(), MSVehicleType::getID(), Named::getID(), MSVehicleType::isVehicleSpecific(), MSBaseVehicle::myType, and MSBaseVehicle::replaceVehicleType().

Referenced by MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSDevice_Bluelight::notifyMove(), MSVehicle::processNextStop(), TraCIServerAPI_Vehicle::processSet(), MSVehicle::setActionStepLength(), MSDevice_ToC::setState(), and MSDevice_ToC::triggerMRM().

Here is the caller graph for this function:

◆ getSlope()

double MSVehicle::getSlope ( ) const
virtualinherited

Returns the slope of the road at vehicle's position in degrees.

Returns
The slope

Implements SUMOTrafficObject.

Definition at line 1111 of file MSVehicle.cpp.

References MSVehicle::getPositionOnLane(), MSLane::getShape(), MSLane::interpolateLanePosToGeometryPos(), MSVehicle::myLane, and PositionVector::slopeDegreeAtOffset().

Referenced by getParameterWindow(), MSCFModel_KraussPS::maxNextSpeed(), MSCFModel_Rail::maxNextSpeed(), and MSCFModel_Rail::minNextSpeed().

Here is the caller graph for this function:

◆ getSpaceTillLastStanding()

double MSVehicle::getSpaceTillLastStanding ( const MSLane l,
bool &  foundStopped 
) const
protectedinherited

Definition at line 4141 of file MSVehicle.cpp.

References MSCFModel::brakeGap(), MSVehicle::getBackPositionOnLane(), MSVehicle::getCarFollowModel(), MSLane::getEdge(), MSVehicle::getLane(), MSLane::getLength(), MSVehicle::getSpeed(), MSLane::getVehiclesSecure(), MSVehicle::isFrontOnLane(), MSEdge::isRoundabout(), MSLane::releaseVehicles(), and SUMO_const_haltingSpeed.

Referenced by MSVehicle::checkRewindLinkLanes().

Here is the caller graph for this function:

◆ getSpeed()

double MSVehicle::getSpeed ( ) const
inlinevirtualinherited

Returns the vehicle's current speed.

Returns
The vehicle's speed

Implements SUMOTrafficObject.

Definition at line 458 of file MSVehicle.h.

References MSVehicle::State::mySpeed, and MSVehicle::myState.

Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSCFModel_Wiedemann::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSPModel_Striping::addCrossingVehs(), MSCriticalFollowerDistanceInfo::addFollower(), MSLCM_LC2013::addLCSpeedAdvice(), MSLCM_SL2015::addLCSpeedAdvice(), MSLCM_LC2013::anticipateFollowSpeed(), MSLaneChanger::changeOpposite(), MSLCM_SL2015::checkBlockingVehicles(), MSLaneChanger::checkChange(), MSDevice_SSM::checkConflictEntryAndExit(), MSDevice_ToC::checkDynamicToC(), GUIApplicationWindow::checkGamingEvents(), GUIApplicationWindow::checkGamingEventsDRT(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSLCM_SL2015::commitFollowSpeed(), MSLCM_SL2015::commitManoeuvre(), MSDevice_SSM::computeDRAC(), MSDevice_SSM::computeGlobalMeasures(), MSLaneChanger::computeOvertakingTime(), MSLCM_LC2013::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSLink::couldBrakeForLeader(), MSLane::detectCollisions(), MSDevice_SSM::determineTTCandDRAC(), MSDevice_SSM::estimateConflictTimes(), MSVehicle::estimateTimeToNextStop(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSCFModel::finalizeSpeed(), MSCFModel_CC::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_PWag2009::finalizeSpeed(), MSCFModel_Wiedemann::finalizeSpeed(), MSLane::forceVehicleInsertion(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), MSCFModel_CC::getACCAcceleration(), MSVehicle::getBrakeGap(), getColorValue(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSLCM_SL2015::getLateralDrift(), MSLane::getLeader(), MSVehicle::getLeader(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getMissingRearGap(), MSCFModel_CC::getParameter(), getParameterWindow(), MSCFModel_CC::getRadarMeasurements(), MSLaneChanger::getRealLeader(), MSVehicle::getSafeFollowSpeed(), MSVehicle::getSpaceTillLastStanding(), MSVTKExport::getSpeed(), MSVehicle::getTimeGapOnLane(), MSCFModel_CC::getVehicleInformation(), MSPModel_Striping::getVehicleObstacles(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MSVehicle::handleCollisionStop(), MSIdling_Stop::idle(), MSLCM_DK2008::informBlocker(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), MSLCM_SL2015::informLeaders(), MSLane::insertVehicle(), MSCFModel::interactionGap(), MSCFModel_IDM::interactionGap(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), MSAbstractLaneChangeModel::laneChangeOutput(), MSLane::lastInsertion(), MSLane::loadState(), MSVehicleTransfer::loadState(), MSDevice_ToC::MRMExecutionStep(), MSDevice_Bluelight::notifyMove(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), MSLCM_LC2013::overtakeDistance(), MSLCM_DK2008::patchSpeed(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), MSCFModel_KraussX::patchSpeedBeforeLC(), MSCFModel_SmartSK::patchSpeedBeforeLC(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSAbstractLaneChangeModel::predInteraction(), MSLCM_LC2013::prepareStep(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSAbstractLaneChangeModel::remainingTime(), MSLane::safeInsertionSpeed(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSVehicle::setBrakingSignals(), MSAbstractLaneChangeModel::setFollowerGaps(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), LIBSUMO_NAMESPACE::Vehicle::slowDown(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::unsafeLinkAhead(), MSSimpleDriverState::updateAssumedGaps(), MSLCM_SL2015::updateCFRelated(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLCM_SL2015::updateGaps(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSBatteryExport::write(), and MSQueueExport::writeLane().

◆ getSpeedMode()

std::string GUIVehicle::getSpeedMode ( ) const

return the speed mode as bit string

Definition at line 1017 of file GUIVehicle.cpp.

References MSVehicle::getInfluencer().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getSpeedWithoutTraciInfluence()

double MSVehicle::getSpeedWithoutTraciInfluence ( ) const
inherited

Returns the uninfluenced velocity.

If no influencer exists (myInfluencer==0) the vehicle's current speed is returned. Otherwise the speed returned from myInfluencer->getOriginalSpeed().

Returns
The vehicle's velocity as it would without an influence
See also
Influencer::getOriginalSpeed

Definition at line 6084 of file MSVehicle.cpp.

References MSVehicle::Influencer::getOriginalSpeed(), MSVehicle::myInfluencer, MSVehicle::State::mySpeed, and MSVehicle::myState.

◆ getStateOfCharge()

double MSBaseVehicle::getStateOfCharge ( ) const
inherited

Returns actual state of charge of battery (Wh) RICE_CHECK: This may be a misnomer, SOC is typically percentage of the maximum battery capacity.

Returns
The actual battery state of charge

Definition at line 1210 of file MSBaseVehicle.cpp.

References MSDevice_Battery::getActualBatteryCapacity(), MSDevice_ElecHybrid::getActualBatteryCapacity(), and MSBaseVehicle::getDevice().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getStopArrivalDelay()

double MSVehicle::getStopArrivalDelay ( ) const
virtualinherited

Returns the estimated public transport stop arrival delay in seconds.

Reimplemented from MSBaseVehicle.

Definition at line 6714 of file MSVehicle.cpp.

References SUMOVehicleParameter::Stop::actualArrival, SUMOVehicleParameter::Stop::arrival, MSVehicle::estimateTimeToNextStop(), MSNet::getInstance(), MSBaseVehicle::hasStops(), INVALID_DOUBLE, MSBaseVehicle::myStops, MSStop::pars, MSStop::reached, and STEPS2TIME.

Referenced by getColorValue().

Here is the caller graph for this function:

◆ getStopDelay()

double MSVehicle::getStopDelay ( ) const
virtualinherited

Returns the public transport stop delay in seconds.

Reimplemented from MSBaseVehicle.

Definition at line 6693 of file MSVehicle.cpp.

References DELTA_T, MSStop::duration, SUMOVehicleParameter::Stop::duration, MSVehicle::estimateTimeToNextStop(), MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSBaseVehicle::hasStops(), MAX2(), MSBaseVehicle::myStops, MSStop::pars, MSStop::reached, STEPS2TIME, TIME2STEPS, and SUMOVehicleParameter::Stop::until.

Referenced by getColorValue().

Here is the caller graph for this function:

◆ getStopEdges()

const ConstMSEdgeVector MSBaseVehicle::getStopEdges ( double &  firstPos,
double &  lastPos 
) const
inherited

Returns the list of still pending stop edges also returns the first and last stop position.

Definition at line 1078 of file MSBaseVehicle.cpp.

References MSStop::edge, MSStop::getEndPos(), MSBaseVehicle::haveValidStopEdges(), MSStop::lane, and MSBaseVehicle::myStops.

Referenced by MSBaseVehicle::reroute().

Here is the caller graph for this function:

◆ getStopIndices()

std::vector< std::pair< int, double > > MSBaseVehicle::getStopIndices ( ) const
virtualinherited

return list of route indices for the remaining stops

Implements SUMOVehicle.

Definition at line 1112 of file MSBaseVehicle.cpp.

References MSRoute::begin(), MSBaseVehicle::myRoute, and MSBaseVehicle::myStops.

◆ getStopInfo()

std::string GUIVehicle::getStopInfo ( ) const
privatevirtual

retrieve information about the current stop state

Implements GUIBaseVehicle.

Definition at line 818 of file GUIVehicle.cpp.

References MSBaseVehicle::hasStops(), MSBaseVehicle::isParking(), MSBaseVehicle::isStopped(), MSBaseVehicle::myStops, and time2string().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getStops()

const std::list<MSStop>& MSBaseVehicle::getStops ( ) const
inlineinherited

returns the list of stops not yet reached in the stop queue

Returns
the list of upcoming stops

Definition at line 577 of file MSBaseVehicle.h.

References MSBaseVehicle::myStops.

Referenced by MSDevice_Taxi::customerArrived(), MSCFModel_CC::finalizeSpeed(), LIBSUMO_NAMESPACE::Vehicle::getStops(), and MSDevice_Taxi::hasFuturePickup().

Here is the caller graph for this function:

◆ getTargetLaneID()

std::string GUIVehicle::getTargetLaneID ( ) const

Definition at line 1007 of file GUIVehicle.cpp.

References Named::getIDSecure(), and MSVehicle::getLaneChangeModel().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getTimeGapOnLane()

double MSVehicle::getTimeGapOnLane ( ) const
inherited

Returns the time gap in seconds to the leader of the vehicle on the same lane.

If the distance is too big -1 is returned. The gap returned takes the minGap into account.

Returns
The time gap in seconds; -1 if no leader was found or speed is 0.

Definition at line 5353 of file MSVehicle.cpp.

References MSVehicle::getLeader(), MSVehicle::getSpeed(), and MSBaseVehicle::getVehicleType().

Referenced by getColorValue(), and getParameterWindow().

Here is the caller graph for this function:

◆ getTimeLoss()

SUMOTime MSVehicle::getTimeLoss ( ) const
inlinevirtualinherited

Returns the SUMOTime lost (speed was lesser maximum speed)

Note
Intentional stopping does not count towards this time.
speedFactor is included so time loss can never be negative. The value is that of a driver who compares his travel time when the road is clear (which includes speed factor) with the actual travel time.
includes time lost due to low departSpeed and decelerating/accelerating for planned stops
Returns
The time the vehicle lost due to various effects

Implements SUMOVehicle.

Definition at line 650 of file MSVehicle.h.

References MSVehicle::myTimeLoss, and TIME2STEPS.

◆ getTimeLossSeconds()

double MSVehicle::getTimeLossSeconds ( ) const
inlineinherited

Returns the time loss in seconds.

Definition at line 685 of file MSVehicle.h.

References MSVehicle::myTimeLoss.

Referenced by getColorValue(), and getParameterWindow().

Here is the caller graph for this function:

◆ getType()

GUIGlObjectType GUIGlObject::getType ( ) const
inherited

Returns the type of the object as coded in GUIGlObjectType.

See also
GUIGlObjectType

Definition at line 202 of file GUIGlObject.cpp.

References GUIGlObject::myGLObjectType.

Referenced by GUIGlObject::buildSelectionPopupEntry(), drawAction_drawCarriageClass(), drawAction_drawLinkItems(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIPerson::drawAction_drawWalkingareaPath(), GNEAdditional::drawAdditionalID(), GNEAdditional::drawAdditionalName(), GNEVehicle::drawFlowLabel(), GUIBusStop::drawGL(), GUICalibrator::drawGL(), GUIChargingStation::drawGL(), GUIContainer::drawGL(), GUIContainerStop::drawGL(), GUIJunctionWrapper::drawGL(), GUILane::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIOverheadWire::drawGL(), GUIOverheadWireClamp::drawGL(), GUIParkingArea::drawGL(), GUIPerson::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GNEDetectorEntryExit::drawGL(), GNEPOI::drawGL(), GNEPerson::drawGL(), GNEPersonStop::drawGL(), GNEStop::drawGL(), GNEVehicle::drawGL(), GUIBaseVehicle::drawGLAdditional(), GUIPerson::drawGLAdditional(), GUIBaseVehicle::drawOnPos(), GNEEdgeRelData::drawPartialGL(), GNEAdditional::drawPartialGL(), GNERoute::drawPartialGL(), GNEVehicle::drawPartialGL(), GNEDemandElement::drawPersonPlanPartialJunction(), GNEDemandElement::drawPersonPlanPartialLane(), GNEVehicle::drawStackLabel(), GNEViewNet::getAttributeCarriersInBoundary(), GUIEdge::getColorValue(), GUIJunctionWrapper::getColorValue(), GNEViewNet::getConnectionAtPopupPosition(), GNEViewNet::getCrossingAtPopupPosition(), GNEViewNet::getEdgeAtPopupPosition(), GNEViewNet::getJunctionAtPopupPosition(), GNEViewNet::getLaneAtPopupPosition(), GUISUMOAbstractView::getObjectAtPosition(), GUISUMOAbstractView::getObjectsAtPosition(), GUIEdge::getScaleValue(), GUISelectedStorage::isSelected(), GUISUMOViewParent::isSelected(), GUIGlChildWindow::isSelected(), GUISelectedStorage::loadIDs(), GUIGLObjectPopupMenu::onCmdCopyEdgeName(), GNESelectorFrame::SelectionOperation::onCmdLoad(), GNESelectorFrame::SelectionOperation::onCmdSave(), GUISUMOViewParent::onCmdSpeedFactor(), GUIDialog_ChooserAbstract::onCmdTrack(), GUISUMOAbstractView::onLeftBtnPress(), GUISUMOViewParent::onUpdSpeedFactor(), LayeredRTree::selectLayer(), GNEJunction::setAttribute(), GUISUMOAbstractView::showToolTipFor(), GUISelectedStorage::toggleSelection(), GNEViewNetHelper::ObjectsUnderCursor::updateGenericDataElements(), GNEViewNetHelper::ObjectsUnderCursor::updateNetworkElements(), GNEViewNetHelper::ObjectsUnderCursor::updateShapeElements(), and GNEViewNetHelper::ObjectsUnderCursor::updateTAZElements().

◆ getTypeParameterWindow()

GUIParameterTableWindow * GUIVehicle::getTypeParameterWindow ( GUIMainWindow app,
GUISUMOAbstractView parent 
)
virtual

Returns an own type parameter window.

Parameters
[in]appThe application needed to build the parameter window
[in]parentThe parent window needed to build the parameter window
Returns
The built parameter window

Implements GUIBaseVehicle.

Definition at line 209 of file GUIVehicle.cpp.

References SUMOXMLDefinitions::CarFollowModels, GUIParameterTableWindow::closeBuilding(), MSVehicleType::getActionStepLengthSecs(), MSVehicleType::getBoardingDuration(), MSVehicle::getCarFollowModel(), MSVehicleType::getContainerCapacity(), MSVehicleType::getEmissionClass(), MSVehicleType::getGuiShape(), MSVehicleType::getHeight(), MSVehicleType::getID(), MSVehicle::getLaneChangeModel(), MSVehicleType::getLength(), MSVehicleType::getLoadingDuration(), SUMOVTypeParameter::getManoeuverAngleTimesS(), MSBaseVehicle::getMaxSpeed(), MSVehicleType::getMaxSpeedLat(), MSVehicleType::getMinGap(), MSVehicleType::getMinGapLat(), PollutantsInterface::getName(), MSVehicleType::getParameter(), MSVehicleType::getPersonCapacity(), MSVehicleType::getPreferredLateralAlignment(), MSVehicleType::getVehicleClass(), getVehicleShapeName(), MSVehicleType::getWidth(), MSGlobals::gLaneChangeDuration, MSGlobals::gLateralResolution, MSGlobals::gModelParkingManoeuver, SUMOVTypeParameter::jmParameter, SUMOXMLDefinitions::LaneChangeModels, SUMOVTypeParameter::lcParameter, GUIParameterTableWindow::mkItem(), MSBaseVehicle::myType, STEPS2TIME, SumoVehicleClassStrings, toString(), VTYPEPARS_ACTIONSTEPLENGTH_SET, and SUMOVTypeParameter::wasSet().

◆ getUpcomingLanesUntil()

const std::vector< const MSLane * > MSVehicle::getUpcomingLanesUntil ( double  distance) const
inherited

Returns the upcoming (best followed by default 0) sequence of lanes to continue the route starting at the current lane.

Parameters
[in]distanceThe downstream distance to cover
Returns
The bestContinuations of the LaneQ for myLane (see LaneQ) concatenated with default following lanes up until the given distance has been covered
Note
includes internal lanes if applicable

Definition at line 5134 of file MSVehicle.cpp.

References MSRoute::end(), MSVehicle::getBestLanesContinuation(), MSLane::getEdge(), Named::getID(), MSLane::getInternalFollowingLane(), MSLane::getLength(), MSLane::getLinkCont(), MSVehicle::getPositionOnLane(), MSLane::isInternal(), MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSBaseVehicle::myRoute, and WRITE_WARNINGF.

Referenced by libsumo::Helper::applySubscriptionFilters(), MSVehicle::executeFractionalMove(), MSVehicle::getLanePosAfterDist(), and MSDevice_Bluelight::notifyMove().

Here is the caller graph for this function:

◆ getVClass()

◆ getVehicleType()

const MSVehicleType& MSBaseVehicle::getVehicleType ( ) const
inlinevirtualinherited

Returns the vehicle's type definition.

Returns
The vehicle's type definition

Implements SUMOTrafficObject.

Definition at line 141 of file MSBaseVehicle.h.

References MSBaseVehicle::myType.

Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSCFModel_CACC::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToLeaders(), MSPModel_Striping::addCrossingVehs(), MSBaseVehicle::allowsBoarding(), libsumo::Helper::applySubscriptionFilters(), MSBaseVehicle::basePos(), MSLaneChanger::change(), MSLaneChanger::changeOpposite(), MSLCM_SL2015::checkBlocking(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeToNewLane(), MSLane::checkFailure(), MSLane::checkForPedestrians(), GUIApplicationWindow::checkGamingEvents(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSDevice_SSM::classifyEncounter(), MSLCM_SL2015::commitManoeuvre(), MSLaneChanger::computeOvertakingTime(), MSAbstractLaneChangeModel::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), drawAction_drawCarriageClass(), drawAction_drawLinkItems(), drawAction_drawVehicleBlinker(), drawAction_drawVehicleBrakeLight(), GUIEdge::drawMesoVehicles(), MSLane::enteredByLaneChange(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSDevice_SSM::estimateConflictTimes(), MSAbstractLaneChangeModel::estimateLCDuration(), MSVehicle::estimateLeaveSpeed(), MEVehicle::estimateLeaveSpeed(), MSVehicle::estimateTimeToNextStop(), MSLane::executeMovements(), MSCFModel_Rail::followSpeed(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), MSAbstractLaneChangeModel::getAngleOffset(), MEVehicle::getBackPositionOnLane(), MSLane::getBruttoOccupancy(), GUIBaseVehicle::getCenteringBoundary(), GUIMEVehicle::getCenteringBoundary(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), MSBaseVehicle::getImpatience(), MSVehicle::getLateralOverlap(), MSLane::getLeader(), MSVehicle::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), getLeftSideOnEdge(), MSLane::getNettoOccupancy(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnLane(), MSVehicle::getSafeFollowSpeed(), MSLeaderInfo::getSubLanes(), MSVehicle::getTimeGapOnLane(), MSPModel_Striping::getVehicleObstacles(), libsumo::Helper::getVehicleType(), GUIBaseVehicle::getVType(), MSLCM_SL2015::getWidth(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MESegment::hasSpaceFor(), MSIdling_Stop::idle(), MSVehicle::ignoreRed(), MSVehicle::Influencer::implicitSpeedRemote(), MSLane::incorporateVehicle(), MSLCM_SL2015::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_SL2015::informLeaders(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MESegment::isOpen(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepClear(), MSLCM_SL2015::keepLatGap(), MSAbstractLaneChangeModel::laneChangeOutput(), MSLane::lastInsertion(), MSLane::leftByLaneChange(), MESegment::loadState(), MSLaneChanger::mayChange(), MSPModel_Striping::moveInDirection(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSDevice_Bluelight::notifyMove(), LIBSUMO_NAMESPACE::Vehicle::openGap(), MSVehicle::overlap(), MSLCM_LC2013::overtakeDistance(), MSLCM_DK2008::patchSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::processTraCISpeedControl(), MESegment::receive(), MSLaneChanger::ChangeElem::registerHop(), MSLaneChanger::registerUnchanged(), MSAbstractLaneChangeModel::remainingTime(), MESegment::Queue::remove(), MSLane::removeVehicle(), MSLane::safeInsertionSpeed(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSBaseVehicle::saveState(), selectBlockingFoes(), MESegment::send(), MSVehicleType::setActionStepLength(), MSAbstractLaneChangeModel::setFollowerGaps(), GUIBaseVehicle::setFunctionalColor(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MSVehicle::setTentativeLaneAndPosition(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSCFModel_CACC::speedGapControl(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), MSLCM_SL2015::updateCFRelated(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLCM_SL2015::updateGaps(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSFCDExport::write(), MSBatteryExport::write(), and MSQueueExport::writeLane().

◆ getVelocityVector()

Position MSVehicle::getVelocityVector ( ) const
inlineinherited

Returns the vehicle's direction in radians.

Returns
The vehicle's current angle

Definition at line 708 of file MSVehicle.h.

References MSVehicle::myAngle, MSVehicle::myState, and MSVehicle::State::speed().

Referenced by MSCFModel_CC::_consensus(), MSCFModel_CC::getParameter(), and MSDevice_SSM::updateEncounter().

Here is the caller graph for this function:

◆ getVType()

const MSVehicleType& GUIBaseVehicle::getVType ( ) const
inlineprotectedinherited

A shortcut to myVehicle.myType.

Definition at line 348 of file GUIBaseVehicle.h.

References MSBaseVehicle::getVehicleType(), and GUIBaseVehicle::myVehicle.

Referenced by GUIBaseVehicle::computeSeats(), drawAction_drawCarriageClass(), GUIMEVehicle::drawAction_drawCarriageClass(), GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges(), and GUIBaseVehicle::drawOnPos().

Here is the caller graph for this function:

◆ getWaitingSeconds()

double MSVehicle::getWaitingSeconds ( ) const
inlineinherited

Returns the number of seconds waited (speed was lesser than 0.1m/s)

The value is reset if the vehicle moves faster than 0.1m/s Intentional stopping does not count towards this time.

Returns
The time the vehicle is standing

Definition at line 669 of file MSVehicle.h.

References MSVehicle::myWaitingTime, and STEPS2TIME.

Referenced by getColorValue(), getParameterWindow(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSPedestrianPushButton::isActiveForEdge(), MSEmissionExport::write(), MSQueueExport::writeLane(), and MSFullExport::writeVehicles().

Here is the caller graph for this function:

◆ getWaitingTime()

SUMOTime MSVehicle::getWaitingTime ( ) const
inlinevirtualinherited

Returns the SUMOTime waited (speed was lesser than 0.1m/s)

The value is reset if the vehicle moves faster than 0.1m/s Intentional stopping does not count towards this time.

Returns
The time the vehicle is standing

Implements SUMOTrafficObject.

Definition at line 637 of file MSVehicle.h.

References MSVehicle::myWaitingTime.

Referenced by MSVehicle::checkLinkLeader(), MSVehicle::checkRewindLinkLanes(), MSLane::executeMovements(), MSLink::getLeaderInfo(), MSVehicle::processLinkApproaches(), selectBlockingFoes(), and MSVehicle::setApproachingForAllLinks().

Here is the caller graph for this function:

◆ getWeightsStorage() [1/2]

MSEdgeWeightsStorage & MSBaseVehicle::getWeightsStorage ( )
inherited

Definition at line 1251 of file MSBaseVehicle.cpp.

References MSBaseVehicle::_getWeightsStorage().

◆ getWeightsStorage() [2/2]

const MSEdgeWeightsStorage & MSBaseVehicle::getWeightsStorage ( ) const
inherited

Returns the vehicle's internal edge travel times/efforts container.

If the vehicle does not have such a container, it is built.

Returns
The vehicle's knowledge about edge weights

Definition at line 1245 of file MSBaseVehicle.cpp.

References MSBaseVehicle::_getWeightsStorage().

Referenced by LIBSUMO_NAMESPACE::Vehicle::getAdaptedTraveltime(), MSNet::getEffort(), LIBSUMO_NAMESPACE::Vehicle::getEffort(), MSNet::getTravelTime(), LIBSUMO_NAMESPACE::Vehicle::setAdaptedTraveltime(), and LIBSUMO_NAMESPACE::Vehicle::setEffort().

Here is the caller graph for this function:

◆ getWidth()

double MSBaseVehicle::getWidth ( ) const
inlineinherited

◆ handleCollisionStop()

bool MSVehicle::handleCollisionStop ( MSStop stop,
const bool  collision,
const double  distToStop,
const std::string &  errorMsgStart,
std::string &  errorMsg 
)
virtualinherited

◆ hasActiveAddVisualisation()

bool GUIBaseVehicle::hasActiveAddVisualisation ( GUISUMOAbstractView *const  parent,
int  which 
) const
inherited

Returns whether the named feature is enabled in the given view.

Parameters
[in]parentThe view for which the feature may be enabled
[in]whichThe visualisation feature
Returns
see comment

Definition at line 763 of file GUIBaseVehicle.cpp.

References GUIBaseVehicle::myAdditionalVisualizations.

Referenced by GUIBaseVehicle::drawGLAdditional(), GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowAllRoutes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowBestLanes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowCurrentRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowFutureRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowLFLinkItems(), and GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowRouteNoLoops().

Here is the caller graph for this function:

◆ hasArrived()

bool MSVehicle::hasArrived ( ) const
virtualinherited

Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge)

Reimplemented from MSBaseVehicle.

Definition at line 1021 of file MSVehicle.cpp.

References MSRoute::end(), MSVehicle::isRemoteControlled(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::myState, and MSBaseVehicle::myStops.

Referenced by MSVehicle::enterLaneAtMove(), MSVehicle::executeMove(), MSLane::executeMovements(), and MSVehicle::processLaneAdvances().

Here is the caller graph for this function:

◆ hasDeparted()

bool MSBaseVehicle::hasDeparted ( ) const
virtualinherited

Returns whether this vehicle has already departed.

Implements SUMOVehicle.

Definition at line 500 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myDeparture, and MSBaseVehicle::NOT_YET_DEPARTED.

Referenced by MSBaseVehicle::addStop(), MSBaseVehicle::createDevice(), MSLane::forceVehicleInsertion(), LIBSUMO_NAMESPACE::Vehicle::getRouteIndex(), MEVehicle::loadState(), MSVehicle::loadState(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::remove(), and MSVehicle::replaceStop().

Here is the caller graph for this function:

◆ hasDevice()

bool MSBaseVehicle::hasDevice ( const std::string &  deviceName) const
inherited

check whether the vehicle is equiped with a device of the given type

Definition at line 1343 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myDevices.

Referenced by MSBaseVehicle::createDevice(), and MSBaseVehicle::getPrefixedParameter().

Here is the caller graph for this function:

◆ hasDriverState()

bool MSVehicle::hasDriverState ( ) const
inlineinherited

Whether this vehicle is equipped with a MSDriverState.

Definition at line 969 of file MSVehicle.h.

References MSVehicle::myDriverState.

Referenced by MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), and MSVehicle::planMove().

Here is the caller graph for this function:

◆ hasInfluencer()

bool MSVehicle::hasInfluencer ( ) const
inlinevirtualinherited

Implements MSBaseVehicle.

Definition at line 1651 of file MSVehicle.h.

References MSVehicle::myInfluencer.

Referenced by MSLaneChanger::changeOpposite(), MSLCM_SL2015::checkBlocking(), MSAbstractLaneChangeModel::checkTraCICommands(), LIBSUMO_NAMESPACE::Vehicle::deactivateGapControl(), MSLane::detectCollisionBetween(), getParameterWindow(), MSLane::handleCollisionBetween(), MSVehicle::influenceChangeDecision(), and MSLCM_SL2015::keepLatGap().

Here is the caller graph for this function:

◆ hasStops()

◆ hasValidRoute()

bool MSBaseVehicle::hasValidRoute ( std::string &  msg,
const MSRoute route = 0 
) const
virtualinherited

Validates the current or given route.

Parameters
[out]msgDescription why the route is not valid (if it is the case)
[in]routeThe route to check (or 0 if the current route shall be checked)
Returns
Whether the vehicle's current route is valid

Implements SUMOVehicle.

Definition at line 568 of file MSBaseVehicle.cpp.

References MSRoute::begin(), MSRoute::end(), MSVehicleType::getVehicleClass(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, and MSBaseVehicle::myType.

Referenced by MSBaseVehicle::getRouteValidity(), MESegment::initialise(), LIBSUMO_NAMESPACE::Vehicle::isRouteValid(), MSBaseVehicle::replaceRouteEdges(), and LIBSUMO_NAMESPACE::Vehicle::setRouteID().

Here is the caller graph for this function:

◆ hasValidRouteStart()

◆ haveValidStopEdges()

bool MSBaseVehicle::haveValidStopEdges ( ) const
inherited

check whether all stop.edge MSRouteIterators are valid and in order

Definition at line 1018 of file MSBaseVehicle.cpp.

References MSRoute::begin(), MSRoute::end(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, time2string(), toString(), WRITE_ERROR, and WRITE_WARNING.

Referenced by MSVehicle::enterLaneAtMove(), MSBaseVehicle::getStopEdges(), MSVehicle::replaceRoute(), and rerouteDRTStop().

Here is the caller graph for this function:

◆ ignoreCollision()

bool MSVehicle::ignoreCollision ( )
inherited

whether this vehicle is except from collision checks

Definition at line 1474 of file MSVehicle.cpp.

References MSVehicle::myCollisionImmunity.

Referenced by MSLane::handleCollisionBetween().

Here is the caller graph for this function:

◆ ignoreRed()

bool MSVehicle::ignoreRed ( const MSLink link,
bool  canBrake 
) const
protectedinherited

◆ influenceChangeDecision()

int MSVehicle::influenceChangeDecision ( int  state)
inherited

◆ initDevices()

◆ isActionStep()

bool MSVehicle::isActionStep ( SUMOTime  t) const
inlineinherited

Returns whether the next simulation step will be an action point for the vehicle.

Returns
Whether the vehicle has scheduled an action point for the next step.

Definition at line 610 of file MSVehicle.h.

References MSVehicle::getActionStepLength(), and MSVehicle::myLastActionTime.

Referenced by MSVehicle::checkActionStep(), and getColorValue().

Here is the caller graph for this function:

◆ isActive()

bool MSVehicle::isActive ( ) const
inlineinherited

Returns whether the current simulation step is an action point for the vehicle.

Returns
Whether the vehicle has an action point in the current step.

Definition at line 603 of file MSVehicle.h.

References MSVehicle::myActionStep.

Referenced by MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLaneChangerSublane::checkChangeToNewLane(), getColorValue(), MSLink::getZipperSpeed(), and MSLCM_SL2015::setOwnState().

Here is the caller graph for this function:

◆ isContainer()

virtual bool SUMOTrafficObject::isContainer ( ) const
inlinevirtualinherited

Whether it is a container.

Returns
true for containers, false otherwise

Reimplemented in MSTransportable.

Definition at line 72 of file SUMOTrafficObject.h.

◆ isFrontOnLane()

bool MSVehicle::isFrontOnLane ( const MSLane lane) const
virtualinherited

Returns the information whether the front of the vehicle is on the given lane.

Returns
Whether the vehicle's front is on that lane

Reimplemented from MSBaseVehicle.

Definition at line 4135 of file MSVehicle.cpp.

References MSAbstractLaneChangeModel::getShadowLane(), MSVehicle::myLane, and MSVehicle::myLaneChangeModel.

Referenced by MSLaneChanger::findCandidate(), MSLane::getFirstVehicleInformation(), MSLane::getFollowersOnConsecutive(), MSLink::getLeaderInfo(), MSLane::getLeadersOnConsecutive(), MSLane::getPartialBehind(), MSLane::getPartialBeyond(), and MSVehicle::getSpaceTillLastStanding().

Here is the caller graph for this function:

◆ isIdling()

bool MSVehicle::isIdling ( ) const
inlinevirtualinherited

Returns whether a sim vehicle is waiting to enter a lane (after parking has completed)

Returns
true if the vehicle is waiting

Implements SUMOVehicle.

Definition at line 596 of file MSVehicle.h.

References MSVehicle::myAmIdling.

Referenced by MSVehicle::updateWaitingTime().

Here is the caller graph for this function:

◆ isLeader()

◆ isLineStop()

bool MSBaseVehicle::isLineStop ( double  position) const
virtualinherited

returns whether the vehicle serves a public transport line that serves the given stop

Implements SUMOVehicle.

Definition at line 1323 of file MSBaseVehicle.cpp.

References SUMOVehicleParameter::Stop::endPos, MSRoute::getStops(), SUMOVehicleParameter::line, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOVehicleParameter::Stop::startPos, and SUMOVehicleParameter::stops.

◆ isOnRoad()

bool MSVehicle::isOnRoad ( ) const
inlinevirtualinherited

◆ isParking()

bool MSBaseVehicle::isParking ( ) const
virtualinherited

Returns whether the vehicle is parking.

Returns
whether the vehicle is parking

Implements SUMOVehicle.

Definition at line 791 of file MSBaseVehicle.cpp.

References MSBaseVehicle::isStopped(), and MSBaseVehicle::myStops.

Referenced by MSVehicleTransfer::add(), MSVehicle::computeAngle(), drawAction_drawCarriageClass(), MSLane::executeMovements(), MSVehicle::getCurrentParkingArea(), MSVehicle::getPosition(), getStopInfo(), GUIMEVehicle::getStopInfo(), MSVehicle::processNextStop(), and MSBatteryExport::write().

Here is the caller graph for this function:

◆ isPerson()

virtual bool SUMOTrafficObject::isPerson ( ) const
inlinevirtualinherited

Whether it is a person.

Returns
true for persons, false otherwise

Reimplemented in MSTransportable.

Definition at line 65 of file SUMOTrafficObject.h.

◆ isRemoteControlled()

bool MSVehicle::isRemoteControlled ( ) const
virtualinherited

Returns the information whether the vehicle is fully controlled via TraCI.

Returns
Whether the vehicle is remote-controlled

Reimplemented from MSBaseVehicle.

Definition at line 6112 of file MSVehicle.cpp.

References MSVehicle::Influencer::isRemoteControlled(), and MSVehicle::myInfluencer.

Referenced by MSVehicle::hasArrived(), MSVehicle::processLinkApproaches(), MSLaneChanger::startChange(), MSLaneChangerSublane::startChangeSublane(), and MSBatteryExport::write().

Here is the caller graph for this function:

◆ isSelected()

bool GUIVehicle::isSelected ( ) const
virtual

whether this vehicle is selected in the GUI

Reimplemented from MSBaseVehicle.

Definition at line 947 of file GUIVehicle.cpp.

References GUIGlObject::getGlID(), GLO_VEHICLE, gSelected, and GUISelectedStorage::isSelected().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ isStopped()

◆ isStoppedInRange()

bool MSBaseVehicle::isStoppedInRange ( const double  pos,
const double  tolerance 
) const
virtualinherited

return whether the given position is within range of the current stop

Implements SUMOVehicle.

Definition at line 804 of file MSBaseVehicle.cpp.

References SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::isStopped(), MSBaseVehicle::myStops, MSStop::pars, and SUMOVehicleParameter::Stop::startPos.

◆ isStoppedOnLane()

bool MSVehicle::isStoppedOnLane ( ) const
inherited

Definition at line 1442 of file MSVehicle.cpp.

References MSBaseVehicle::isStopped(), MSVehicle::myLane, and MSBaseVehicle::myStops.

Referenced by MSLaneChanger::change(), and MSLaneChangerSublane::change().

Here is the caller graph for this function:

◆ isStoppedTriggered()

bool MSBaseVehicle::isStoppedTriggered ( ) const
virtualinherited

Returns whether the vehicle is on a triggered stop.

Returns
whether the vehicle is on a triggered stop

Implements SUMOVehicle.

Definition at line 798 of file MSBaseVehicle.cpp.

References MSBaseVehicle::isStopped(), and MSBaseVehicle::myStops.

Referenced by drawRouteHelper(), and MSVehicle::keepStopping().

Here is the caller graph for this function:

◆ isVehicle()

bool MSBaseVehicle::isVehicle ( ) const
inlinevirtualinherited

Whether it is a vehicle.

Returns
true for vehicles, false otherwise

Reimplemented from SUMOTrafficObject.

Definition at line 93 of file MSBaseVehicle.h.

◆ joinTrainPart()

bool MSVehicle::joinTrainPart ( MSVehicle veh)
protectedinherited

try joining the given vehicle to the rear of this one (to resolve joinTriggered)

Definition at line 1747 of file MSVehicle.cpp.

References MSVehicle::getBackPositionOnLane(), MSVehicle::getLane(), MSVehicleType::getLength(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getSingularType(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::isStopped(), MSVehicle::myFurtherLanes, MSVehicle::myLane, MSBaseVehicle::myStops, MSBaseVehicle::myType, and MSVehicleType::setLength().

Referenced by MSVehicle::processNextStop().

Here is the caller graph for this function:

◆ joinTrainPartFront()

◆ keepClear()

bool MSVehicle::keepClear ( const MSLink link) const
protectedinherited

decide whether the given link must be kept clear

Definition at line 6124 of file MSVehicle.cpp.

References MSVehicle::getAccumulatedWaitingSeconds(), SUMOVTypeParameter::getJMParam(), MSVehicleType::getParameter(), MSBaseVehicle::getVehicleType(), MSLink::hasFoes(), MSLink::keepClear(), and SUMO_ATTR_JM_IGNORE_KEEPCLEAR_TIME.

Referenced by MSVehicle::checkRewindLinkLanes().

Here is the caller graph for this function:

◆ keepStopping()

bool MSVehicle::keepStopping ( bool  afterProcessing = false) const
inherited

Returns whether the vehicle is stopped and must continue to do so.

Definition at line 1447 of file MSVehicle.cpp.

References DELTA_T, MSBaseVehicle::isStopped(), MSBaseVehicle::isStoppedTriggered(), MIN2(), MSVehicle::State::myPos, MSVehicle::myState, and MSBaseVehicle::myStops.

Referenced by MSVehicleTransfer::checkInsertions(), MSVehicle::planMoveInternal(), and MSVehicle::processNextStop().

Here is the caller graph for this function:

◆ lateralDistanceToLane()

double MSVehicle::lateralDistanceToLane ( const int  offset) const
inherited

Get the minimal lateral distance required to move fully onto the lane at given offset.

Returns
The lateral distance to be covered to move the vehicle fully onto the lane (in m)

Definition at line 5595 of file MSVehicle.cpp.

References DEBUG_COND, Named::getID(), MSVehicle::getLateralPositionOnLane(), MSLane::getParallelLane(), MSBaseVehicle::getWidth(), MSLane::getWidth(), MSVehicle::myLane, and SIMTIME.

Referenced by MSLCM_SL2015::_wantsChangeSublane(), and MSAbstractLaneChangeModel::checkTraCICommands().

Here is the caller graph for this function:

◆ leaveLane()

◆ loadPreviousApproaching()

void MSVehicle::loadPreviousApproaching ( MSLink link,
bool  setRequest,
SUMOTime  arrivalTime,
double  arrivalSpeed,
SUMOTime  arrivalTimeBraking,
double  arrivalSpeedBraking,
double  dist,
double  leaveSpeed 
)
inherited

Definition at line 6392 of file MSVehicle.cpp.

References MSVehicle::myLFLinkLanes.

Referenced by MSStateHandler::myStartElement().

Here is the caller graph for this function:

◆ loadState()

◆ manoeuvreIsComplete()

bool MSVehicle::manoeuvreIsComplete ( ) const
inherited

accessor function to myManoeuvre equivalent

Definition at line 6599 of file MSVehicle.cpp.

References MSVehicle::Manoeuvre::manoeuvreIsComplete(), and MSVehicle::myManoeuvre.

Referenced by MSVehicle::computeAngle(), MSVehicle::planMove(), and MSVehicle::planMoveInternal().

Here is the caller graph for this function:

◆ nextLinkPriority()

int MSVehicle::nextLinkPriority ( const std::vector< MSLane * > &  conts)
staticinherited

get a numerical value for the priority of the upcoming link

Definition at line 5068 of file MSVehicle.cpp.

References MSLink::havePriority().

Referenced by MSVehicle::updateBestLanes().

Here is the caller graph for this function:

◆ nextStopDist()

double MSVehicle::nextStopDist ( ) const
inlineinherited

return the distance to the next stop or doubleMax if there is none.

Definition at line 1008 of file MSVehicle.h.

References MSVehicle::myStopDist.

Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), and MSLaneChanger::changeOpposite().

Here is the caller graph for this function:

◆ onDepart()

void MSBaseVehicle::onDepart ( )
virtualinherited

Called when the vehicle is inserted into the network.

Sets optional information about departure time, informs the vehicle control about a further running vehicle.

Implements SUMOVehicle.

Definition at line 492 of file MSBaseVehicle.cpp.

References MSNet::getCurrentTimeStep(), MSNet::getInstance(), SUMOTrafficObject::getPositionOnLane(), MSNet::getVehicleControl(), MSBaseVehicle::myDepartPos, MSBaseVehicle::myDeparture, and MSVehicleControl::vehicleDeparted().

Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::Influencer::postProcessRemoteControl(), and MESegment::receive().

Here is the caller graph for this function:

◆ onFurtherEdge()

bool MSVehicle::onFurtherEdge ( const MSEdge edge) const
inherited

whether this vehicle has its back (and no its front) on the given edge

Definition at line 5768 of file MSVehicle.cpp.

References MSVehicle::myFurtherLanes.

Referenced by MSLane::getFollowersOnConsecutive().

Here is the caller graph for this function:

◆ onLeftBtnPress()

virtual void GUIGlObject::onLeftBtnPress ( void *  )
inlinevirtualinherited

notify object about left click

Reimplemented in GUITriggeredRerouter::GUITriggeredRerouterEdge.

Definition at line 163 of file GUIGlObject.h.

Referenced by GUISUMOAbstractView::onLeftBtnPress().

Here is the caller graph for this function:

◆ onRemovalFromNet()

void MSVehicle::onRemovalFromNet ( const MSMoveReminder::Notification  reason)
virtualinherited

Called when the vehicle is removed from the network.

Moves along work reminders and informs all devices about quitting. Calls "leaveLane" then.

Parameters
[in]reasonwhy the vehicle leaves (reached its destination, parking, teleport)

Reimplemented from MSBaseVehicle.

Definition at line 967 of file MSVehicle.cpp.

References DEBUG_COND, Named::getID(), MSVehicleTransfer::getInstance(), MSVehicle::leaveLane(), MSVehicle::myLFLinkLanes, MSVehicleTransfer::remove(), MSVehicle::removeApproachingInformation(), SIMTIME, and toString().

Referenced by MSVehicleTransfer::add(), MSLane::detectCollisions(), MSLane::executeMovements(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdRemoveObject(), MSVehicle::Influencer::postProcessRemoteControl(), and MSCalibrator::removePending().

Here is the caller graph for this function:

◆ overlap()

static bool MSVehicle::overlap ( const MSVehicle veh1,
const MSVehicle veh2 
)
inlinestaticinherited

Returns true if the two vehicles overlap.

Definition at line 728 of file MSVehicle.h.

References MSVehicleType::getLengthWithGap(), MSBaseVehicle::getVehicleType(), MSVehicle::State::myPos, and MSVehicle::myState.

◆ passingMinor()

bool MSVehicle::passingMinor ( ) const
inherited

decide whether the vehicle is passing a minor link or has comitted to do so

Definition at line 6180 of file MSVehicle.cpp.

References MSLane::getEdge(), MSLink::getFoeVisibilityDistance(), MSLane::getIncomingLanes(), MSLink::havePriority(), MSEdge::isInternal(), MSVehicle::myLane, and MSVehicle::myLFLinkLanes.

Referenced by MSCFModel_Krauss::patchSpeedBeforeLC().

Here is the caller graph for this function:

◆ planMove()

void MSVehicle::planMove ( const SUMOTime  t,
const MSLeaderInfo ahead,
const double  lengthsInFront 
)
inherited

Compute safe velocities for the upcoming lanes based on positions and speeds from the last time step. Also registers ApproachingVehicleInformation for all links.

This method goes through the best continuation lanes of the current lane and computes the safe velocities for passing/stopping at the next link as a DriveProcessItem

Afterwards it checks if any DriveProcessItem should be discarded to avoid blocking a junction (checkRewindLinkLanes).

Finally the ApproachingVehicleInformation is registered for all links that shall be passed

Parameters
[in]tThe current timeStep
[in]aheadThe leaders (may be 0)
[in]lengthsInFrontSum of vehicle lengths in front of the vehicle

Definition at line 1868 of file MSVehicle.cpp.

References MSVehicle::checkActionStep(), MSVehicle::checkRewindLinkLanes(), DEBUG_COND, MSDevice_DriverState::getDriverState(), Named::getID(), MSVehicle::getLateralPositionOnLane(), MSVehicle::getManoeuvreType(), MSVehicle::getPositionOnLane(), MSVehicle::getSpeed(), MSGlobals::gModelParkingManoeuver, gPrecision, MSVehicle::hasDriverState(), MSVehicle::MANOEUVRE_EXIT, MSVehicle::MANOEUVRE_NONE, MSVehicle::manoeuvreIsComplete(), MSVehicle::myDriverState, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myLFLinkLanes, MSVehicle::myLFLinkLanesPrev, MSVehicle::myNextDriveItem, MSVehicle::myNextTurn, MSVehicle::myStopDist, MSVehicle::planMoveInternal(), MSVehicle::removePassedDriveItems(), MSAbstractLaneChangeModel::resetChanged(), MSVehicle::setActionStepLength(), MSVehicle::setManoeuvreType(), SIMTIME, STEPS2TIME, and MSDevice_DriverState::update().

◆ planMoveInternal()

void MSVehicle::planMoveInternal ( const SUMOTime  t,
MSLeaderInfo  ahead,
DriveItemVector lfLinks,
double &  myStopDist,
std::pair< double, LinkDirection > &  myNextTurn 
) const
protectedinherited
Todo:
: documentation

Definition at line 1934 of file MSVehicle.cpp.

References MSVehicle::DriveProcessItem::adaptLeaveSpeed(), MSVehicle::adaptToLeaders(), MSLeaderInfo::addLeader(), SUMOVehicleParameter::arrivalSpeed, SUMOVehicleParameter::arrivalSpeedProcedure, MSCFModel::brakeGap(), MSVehicle::checkLinkLeaderCurrentAndParallel(), MSVehicle::checkReversal(), MSLeaderInfo::clear(), MSVehicle::Influencer::considerSafeVelocity(), CRLL_LOOK_AHEAD, DEBUG_COND, DELTA_T, DIST_TO_STOPLINE_EXPECT_PRIORITY, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, MSVehicle::estimateLeaveSpeed(), MSCFModel::estimateSpeedAfterDistance(), MSCFModel::freeSpeed(), MSVehicle::Influencer::gapControlSpeed(), MSVehicle::getBestLanesContinuation(), MSLane::getBidiLane(), MSVehicle::getCarFollowModel(), MSAbstractLaneChangeModel::getCommittedSpeed(), MSLane::getEdge(), MSStop::getEndPos(), Named::getID(), MSLane::getIncomingLanes(), MSNet::getInstance(), MSVehicle::getLane(), MSParkingArea::getLastFreePosWithReservation(), MSLane::getLastVehicleInformation(), MSVehicle::getLateralOverlap(), MSLane::getLength(), MSVehicleType::getLength(), MSLane::getLinkCont(), MSCFModel::getMaxAccel(), MSCFModel::getMaxDecel(), MSCFModel::getMinimalArrivalSpeed(), MSCFModel::getMinimalArrivalSpeedEuler(), MSCFModel::getMinimalArrivalTime(), MSLane::getOpposite(), MSLane::getOppositeLeader(), MSLane::getParallelLane(), MSBaseVehicle::getParameter(), MSEdge::getPersons(), MSVehicle::getPositionOnLane(), MSLane::getRightSideOnEdge(), MSVehicle::getRightSideOnLane(), MSBaseVehicle::getRNG(), MSAbstractLaneChangeModel::getShadowDirection(), MSAbstractLaneChangeModel::getShadowLane(), MSVehicle::getSpeed(), MSLane::getStopOffset(), MSLane::getStopWatch(), MSEdge::getToJunction(), MSBaseVehicle::getVClass(), MSLane::getVehicleMaxSpeed(), MSLane::getVehicleNumber(), MSLane::getVehicleNumberWithPartials(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::getWidth(), MSEdge::getWidth(), GIVEN, MSGlobals::gLateralResolution, MSGlobals::gModelParkingManoeuver, MSGlobals::gSemiImplicitEulerUpdate, MSLane::hasPedestrians(), MSVehicle::ignoreRed(), MSVehicle::Influencer::influenceSpeed(), MSAbstractLaneChangeModel::isChangingLanes(), MSEdge::isFringe(), MSEdge::isInternal(), MSLane::isInternal(), MSLane::isLinkEnd(), MSAbstractLaneChangeModel::isOpposite(), isRailway(), MSBaseVehicle::isStopped(), MSVehicle::keepStopping(), MSStop::lane, LEFT, LINKSTATE_EQUAL, MSVehicle::manoeuvreIsComplete(), MAX2(), MSCFModel::maximumSafeStopSpeed(), MSCFModel::maxNextSpeed(), MIN2(), MSCFModel::minNextSpeed(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSVehicle::myFurtherLanes, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myNextTurn, MSBaseVehicle::myParameter, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, MSVehicle::myState, MSVehicle::myStopDist, MSBaseVehicle::myStops, MSVehicle::DriveProcessItem::myVLinkWait, MSVehicle::myWaitingTime, MSLane::nextBlocking(), NODIR, NUMERICAL_EPS_SPEED, MSStop::parkingarea, MSStop::pars, RandHelper::rand(), MSStop::reached, MSAbstractLaneChangeModel::remainingTime(), RIGHT, SIMTIME, SUMOVehicleParameter::Stop::speed, SPEED2DIST, SUMOVehicleParameter::Stop::startPos, STEPS2TIME, MSCFModel::stopSpeed(), STRAIGHT, MSLane::succLinkSec(), SUMO_ATTR_JM_DRIVE_RED_SPEED, SUMO_ATTR_JM_STOPLINE_GAP, SVC_RAIL_CLASSES, TIME2STEPS, toString(), and WRITE_WARNINGF.

Referenced by MSVehicle::planMove().

Here is the caller graph for this function:

◆ processLaneAdvances()

void MSVehicle::processLaneAdvances ( std::vector< MSLane * > &  passedLanes,
std::string &  emergencyReason 
)
protectedinherited

This method checks if the vehicle has advanced over one or several lanes along its route and triggers the corresponding actions for the lanes and the vehicle. and adapts the given in/out parameters to the appropriate values.

Parameters
[out]passedLanesLanes, which the vehicle touched at some moment of the executed simstep
[out]emergencyReasonReason for a possible emergency stop

Definition at line 3502 of file MSVehicle.cpp.

References MSEdgeControl::checkCollisionForInactive(), MSVehicle::checkReversal(), DEBUG_COND, MSRoute::end(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSVehicle::enterLaneAtMove(), MSLane::getBidiLane(), MSNet::getCurrentTimeStep(), MSLink::getDirection(), MSLane::getEdge(), MSNet::getEdgeControl(), MSVehicle::Influencer::getEmergencyBrakeRedLight(), Named::getID(), MSNet::getInstance(), MSLink::getLane(), MSLink::getLaneBefore(), MSLane::getLength(), MSVehicleType::getLength(), MSLane::getLinkCont(), MSLane::getLinkTo(), MSVehicle::getNextStop(), MSLane::getStopOffset(), MSBaseVehicle::getVClass(), MSLink::getViaLane(), MSLink::getViaLaneOrLane(), MSVehicle::hasArrived(), MSBaseVehicle::hasStops(), MSLink::haveRed(), MSVehicle::ignoreRed(), MSAbstractLaneChangeModel::isChangingLanes(), MSLink::isConflictEntryLink(), MSLink::isEntryLink(), MSLink::isExitLink(), MSLane::isInternal(), MSEdge::isVaporizing(), MSVehicle::leaveLane(), LEFT, MSLane::mustCheckJunctionCollisions(), MSBaseVehicle::myCurrEdge, MSVehicle::myFurtherLanes, MSVehicle::myInfluencer, MSVehicle::myJunctionConflictEntryTime, MSVehicle::myJunctionEntryTime, MSVehicle::myJunctionEntryTimeNeverYield, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myLFLinkLanes, MSVehicle::myNextDriveItem, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, MSVehicle::myState, MSBaseVehicle::myType, MSMoveReminder::NOTIFICATION_JUNCTION, MSMoveReminder::NOTIFICATION_VAPORIZED_VAPORIZER, RIGHT, SIMTIME, SUMOTime_MAX, SVC_RAIL_CLASSES, time2string(), and WRITE_WARNING.

Referenced by MSVehicle::executeFractionalMove(), and MSVehicle::executeMove().

Here is the caller graph for this function:

◆ processLinkApproaches()

void MSVehicle::processLinkApproaches ( double &  vSafe,
double &  vSafeMin,
double &  vSafeMinDist 
)
protectedinherited

This method iterates through the driveprocess items for the vehicle and adapts the given in/out parameters to the appropriate values.

Parameters
[in/out]vSafe The maximal safe (or admissible) velocity.
[in/out]vSafeMin The minimal safe (or admissible) velocity (used her for ensuring the clearing of junctions in time).
[in/out]vSafeMinDist The distance to the next link, which should either be crossed this step, or in front of which the vehicle need to stop.

Definition at line 2841 of file MSVehicle.cpp.

References ACCEL2SPEED, MSCFModel::brakeGap(), DEBUG_COND, DIST2SPEED, gDebugFlag1, MSVehicle::getCarFollowModel(), MSLane::getEdge(), MSLink::getFoeVisibilityDistance(), Named::getID(), MSBaseVehicle::getImpatience(), MSLink::getInternalLaneBefore(), MSLink::getJunction(), MSLink::getLaneBefore(), MSVehicle::getLateralPositionOnLane(), MSVehicleType::getLength(), MSCFModel::getMaxDecel(), MSLink::getParallelLink(), MSVehicle::Influencer::getRespectJunctionPriority(), MSAbstractLaneChangeModel::getShadowDirection(), MSAbstractLaneChangeModel::getShadowLane(), MSVehicle::getSpeed(), MSLink::getState(), MSLane::getStopOffset(), MSEdge::getToJunction(), MSBaseVehicle::getVehicleType(), MSLink::getViaLaneOrLane(), MSVehicle::getWaitingTime(), MSLane::getWidth(), MSLink::getZipperSpeed(), MSGlobals::gSemiImplicitEulerUpdate, MSLink::havePriority(), MSLink::haveYellow(), MSVehicle::ignoreRed(), MSLink::isCont(), MSLane::isInternal(), MSVehicle::isRemoteControlled(), MSEdge::isRoundabout(), MSLink::lastWasContMajor(), LINKSTATE_ZIPPER, MIN2(), MSVehicle::myHaveToWaitOnNextLink, MSVehicle::myInfluencer, MSVehicle::myJunctionConflictEntryTime, MSVehicle::myJunctionEntryTime, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myLFLinkLanes, MSVehicle::State::mySpeed, MSVehicle::myState, MSLink::opened(), SIMTIME, SUMO_const_haltingSpeed, and SUMOTime_MAX.

Referenced by MSVehicle::executeMove().

Here is the caller graph for this function:

◆ processNextStop()

double MSVehicle::processNextStop ( double  currentVelocity)
inherited

Processes stops, returns the velocity needed to reach the stop.

Returns
The velocity in dependance to the next/current stop
Todo:
Describe more detailed
See also
Stop
MSStoppingPlace
MSStoppingPlace

Definition at line 1480 of file MSVehicle.cpp.

References MSVehicle::activateReminders(), MSStopOut::active(), SUMOVehicleParameter::Stop::actualArrival, MSInsertionControl::add(), MSBaseVehicle::addReminder(), MSEdge::addWaiting(), MSVehicle::boardTransportables(), MSStop::busstop, MSStop::chargingStation, MSStop::containerstop, MSStop::containerTriggered, DEBUG_COND, MSStop::duration, MSStop::edge, MSStop::endBoarding, SUMOVehicleParameter::Stop::endPos, MSParkingArea::enter(), MSStoppingPlace::enter(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), SUMOVehicleParameter::Stop::extension, MSStoppingPlace::fits(), MSVehicle::getActionStepLength(), MSStoppingPlace::getBeginLanePosition(), MSParkingArea::getCapacity(), MSVehicle::getCarFollowModel(), MSBaseVehicle::getContainerNumber(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSRoute::getEdges(), Named::getID(), MSNet::getInsertionControl(), MSNet::getInstance(), MSStopOut::getInstance(), MSVehicleType::getLength(), MSCFModel::getMaxDecel(), MSLane::getMoveReminders(), MSVehicle::getNextStop(), MSParkingArea::getOccupancy(), MSParkingArea::getOccupancyIncludingBlocked(), MSBaseVehicle::getParameter(), MSVehicleType::getParameter(), MSBaseVehicle::getPersonNumber(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getRoute(), MSBaseVehicle::getSingularType(), MSVehicle::getSpeed(), MSBaseVehicle::getVClass(), MSVehicleControl::getVehicle(), MSNet::getVehicleControl(), MSBaseVehicle::getVehicleType(), MSGlobals::gModelParkingManoeuver, MSGlobals::gSemiImplicitEulerUpdate, MSBaseVehicle::hasStops(), MSNet::informVehicleStateListener(), MSVehicle::isOnRoad(), MSBaseVehicle::isParking(), isRailway(), SUMOVehicleParameter::Stop::join, MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSStop::joinTriggered, MSVehicle::keepStopping(), MSStop::lane, SUMOVehicleParameter::Stop::line, SUMOVTypeParameter::locomotiveLength, MAX2(), MSVehicle::myAmRegisteredAsWaitingForContainer, MSVehicle::myAmRegisteredAsWaitingForPerson, MSBaseVehicle::myArrivalPos, MSVehicle::myCollisionImmunity, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myDevices, MSVehicle::myLane, MSVehicle::myManoeuvre, MSVehicle::State::myPos, MSVehicle::myState, MSVehicle::myStopDist, MSBaseVehicle::myStops, MSBaseVehicle::myType, MSMoveReminder::NOTIFICATION_PARKING_REROUTE, SUMOVehicleParameter::Stop::parking, MSStop::parkingarea, MSStop::pars, MSVehicle::State::pos(), MSStop::reached, MSVehicleControl::registerOneWaiting(), MSVehicleControl::registerStopStarted(), MSVehicle::resumeFromStopping(), MSVehicleType::setLength(), SIMTIME, SUMOVehicleParameter::Stop::speed, SUMOVehicleParameter::Stop::split, SUMOVehicleParameter::Stop::startPos, STEPS2TIME, STOPPING_PLACE_OFFSET, MSCFModel::stopSpeed(), MSStopOut::stopStarted(), SUMO_const_haltingSpeed, SUMOTime_MAX, TIME2STEPS, MSStop::triggered, SUMOVehicleParameter::Stop::tripId, MSVehicleControl::unregisterOneWaiting(), SUMOVehicleParameter::Stop::until, MSNet::VEHICLE_STATE_STARTING_STOP, WRITE_WARNING, and WRITE_WARNINGF.

Referenced by MSVehicleTransfer::checkInsertions(), MSCFModel::finalizeSpeed(), MSCFModel_CC::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSLane::loadState(), and MSVehicleTransfer::loadState().

Here is the caller graph for this function:

◆ processTraCISpeedControl()

double MSVehicle::processTraCISpeedControl ( double  vSafe,
double  vNext 
)
protectedinherited

Check for speed advices from the traci client and adjust the speed vNext in the current (euler) / after the current (ballistic) simstep accordingly.

Parameters
[in]vSafeThe maximal safe (or admissible) velocity as determined from stops, junction approaches, car following, lane changing, etc.
[in]vNextThe next speed (possibly subject to traci influence)
Returns
updated vNext

Definition at line 3090 of file MSVehicle.cpp.

References DEBUG_COND2, MSVehicleType::getCarFollowModel(), Named::getID(), MSNet::getInstance(), MSBaseVehicle::getVehicleType(), MSGlobals::gSemiImplicitEulerUpdate, MSVehicle::Influencer::implicitSpeedRemote(), MSVehicle::Influencer::influenceSpeed(), MSVehicle::Influencer::isRemoteControlled(), MAX2(), MSCFModel::maxNextSpeed(), MSCFModel::minNextSpeed(), MSVehicle::myInfluencer, MSVehicle::State::mySpeed, MSVehicle::myState, and SIMTIME.

Referenced by MSVehicle::executeMove(), and MSVehicle::Influencer::postProcessRemoteControl().

Here is the caller graph for this function:

◆ remainingStopDuration()

SUMOTime MSVehicle::remainingStopDuration ( ) const
virtualinherited

Returns the remaining stop duration for a stopped vehicle or 0.

Implements SUMOVehicle.

Definition at line 1459 of file MSVehicle.cpp.

References MSBaseVehicle::isStopped(), and MSBaseVehicle::myStops.

Referenced by MSVehicle::Manoeuvre::configureExitManoeuvre().

Here is the caller graph for this function:

◆ removeActiveAddVisualisation()

void GUIBaseVehicle::removeActiveAddVisualisation ( GUISUMOAbstractView *const  parent,
int  which 
)
virtualinherited

Adds the named visualisation feature to the given view.

Parameters
[in]parentThe view for which the feature shall be enabled
[in]whichThe visualisation feature to enable
See also
GUISUMOAbstractView::removeAdditionalGLVisualisation

Reimplemented from GUIGlObject.

Definition at line 779 of file GUIBaseVehicle.cpp.

References GUIBaseVehicle::myAdditionalVisualizations, and GUISUMOAbstractView::removeAdditionalGLVisualisation().

Referenced by GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideAllRoutes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideBestLanes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideCurrentRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideFutureRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideLFLinkItems(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideRouteNoLoops(), and GUIViewTraffic::onGamingRightClick().

Here is the caller graph for this function:

◆ removeApproachingInformation()

void MSVehicle::removeApproachingInformation ( const DriveItemVector lfLinks) const
protectedinherited

unregister approach from all upcoming links

Definition at line 5651 of file MSVehicle.cpp.

References MSVehicle::myLaneChangeModel, and MSAbstractLaneChangeModel::removeShadowApproachingInformation().

Referenced by MSVehicle::onRemovalFromNet(), MSVehicle::setApproachingForAllLinks(), and MSVehicle::~MSVehicle().

Here is the caller graph for this function:

◆ removedPopupMenu()

void GUIBaseVehicle::removedPopupMenu ( )
virtualinherited

notify object about popup menu removal

Reimplemented from GUIGlObject.

Definition at line 376 of file GUIBaseVehicle.cpp.

References GUIBaseVehicle::myPopup.

◆ removeParameterTable()

void GUIGlObject::removeParameterTable ( GUIParameterTableWindow w)
inherited

Lets this object know a parameter window showing the object's values was closed.

Parameters
[in]wThe closed parameter window

Definition at line 315 of file GUIGlObject.cpp.

References GUIGlObject::myParamWindows.

Referenced by GUIParameterTableWindow::~GUIParameterTableWindow().

Here is the caller graph for this function:

◆ removePassedDriveItems()

void MSVehicle::removePassedDriveItems ( )
protectedinherited

Erase passed drive items from myLFLinkLanes (and unregister approaching information for corresponding links). Further, myNextDriveItem is reset.

Note
This is called in planMove() if the vehicle has no actionstep. All items until the position myNextDriveItem are deleted. This can happen if myNextDriveItem was increased in processLaneAdvances() of the previous step.

Definition at line 3118 of file MSVehicle.cpp.

References DEBUG_COND, Named::getID(), MSVehicle::myLFLinkLanes, MSVehicle::myNextDriveItem, and SIMTIME.

Referenced by MSVehicle::planMove().

Here is the caller graph for this function:

◆ removeReminder()

void MSBaseVehicle::removeReminder ( MSMoveReminder rem)
inherited

Removes a MoveReminder dynamically.

Parameters
[in]remthe reminder to remove
See also
MSMoveReminder

Definition at line 648 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myMoveReminders.

◆ removeTransportable()

void MSBaseVehicle::removeTransportable ( MSTransportable t)
virtualinherited

removes a person or container

Implements SUMOVehicle.

Definition at line 1291 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myContainerDevice, MSBaseVehicle::myPersonDevice, and MSDevice_Transportable::removeTransportable().

◆ replaceParameter()

void MSBaseVehicle::replaceParameter ( const SUMOVehicleParameter newParameter)
virtualinherited

replace the vehicle parameter (deleting the old one)

Implements SUMOVehicle.

Definition at line 189 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myParameter.

Referenced by MSVehicle::rerouteParkingArea().

Here is the caller graph for this function:

◆ replaceParkingArea()

bool MSVehicle::replaceParkingArea ( MSParkingArea parkingArea,
std::string &  errorMsg 
)
virtualinherited

replace the current parking area stop with a new stop with merge duration

Implements SUMOVehicle.

Definition at line 1376 of file MSVehicle.cpp.

References SUMOVehicleParameter::Stop::duration, MSStop::edge, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, MSStoppingPlace::getBeginLanePosition(), MSStoppingPlace::getEndLanePosition(), Named::getID(), MSStoppingPlace::getLane(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSStop::parkingarea, SUMOVehicleParameter::Stop::parkingarea, MSStop::pars, and SUMOVehicleParameter::Stop::startPos.

Referenced by MSVehicle::rerouteParkingArea().

Here is the caller graph for this function:

◆ replaceRoute()

bool MSVehicle::replaceRoute ( const MSRoute route,
const std::string &  info,
bool  onInit = false,
int  offset = 0,
bool  addStops = true,
bool  removeStops = true 
)
virtualinherited

Replaces the current route by the given one.

It is possible that the new route is not accepted, if it does not contain the vehicle's current edge.

Parameters
[in]routeThe new route to pass
[in]infoInformation regarding the replacement
[in]removeStopsWhether stops should be removed if they do not fit onto the new route
Returns
Whether the new route was accepted

Reimplemented from MSBaseVehicle.

Definition at line 1030 of file MSVehicle.cpp.

References MSBaseVehicle::haveValidStopEdges(), MSVehicle::myLastBestLanesEdge, MSVehicle::myLastBestLanesInternalLane, MSBaseVehicle::replaceRoute(), and MSVehicle::updateBestLanes().

◆ replaceRouteEdges()

bool MSBaseVehicle::replaceRouteEdges ( ConstMSEdgeVector edges,
double  cost,
double  savings,
const std::string &  info,
bool  onInit = false,
bool  check = false,
bool  removeStops = true 
)
virtualinherited

Replaces the current route by the given edges.

It is possible that the new route is not accepted, if a) it does not contain the vehicle's current edge, or b) something fails on insertion into the routes container (see in-line comments).

Parameters
[in]edgesThe new list of edges to pass
[in]onInitWhether the vehicle starts with this route
[in]checkWhether the route should be checked for validity
[in]removeStopsWhether stops should be removed if they do not fit onto the new route
Returns
Whether the new route was accepted

Implements SUMOVehicle.

Definition at line 333 of file MSBaseVehicle.cpp.

References MSRoute::addReference(), MSRoute::begin(), RGBColor::DEFAULT_COLOR, MSRoute::dictionary(), StringUtils::endsWith(), MSGlobals::gCheckRoutes, MSRoute::getColor(), MSRoute::getEdges(), Named::getID(), MSBaseVehicle::getRerouteOrigin(), MSRoute::hasRoute(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSRoute::release(), MSBaseVehicle::replaceRoute(), MSRoute::setCosts(), MSRoute::setSavings(), MSRoute::size(), SUMO_TAG_PARKING_ZONE_REROUTE, toString(), and WRITE_WARNING.

Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSIdling_RandomCircling::idle(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::replaceStop(), MSBaseVehicle::reroute(), rerouteDRTStop(), MSVehicle::rerouteParkingArea(), and LIBSUMO_NAMESPACE::Vehicle::setRoute().

Here is the caller graph for this function:

◆ replaceStop()

bool MSVehicle::replaceStop ( int  nextStopIndex,
SUMOVehicleParameter::Stop  stop,
const std::string &  info,
std::string &  errorMsg 
)
inherited

replace the next stop at the given index with the given stop parameters will wait for the given duration before continuing on its route The route between start other stops and destination will be kept unchanged and only the part around the replacement index will be adapted according to the new stop location

Parameters
[in]nextStopDistThe replacement index
[in]stopStop parameters
[out]errorMsgreturned error message

Definition at line 5884 of file MSVehicle.cpp.

References MSLane::allowsVehicleClass(), SUMOAbstractRouter< E, V >::compute(), MSLane::dictionary(), MSStop::edge, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSRoute::getEdges(), Named::getID(), MSVehicle::getInfluencer(), MSNet::getInstance(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getRNGIndex(), MSBaseVehicle::getRoute(), MSBaseVehicle::BaseInfluencer::getRouterTT(), MSBaseVehicle::getVClass(), MSBaseVehicle::hasDeparted(), MSStop::initPars(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSStop::pars, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), and toString().

Referenced by LIBSUMO_NAMESPACE::Vehicle::replaceStop().

Here is the caller graph for this function:

◆ replaceVehicleType()

void MSBaseVehicle::replaceVehicleType ( MSVehicleType type)
virtualinherited

Replaces the current vehicle type by the one given.

If the currently used vehicle type is marked as being used by this vehicle only, it is deleted, first. The new, given type is then assigned to "myType".

Parameters
[in]typeThe new vehicle type
See also
MSBaseVehicle::myType

Implements SUMOTrafficObject.

Definition at line 1396 of file MSBaseVehicle.cpp.

References MSNet::getInstance(), MSNet::getVehicleControl(), MSVehicleType::isVehicleSpecific(), MSBaseVehicle::myType, and MSVehicleControl::removeVType().

Referenced by MSBaseVehicle::getSingularType(), MSDevice_Bluelight::notifyMove(), LIBSUMO_NAMESPACE::Vehicle::setType(), and MSDevice_ToC::switchHolderType().

Here is the caller graph for this function:

◆ reroute()

void MSBaseVehicle::reroute ( SUMOTime  t,
const std::string &  info,
SUMOAbstractRouter< MSEdge, SUMOVehicle > &  router,
const bool  onInit = false,
const bool  withTaz = false,
const bool  silent = false 
)
virtualinherited

Performs a rerouting using the given router.

Tries to find a new route between the current edge and the destination edge, first. Tries to replace the current route by the new one using replaceRoute.

Parameters
[in]tThe time for which the route is computed
[in]routerThe router to use
See also
replaceRoute

Implements SUMOVehicle.

Definition at line 217 of file MSBaseVehicle.cpp.

References MSEdge::allowedLanes(), MSBaseVehicle::calculateArrivalParams(), SUMOAbstractRouter< E, V >::compute(), SUMOAbstractRouter< E, V >::computeLooped(), DEBUG_COND, MSInsertionControl::descheduleDeparture(), MSEdge::dictionary(), MSRoute::end(), SUMOVehicleParameter::fromTaz, MSGlobals::gCheckRoutes, MSRoute::getEdges(), Named::getID(), Named::getIDSecure(), MSNet::getInsertionControl(), MSNet::getInstance(), SUMOTrafficObject::getLane(), MSRoute::getLastEdge(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRerouteOrigin(), MSBaseVehicle::getStopEdges(), MSBaseVehicle::getVClass(), MSEdge::isTazConnector(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), SIMTIME, toString(), SUMOVehicleParameter::toTaz, SUMOVehicleParameter::via, and WRITE_WARNING.

Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), rerouteDRTStop(), LIBSUMO_NAMESPACE::Vehicle::rerouteEffort(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().

Here is the caller graph for this function:

◆ rerouteDRTStop()

◆ rerouteParkingArea()

◆ resetActionOffset()

void MSVehicle::resetActionOffset ( const SUMOTime  timeUntilNextAction = 0)
inherited

Resets the action offset for the vehicle.

Parameters
[in]timeUntilNextActiontime interval from now for the next action, defaults to 0, which implies an immediate action point in the current step.

Definition at line 1843 of file MSVehicle.cpp.

References MSNet::getCurrentTimeStep(), MSNet::getInstance(), and MSVehicle::myLastActionTime.

Referenced by MSVehicleType::setActionStepLength(), MSVehicle::setActionStepLength(), and MSVehicle::updateActionOffset().

Here is the caller graph for this function:

◆ resetRoutePosition()

void MSBaseVehicle::resetRoutePosition ( int  index,
DepartLaneDefinition  departLaneProcedure 
)
inherited

reset index of edge within route

Definition at line 518 of file MSBaseVehicle.cpp.

References MSRoute::begin(), MSRoute::end(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, and MSBaseVehicle::myRoute.

Referenced by MSCalibrator::execute(), and LIBSUMO_NAMESPACE::Vehicle::moveTo().

Here is the caller graph for this function:

◆ resumeFromStopping()

◆ saveState()

◆ selectBlockingFoes()

◆ setActionStepLength()

void MSVehicle::setActionStepLength ( double  actionStepLength,
bool  resetActionOffset = true 
)
inherited

Sets the action steplength of the vehicle.

Parameters
actionStepLengthNew value
resetActionOffsetwhether the action offset should be reset to zero, i.e., the next action step should follow immediately.

Definition at line 1278 of file MSVehicle.cpp.

References MSVehicle::getActionStepLength(), MSBaseVehicle::getSingularType(), SUMOVehicleParserHelper::processActionStepLength(), MSVehicle::resetActionOffset(), MSVehicleType::setActionStepLength(), and MSVehicle::updateActionOffset().

Referenced by MSVehicle::planMove().

Here is the caller graph for this function:

◆ setAngle()

void MSVehicle::setAngle ( double  angle,
bool  straightenFurther = false 
)
inherited

Set a custom vehicle angle in rad, optionally updates furtherLanePosLat.

Definition at line 1255 of file MSVehicle.cpp.

References DEBUG_COND, Named::getID(), MSVehicle::getLateralPositionOnLane(), MSLane::getLinkTo(), MSVehicle::myAngle, MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, and SIMTIME.

Referenced by MSVehicle::Influencer::postProcessRemoteControl(), and MSLaneChangerSublane::startChangeSublane().

Here is the caller graph for this function:

◆ setApproachingForAllLinks()

◆ setArrivalPos()

virtual void MSBaseVehicle::setArrivalPos ( double  arrivalPos)
inlinevirtualinherited

Sets this vehicle's desired arrivalPos for its current route.

Implements SUMOVehicle.

Definition at line 323 of file MSBaseVehicle.h.

References MSBaseVehicle::myArrivalPos.

◆ setBlinkerInformation()

◆ setBrakingSignals()

void MSVehicle::setBrakingSignals ( double  vNext)
protectedinherited

sets the braking lights on/off

Definition at line 3334 of file MSVehicle.cpp.

References ACCEL2SPEED, MSVehicle::getSpeed(), MSBaseVehicle::isStopped(), SUMO_const_haltingSpeed, MSVehicle::switchOffSignal(), MSVehicle::switchOnSignal(), and MSVehicle::VEH_SIGNAL_BRAKELIGHT.

Referenced by MSVehicle::executeMove(), and MSVehicle::Influencer::postProcessRemoteControl().

Here is the caller graph for this function:

◆ setChosenSpeedFactor()

void MSBaseVehicle::setChosenSpeedFactor ( const double  factor)
inlinevirtualinherited

Returns the precomputed factor by which the driver wants to be faster than the speed limit.

Returns
Speed limit factor

Implements SUMOVehicle.

Definition at line 477 of file MSBaseVehicle.h.

References MSBaseVehicle::myChosenSpeedFactor.

Referenced by MSCFModel_CC::finalizeSpeed(), and GUISUMOViewParent::onCmdSpeedFactor().

Here is the caller graph for this function:

◆ setColor()

RGBColor GUIBaseVehicle::setColor ( const GUIVisualizationSettings s) const
protectedinherited

sets the color according to the currente settings

Definition at line 650 of file GUIBaseVehicle.cpp.

References GUIPropertySchemeStorage< T >::getActive(), GUIPropertyScheme< T >::getColor(), GUIBaseVehicle::getColorValue(), GUIPropertySchemeStorage< T >::getScheme(), GUIBaseVehicle::myVehicle, GLHelper::setColor(), GUIBaseVehicle::setFunctionalColor(), and GUIVisualizationSettings::vehicleColorer.

Referenced by GUIBaseVehicle::drawOnPos(), and GUIBaseVehicle::drawRoute().

Here is the caller graph for this function:

◆ setDeviceParameter()

void MSBaseVehicle::setDeviceParameter ( const std::string &  deviceName,
const std::string &  key,
const std::string &  value 
)
inherited

try to set the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists

Definition at line 1384 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myDevices.

◆ setEmergencyBlueLight()

void MSVehicle::setEmergencyBlueLight ( SUMOTime  currentTime)
protectedinherited

sets the blue flashing light for emergency vehicles

Definition at line 5442 of file MSVehicle.cpp.

References MSVehicle::signalSet(), MSVehicle::switchOffSignal(), MSVehicle::switchOnSignal(), and MSVehicle::VEH_SIGNAL_EMERGENCY_BLUE.

Referenced by MSVehicle::executeMove().

Here is the caller graph for this function:

◆ setExitManoeuvre()

bool MSVehicle::setExitManoeuvre ( )
inherited

accessor function to myManoeuvre equivalent

Note
Setup of exit manoeuvre is invoked from MSVehicleTransfer

Definition at line 6417 of file MSVehicle.cpp.

References MSVehicle::Manoeuvre::configureExitManoeuvre(), and MSVehicle::myManoeuvre.

Referenced by MSVehicleTransfer::checkInsertions().

Here is the caller graph for this function:

◆ setFunctionalColor()

◆ setID()

void MSBaseVehicle::setID ( const std::string &  newID)
virtualinherited

set the id (inherited from Named but forbidden for vehicles)

Reimplemented from Named.

Definition at line 169 of file MSBaseVehicle.cpp.

◆ setIdling()

void MSVehicle::setIdling ( bool  amIdling)
inlineinherited

access function for Idling flag used to record whether vehicle is waiting to enter lane (after parking)

Definition at line 588 of file MSVehicle.h.

References MSVehicle::myAmIdling.

Referenced by MSVehicleTransfer::checkInsertions().

Here is the caller graph for this function:

◆ setLateralPositionOnLane()

void MSVehicle::setLateralPositionOnLane ( double  posLat)
inlineinherited

Definition at line 415 of file MSVehicle.h.

References MSVehicle::State::myPosLat, and MSVehicle::myState.

Referenced by MSLCM_LC2013::prepareStep().

Here is the caller graph for this function:

◆ setManoeuvreType()

void MSVehicle::setManoeuvreType ( const MSVehicle::ManoeuvreType  mType)
inherited

accessor function to myManoeuvre equivalent

Definition at line 6472 of file MSVehicle.cpp.

References MSVehicle::myManoeuvre, and MSVehicle::Manoeuvre::setManoeuvreType().

Referenced by MSVehicle::planMove().

Here is the caller graph for this function:

◆ setMicrosimID()

void GUIGlObject::setMicrosimID ( const std::string &  newID)
virtualinherited

◆ setPreviousSpeed()

void MSVehicle::setPreviousSpeed ( double  prevspeed)
inlineinherited

Sets the influenced previous speed.

Parameters
[in]Adouble value with the speed that overwrites the previous speed

Definition at line 474 of file MSVehicle.h.

References MAX2(), MSVehicle::State::mySpeed, and MSVehicle::myState.

Referenced by LIBSUMO_NAMESPACE::Vehicle::setPreviousSpeed().

Here is the caller graph for this function:

◆ setRemoteState()

void MSVehicle::setRemoteState ( Position  xyPos)
inherited

sets position outside the road network

Definition at line 6106 of file MSVehicle.cpp.

References MSVehicle::myCachedPosition.

Referenced by MSVehicle::Influencer::postProcessRemoteControl().

Here is the caller graph for this function:

◆ setTentativeLaneAndPosition()

void MSVehicle::setTentativeLaneAndPosition ( MSLane lane,
double  pos,
double  posLat = 0 
)
inherited

set tentative lane and position during insertion to ensure that all cfmodels work (some of them require veh->getLane() to return a valid lane) Once the vehicle is sucessfully inserted the lane is set again (see enterLaneAtInsertion)

Definition at line 5463 of file MSVehicle.cpp.

References MSVehicleType::getLength(), MSBaseVehicle::getVehicleType(), MSVehicle::State::myBackPos, MSVehicle::myLane, MSVehicle::State::myPos, MSVehicle::State::myPosLat, and MSVehicle::myState.

Referenced by MSLane::freeInsertion(), MSLane::isInsertionSuccess(), MSLane::lastInsertion(), MSVehicleTransfer::loadState(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSDevice_Bluelight::notifyMove(), and MSAbstractLaneChangeModel::primaryLaneChanged().

Here is the caller graph for this function:

◆ signalSet()

bool MSVehicle::signalSet ( int  which) const
inlineinherited

Returns whether the given signal is on.

Parameters
[in]signalThe signal to return the value of
Returns
Whether the given signal is on

Definition at line 1159 of file MSVehicle.h.

References MSVehicle::mySignals.

Referenced by MSVehicleTransfer::checkInsertions(), MSVehicle::checkRewindLinkLanes(), drawAction_drawVehicleBlinker(), drawAction_drawVehicleBlueLight(), drawAction_drawVehicleBrakeLight(), and MSVehicle::setEmergencyBlueLight().

Here is the caller graph for this function:

◆ stopsAt()

bool MSVehicle::stopsAt ( MSStoppingPlace stop) const
virtualinherited

Returns whether the vehicle stops at the given stopping place.

Implements SUMOVehicle.

Definition at line 1801 of file MSVehicle.cpp.

References MSBaseVehicle::myStops.

◆ stopsAtEdge()

bool MSVehicle::stopsAtEdge ( const MSEdge edge) const
virtualinherited

Returns whether the vehicle stops at the given edge.

Implements SUMOVehicle.

Definition at line 1817 of file MSVehicle.cpp.

References MSBaseVehicle::myStops.

◆ succEdge()

const MSEdge * MSBaseVehicle::succEdge ( int  nSuccs) const
virtualinherited

Returns the nSuccs'th successor of edge the vehicle is currently at.

If the rest of the route (counted from the current edge) has less than nSuccs edges, 0 is returned.

Parameters
[in]nSuccsThe number of edge to look forward
Returns
The nSuccs'th following edge in the vehicle's route

Implements SUMOVehicle.

Definition at line 201 of file MSBaseVehicle.cpp.

References MSRoute::begin(), MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.

Referenced by MSVehicleTransfer::add(), MSLane::appropriate(), MSVehicleTransfer::checkInsertions(), MESegment::getLink(), MSBaseVehicle::hasArrived(), MESegment::hasSpaceFor(), MSPedestrianPushButton::isActiveForEdge(), and MELoop::nextSegment().

Here is the caller graph for this function:

◆ switchOffSignal()

void MSVehicle::switchOffSignal ( int  signal)
inlineinherited

Switches the given signal off.

Parameters
[in]signalThe signal to mark as being switched off

Definition at line 1142 of file MSVehicle.h.

References MSVehicle::mySignals.

Referenced by MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSVehicle::setBlinkerInformation(), MSVehicle::setBrakingSignals(), MSVehicle::setEmergencyBlueLight(), LIBSUMO_NAMESPACE::Vehicle::setSignals(), and MSAbstractLaneChangeModel::startLaneChangeManeuver().

Here is the caller graph for this function:

◆ switchOnSignal()

void MSVehicle::switchOnSignal ( int  signal)
inlineinherited

Switches the given signal on.

Parameters
[in]signalThe signal to mark as being switched on

Definition at line 1134 of file MSVehicle.h.

References MSVehicle::mySignals.

Referenced by MSVehicleTransfer::checkInsertions(), MSVehicle::setBlinkerInformation(), MSVehicle::setBrakingSignals(), MSVehicle::setEmergencyBlueLight(), LIBSUMO_NAMESPACE::Vehicle::setSignals(), and MSAbstractLaneChangeModel::startLaneChangeManeuver().

Here is the caller graph for this function:

◆ unsafeLinkAhead()

bool MSVehicle::unsafeLinkAhead ( const MSLane lane) const
inherited

whether the vehicle may safely move to the given lane with regard to upcoming links

Definition at line 5663 of file MSVehicle.cpp.

References MSCFModel::brakeGap(), MSVehicle::getBestLanesContinuation(), MSVehicle::getCarFollowModel(), MSLane::getEdge(), MSBaseVehicle::getLength(), MSLane::getLength(), MSVehicle::getPositionOnLane(), MSVehicle::getSpeed(), MSBaseVehicle::getVehicleType(), MSEdge::isInternal(), MSLane::isLinkEnd(), LINKSTATE_ZIPPER, MSVehicle::myLane, MSVehicle::myLFLinkLanes, MSLane::succLinkSec(), and MSLink::ZIPPER_ADAPT_DIST.

Referenced by MSLaneChanger::checkChange().

Here is the caller graph for this function:

◆ updateActionOffset()

void MSVehicle::updateActionOffset ( const SUMOTime  oldActionStepLength,
const SUMOTime  newActionStepLength 
)
inherited

Process an updated action step length value (only affects the vehicle's action offset, The actionStepLength is stored in the (singular) vtype)

Parameters
[in]oldActionStepLengthThe action step length previous to the update
[in]actionStepLengthThe new action step length (stored in the vehicle's vtype).
Note
The current action step length is updated. This implies an immediate action point, if the new step length is smaller than the length of the currently running action interval (the difference between now and the last action time).

Definition at line 1849 of file MSVehicle.cpp.

References MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSVehicle::myLastActionTime, and MSVehicle::resetActionOffset().

Referenced by MSVehicleType::setActionStepLength(), and MSVehicle::setActionStepLength().

Here is the caller graph for this function:

◆ updateBestLanes()

void MSVehicle::updateBestLanes ( bool  forceRebuild = false,
const MSLane startLane = 0 
)
inherited

computes the best lanes to use in order to continue the route

The information is rebuilt if the vehicle is on a different edge than the one stored in "myLastBestLanesEdge" or "forceRebuild" is true.

Otherwise, only the density changes on the stored lanes are adapted to the container only.

A rebuild must be done if the vehicle leaves a stop; then, another lane may become the best one.

If no starting lane ("startLane") is given, the vehicle's current lane ("myLane") is used as start of best lanes building.

Parameters
[in]forceRebuildWhether the best lanes container shall be rebuilt even if the vehicle's edge has not changed
[in]startLaneThe lane the process shall start at ("myLane" will be used if ==0)

Definition at line 4717 of file MSVehicle.cpp.

References MSEdge::allowedLanes(), MSVehicle::LaneQ::allowsContinuation, MSLane::allowsVehicleClass(), SUMOVehicleParameter::arrivalLaneProcedure, MSVehicle::LaneQ::bestContinuations, MSVehicle::LaneQ::bestLaneOffset, MSCFModel::brakeGap(), MSVehicle::LaneQ::currentLength, DEBUG_COND, MSStop::edge, MSRoute::end(), MSVehicle::getBestLanesContinuation(), MSVehicle::getCarFollowModel(), MSBaseVehicle::getDevice(), MSLane::getEdge(), Named::getID(), Named::getIDSecure(), MSNet::getInstance(), MSEdge::getLanes(), MSLane::getLength(), MSLane::getLinkCont(), MSLane::getLogicalPredecessorLane(), MSBaseVehicle::getMaxSpeed(), MSVehicleType::getMinGap(), MSLane::getNextNormal(), MSLane::getNormalPredecessorLane(), MSLane::getOpposite(), MSNet::getStoppingPlaceID(), MSBaseVehicle::getVClass(), MSVehicleType::getVehicleClass(), MSBaseVehicle::getVehicleType(), GIVEN, MSEdge::isInternal(), MSLane::isInternal(), MSAbstractLaneChangeModel::isOpposite(), isRailway(), MSStop::lane, MSVehicle::LaneQ::lane, MSVehicle::LaneQ::length, MAX2(), MIN2(), MSBaseVehicle::myArrivalLane, MSBaseVehicle::myArrivalPos, MSVehicle::myBestLanes, MSBaseVehicle::myCurrEdge, MSVehicle::myCurrentLaneInBestLanes, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myLastBestLanesEdge, MSVehicle::myLastBestLanesInternalLane, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSBaseVehicle::myType, MSVehicle::nextLinkPriority(), MSVehicle::LaneQ::nextOccupation, MSVehicle::LaneQ::occupation, MSStop::pars, SIMTIME, SUMOVehicleParameter::Stop::speed, SUMOVehicleParameter::Stop::startPos, SUMO_TAG_OVERHEAD_WIRE_SEGMENT, toString(), and MSVehicle::updateOccupancyAndCurrentBestLane().

Referenced by MSVehicle::addTraciStop(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::executeMove(), MSLane::forceVehicleInsertion(), MSEdge::getDepartLane(), MSLane::isInsertionSuccess(), MSLane::lastInsertion(), MSLane::loadState(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::replaceRoute(), MSVehicle::resumeFromStopping(), and LIBSUMO_NAMESPACE::Vehicle::updateBestLanes().

Here is the caller graph for this function:

◆ updateDriveItems()

void MSVehicle::updateDriveItems ( )
inherited

Check whether the drive items (myLFLinkLanes) are up to date, and update them if required.

Note
This is the case if a lane change was completed. Only the links corresponding to the drive items are updated to the corresponding parallel links.

Definition at line 3172 of file MSVehicle.cpp.

References DEBUG_COND, MSVehicle::getBestLanesContinuation(), Named::getID(), MSVehicle::getLane(), MSLink::getLaneBefore(), MSLane::getLinkCont(), MSLink::getParallelLink(), MSLink::getViaLaneOrLane(), MSLane::isInternal(), MSVehicle::myLane, MSVehicle::myLFLinkLanes, MSVehicle::myNextDriveItem, MSLink::removeApproaching(), MSLink::setApproaching(), and SIMTIME.

Referenced by MSAbstractLaneChangeModel::primaryLaneChanged().

Here is the caller graph for this function:

◆ updateFurtherLanes()

double MSVehicle::updateFurtherLanes ( std::vector< MSLane * > &  furtherLanes,
std::vector< double > &  furtherLanesPosLat,
const std::vector< MSLane * > &  passedLanes 
)
inherited

update a vector of further lanes and return the new backPos

Definition at line 3975 of file MSVehicle.cpp.

References DEBUG_COND, Named::getID(), MSBaseVehicle::getLength(), MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::State::myPos, MSVehicle::State::myPosLat, MSVehicle::myState, SIMTIME, and toString().

Referenced by MSVehicle::executeMove(), and MSAbstractLaneChangeModel::updateShadowLane().

Here is the caller graph for this function:

◆ updateOccupancyAndCurrentBestLane()

void MSVehicle::updateOccupancyAndCurrentBestLane ( const MSLane startLane)
protectedinherited

updates LaneQ::nextOccupation and myCurrentLaneInBestLanes

Definition at line 5084 of file MSVehicle.cpp.

References DEBUG_COND, MSVehicle::myBestLanes, and MSVehicle::myCurrentLaneInBestLanes.

Referenced by MSVehicle::updateBestLanes().

Here is the caller graph for this function:

◆ updateParkingState()

void MSVehicle::updateParkingState ( )
inherited

update state while parking

Definition at line 3960 of file MSVehicle.cpp.

References MSVehicle::updateState().

Referenced by MSVehicleTransfer::checkInsertions().

Here is the caller graph for this function:

◆ updateState()

void MSVehicle::updateState ( double  vNext)
protectedinherited

updates the vehicles state, given a next value for its speed. This value can be negative in case of the ballistic update to indicate a stop within the next timestep. (You can call this a 'hack' to emulate reasoning based on accelerations: The assumed constant acceleration a within the next time step is then a = (vNext - vCurrent)/TS )

Parameters
[in]vNextspeed in the next time step

Definition at line 3899 of file MSVehicle.cpp.

References DEBUG_COND, MSGlobals::gEmergencyDecelWarningThreshold, MSVehicle::getCarFollowModel(), MSVehicle::getDeltaPos(), Named::getID(), MSNet::getInstance(), MSCFModel::getMaxDecel(), MSLane::getOpposite(), MSLane::getOppositePos(), MSGlobals::gSemiImplicitEulerUpdate, MSVehicle::Influencer::implicitDeltaPosRemote(), Position::INVALID, MSAbstractLaneChangeModel::isOpposite(), MSVehicle::Influencer::isRemoteControlled(), MAX2(), MSVehicle::myAcceleration, MSVehicle::myCachedPosition, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myLastCoveredDist, MSVehicle::myNextTurn, MSVehicle::State::myPos, MSVehicle::State::myPreviousSpeed, MSVehicle::State::mySpeed, MSVehicle::myState, SIMTIME, SPEED2ACCEL, SPEED2DIST, time2string(), toString(), and WRITE_WARNING.

Referenced by MSVehicle::executeMove(), and MSVehicle::updateParkingState().

Here is the caller graph for this function:

◆ updateTimeLoss()

void MSVehicle::updateTimeLoss ( double  vNext)
protectedinherited

Updates the vehicle's time loss.

Definition at line 3365 of file MSVehicle.cpp.

References MSLane::getVehicleMaxSpeed(), MSBaseVehicle::isStopped(), MSVehicle::myLane, MSVehicle::myTimeLoss, and TS.

Referenced by MSVehicle::executeMove().

Here is the caller graph for this function:

◆ updateWaitingTime()

void MSVehicle::updateWaitingTime ( double  vNext)
protectedinherited

Updates the vehicle's waiting time counters (accumulated and consecutive)

Definition at line 3353 of file MSVehicle.cpp.

References DELTA_T, MSVehicle::isIdling(), MSBaseVehicle::isStopped(), MSVehicle::myWaitingTime, MSVehicle::myWaitingTimeCollector, MSVehicle::WaitingTimeCollector::passTime(), and SUMO_const_haltingSpeed.

Referenced by MSVehicle::executeMove(), MSVehicle::Influencer::postProcessRemoteControl(), and MSVehicle::workOnIdleReminders().

Here is the caller graph for this function:

◆ validatePosition()

Position MSVehicle::validatePosition ( Position  result,
double  offset = 0 
) const
protectedinherited

ensure that a vehicle-relative position is not invalid

Definition at line 1221 of file MSVehicle.cpp.

References MSLane::geometryPositionAtOffset(), MSVehicle::getLateralPositionOnLane(), MSLane::getLength(), MSVehicle::getPositionOnLane(), Position::INVALID, and MSVehicle::myFurtherLanes.

Referenced by MSVehicle::getPosition().

Here is the caller graph for this function:

◆ wasRemoteControlled()

bool MSVehicle::wasRemoteControlled ( SUMOTime  lookBack = DELTA_T) const
virtualinherited

Returns the information whether the vehicle is fully controlled via TraCI within the lookBack time.

Reimplemented from MSBaseVehicle.

Definition at line 6118 of file MSVehicle.cpp.

References MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSVehicle::Influencer::getLastAccessTimeStep(), and MSVehicle::myInfluencer.

◆ willStop()

bool MSVehicle::willStop ( ) const
inherited

Returns whether the vehicle will stop on the current edge.

Definition at line 1437 of file MSVehicle.cpp.

References MSLane::getEdge(), MSBaseVehicle::isStopped(), MSVehicle::myLane, and MSBaseVehicle::myStops.

Referenced by MSLink::getLeaderInfo().

Here is the caller graph for this function:

◆ workOnIdleReminders()

void MSVehicle::workOnIdleReminders ( )
inherited

cycle through vehicle devices invoking notifyIdle

This is only implemented on the emissions device implemented to allow capture of emissions when vehicle is not on net.

Definition at line 1072 of file MSVehicle.cpp.

References MSVehicle::getLane(), MSBaseVehicle::myMoveReminders, and MSVehicle::updateWaitingTime().

Referenced by MSVehicleTransfer::checkInsertions().

Here is the caller graph for this function:

◆ workOnMoveReminders()

void MSVehicle::workOnMoveReminders ( double  oldPos,
double  newPos,
double  newSpeed 
)
inherited

Processes active move reminder.

This method goes through all active move reminder, both those for the current lane, stored in "myMoveReminders" and those of prior lanes stored in "myOldLaneMoveReminders" calling "MSMoveReminder::notifyMove".

When processing move reminder from "myOldLaneMoveReminders", the offsets (prior lane lengths) are used, which are stored in "myOldLaneMoveReminderOffsets".

Each move reminder which is no longer active is removed from the container.

Parameters
[in]oldPosThe position the vehicle had before it has moved
[in]newPosThe position the vehicle has after it has moved
[in]newSpeedThe vehicle's speed within this move
See also
MSMoveReminder

Definition at line 1045 of file MSVehicle.cpp.

References MAX2(), and MSBaseVehicle::myMoveReminders.

Referenced by MSVehicle::executeFractionalMove(), and MSVehicle::executeMove().

Here is the caller graph for this function:

Field Documentation

◆ GUIGlObjectTypeNamesInitializer

StringBijection< GUIGlObjectType >::Entry GUIGlObject::GUIGlObjectTypeNamesInitializer
staticprivateinherited

LinkStates (Currently unused)

vector for TypeNames Initializer

Definition at line 275 of file GUIGlObject.h.

◆ INVALID_ID

◆ myAcceleration

double MSVehicle::myAcceleration
protectedinherited

◆ myActionStep

bool MSVehicle::myActionStep
protectedinherited

The flag myActionStep indicates whether the current time step is an action point for the vehicle.

Definition at line 1826 of file MSVehicle.h.

Referenced by MSVehicle::checkActionStep(), MSVehicle::executeMove(), and MSVehicle::isActive().

◆ myAdditionalVisualizations

std::map<GUISUMOAbstractView*, int> GUIBaseVehicle::myAdditionalVisualizations
inherited

◆ myAmIdling

bool MSVehicle::myAmIdling
protectedinherited

Whether the vehicle is trying to enter the network (eg after parking so engine is running)

Definition at line 1874 of file MSVehicle.h.

Referenced by MSVehicle::isIdling(), and MSVehicle::setIdling().

◆ myAmOnNet

bool MSVehicle::myAmOnNet
protectedinherited

Whether the vehicle is on the network (not parking, teleported, vaporized, or arrived)

Definition at line 1871 of file MSVehicle.h.

Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::isOnRoad(), and MSVehicle::leaveLane().

◆ myAmRegisteredAsWaitingForContainer

bool MSVehicle::myAmRegisteredAsWaitingForContainer
protectedinherited

Whether this vehicle is registered as waiting for a container (for deadlock-recognition)

Definition at line 1880 of file MSVehicle.h.

Referenced by MSVehicle::boardTransportables(), MSVehicle::processNextStop(), and MSVehicle::resumeFromStopping().

◆ myAmRegisteredAsWaitingForPerson

bool MSVehicle::myAmRegisteredAsWaitingForPerson
protectedinherited

Whether this vehicle is registered as waiting for a person (for deadlock-recognition)

Definition at line 1877 of file MSVehicle.h.

Referenced by MSVehicle::boardTransportables(), MSVehicle::processNextStop(), and MSVehicle::resumeFromStopping().

◆ myAngle

double MSVehicle::myAngle
protectedinherited

◆ myArrivalLane

int MSBaseVehicle::myArrivalLane
protectedinherited

The destination lane where the vehicle stops.

Definition at line 838 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::calculateArrivalParams(), and MSVehicle::updateBestLanes().

◆ myArrivalPos

◆ myBestLanes

◆ myCachedPosition

◆ myCFVariables

MSCFModel::VehicleVariables* MSVehicle::myCFVariables
privateinherited

The per vehicle variables of the car following model.

Definition at line 2057 of file MSVehicle.h.

Referenced by MSVehicle::getCarFollowVariables(), and MSVehicle::MSVehicle().

◆ myChosenSpeedFactor

double MSBaseVehicle::myChosenSpeedFactor
protectedinherited

A precomputed factor by which the driver wants to be faster than the speed limit.

Definition at line 796 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::getChosenSpeedFactor(), MSBaseVehicle::saveState(), and MSBaseVehicle::setChosenSpeedFactor().

◆ myCollisionImmunity

SUMOTime MSVehicle::myCollisionImmunity
protectedinherited

amount of time for which the vehicle is immune from collisions

Definition at line 1891 of file MSVehicle.h.

Referenced by MSVehicle::collisionStopTime(), MSVehicle::executeMove(), MSVehicle::ignoreCollision(), MSVehicle::processNextStop(), and MSVehicle::resumeFromStopping().

◆ myContainerDevice

◆ myContainerPositions

Seats GUIBaseVehicle::myContainerPositions
mutableprotectedinherited

◆ myCurrEdge

◆ myCurrentLaneInBestLanes

std::vector<LaneQ>::iterator MSVehicle::myCurrentLaneInBestLanes
protectedinherited

◆ myCurrentNumericalIndex

SUMOVehicle::NumericalID MSBaseVehicle::myCurrentNumericalIndex = 0
staticprivateinherited

Definition at line 868 of file MSBaseVehicle.h.

◆ myDepartPos

double MSBaseVehicle::myDepartPos
protectedinherited

◆ myDeparture

◆ myDevices

◆ myDriverState

MSDevice_DriverState* MSVehicle::myDriverState
protectedinherited

This vehicle's driver state.

See also
MSDriverState

Definition at line 1823 of file MSVehicle.h.

Referenced by MSVehicle::getDriverState(), MSVehicle::hasDriverState(), MSVehicle::initDevices(), and MSVehicle::planMove().

◆ myEdgeWeights

MSEdgeWeightsStorage* MSBaseVehicle::myEdgeWeights
mutableprivateinherited

◆ myEmptyLaneVector

std::vector< MSLane * > MSVehicle::myEmptyLaneVector
staticprotectedinherited

Definition at line 1853 of file MSVehicle.h.

Referenced by MSVehicle::getBestLanesContinuation().

◆ myEmptyTransportableVector

std::vector< MSTransportable * > MSBaseVehicle::myEmptyTransportableVector
staticprotectedinherited

Definition at line 857 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::getContainers(), and MSBaseVehicle::getPersons().

◆ myFullName

std::string GUIGlObject::myFullName
privateinherited

full name of GL Object

Definition at line 258 of file GUIGlObject.h.

Referenced by GUIGlObject::getFullName(), GUIGlObject::GUIGlObject(), and GUIGlObject::setMicrosimID().

◆ myFurtherLanes

◆ myFurtherLanesPosLat

◆ myGlID

GUIGlID GUIGlObject::myGlID
privateinherited

The numerical id of the object.

Definition at line 249 of file GUIGlObject.h.

Referenced by GUIGlObject::getGlID(), GUIGlObject::GUIGlObject(), and GUIGlObject::setMicrosimID().

◆ myGLObjectType

const GUIGlObjectType GUIGlObject::myGLObjectType
privateinherited

The type of the object.

Definition at line 252 of file GUIGlObject.h.

Referenced by GUIGlObject::createFullName(), GUIGlObject::getType(), and GUIGlObject::GUIGlObject().

◆ myHaveToWaitOnNextLink

bool MSVehicle::myHaveToWaitOnNextLink
protectedinherited

◆ myID

◆ myInfluencer

◆ myJunctionConflictEntryTime

SUMOTime MSVehicle::myJunctionConflictEntryTime
protectedinherited

◆ myJunctionEntryTime

SUMOTime MSVehicle::myJunctionEntryTime
protectedinherited

time at which the current junction was entered

Definition at line 1896 of file MSVehicle.h.

Referenced by MSVehicle::checkLinkLeader(), MSVehicle::isLeader(), MSVehicle::processLaneAdvances(), and MSVehicle::processLinkApproaches().

◆ myJunctionEntryTimeNeverYield

SUMOTime MSVehicle::myJunctionEntryTimeNeverYield
protectedinherited

◆ myLane

MSLane* MSVehicle::myLane
protectedinherited

The lane the vehicle is on.

Definition at line 1834 of file MSVehicle.h.

Referenced by MSVehicle::adaptLaneEntering2MoveReminder(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaders(), MSVehicle::addTraciStop(), MSVehicle::boardTransportables(), MSVehicle::checkLinkLeader(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSVehicle::computeAngle(), MSVehicle::congested(), drawAction_drawCarriageClass(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::estimateTimeToNextStop(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSVehicle::getBackLane(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getCenterOnEdge(), MSVehicle::getDistanceToPosition(), MSVehicle::getFollower(), MSVehicle::getLane(), getLaneID(), MSVehicle::getLaneIndex(), MSVehicle::getLanePosAfterDist(), MSVehicle::getLateralOverlap(), MSVehicle::getLatOffset(), MSVehicle::getLeader(), getLeftSublaneOnEdge(), MSVehicle::getMaxSpeedOnLane(), MSVehicle::getMutableLane(), MSVehicle::getPastLanesUntil(), MSVehicle::getPosition(), MSVehicle::getPositionAlongBestLanes(), getPreviousLane(), MSVehicle::getRerouteOrigin(), MSVehicle::getRightSideOnLane(), getRightSublaneOnEdge(), MSVehicle::getSlope(), MSVehicle::getUpcomingLanesUntil(), MSVehicle::influenceChangeDecision(), MSVehicle::isFrontOnLane(), MSVehicle::isLeader(), MSVehicle::isStoppedOnLane(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::lateralDistanceToLane(), MSVehicle::leaveLane(), MSVehicle::passingMinor(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::resumeFromStopping(), selectBlockingFoes(), MSVehicle::setAngle(), MSVehicle::setBlinkerInformation(), MSVehicle::setTentativeLaneAndPosition(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), MSVehicle::updateDriveItems(), MSVehicle::updateState(), MSVehicle::updateTimeLoss(), and MSVehicle::willStop().

◆ myLaneChangeModel

◆ myLastActionTime

SUMOTime MSVehicle::myLastActionTime
protectedinherited

Action offset (actions are taken at time myActionOffset + N*getActionStepLength()) Initialized to 0, to be set at insertion.

Definition at line 1829 of file MSVehicle.h.

Referenced by MSVehicle::checkActionStep(), MSVehicle::enterLaneAtInsertion(), MSVehicle::getLastActionTime(), MSVehicle::isActionStep(), MSVehicle::loadState(), MSVehicle::resetActionOffset(), MSVehicle::saveState(), and MSVehicle::updateActionOffset().

◆ myLastBestLanesEdge

const MSEdge* MSVehicle::myLastBestLanesEdge
protectedinherited

◆ myLastBestLanesInternalLane

const MSLane* MSVehicle::myLastBestLanesInternalLane
protectedinherited

Definition at line 1839 of file MSVehicle.h.

Referenced by MSVehicle::replaceRoute(), and MSVehicle::updateBestLanes().

◆ myLFLinkLanes

◆ myLFLinkLanesPrev

DriveItemVector MSVehicle::myLFLinkLanesPrev
protectedinherited

planned speeds from the previous step for un-registering from junctions after the new container is filled

Definition at line 1965 of file MSVehicle.h.

Referenced by MSVehicle::planMove(), and MSVehicle::setApproachingForAllLinks().

◆ myLock

FXMutex GUIBaseVehicle::myLock
mutableprotectedinherited

The mutex used to avoid concurrent updates of the vehicle buffer.

Definition at line 361 of file GUIBaseVehicle.h.

Referenced by drawBestLanes(), and GUIBaseVehicle::~GUIBaseVehicle().

◆ myManoeuvre

◆ myMicrosimID

std::string GUIGlObject::myMicrosimID
privateinherited

ID of GL object.

Definition at line 255 of file GUIGlObject.h.

Referenced by GUIGlObject::getMicrosimID(), and GUIGlObject::setMicrosimID().

◆ myMoveReminders

◆ myNextDriveItem

DriveItemVector::iterator MSVehicle::myNextDriveItem
protectedinherited

iterator pointing to the next item in myLFLinkLanes

Note
This is updated whenever the vehicle advances to a subsequent lane (see processLaneAdvances()) and used for inter-actionpoint actualization of myLFLinkLanes (i.e. deletion of passed items) in planMove().

Definition at line 1972 of file MSVehicle.h.

Referenced by MSVehicle::MSVehicle(), MSVehicle::planMove(), MSVehicle::processLaneAdvances(), MSVehicle::removePassedDriveItems(), and MSVehicle::updateDriveItems().

◆ myNextTurn

std::pair<double, LinkDirection> MSVehicle::myNextTurn
protectedinherited

the upcoming turn for the vehicle

Todo:
calculate during plan move

Definition at line 1860 of file MSVehicle.h.

Referenced by MSVehicle::getNextTurn(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), and MSVehicle::updateState().

◆ myNumberReroutes

int MSBaseVehicle::myNumberReroutes
protectedinherited

◆ myNumericalID

const NumericalID MSBaseVehicle::myNumericalID
privateinherited

Definition at line 860 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::getNumericalID().

◆ myOdometer

double MSBaseVehicle::myOdometer
protectedinherited

A simple odometer to keep track of the length of the route already driven.

Definition at line 847 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::getOdometer(), MSVehicle::leaveLane(), MEVehicle::loadState(), MSVehicle::loadState(), MSBaseVehicle::saveState(), and MEVehicle::updateDetectors().

◆ myParameter

◆ myParamWindows

std::set<GUIParameterTableWindow*> GUIGlObject::myParamWindows
privateinherited

Parameter table windows which refer to this object.

Definition at line 261 of file GUIGlObject.h.

Referenced by GUIGlObject::addParameterTable(), GUIGlObject::removeParameterTable(), and GUIGlObject::~GUIGlObject().

◆ myPastStops

std::vector<SUMOVehicleParameter::Stop> MSBaseVehicle::myPastStops
protectedinherited

◆ myPersonDevice

◆ myPopup

GUIGLObjectPopupMenu* GUIBaseVehicle::myPopup
privateinherited

current popup (to clean up in destructor). GUIBaseVehicle is not responsible for removal

Definition at line 374 of file GUIBaseVehicle.h.

Referenced by GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::removedPopupMenu(), and GUIBaseVehicle::~GUIBaseVehicle().

◆ myRoute

◆ myRoutes

MSDevice_Vehroutes* GUIBaseVehicle::myRoutes
privateinherited

◆ myRouteValidity

int MSBaseVehicle::myRouteValidity
protectedinherited

status of the current vehicle route

Definition at line 850 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::getRouteValidity(), MSBaseVehicle::hasValidRouteStart(), and MSVehicle::hasValidRouteStart().

◆ mySeatPositions

Seats GUIBaseVehicle::mySeatPositions
mutableprotectedinherited

positions of seats in the vehicle (updated at every drawing step)

Definition at line 364 of file GUIBaseVehicle.h.

Referenced by drawAction_drawCarriageClass(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::getSeatPosition(), and GUIBaseVehicle::GUIBaseVehicle().

◆ mySignals

int MSVehicle::mySignals
protectedinherited

State of things of the vehicle that can be on or off.

Definition at line 1868 of file MSVehicle.h.

Referenced by MSVehicle::getSignals(), MSVehicle::setBlinkerInformation(), MSVehicle::signalSet(), MSVehicle::switchOffSignal(), and MSVehicle::switchOnSignal().

◆ myState

State MSVehicle::myState
protectedinherited

This Vehicles driving state (pos and speed)

Definition at line 1820 of file MSVehicle.h.

Referenced by MSVehicle::adaptToLeaders(), MSLaneChangerSublane::checkChangeToNewLane(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSVehicle::computeAngle(), MSVehicle::congested(), MSLaneChanger::continueChange(), drawAction_drawCarriageClass(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSVehicle::fixPosition(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getCenterOnEdge(), MSVehicle::getDeltaPos(), MSVehicle::getLastStepDist(), MSVehicle::getLateralPositionOnLane(), MSVehicle::getLatOffset(), MSVehicle::getPosition(), MSVehicle::getPositionAlongBestLanes(), MSVehicle::getPositionOnLane(), MSVehicle::getPreviousSpeed(), MSVehicle::getRerouteOrigin(), MSVehicle::getRightSideOnLane(), MSVehicle::getSpeed(), MSVehicle::getSpeedWithoutTraciInfluence(), MSVehicle::getVelocityVector(), MSVehicle::handleCollisionStop(), MSVehicle::hasArrived(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), MSVehicle::leaveLane(), MSVehicle::loadState(), MSVehicle::overlap(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::processTraCISpeedControl(), MSVehicle::saveState(), MSVehicle::setLateralPositionOnLane(), MSVehicle::setPreviousSpeed(), MSVehicle::setTentativeLaneAndPosition(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::updateFurtherLanes(), and MSVehicle::updateState().

◆ myStopDist

double MSVehicle::myStopDist
protectedinherited

◆ myStops

std::list<MSStop> MSBaseVehicle::myStops
protectedinherited

The vehicle's list of stops.

Definition at line 799 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::addStop(), MSVehicle::addTraciStop(), MSVehicle::addTransportable(), MSBaseVehicle::basePos(), MSVehicle::checkReversal(), MEVehicle::checkStop(), MSVehicle::collisionStopTime(), MSVehicle::computeAngle(), drawRouteHelper(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSVehicle::estimateTimeToNextStop(), MSVehicle::getCurrentParkingArea(), MEVehicle::getCurrentStoppingTimeSeconds(), MSVehicle::getNextParkingArea(), MSVehicle::getNextStop(), MSVehicle::getNextStopParameter(), MSVehicle::getPosition(), MSVehicle::getStopArrivalDelay(), MSVehicle::getStopDelay(), MSBaseVehicle::getStopEdges(), MSBaseVehicle::getStopIndices(), getStopInfo(), MSBaseVehicle::getStops(), MSVehicle::hasArrived(), MSBaseVehicle::hasStops(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::isParking(), MSBaseVehicle::isStopped(), MSBaseVehicle::isStoppedInRange(), MSVehicle::isStoppedOnLane(), MSBaseVehicle::isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), MSVehicle::leaveLane(), MSVehicle::loadState(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), MEVehicle::processStop(), MSVehicle::remainingStopDuration(), MSVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSVehicle::replaceStop(), rerouteDRTStop(), MSVehicle::resumeFromStopping(), MEVehicle::saveState(), MSVehicle::saveState(), MSVehicle::setBlinkerInformation(), MSVehicle::stopsAt(), MSVehicle::stopsAtEdge(), MSVehicle::updateBestLanes(), and MSVehicle::willStop().

◆ myStopUntilOffset

SUMOTime MSBaseVehicle::myStopUntilOffset
protectedinherited

The offset when adding route stops with 'until' on route replacement.

Definition at line 844 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::replaceRoute().

◆ myTimeLoss

double MSVehicle::myTimeLoss
protectedinherited

the time loss in seconds due to driving with less than maximum speed

Definition at line 1817 of file MSVehicle.h.

Referenced by MSVehicle::getTimeLoss(), MSVehicle::getTimeLossSeconds(), MSVehicle::loadState(), MSVehicle::saveState(), and MSVehicle::updateTimeLoss().

◆ myType

MSVehicleType* MSBaseVehicle::myType
protectedinherited

◆ myVehicle

◆ myWaitingTime

SUMOTime MSVehicle::myWaitingTime
protectedinherited

◆ myWaitingTimeCollector

WaitingTimeCollector MSVehicle::myWaitingTimeCollector
protectedinherited

◆ NOT_YET_DEPARTED

const SUMOTime MSBaseVehicle::NOT_YET_DEPARTED = SUMOTime_MAX
staticprotectedinherited

◆ TypeNames

StringBijection< GUIGlObjectType > GUIGlObject::TypeNames
staticinherited

associates object types with strings

Definition at line 66 of file GUIGlObject.h.

Referenced by GUIGlObject::createFullName(), and GNESelectorFrame::SelectionOperation::onCmdSave().


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