Eclipse SUMO - Simulation of Urban MObility
GUIMEVehicle Class Reference

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

#include <GUIMEVehicle.h>

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

Public Types

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

virtual void activateReminders (const MSMoveReminder::Notification reason, const MSLane *enteredLane=0)
 "Activates" all current move reminder More...
 
void addReminder (MSMoveReminder *rem)
 Adds a MoveReminder dynamically. More...
 
void addTo (const StoringVisitor &cont) const
 Adds this object to the given container. More...
 
void addToOdometer (double value)
 Manipulate the odometer. More...
 
virtual void addTransportable (MSTransportable *transportable)
 Adds a person or container to this vehicle. More...
 
bool allowsBoarding (const 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_drawCarriageClass (const GUIVisualizationSettings &s, bool asImage) const
 draws the given guiShape with distinct carriages/modules More...
 
virtual void drawAction_drawLinkItems (const GUIVisualizationSettings &) const
 
virtual void drawAction_drawPersonsAndContainers (const GUIVisualizationSettings &s) const
 
virtual void drawAction_drawVehicleBlinker (double) const
 
virtual void drawAction_drawVehicleBlueLight () const
 
virtual void drawAction_drawVehicleBrakeLight (double length, bool onlyOne=false) const
 
virtual 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, bool forceShow=false) const
 draw name of item More...
 
void drawRouteHelper (const GUIVisualizationSettings &s, ConstMSRoutePtr r, bool future, bool noLoop, const RGBColor &col) const
 Draws the route. More...
 
double estimateLeaveSpeed (const MSLink *link) const
 Returns the vehicle's estimated speed after driving accross the link. More...
 
virtual double getAcceleration () const
 Returns the vehicle's acceleration. More...
 
double getAngle () const
 Return current angle. More...
 
virtual int getArrivalLane () const
 
virtual double getArrivalPos () const
 Returns this vehicle's desired arrivalPos for its current route (may change on reroute) More...
 
double getAverageSpeed () const
 Returns the vehicle's estimated average speed on the segment assuming no further delays. More...
 
double getBackPositionOnLane (const MSLane *lane) const
 Get the vehicle's position relative to the given lane. More...
 
virtual Boundary getCenteringBoundary () const
 Returns the boundary to which the view shall be centered in order to show the object. 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...
 
double getConservativeSpeed (SUMOTime &earliestArrival) const
 Returns the vehicle's estimated speed taking into account delays. More...
 
int getContainerNumber () const
 Returns the number of containers. More...
 
const std::vector< MSTransportable * > & getContainers () const
 retrieve riding containers More...
 
virtual const MSEdgegetCurrentEdge () const
 Returns the edge the vehicle is currently at (possibly an internal edge) 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...
 
MSDevicegetDevice (const std::type_info &type) const
 Returns a device of the given type if it exists, nullptr otherwise. 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...
 
const MSEdgegetEdge () const
 Returns the edge the vehicle is currently at. More...
 
std::string getEdgeID () const
 
double getExaggeration (const GUIVisualizationSettings &s) const
 return exaggeration associated with this GLObject More...
 
const std::string & getID () const
 Returns the id. More...
 
double getImpatience () const
 Returns this vehicles impatience. More...
 
const MSLanegetLane () const
 Returns the lane the vehicle is on. More...
 
double getLastLaneChangeOffset () const
 Returns the time since the last lane change in seconds. More...
 
virtual double getLateralPositionOnLane () const
 Get the vehicle's lateral position on the lane. More...
 
int getLeavingPersonNumber () const
 Returns the number of leaving persons. More...
 
double getLength () const
 Returns the vehicle's length. More...
 
double getMaxSpeed () const
 Returns the maximum speed (the minimum of desired and technical maximum speed) More...
 
double getNaviDegree () const
 return the current angle in navigational degrees More...
 
virtual const MSEdgegetNextEdgePtr () const
 returns the next edge (possibly an internal edge) 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...
 
double getPositionOnLane () const
 Get the vehicle's position along the lane. More...
 
std::string getPrefixedParameter (const std::string &key, std::string &error) const
 retrieve parameters of devices, models and the vehicle itself More...
 
double getPreviousSpeed () const
 Returns the vehicle's previous speed. More...
 
virtual const MSEdgegetRerouteDestination () const
 Returns the end point for reroutes (usually the last edge of the route) More...
 
virtual ConstMSEdgeVector::const_iterator getRerouteOrigin () const
 Returns the starting point for reroutes (usually the current edge) More...
 
const MSRoutegetRoute () const
 Returns the current route. More...
 
int getRoutePosition () const
 return index of edge within route More...
 
ConstMSRoutePtr getRoutePtr () const
 Returns the current route. More...
 
int getRouteValidity (bool update=true, bool silent=false, std::string *msgReturn=nullptr)
 check for route validity at first insertion attempt More...
 
double getScaleValue (const GUIVisualizationSettings &s, int activeScheme) const
 gets the size multiplier value according to the current scheme index More...
 
int getSegmentIndex () const
 
MSVehicleTypegetSingularType ()
 Replaces the current vehicle type with a new one used by this vehicle only. More...
 
double getSlope () const
 Returns the slope of the road at vehicle's position in degrees. More...
 
double getSpeed () const
 Returns the vehicle's estimated speed assuming no delays. More...
 
virtual double getStopArrivalDelay () const
 Returns the estimated public transport stop arrival delay in seconds. More...
 
virtual double getStopDelay () const
 Returns the estimated public transport stop (departure) delay in seconds. More...
 
std::string getStopInfo () const
 retrieve information about the current stop state More...
 
virtual double getTimeLossSeconds () const
 Returns the time loss in seconds. More...
 
GUIParameterTableWindowgetTypeParameterWindow (GUIMainWindow &app, GUISUMOAbstractView &parent)
 Returns an own type parameter window. More...
 
const std::set< SUMOTrafficObject::NumericalIDgetUpcomingEdgeIDs () const
 returns the numerical ids of edges to travel More...
 
SUMOVehicleClass getVClass () const
 Returns the vehicle's access class. More...
 
const MSBaseVehiclegetVehicle ()
 
const MSVehicleTypegetVehicleType () const
 Returns the vehicle's type definition. More...
 
double getVisualAngle (bool) const
 Returns the vehicle's direction in radians taking into account secondary shape. More...
 
Position getVisualPosition (bool, const double offset=0) const
 Return current position taking into account secondary shape. More...
 
double getWaitingSeconds () const
 Returns the number of seconds waited (speed was lesser than 0.1m/s) More...
 
double getWidth () const
 Returns the vehicle's width. More...
 
 GUIMEVehicle (SUMOVehicleParameter *pars, ConstMSRoutePtr route, MSVehicleType *type, const double speedFactor)
 Constructor. More...
 
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 name More...
 
bool hasJump (const MSRouteIterator &it) const
 check wether the vehicle has jump at the given part of its route More...
 
bool hasValidRoute (std::string &msg, ConstMSRoutePtr route=0) const
 Validates the current or given route. More...
 
virtual bool hasValidRouteStart (std::string &msg)
 checks wether the vehicle can depart on the first edge More...
 
bool ignoreTransientPermissions () const
 Returns whether this object is ignoring transient permission changes (during routing) More...
 
virtual void initDevices ()
 
virtual bool isContainer () const
 Whether it is a container. More...
 
virtual bool isFrontOnLane (const MSLane *) const
 Returns the information whether the front of the vehhicle is on the given lane. 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...
 
virtual bool isRemoteControlled () const
 Returns the information whether the vehicle is fully controlled via TraCI. More...
 
bool isVehicle () const
 Whether it is a vehicle. More...
 
void onDepart ()
 Called when the vehicle is inserted into the network. More...
 
virtual void onLeftBtnPress (void *)
 notify object about left click 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, std::string *msgReturn=nullptr)
 Replaces the current route by the given edges. More...
 
virtual void replaceVehicleType (MSVehicleType *type)
 Replaces the current vehicle type by the one given. More...
 
bool reroute (SUMOTime t, const std::string &info, SUMOAbstractRouter< MSEdge, SUMOVehicle > &router, const bool onInit=false, const bool withTaz=false, const bool silent=false, const MSEdge *sink=nullptr)
 Performs a rerouting using the given router. More...
 
void resetRoutePosition (int index, DepartLaneDefinition departLaneProcedure)
 reset index of edge within route More...
 
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 setCarFollowModelParameter (const std::string &key, const std::string &value)
 set individual carFollow model parameters (not type related) 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...
 
void setID (const std::string &newID)
 set the id (inherited from Named but forbidden for vehicles) More...
 
void setJunctionModelParameter (const std::string &key, const std::string &value)
 set individual junction model paramete (not type related) 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...
 
const MSEdgesuccEdge (int nSuccs) const
 Returns the nSuccs'th successor of edge the vehicle is currently at. More...
 
virtual bool wasRemoteControlled (SUMOTime lookBack=DELTA_T) const
 Returns the information whether the vehicle is fully controlled via TraCI. More...
 
 ~GUIMEVehicle ()
 destructor More...
 
insertion/removal
void onRemovalFromNet (const MSMoveReminder::Notification reason)
 Called when the vehicle is removed from the network. More...
 
bool moveRoutePointer ()
 Update when the vehicle enters a new edge in the move step. More...
 
bool hasArrived () const
 Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge) More...
 
bool isOnRoad () const
 Returns the information whether the vehicle is on a road (is simulated) More...
 
virtual bool isIdling () const
 Returns whether the vehicle is trying to re-enter the net. More...
 
void setApproaching (MSLink *link)
 registers vehicle with the given link More...
 
SUMOTime remainingStopDuration () const
 Returns the remaining stop duration for a stopped vehicle or 0. More...
 
void processStop ()
 ends the current stop and performs loading/unloading More...
 
SUMOTime checkStop (SUMOTime time)
 Returns until when to stop at the current segment and sets the information that the stop has been reached. More...
 
bool resumeFromStopping ()
 
double getBrakeGap (bool delayed=false) const
 get distance for coming to a stop (used for rerouting checks) More...
 
void setEventTime (SUMOTime t, bool hasDelay=true)
 Sets the (planned) time at which the vehicle leaves its current segment. More...
 
SUMOTime getEventTime () const
 Returns the (planned) time at which the vehicle leaves its current segment. More...
 
virtual void setSegment (MESegment *s, int idx=0)
 Sets the current segment the vehicle is at together with its que. More...
 
MESegmentgetSegment () const
 Returns the current segment the vehicle is on. More...
 
int getQueIndex () const
 Returns the index of the que the vehicle is in. More...
 
double getRightSideOnEdge (const MSLane *) const
 Get the vehicle's lateral position on the edge of the given lane (or its current edge if lane == 0) More...
 
void setLastEntryTime (SUMOTime t)
 Sets the entry time for the current segment. More...
 
SUMOTime getLastEntryTime () const
 Returns the time the vehicle entered the current segment. More...
 
void setBlockTime (const SUMOTime t)
 Sets the time at which the vehicle was blocked. More...
 
SUMOTime getBlockTime () const
 Returns the time at which the vehicle was blocked. More...
 
SUMOTime getWaitingTime (const bool accumulated=false) const
 Returns the duration for which the vehicle was blocked. More...
 
SUMOTime getTimeLoss () const
 
double getEventTimeSeconds () const
 Returns the earliest leave time for the current segment. More...
 
double getLastEntryTimeSeconds () const
 Returns the entry time for the current segment. More...
 
double getBlockTimeSeconds () const
 Returns the time at which the vehicle was blocked on the current segment. More...
 
double getCurrentLinkPenaltySeconds () const
 Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty. More...
 
double getCurrentStoppingTimeSeconds () const
 Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty. More...
 
bool replaceRoute (ConstMSRoutePtr route, const std::string &info, bool onInit=false, int offset=0, bool addRouteStops=true, bool removeStops=true, std::string *msgReturn=nullptr)
 Replaces the current route by the given one. More...
 
bool mayProceed ()
 Returns whether the vehicle is allowed to pass the next junction, checks also for triggered stops. More...
 
void updateDetectorForWriting (MSMoveReminder *rem, SUMOTime currentTime, SUMOTime exitTime)
 Updates a single vehicle detector if present. More...
 
void updateDetectors (SUMOTime currentTime, const bool isLeave, const MSMoveReminder::Notification reason=MSMoveReminder::NOTIFICATION_JUNCTION)
 Updates all vehicle detectors. More...
 
BaseInfluencergetBaseInfluencer ()
 Returns the velocity/lane influencer. More...
 
const BaseInfluencergetBaseInfluencer () const
 
bool hasInfluencer () const
 whether the vehicle is individually influenced (via TraCI or special parameters) More...
 
inherited from GUIGlObject
GUIGLObjectPopupMenugetPopUpMenu (GUIMainWindow &app, GUISUMOAbstractView &parent)
 Returns an own popup-menu. More...
 
void removedPopupMenu ()
 notify object about popup menu removal 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...
 
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...
 
FXIcon * getGLIcon () const
 get icon associated with this GL Object More...
 
interfaces to be implemented by derived classes
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...
 
virtual double getClickPriority () const
 Returns the priority of receiving mouse clicks. More...
 
bool isBlocked () const
 get blocking status More...
 
void setBlocked (const bool state=true)
 set blocking status More...
 
virtual bool isGLObjectLocked () const
 check if element is locked (Currently used only in netedit) More...
 
virtual void markAsFrontElement ()
 mark element as front element (Currently used only in netedit) More...
 
virtual void deleteGLObject ()
 delete GLObject (Currently used only in netedit) More...
 
virtual void selectGLObject ()
 select GLObject (Currently used only in netedit) More...
 
virtual void updateGLObject ()
 update GLObject (geometry, ID, etc.) (optional) 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 bool setFunctionalColor (int activeScheme, const MSBaseVehicle *veh, RGBColor &col)
 sets the color according to the current scheme index and some vehicle function More...
 

Static Public Attributes

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

Protected Member Functions

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 computeSeats (const Position &front, const Position &back, double seatOffset, int maxSeats, double exaggeration, int &requiredSeats, Seats &into, double extraOffset=0) const
 add seats to mySeatPositions and update requiredSeats More...
 
bool drawAction_drawVehicleAsPolyWithCarriagges (const GUIVisualizationSettings &s, double scaledLength, bool asImage=false) const
 draw vehicle body and return whether carriages are being drawn More...
 
bool drawReversed (const GUIVisualizationSettings &s) const
 whether to reverse trains in their reversed state 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...
 
RGBColor setColor (const GUIVisualizationSettings &s) const
 sets the color according to the current settings 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, const GUIMainWindow &app) const
 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

bool myAmRegisteredAsWaiting = false
 Whether this vehicle is registered as waiting for a person or container (for deadlock-recognition) More...
 
bool myAmReversed = false
 
int myArrivalLane
 The destination lane where the vehicle stops. More...
 
double myArrivalPos
 The position on the destination lane where the vehicle stops. More...
 
MSDevice_TransportablemyContainerDevice
 The containers this vehicle may have. More...
 
Seats myContainerPositions
 
double myDepartPos
 The real depart position. More...
 
SUMOTime myDeparture
 The real departure time. More...
 
std::vector< MSVehicleDevice * > myDevices
 The devices this vehicle has. More...
 
EnergyParamsmyEnergyParams
 The emission parameters this vehicle may have. More...
 
std::string myID
 The name of the object. More...
 
FXMutex myLock
 The mutex used to avoid concurrent updates of the vehicle buffer. More...
 
int myNumberParkingReroutes = 0
 
int myNumberReroutes
 The number of reroutings. More...
 
double myOdometer
 A simple odometer to keep track of the length of the route already driven. More...
 
ParkingMemorymyParkingMemory = nullptr
 memory for parking search More...
 
MSDevice_TransportablemyPersonDevice
 The passengers this vehicle may have. More...
 
int myRouteValidity
 status of the current vehicle route More...
 
int myRoutingMode
 routing mode (see TraCIConstants.h) More...
 
Seats mySeatPositions
 positions of seats in the vehicle (updated at every drawing step) More...
 
SUMOTime myStopUntilOffset
 The offset when adding route stops with 'until' on route replacement. More...
 

Static Protected Attributes

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

Private Member Functions

MSEdgeWeightsStorage_getWeightsStorage () const
 
void checkRouteRemoval ()
 remove route at the end of the simulation More...
 
std::string createFullName () const
 create full name More...
 
std::string getFlowID () const
 reconstruct flow id from vehicle id More...
 
void initTransientModelParams ()
 init model parameters from generic params More...
 
bool insertJump (int nextStopIndex, MSRouteIterator itStart, std::string &errorMsg)
 helper function More...
 

Private Attributes

bool myAmBlocked = false
 whether the object can be deleted More...
 
MSEdgeWeightsStoragemyEdgeWeights
 
std::string myFullName
 full name of GL Object More...
 
const GUIGlID myGlID
 The numerical id of the object. More...
 
const GUIGlObjectType myGLObjectType
 The type of the object. More...
 
FXIcon * myIcon
 icon associatd with this GL Object 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 []
 vector for TypeNames Initializer More...
 
static NumericalID myCurrentNumericalIndex = 0
 

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...
 
MESegmentmySegment
 The segment the vehicle is at. More...
 
int myQueIndex
 Index of the que the vehicle is in (important for multiqueue extension) More...
 
SUMOTime myEventTime
 The (planned) time of leaving the segment (cell) More...
 
SUMOTime myLastEntryTime
 The time the vehicle entered its current segment. More...
 
SUMOTime myBlockTime
 The time at which the vehicle was blocked on its current segment. More...
 
BaseInfluencermyInfluencer
 An instance of a velocity/lane influencing instance; built in "getInfluencer". More...
 

state io

virtual bool handleCollisionStop (MSStop &stop, const double distToStop)
 
bool isStopped () const
 Returns whether the vehicle is at a stop. More...
 
bool isParking () const
 Returns whether the vehicle is parking. More...
 
bool isJumping () const
 Returns whether the vehicle is perform a jump. More...
 
bool isReversed () const
 Returns whether the logical state of the vehicle is reversed - for drawing. More...
 
bool isStoppedTriggered () const
 Returns whether the vehicle is on a triggered stop. More...
 
bool isStoppedParking () const
 Returns whether the vehicle is on a parking stop. More...
 
bool isStoppedInRange (const double pos, const double tolerance, bool checkFuture=false) 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...
 
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...
 
const std::vector< std::string > & getParkingBadges () const
 get the valid parking access rights (vehicle settings override vehicle type settings) 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, MSRouteIterator *searchStart=nullptr)
 Adds a stop. More...
 
void addStops (const bool ignoreStopErrors, MSRouteIterator *searchStart=nullptr, bool addRouteStops=true)
 Adds stops to the built vehicle. More...
 
bool haveValidStopEdges (bool silent=false) const
 check whether all stop.edge MSRouteIterators are valid and in order More...
 
const ConstMSEdgeVector getStopEdges (double &firstPos, double &lastPos, std::set< int > &jumps) 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
 
MSStopgetNextStop ()
 
SUMOTime getStopDuration () const
 get remaining stop duration or 0 if the vehicle isn't stopped More...
 
MSStopgetStop (int nextStopIndex)
 
const SUMOVehicleParameter::StopgetNextStopParameter () const
 return parameters for the next stop (SUMOVehicle Interface) More...
 
virtual bool addTraciStop (SUMOVehicleParameter::Stop stop, std::string &errorMsg)
 
bool abortNextStop (int nextStopIndex=0)
 deletes the next stop at the given index if it exists More...
 
bool replaceStop (int nextStopIndex, SUMOVehicleParameter::Stop stop, const std::string &info, bool teleport, std::string &errorMsg)
 
bool rerouteBetweenStops (int nextStopIndex, const std::string &info, bool teleport, std::string &errorMsg)
 
bool insertStop (int nextStopIndex, SUMOVehicleParameter::Stop stop, const std::string &info, bool teleport, std::string &errorMsg)
 
virtual bool isSelected () const
 whether this vehicle is selected in the GUI More...
 
int getRNGIndex () const
 
SumoRNGgetRNG () const
 
NumericalID getNumericalID () const
 return the numerical ID which is only for internal usage More...
 
const MSDevice_TransportablegetPersonDevice () const
 
const MSDevice_TransportablegetContainerDevice () const
 
EnergyParamsgetEmissionParameters () const
 retrieve parameters for the energy consumption model More...
 
void rememberBlockedParkingArea (const MSParkingArea *pa, bool local)
 
SUMOTime sawBlockedParkingArea (const MSParkingArea *pa, bool local) const
 
void rememberParkingAreaScore (const MSParkingArea *pa, const std::string &score)
 score only needed when running with gui More...
 
void resetParkingAreaScores ()
 
int getNumberParkingReroutes () const
 
void setNumberParkingReroutes (int value)
 
const ParkingMemorygetParkingMemory () const
 
const SUMOVehicleParametermyParameter
 This vehicle's parameter. More...
 
ConstMSRoutePtr myRoute
 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...
 
typedef std::map< const MSParkingArea *, PaMemory, ComparatorIdLessParkingMemory
 

Emission retrieval

template<PollutantsInterface::EmissionType ET>
double getEmissions () const
 Returns emissions of the current state The value is always per 1s, so multiply by step length if necessary. 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 getRelativeStateOfCharge () const
 Returns actual relative state of charge of battery (-) More...
 
double getChargedEnergy () const
 Returns the energy charged to the battery in the current time step (Wh) 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 powertrain of the vehicle? RICE_REV_JS: It is the current drawn from the overhead wire (value if the vehicle is not connected to overhead wire?) More...
 
double getHarmonoise_NoiseEmissions () const
 Returns noise emissions of the current state. More...
 
int getRoutingMode () const
 return routing mode (configures router choice but also handling of transient permission changes) More...
 
void setRoutingMode (int value)
 Sets routing behavior. More...
 
SUMOAbstractRouter< MSEdge, SUMOVehicle > & getRouterTT () const
 
const MSEdgeWeightsStoragegetWeightsStorage () const
 Returns the vehicle's internal edge travel times/efforts container. More...
 
MSEdgeWeightsStoragegetWeightsStorage ()
 
virtual std::pair< const MSVehicle *const, double > getLeader (double dist=0) const
 Returns the leader of the vehicle looking for a fixed distance. More...
 
virtual std::pair< const MSVehicle *const, double > getFollower (double dist=0) const
 Returns the follower of the vehicle looking for a fixed distance. More...
 
void calculateArrivalParams (bool onInit)
 (Re-)Calculates the arrival position and lane from the vehicle parameters More...
 
void setDepartAndArrivalEdge ()
 apply departEdge and arrivalEdge attributes More...
 
static MSLaneinterpretOppositeStop (SUMOVehicleParameter::Stop &stop)
 interpret stop lane on opposite side of the road 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...
 
void drawStopLabels (const GUIVisualizationSettings &s, bool noLoop, const RGBColor &col) const
 
void drawParkingInfo (const GUIVisualizationSettings &s, const RGBColor &col) const
 
enum  VisualisationFeatures {
  VO_SHOW_BEST_LANES = 1 << 0 , VO_SHOW_ROUTE = 1 << 1 , VO_SHOW_ALL_ROUTES = 1 << 2 , VO_SHOW_LFLINKITEMS = 1 << 3 ,
  VO_DRAW_OUTSIDE_NETWORK = 1 << 4 , VO_SHOW_FUTURE_ROUTE = 1 << 5 , VO_SHOW_ROUTE_NOLOOP = 1 << 6 , VO_TRACK = 1 << 7
}
 Additional visualisation feature ids. More...
 
std::map< GUISUMOAbstractView *, int > myAdditionalVisualizations
 Enabled visualisations, per view. More...
 

Move reminder structures

MoveReminderCont myMoveReminders
 Currently relevant move reminders. More...
 
typedef std::vector< std::pair< MSMoveReminder *, double > > MoveReminderCont
 Definition of a move reminder container. 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 52 of file GUIMEVehicle.h.

Member Typedef Documentation

◆ MoveReminderCont

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

Definition of a move reminder container.

Definition at line 1029 of file MSBaseVehicle.h.

◆ NumericalID

typedef long long int SUMOTrafficObject::NumericalID
inherited

Definition at line 54 of file SUMOTrafficObject.h.

◆ ParkingMemory

Definition at line 992 of file MSBaseVehicle.h.

◆ Seats

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

Definition at line 76 of file GUIBaseVehicle.h.

Member Enumeration Documentation

◆ 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 70 of file MSBaseVehicle.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

VO_TRACK 

track the vehicle (only needed for cleaning up)

Definition at line 319 of file GUIBaseVehicle.h.

Constructor & Destructor Documentation

◆ GUIMEVehicle()

GUIMEVehicle::GUIMEVehicle ( SUMOVehicleParameter pars,
ConstMSRoutePtr  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 43 of file GUIMEVehicle.cpp.

◆ ~GUIMEVehicle()

GUIMEVehicle::~GUIMEVehicle ( )

destructor

Definition at line 50 of file GUIMEVehicle.cpp.

Member Function Documentation

◆ _getWeightsStorage()

MSEdgeWeightsStorage & MSBaseVehicle::_getWeightsStorage ( ) const
privateinherited

Definition at line 2048 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 1604 of file MSBaseVehicle.cpp.

References MSBaseVehicle::hasDeparted(), MSBaseVehicle::hasStops(), MSBaseVehicle::isStopped(), MSBaseVehicle::myParameter, MSBaseVehicle::myStops, MSBaseVehicle::resumeFromStopping(), and SUMOVehicleParameter::stops.

Referenced by MSDevice_StationFinder::notifyMove(), and LIBSUMO_NAMESPACE::Vehicle::replaceStop().

Here is the caller graph for this function:

◆ activateReminders()

void MSBaseVehicle::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 in MSVehicle.

Definition at line 818 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myMoveReminders.

Referenced by MSIdling_TaxiStand::idle(), MESegment::receive(), and MELoop::teleportVehicle().

Here is the caller graph for this function:

◆ addActiveAddVisualisation()

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

◆ addParameterTable()

void GUIGlObject::addParameterTable ( GUIParameterTableWindow w)
inherited

Definition at line 360 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 791 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myMoveReminders.

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

Here is the caller graph for this function:

◆ addStop()

bool MSBaseVehicle::addStop ( const SUMOVehicleParameter::Stop stopPar,
std::string &  errorMsg,
SUMOTime  untilOffset = 0,
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 1143 of file MSBaseVehicle.cpp.

References MSParkingArea::accepts(), MSLane::allowsVehicleClass(), SUMOVehicleParameter::Stop::arrival, BASE, MSBaseVehicle::basePos(), MSStop::busstop, MSStop::chargingStation, SUMOVehicleParameter::Stop::collision, MSStop::containerstop, DEBUG_COND, DEFAULT, SUMOVehicleParameter::departPos, SUMOVehicleParameter::departPosProcedure, MSEdge::dictionary(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::ended, SUMOVehicleParameter::Stop::endPos, SUMOVehicle::getBrakeGap(), MSStop::getDescription(), MSBaseVehicle::getEdge(), MSLane::getEdge(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), MSBaseVehicle::getLength(), MSLane::getLength(), MSVehicleType::getLength(), MSLane::getNextNormal(), MSEdge::getNormalBefore(), MSEdge::getOppositeEdge(), MSBaseVehicle::getParameter(), SUMOTrafficObject::getPositionOnLane(), MELoop::getSegmentForEdge(), MSStop::getUntil(), MSBaseVehicle::getVClass(), MSVehicleType::getVehicleClass(), GIVEN, MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSGlobals::gUseStopEnded, MSBaseVehicle::handleCollisionStop(), MSBaseVehicle::hasDeparted(), SUMOVehicleParameter::id, SUMOVehicleParameter::Stop::index, MSStop::initPars(), MSBaseVehicle::interpretOppositeStop(), MSEdge::isInternal(), MSLane::isInternal(), MSEdge::isNormal(), MSStop::isOpposite, 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, time2string(), toString(), SUMOVehicleParameter::Stop::until, and MSNet::warnOnce().

Referenced by MSBaseVehicle::addStops(), MSBaseVehicle::addTraciStop(), MSBaseVehicle::replaceRoute(), and GUIVehicle::rerouteDRTStop().

Here is the caller graph for this function:

◆ addStops()

void MSBaseVehicle::addStops ( const bool  ignoreStopErrors,
MSRouteIterator searchStart = nullptr,
bool  addRouteStops = true 
)
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 1392 of file MSBaseVehicle.cpp.

References MSBaseVehicle::addStop(), SUMOVehicleParameter::depart, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOVehicleParameter::repetitionOffset, SUMOVehicleParameter::repetitionsDone, 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 118 of file Named.h.

References Named::StoringVisitor::add().

◆ addToOdometer()

void MSBaseVehicle::addToOdometer ( double  value)
inlineinherited

Manipulate the odometer.

Definition at line 433 of file MSBaseVehicle.h.

References MSBaseVehicle::myOdometer.

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

Here is the caller graph for this function:

◆ addTraciStop()

bool MSBaseVehicle::addTraciStop ( SUMOVehicleParameter::Stop  stop,
std::string &  errorMsg 
)
virtualinherited

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

Implements SUMOVehicle.

Reimplemented in MSVehicle.

Definition at line 1577 of file MSBaseVehicle.cpp.

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

Referenced by MSVehicle::addTraciStop(), and LIBSUMO_NAMESPACE::Vehicle::setStop().

Here is the caller graph for this function:

◆ addTransportable()

void MSBaseVehicle::addTransportable ( MSTransportable transportable)
virtualinherited

Adds a person or container to this vehicle.

Parameters
[in]transportableThe person/container to add

Implements SUMOVehicle.

Reimplemented in MSVehicle.

Definition at line 671 of file MSBaseVehicle.cpp.

References MSDevice_Transportable::addTransportable(), MSDevice_Transportable::buildVehicleDevices(), CONTAINER_TRIGGERED, SUMOVehicleParameter::depart, SUMOVehicleParameter::departProcedure, MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSTransportable::isPerson(), MSBaseVehicle::myContainerDevice, MSBaseVehicle::myDevices, MSBaseVehicle::myMoveReminders, MSBaseVehicle::myParameter, MSBaseVehicle::myPersonDevice, and TRIGGERED.

Referenced by MSVehicle::addTransportable(), and MSDevice_Transportable::transferAtSplitOrJoin().

Here is the caller graph for this function:

◆ allowsBoarding()

bool MSBaseVehicle::allowsBoarding ( const MSTransportable t) const
virtualinherited

◆ basePos()

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

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

Definition at line 1117 of file MSBaseVehicle.cpp.

References 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:

◆ 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 277 of file GUIGlObject.cpp.

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

Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GNEDemandElementPlan::getPlanPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNETAZ::getPopUpMenu(), GNETAZSourceSink::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNERoute::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNEWalkingArea::getPopUpMenu(), GNENet::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GUINet::getPopUpMenu(), GUIPerson::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEPoly::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEContainer::GNESelectedContainersPopupMenu::GNESelectedContainersPopupMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu(), and GNEVehicle::GNESingleVehiclePopupMenu::GNESingleVehiclePopupMenu().

Here is the caller graph for this function:

◆ buildNameCopyPopupEntry()

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

◆ 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 268 of file GUIGlObject.cpp.

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

Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GNEDemandElementPlan::getPlanPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNETAZ::getPopUpMenu(), GNETAZSourceSink::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNERoute::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEInternalLane::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNEWalkingArea::getPopUpMenu(), GNENet::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GUINet::getPopUpMenu(), GUIPerson::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEPoly::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEContainer::GNESelectedContainersPopupMenu::GNESelectedContainersPopupMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu(), and GNEVehicle::GNESingleVehiclePopupMenu::GNESingleVehiclePopupMenu().

Here is the caller graph for this function:

◆ buildPositionCopyEntry()

void GUIGlObject::buildPositionCopyEntry ( GUIGLObjectPopupMenu ret,
const GUIMainWindow app 
) const
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 327 of file GUIGlObject.cpp.

References GUIDesigns::buildFXMenuCommand(), GEOHACK, GeoConvHelper::getFinal(), GUIIconSubSys::getIcon(), GUIMainWindow::getOnlineMaps(), GOOGLEMAPS, GUIGLObjectPopupMenu::insertMenuPaneChild(), MID_COPY_CURSOR_GEOPOSITION, MID_COPY_CURSOR_POSITION, MID_SHOW_GEOPOSITION_ONLINE, OSM, and TL.

Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GNEDemandElementPlan::getPlanPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNETAZSourceSink::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNERoute::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNEWalkingArea::getPopUpMenu(), GNENet::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GUINet::getPopUpMenu(), GUIPerson::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEPoly::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEContainer::GNESelectedContainersPopupMenu::GNESelectedContainersPopupMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu(), and GNEVehicle::GNESingleVehiclePopupMenu::GNESingleVehiclePopupMenu().

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 375 of file GUIGlObject.cpp.

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

Referenced by 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 351 of file GUIGlObject.cpp.

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

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 309 of file GUIGlObject.cpp.

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

Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GNEDemandElementPlan::getPlanPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNETAZ::getPopUpMenu(), GNETAZSourceSink::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNERoute::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNEWalkingArea::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GUINet::getPopUpMenu(), GUIPerson::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEPoly::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEContainer::GNESelectedContainersPopupMenu::GNESelectedContainersPopupMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu(), and GNEVehicle::GNESingleVehiclePopupMenu::GNESingleVehiclePopupMenu().

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 318 of file GUIGlObject.cpp.

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

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

Here is the caller graph for this function:

◆ calculateArrivalParams()

◆ checkRouteRemoval()

void MSBaseVehicle::checkRouteRemoval ( )
privateinherited

remove route at the end of the simulation

Definition at line 149 of file MSBaseVehicle.cpp.

References MSBaseVehicle::getFlowID(), MSNet::getInstance(), MSNet::hasInstance(), and MSBaseVehicle::myRoute.

Referenced by MSBaseVehicle::replaceRoute(), and MSBaseVehicle::~MSBaseVehicle().

Here is the caller graph for this function:

◆ checkStop()

SUMOTime MEVehicle::checkStop ( SUMOTime  time)
inherited

Returns until when to stop at the current segment and sets the information that the stop has been reached.

Parameters
[in]timethe current time
Returns
stop time for the segment

Definition at line 211 of file MEVehicle.cpp.

References MSStopOut::active(), DELTA_T, MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getDevice(), Named::getID(), MSStopOut::getInstance(), MSBaseVehicle::getPersonNumber(), MSGlobals::gUseStopEnded, MAX2(), MSBaseVehicle::myCurrEdge, MEVehicle::myLastEntryTime, MEVehicle::mySegment, MSBaseVehicle::myStops, MSDevice_Taxi::notifyMove(), MSStopOut::stopStarted(), SUMOTime_MAX, time2string(), TL, MSDevice_Tripinfo::updateStopTime(), and WRITE_WARNINGF.

Referenced by MESegment::receive().

Here is the caller graph for this function:

◆ computeSeats()

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

add seats to mySeatPositions and update requiredSeats

Definition at line 1157 of file GUIBaseVehicle.cpp.

References Position::angleTo2D(), Position::distanceTo2D(), MSVehicleType::getFrontSeatPos(), MSVehicleType::getSeatingWidth(), GUIBaseVehicle::getVType(), MSGlobals::gLefthand, MAX2(), and PositionVector::positionAtOffset2D().

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

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 421 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:

◆ deleteGLObject()

void GUIGlObject::deleteGLObject ( )
virtualinherited

delete GLObject (Currently used only in netedit)

Reimplemented in GNENetworkElement, GNEWalkingArea, GNELaneType, GNELane, GNEJunction, GNEInternalLane, GNEEdgeType, GNEEdge, GNECrossing, GNEConnection, GNEDemandElement, GNEGenericData, and GNEAdditional.

Definition at line 215 of file GUIGlObject.cpp.

◆ drawAction_drawCarriageClass()

void GUIMEVehicle::drawAction_drawCarriageClass ( const GUIVisualizationSettings s,
bool  asImage 
) const
virtual

draws the given guiShape with distinct carriages/modules

Implements GUIBaseVehicle.

Definition at line 145 of file GUIMEVehicle.cpp.

References GUIBaseVehicleHelper::drawAction_drawVehicleAsBoxPlus(), MSBaseVehicle::getLength(), GUIBaseVehicle::getVType(), and MSBaseVehicle::getWidth().

◆ drawAction_drawLinkItems()

virtual void GUIBaseVehicle::drawAction_drawLinkItems ( const GUIVisualizationSettings ) const
inlinevirtualinherited

Reimplemented in GUIVehicle.

Definition at line 154 of file GUIBaseVehicle.h.

Referenced by GUIBaseVehicle::drawGLAdditional().

Here is the caller graph for this function:

◆ drawAction_drawPersonsAndContainers()

◆ drawAction_drawVehicleAsPolyWithCarriagges()

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

draw vehicle body and return whether carriages are being drawn

Definition at line 1114 of file GUIBaseVehicle.cpp.

References GUIBaseVehicle::drawAction_drawCarriageClass(), GUIBaseVehicleHelper::drawAction_drawVehicleAsImage(), GUIBaseVehicleHelper::drawAction_drawVehicleAsPoly(), GUIBaseVehicle::drawReversed(), GUIBaseVehicle::getVType(), MSBaseVehicle::isStopped(), and GUIBaseVehicle::myVehicle.

Referenced by GUIBaseVehicle::drawOnPos().

Here is the caller graph for this function:

◆ drawAction_drawVehicleBlinker()

virtual void GUIBaseVehicle::drawAction_drawVehicleBlinker ( double  ) const
inlinevirtualinherited

Reimplemented in GUIVehicle.

Definition at line 149 of file GUIBaseVehicle.h.

Referenced by GUIBaseVehicle::drawOnPos().

Here is the caller graph for this function:

◆ drawAction_drawVehicleBlueLight()

virtual void GUIBaseVehicle::drawAction_drawVehicleBlueLight ( ) const
inlinevirtualinherited

Reimplemented in GUIVehicle.

Definition at line 158 of file GUIBaseVehicle.h.

Referenced by GUIBaseVehicle::drawOnPos().

Here is the caller graph for this function:

◆ drawAction_drawVehicleBrakeLight()

virtual void GUIBaseVehicle::drawAction_drawVehicleBrakeLight ( double  length,
bool  onlyOne = false 
) const
inlinevirtualinherited

Reimplemented in GUIVehicle.

Definition at line 150 of file GUIBaseVehicle.h.

References UNUSED_PARAMETER.

Referenced by GUIBaseVehicle::drawOnPos().

Here is the caller graph for this function:

◆ drawBestLanes()

virtual void GUIBaseVehicle::drawBestLanes ( ) const
inlinevirtualinherited

Draws the vehicle's best lanes.

Reimplemented in GUIVehicle.

Definition at line 157 of file GUIBaseVehicle.h.

Referenced by GUIBaseVehicle::drawGLAdditional().

Here is the caller graph for this function:

◆ 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 652 of file GUIBaseVehicle.cpp.

References GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::getVisualAngle(), GUIBaseVehicle::getVisualPosition(), and GUIVisualizationSettings::secondaryShape.

Referenced by GUILane::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 695 of file GUIBaseVehicle.cpp.

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

Referenced by GUIVehicle::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 434 of file GUIBaseVehicle.cpp.

References AIRCRAFT, RGBColor::alpha(), GUIVisualizationSettings::angle, ANT, BICYCLE, GUIBaseVehicle::computeSeats(), GUIVisualizationSizeSettings::constantSizeSelected, GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIBaseVehicleHelper::drawAction_drawVehicleAsBoxPlus(), GUIBaseVehicleHelper::drawAction_drawVehicleAsCircle(), 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(), GUIBaseVehicle::drawReversed(), GLHelper::drawTextSettings(), EMERGENCY, GUIPropertySchemeStorage< T >::getActive(), GUIBaseVehicle::getColorValue(), MSBaseVehicle::getCurrentEdge(), MSBaseVehicle::getDevice(), MSBaseVehicle::getEdge(), GUIBaseVehicle::getExaggeration(), GUIGlObject::getGlID(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), MSVehicleType::getLength(), MSLane::getLengthGeometryFactor(), MSVehicleType::getMinGap(), MSBaseVehicle::getNumberParkingReroutes(), GUIBaseVehicle::getNumContainers(), GUIBaseVehicle::getNumPassengers(), MSBaseVehicle::getParameter(), MSBaseVehicle::getPrefixedParameter(), MSDevice_BTreceiver::getRange(), MSBaseVehicle::getRightSideOnEdge(), GUIBaseVehicle::getScaleValue(), SUMOTrafficObject::getSpeed(), GUIGlObject::getType(), MSTrainHelper::getUpscaleLength(), StringTokenizer::getVector(), MSBaseVehicle::getVehicleType(), GUIBaseVehicle::getVType(), MSEdge::getWidth(), MSVehicleType::getWidth(), MSGlobals::gUseMesoSim, GUIBaseVehicle::hasActiveAddVisualisation(), MSBaseVehicle::isOnRoad(), MSBaseVehicle::isSelected(), GUIVisualizationSettings::laneWidthExaggeration, SUMOVehicleParameter::line, M_PI, MIN2(), MOPED, MOTORCYCLE, GUIBaseVehicle::myAdditionalVisualizations, GUIBaseVehicle::myContainerPositions, GUIBaseVehicle::mySeatPositions, GUIBaseVehicle::myVehicle, StringTokenizer::NEWLINE, PEDESTRIAN, GLHelper::popMatrix(), GLHelper::popName(), GLHelper::pushMatrix(), GLHelper::pushName(), RAD2DEG, RAIL, RAIL_CAR, RAIL_CARGO, GUIVisualizationSettings::scale, GUIVisualizationTextSettings::scaledSize(), GUIVisualizationSettings::scaleLength, SCOOTER, GUIVisualizationSettings::secondaryShape, GUIBaseVehicle::setColor(), SHIP, GUIVisualizationTextSettings::show(), GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showBTRange, GUIVisualizationSettings::showParkingInfo, SUMO_const_waitingContainerWidth, SUMO_const_waitingPersonWidth, toString(), GUIVisualizationSettings::vehicleColorer, GUIVisualizationSettings::vehicleName, GUIVisualizationSettings::vehicleQuality, GUIVisualizationSettings::vehicleScaler, GUIVisualizationSettings::vehicleScaleValue, GUIVisualizationSettings::vehicleSize, GUIVisualizationSettings::vehicleText, GUIVisualizationSettings::vehicleTextParam, GUIVisualizationSettings::vehicleValue, GUIBaseVehicle::VO_SHOW_ALL_ROUTES, GUIBaseVehicle::VO_SHOW_FUTURE_ROUTE, GUIBaseVehicle::VO_SHOW_ROUTE, Position::x(), and Position::y().

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

Here is the caller graph for this function:

◆ drawParkingInfo()

void GUIBaseVehicle::drawParkingInfo ( const GUIVisualizationSettings s,
const RGBColor col 
) const
inherited

◆ drawReversed()

bool GUIBaseVehicle::drawReversed ( const GUIVisualizationSettings s) const
protectedinherited

whether to reverse trains in their reversed state

Definition at line 1109 of file GUIBaseVehicle.cpp.

References GUIVisualizationSettings::drawReversed, MSBaseVehicle::isReversed(), and GUIBaseVehicle::myVehicle.

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

Here is the caller graph for this function:

◆ 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 913 of file GUIBaseVehicle.cpp.

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

Referenced by GUIBaseVehicle::drawGLAdditional().

Here is the caller graph for this function:

◆ drawRouteHelper()

◆ drawStopLabels()

◆ estimateLeaveSpeed()

double MEVehicle::estimateLeaveSpeed ( const MSLink link) const
inherited

Returns the vehicle's estimated speed after driving accross the link.

See also
MSVehicle.cpp::estimateLeaveSpeed

Definition at line 121 of file MEVehicle.cpp.

References MSLink::getLength(), MEVehicle::getSpeed(), MSLane::getVehicleMaxSpeed(), MSBaseVehicle::getVehicleType(), MSLink::getViaLaneOrLane(), and MIN2().

Referenced by MESegment::isOpen().

Here is the caller graph for this function:

◆ getAcceleration()

double MSBaseVehicle::getAcceleration ( ) const
virtualinherited

Returns the vehicle's acceleration.

This default implementation returns always 0.

Returns
The acceleration

Implements SUMOTrafficObject.

Reimplemented in MSVehicle.

Definition at line 603 of file MSBaseVehicle.cpp.

Referenced by MSBaseVehicle::getEmissions(), MSBaseVehicle::getHarmonoise_NoiseEmissions(), and GUIBaseVehicle::getScaleValue().

Here is the caller graph for this function:

◆ getAngle()

double GUIMEVehicle::getAngle ( ) const
inlinevirtual

Return current angle.

Note
implementation of abstract method does not work otherwise

Implements GUIBaseVehicle.

Definition at line 95 of file GUIMEVehicle.h.

References MEVehicle::getAngle().

◆ getArrivalLane()

virtual int MSBaseVehicle::getArrivalLane ( ) const
inlinevirtualinherited

Definition at line 391 of file MSBaseVehicle.h.

References MSBaseVehicle::myArrivalLane.

Referenced by GUIBaseVehicle::drawStopLabels().

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 387 of file MSBaseVehicle.h.

References MSBaseVehicle::myArrivalPos.

Referenced by MSLCM_SL2015::_wantsChangeSublane(), GUIBaseVehicle::drawStopLabels(), MSBaseVehicle::insertStop(), MSLane::isInsertionSuccess(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), and MSVehicle::rerouteParkingArea().

Here is the caller graph for this function:

◆ getAverageSpeed()

double MEVehicle::getAverageSpeed ( ) const
inherited

Returns the vehicle's estimated average speed on the segment assuming no further delays.

Returns
The vehicle's estimated average speed
Note
This is only an upper bound. The speed will be lower if the preceeding vehicle is delayed

Definition at line 110 of file MEVehicle.cpp.

References MSBaseVehicle::getEdge(), MESegment::getLength(), MIN2(), MEVehicle::myEventTime, MEVehicle::myLastEntryTime, MEVehicle::myQueIndex, MEVehicle::mySegment, MESegment::PARKING_QUEUE, and STEPS2TIME.

Referenced by MEVehicle::getSpeed(), and MSDevice_ElecHybrid::notifyLeave().

Here is the caller graph for this function:

◆ getBackPositionOnLane()

double MEVehicle::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)

Implements SUMOTrafficObject.

Definition at line 65 of file MEVehicle.cpp.

References MSVehicleType::getLength(), MEVehicle::getPositionOnLane(), and MSBaseVehicle::getVehicleType().

◆ getBaseInfluencer() [1/2]

MEVehicle::BaseInfluencer & MEVehicle::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 478 of file MEVehicle.cpp.

References MEVehicle::myInfluencer.

◆ getBaseInfluencer() [2/2]

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

Implements MSBaseVehicle.

Definition at line 487 of file MEVehicle.cpp.

References MEVehicle::myInfluencer.

◆ getBlockTime()

SUMOTime MEVehicle::getBlockTime ( ) const
inlineinherited

Returns the time at which the vehicle was blocked.

Returns
The blocking time

Definition at line 265 of file MEVehicle.h.

References MEVehicle::myBlockTime.

Referenced by MELoop::checkCar(), and MEVehicle::getBlockTimeSeconds().

Here is the caller graph for this function:

◆ getBlockTimeSeconds()

double MEVehicle::getBlockTimeSeconds ( ) const
inlineinherited

Returns the time at which the vehicle was blocked on the current segment.

Definition at line 292 of file MEVehicle.h.

References MEVehicle::getBlockTime(), and STEPS2TIME.

Referenced by GUIEdge::drawMesoVehicles(), getCenteringBoundary(), getParameterWindow(), and MSDevice_ElecHybrid::notifyLeave().

Here is the caller graph for this function:

◆ getBrakeGap()

double MEVehicle::getBrakeGap ( bool  delayed = false) const
inlinevirtualinherited

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

Implements SUMOVehicle.

Definition at line 180 of file MEVehicle.h.

References MESegment::getLength(), MEVehicle::myQueIndex, MEVehicle::mySegment, MESegment::PARKING_QUEUE, and UNUSED_PARAMETER.

◆ getCenteringBoundary()

◆ getChargedEnergy()

double MSBaseVehicle::getChargedEnergy ( ) const
inherited

Returns the energy charged to the battery in the current time step (Wh)

Returns
The energy charged to the battery in the current time step.

Definition at line 2000 of file MSBaseVehicle.cpp.

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

Referenced by GUIVehicle::getColorValue(), and GUIVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ 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 559 of file MSBaseVehicle.h.

References MSBaseVehicle::myChosenSpeedFactor.

Referenced by MSLane::getDepartSpeed(), GUIVehicle::getParameterWindow(), getParameterWindow(), MSCFModel_EIDM::internalspeedlimit(), MSDevice_GLOSA::MSDevice_GLOSA(), MSDevice_GLOSA::notifyMove(), GUISUMOViewParent::onUpdSpeedFactor(), and MSVehicle::slowDownForSchedule().

Here is the caller graph for this function:

◆ getClickPriority()

virtual double GUIGlObject::getClickPriority ( ) const
inlinevirtualinherited

Returns the priority of receiving mouse clicks.

Reimplemented in GUIPolygon, GUIPointOfInterest, GUILane, and GUIEdge.

Definition at line 161 of file GUIGlObject.h.

References GUIGlObject::myGLObjectType.

Referenced by GUISUMOAbstractView::getObjectAtPosition(), and ComparatorClickPriority::operator()().

Here is the caller graph for this function:

◆ getColorValue()

double GUIMEVehicle::getColorValue ( const GUIVisualizationSettings s,
int  activeScheme 
) const
virtual

◆ getConservativeSpeed()

double MEVehicle::getConservativeSpeed ( SUMOTime earliestArrival) const
inherited

Returns the vehicle's estimated speed taking into account delays.

Returns
The vehicle's estimated speed
Parameters
[in,out]earliestArrivalA lower bound on leaveTime, modified to contain new lower bound on leave Time
Note
This is only an upper bound. The speed may be even lower if there are further delays downstream

Definition at line 130 of file MEVehicle.cpp.

References DELTA_T, MESegment::getLength(), MAX2(), MEVehicle::myEventTime, MEVehicle::myLastEntryTime, MEVehicle::mySegment, and STEPS2TIME.

◆ getContainerDevice()

const MSDevice_Transportable* MSBaseVehicle::getContainerDevice ( ) const
inlineinherited

Definition at line 794 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 2090 of file MSBaseVehicle.cpp.

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

Referenced by MSBaseVehicle::allowsBoarding(), MEVehicle::checkStop(), GUIVehicle::getParameterWindow(), MSVehicle::leaveLane(), MEVehicle::mayProceed(), MSVehicle::processNextStop(), MEVehicle::processStop(), 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 1060 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 2119 of file MSBaseVehicle.cpp.

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

Referenced by GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdSelectTransported(), and MSXMLRawOut::writeVehicle().

Here is the caller graph for this function:

◆ getCurrentEdge()

virtual const MSEdge* MSBaseVehicle::getCurrentEdge ( ) const
inlinevirtualinherited

Returns the edge the vehicle is currently at (possibly an internal edge)

Reimplemented in MSVehicle.

Definition at line 190 of file MSBaseVehicle.h.

References MSBaseVehicle::getEdge().

Referenced by GUIBaseVehicle::drawOnPos().

Here is the caller graph for this function:

◆ getCurrentLinkPenaltySeconds()

double MEVehicle::getCurrentLinkPenaltySeconds ( ) const
inherited

Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty.

Definition at line 413 of file MEVehicle.cpp.

References MESegment::getLinkPenalty(), MEVehicle::mySegment, and STEPS2TIME.

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getCurrentParkingArea()

MSParkingArea * MSBaseVehicle::getCurrentParkingArea ( )
inherited

get the current parking area stop or nullptr

Definition at line 1097 of file MSBaseVehicle.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 292 of file MSBaseVehicle.h.

References MSBaseVehicle::myCurrEdge.

Referenced by MSRailSignal::DriveWay::deadlockLaneOccupied(), GUIBaseVehicle::drawStopLabels(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSRailSignal::hasOncomingRailTraffic(), MSIdling_Stop::idle(), MSBaseVehicle::insertStop(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().

Here is the caller graph for this function:

◆ getCurrentStoppingTimeSeconds()

double MEVehicle::getCurrentStoppingTimeSeconds ( ) const
inherited

Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty.

Definition at line 297 of file MEVehicle.cpp.

References MEVehicle::myLastEntryTime, MSBaseVehicle::myStops, and STEPS2TIME.

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ getDepartDelay()

SUMOTime MSBaseVehicle::getDepartDelay ( ) const
virtualinherited

Returns the depart delay.

Implements SUMOVehicle.

Definition at line 617 of file MSBaseVehicle.cpp.

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

Referenced by GUIVehicle::getColorValue(), getColorValue(), GUIVehicle::getParameterWindow(), getParameterWindow(), GUIBaseVehicle::getScaleValue(), 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 379 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 355 of file MSBaseVehicle.h.

References MSBaseVehicle::myDeparture.

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

Here is the caller graph for this function:

◆ getDevice()

◆ getDeviceDescription()

std::string GUIBaseVehicle::getDeviceDescription ( )
inherited

lists equipped device (types) for the current vehicle

Definition at line 1147 of file GUIBaseVehicle.cpp.

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

Referenced by GUIVehicle::getParameterWindow(), and 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 2179 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 471 of file MSBaseVehicle.h.

References MSBaseVehicle::myDevices.

Referenced by GUIBaseVehicle::getDeviceDescription().

Here is the caller graph for this function:

◆ getEdge()

const MSEdge * MSBaseVehicle::getEdge ( ) const
virtualinherited

◆ getEdgeID()

std::string GUIMEVehicle::getEdgeID ( ) const

Definition at line 257 of file GUIMEVehicle.cpp.

References MSBaseVehicle::getEdge(), and Named::getID().

Referenced by getParameterWindow().

Here is the caller graph for this function:

◆ 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 powertrain of the vehicle? RICE_REV_JS: It is the current drawn from the overhead wire (value if the vehicle is not connected to overhead wire?)

Returns
The current of ElecHybrid device

Definition at line 2016 of file MSBaseVehicle.cpp.

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

Referenced by GUIVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ getEmissionParameters()

EnergyParams* MSBaseVehicle::getEmissionParameters ( ) const
inlinevirtualinherited

retrieve parameters for the energy consumption model

Implements SUMOVehicle.

Definition at line 799 of file MSBaseVehicle.h.

References MSBaseVehicle::getVehicleType(), and MSBaseVehicle::myEnergyParams.

Referenced by MSBaseVehicle::getEmissions(), and MSBaseVehicle::initDevices().

Here is the caller graph for this function:

◆ getEmissions()

template<PollutantsInterface::EmissionType ET>
double MSBaseVehicle::getEmissions ( ) const
inlineinherited

◆ getEventTime()

SUMOTime MEVehicle::getEventTime ( ) const
inlineinherited

Returns the (planned) time at which the vehicle leaves its current segment.

Returns
The time the vehicle thinks it leaves its segment at

Definition at line 200 of file MEVehicle.h.

References MEVehicle::myEventTime.

Referenced by MELoop::addLeaderCar(), MELoop::checkCar(), MEVehicle::getEventTimeSeconds(), LIBSUMO_NAMESPACE::Vehicle::getLastActionTime(), MESegment::isOpen(), MESegment::receive(), MELoop::removeLeaderCar(), MESegment::send(), MEVehicle::setApproaching(), MESegment::setSpeedForQueue(), MELoop::teleportVehicle(), and MEVehicle::updateDetectors().

Here is the caller graph for this function:

◆ getEventTimeSeconds()

double MEVehicle::getEventTimeSeconds ( ) const
inlineinherited

Returns the earliest leave time for the current segment.

Definition at line 282 of file MEVehicle.h.

References MEVehicle::getEventTime(), and STEPS2TIME.

Referenced by GUIEdge::drawMesoVehicles(), getCenteringBoundary(), and getParameterWindow().

Here is the caller graph for this function:

◆ getExaggeration()

double GUIMEVehicle::getExaggeration ( const GUIVisualizationSettings s) const
virtual

return exaggeration associated with this GLObject

Reimplemented from GUIBaseVehicle.

Definition at line 274 of file GUIMEVehicle.cpp.

References GUIVisualizationSizeSettings::getExaggeration(), and GUIVisualizationSettings::vehicleSize.

Referenced by drawRouteHelper().

Here is the caller graph for this function:

◆ getFlowID()

std::string MSBaseVehicle::getFlowID ( ) const
privateinherited

reconstruct flow id from vehicle id

Definition at line 159 of file MSBaseVehicle.cpp.

References Named::getID().

Referenced by MSBaseVehicle::checkRouteRemoval().

Here is the caller graph for this function:

◆ getFollower()

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

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 in MSVehicle.

Definition at line 951 of file MSBaseVehicle.h.

References TL, UNUSED_PARAMETER, and WRITE_WARNING.

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

Here is the caller graph for this function:

◆ getFullName()

◆ getGLIcon()

FXIcon * GUIGlObject::getGLIcon ( ) const
inherited

get icon associated with this GL Object

Definition at line 188 of file GUIGlObject.cpp.

References GUIGlObject::myIcon.

◆ getGlID()

GUIGlID GUIGlObject::getGlID ( ) const
inlineinherited

Returns the numerical id of the object.

Returns
This object's gl-id

Definition at line 104 of file GUIGlObject.h.

References GUIGlObject::myGlID.

Referenced by GUIMessageWindow::appendMsg(), GUIGlObject::buildSelectionPopupEntry(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIBusStop::drawGL(), GUICalibrator::drawGL(), GUIChargingStation::drawGL(), GUIJunctionWrapper::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIOverheadWire::drawGL(), GUIOverheadWireClamp::drawGL(), GUIParkingArea::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GUIContainer::drawGL(), GUIEdge::drawGL(), GUILane::drawGL(), GUIPerson::drawGL(), GUIPointOfInterest::drawGL(), GUIPolygon::drawGL(), GUIBaseVehicle::drawGLAdditional(), GUIContainer::drawGLAdditional(), GUIPerson::drawGLAdditional(), GUILane::drawLinkRule(), GUIBaseVehicle::drawOnPos(), GUIJunctionWrapper::getColorValue(), GUIVehicle::getColorValue(), getColorValue(), GUIContainer::getColorValue(), GUIEdge::getColorValue(), GUIPerson::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(), GNEViewNet::getToolTipID(), GUITransportableControl::insertIDs(), GUIMEVehicleControl::insertVehicleIDs(), GUIVehicleControl::insertVehicleIDs(), GUILane::isLaneOrEdgeSelected(), GUIVehicle::isSelected(), GUIContainer::isSelected(), GUIEdge::isSelected(), GUILane::isSelected(), GUIPerson::isSelected(), GUISelectedStorage::isSelected(), GUISUMOViewParent::isSelected(), GUIGlChildWindow::isSelected(), GUIViewTraffic::onCmdAddRerouter(), GUIGLObjectPopupMenu::onCmdAddSelected(), GUIGLObjectPopupMenu::onCmdCenter(), GNEElementTree::onCmdCenterItem(), GUIViewTraffic::onCmdCloseEdge(), GUIViewTraffic::onCmdCloseLane(), GUIDialog_GLChosenEditor::onCmdDeselect(), GUIApplicationWindow::onCmdEditChosen(), GUIGLObjectPopupMenu::onCmdRemoveSelected(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdStartTrack(), GUIContainer::GUIContainerPopupMenu::onCmdStartTrack(), GUIPerson::GUIPersonPopupMenu::onCmdStartTrack(), GUIDialog_ChooserAbstract::onCmdTrack(), GUIViewTraffic::onGamingClick(), ComparatorClickPriority::operator()(), GUIDialog_ChooserAbstract::refreshList(), GLObjectValuePassConnector< T >::removeObject(), GUIVehicle::selectBlockingFoes(), GUIPointOfInterest::setColor(), GUIPolygon::setColor(), GUIMessageWindow::setCursorPos(), GUIViewTraffic::showLaneReachability(), GUIBaseVehicle::~GUIBaseVehicle(), 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 2026 of file MSBaseVehicle.cpp.

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

Referenced by GUIVehicle::getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getNoiseEmission(), and GUIVehicle::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 74 of file Named.h.

References Named::myID.

Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSCFModel_EIDM::_v(), MSCFModel_ACC::_v(), MSCFModel_IDM::_v(), MSCFModel_CACC::_v(), MSCFModel_Wiedemann::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSTransportableControl::abortAnyWaitingForVehicle(), MSLaneChangerSublane::abortLCManeuver(), MSTransportable::abortStage(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaderDistance(), MSVehicle::adaptToLeaders(), MSVehicle::adaptToOncomingLeader(), MSVehicleTransfer::add(), MSPModel_JuPedSim::add(), MSPModel_Striping::add(), PCPolyContainer::add(), ShapeContainer::add(), MSDetectorControl::add(), NLTriggerBuilder::addAccess(), RORouteDef::addAlternative(), MSLane::addApproachingLane(), MSTractionSubstation::addChargeValueForOutput(), MSChargingStation::addChargeValueForOutput(), MSOverheadWire::addChargeValueForOutput(), NBNodeCont::addCluster2Join(), NLHandler::addConflict(), NLHandler::addConnection(), NBLoadedSUMOTLDef::addConnection(), MSPModel_Striping::addCrossingVehs(), RODFDetectorCon::addDetector(), NIXMLEdgesHandler::addEdge(), RONet::addEdge(), ROJTREdge::addFollowerProbability(), MSLane::addLeaders(), MSTLLogicControl::TLSLogicVariants::addLogic(), RONet::addNode(), MSLaneChangerSublane::addOutsideLeaders(), MSTractionSubstation::addOverheadWireClampToCircuit(), MSTractionSubstation::addOverheadWireInnerSegmentToCircuit(), MSTractionSubstation::addOverheadWireSegmentToCircuit(), MSTriggeredRerouter::addParkValues(), NIImporter_SUMO::addPhase(), GUIEdge::addRerouter(), MSDevice_Taxi::addReservation(), MSDispatch::addReservation(), MSRouteHandler::addRideOrTransport(), RONet::addRouteDef(), NIXMLEdgesHandler::addSplit(), NBTrafficLightLogic::addStep(), MSRouteHandler::addStop(), RORouteHandler::addStop(), ROVehicle::addStop(), MSBaseVehicle::addStop(), MSNet::addStoppingPlace(), MSRouteHandler::addTranship(), MSVehicle::addTransportable(), AGActivityTripWriter::addTrip(), NIXMLConnectionsHandler::addWalkingArea(), MSBaseVehicle::allowsBoarding(), MSTransportable::appendStage(), LIBSUMO_NAMESPACE::Person::appendWalkingStage(), MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilterLateralDistanceSinglePass(), libsumo::Helper::applySubscriptionFilters(), libsumo::Helper::applySubscriptionFilterTurn(), MSLaneChanger::avoidDeadlock(), MSDevice_ToC::awarenessRecoveryStep(), GUITrafficLightLogicWrapper::begin2TrackPhases(), MSPModel_Striping::blockedAtDist(), MSLink::blockedAtTime(), MSLink::blockedByFoe(), MSVehicle::boardTransportables(), MSVehicle::brakeForOverlap(), NIVisumTL::build(), LIBSUMO_NAMESPACE::TrafficLight::buildConstraint(), MSSOTLE2Sensors::buildContinueSensior(), MSSOTLE2Sensors::buildCountSensorForLane(), MSSOTLE2Sensors::buildCountSensorForOutLane(), NBNode::buildCrossings(), NBNode::buildCrossingsAndWalkingAreas(), MSTransportableDevice_Routing::buildDevices(), MSTransportableDevice_BTreceiver::buildDevices(), MSTransportableDevice_BTsender::buildDevices(), MSTransportableDevice_FCD::buildDevices(), MSTransportableDevice_FCDReplay::buildDevices(), NIImporter_VISUM::buildDistrictNode(), MSRailSignal::LinkInfo::buildDriveWay(), NLDetectorBuilder::buildE2Detector(), RODFNet::buildEdgeFlowMap(), NLDetectorBuilder::buildInductLoop(), NBEdge::buildInnerEdges(), NLTriggerBuilder::buildInnerOverheadWireSegments(), GNETLSEditorFrame::buildInternalLanes(), NIVissimEdge::buildNBEdge(), NGEdge::buildNBEdge(), NBOwnTLDef::buildNemaPhases(), NBRampsComputer::buildOffRamp(), NBRampsComputer::buildOnRamp(), MSPModel_JuPedSim::buildPedestrianNetwork(), MSRailSignal::DriveWay::buildRoute(), MELoop::buildSegmentsFor(), MSSOTLE2Sensors::buildSensorForLane(), MSSOTLE2Sensors::buildSensorForOutLane(), libsumo::Helper::buildStopParameters(), MSDevice_Bluelight::buildVehicleDevices(), MSVehicleDevice_BTreceiver::buildVehicleDevices(), MSVehicleDevice_BTsender::buildVehicleDevices(), MSDevice_DriverState::buildVehicleDevices(), MSDevice_ElecHybrid::buildVehicleDevices(), MSDevice_Example::buildVehicleDevices(), MSDevice_FCD::buildVehicleDevices(), MSDevice_FCDReplay::buildVehicleDevices(), MSDevice_Friction::buildVehicleDevices(), MSDevice_GLOSA::buildVehicleDevices(), MSDevice_Routing::buildVehicleDevices(), MSDevice_SSM::buildVehicleDevices(), MSDevice_Taxi::buildVehicleDevices(), MSDevice_ToC::buildVehicleDevices(), MSDevice_Tripinfo::buildVehicleDevices(), MSDevice_Transportable::buildVehicleDevices(), MSDevice_Vehroutes::buildVehicleDevices(), MSDevice_Battery::buildVehicleDevices(), NBNode::buildWalkingAreas(), MSBaseVehicle::calculateArrivalParams(), MSSwarmTrafficLightLogic::calculateEtaDiff(), MSSwarmTrafficLightLogic::calculateEtaRatio(), NEMALogic::calculateInitialPhases170(), MSE2Collector::calculateTimeLossAndTimeOnDetector(), MSStageDriving::canLeaveVehicle(), MSSOTLPolicyBasedTrafficLightLogic::canRelease(), MSLCHelper::canSaveBlockerLength(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLCM_SL2015::changed(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), MSActuatedTrafficLightLogic::changeStepAndDuration(), MSSimpleTrafficLightLogic::changeStepAndDuration(), LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSCFModel_CC::changeWholePlatoonLane(), MSTLLogicControl::check2Switch(), MSEdge::checkAndRegisterBiDirEdge(), MSLaneChanger::checkChange(), MSLaneChanger::checkChangeOpposite(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeSublane(), NBEdgeCont::checkConsistency(), MSRailSignal::DriveWay::checkCrossingFlanks(), MSDevice_ToC::checkDynamicToC(), MSLane::checkFailure(), MSRailSignal::DriveWay::checkFlanks(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSE2Collector::checkPositioning(), MSRoute::checkRemoval(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MEVehicle::checkStop(), MSLCM_SL2015::checkStrategicChange(), MSAbstractLaneChangeModel::checkTraCICommands(), MSLaneChanger::checkTraCICommands(), MSLink::checkWalkingAreaFoe(), MSSwarmTrafficLightLogic::choosePolicy(), MSDevice_SSM::classifyEncounter(), ShapeContainer::clearHighlights(), NBTrafficLightLogic::closeBuilding(), ODDistrictHandler::closeDistrict(), NLHandler::closeEdge(), MSDevice_SSM::closeEncounter(), RORouteHandler::closeRouteDistribution(), MSRouteHandler::closeVehicle(), RORouteHandler::closeVehicle(), NBTrafficLightDefinition::collectAllLinks(), NBTrafficLightDefinition::collectEdges(), NBLoadedSUMOTLDef::collectEdgeVectors(), NBLoadedTLDef::collectLinks(), MSLCM_SL2015::commitManoeuvre(), IntermodalRouter< E, L, N, V >::compute(), NBTrafficLightDefinition::compute(), ROJTRRouter::compute(), MSVehicle::computeAngle(), MSDispatch::computeDetourTime(), NBNodeShapeComputer::computeEdgeBoundaries(), MSVehicle::computeFurtherLanes(), MSDevice_SSM::computeGlobalMeasures(), NBNode::computeInternalLaneShape(), NBNode::computeLanes2Lanes(), NBNode::computeLogic(), NBOwnTLDef::computeLogicAndConts(), NBNodeShapeComputer::computeNodeShapeDefault(), NBNodeShapeComputer::computeNodeShapeSmall(), NBNodeTypeComputer::computeNodeTypes(), NBRampsComputer::computeRamps(), RODFNet::computeRoutesFor(), MSLaneChanger::computeSafeOppositeLength(), NBTrafficLightLogicCont::computeSingleLogic(), NBNode::computeSmoothShape(), MSLCM_LC2013::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSDevice_SSM::computeSSMs(), MSLaneChanger::computeSurplusGap(), NBTurningDirectionsComputer::computeTurnDirectionsForNode(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSRailSignal::DriveWay::conflictLaneOccupied(), NGNet::connect(), MSRailSignal::constraintsAllow(), NEMALogic::constructTimingAndPhaseDefs(), MSLaneChanger::continueChange(), MSLaneChangerSublane::continueChangeSublane(), libsumo::Helper::convertCartesianToRoadMap(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), NBLoadedSUMOTLDef::copyIndices(), NBOwnTLDef::correctConflicting(), NBOwnTLDef::corridorLike(), MSSOTLWaveTrafficLightLogic::countVehicles(), MSSOTLE2Sensors::countVehicles(), MSDevice_SSM::createEncounters(), GNETLSEditorFrame::TLSDefinition::createTLS(), GUINet::createTLWrapper(), MSDevice_Taxi::customerArrived(), NBNodeCont::customTLID(), 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(), MSEdge::dictionaryHint(), NBNodeCont::discardTrafficLights(), MSDispatch_Greedy::dispatch(), MSDispatch_GreedyShared::dispatch(), MSDispatch_RouteExtension::dispatch(), MSDevice_Taxi::dispatchShared(), GUILane::drawGL(), MSDevice_SSM::Encounter::Encounter(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSE3Collector::enter(), NEMAPhase::enter(), MSParkingArea::enter(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSTransportableControl::erase(), NEMALogic::error_handle_not_set(), METriggeredCalibrator::execute(), Command_SaveTLSProgram::execute(), Command_SaveTLSState::execute(), Command_SaveTLSSwitches::execute(), Command_SaveTLSSwitchStates::execute(), Command_RouteReplacement::execute(), MSDevice_BTreceiver::BTreceiverUpdate::execute(), MSVTypeProbe::execute(), MSPModel_Striping::MovePedestrians::execute(), MSCalibrator::execute(), MSPModel_JuPedSim::execute(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSLane::executeMovements(), NBNodeCont::extract(), NBTrafficLightLogicCont::extract(), MSDevice_SSM::filterByConflictType(), LIBSUMO_NAMESPACE::Person::filterReservation(), NBLoadedSUMOTLDef::finalChecks(), MSCFModel::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_EIDM::finalizeSpeed(), MSLaneChanger::findCandidate(), MSDevice_StationFinder::findChargingStation(), LIBSUMO_NAMESPACE::TrafficLight::findConstraintsDeadLocks(), MSRailSignal::DriveWay::findFlankProtection(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Simulation::findIntermodalRoute(), MSDevice_SSM::findSurroundingVehicles(), MSDevice_SSM::flushConflicts(), MSDevice_SSM::flushGlobalMeasures(), MSCFModel_CACC::followSpeed(), MSCFModel_EIDM::followSpeed(), MSCFModel_W99::followSpeed(), NBTrafficLightDefinition::forbids(), MSLaneChanger::foundHilltop(), MSCFModel_EIDM::freeSpeed(), NBNodeCont::generateNodeClusters(), MSDevice_StationFinder::generateOutput(), MSDevice_Tripinfo::generateOutput(), MSStopOut::generateOutputForUnfinished(), GUITrafficLightLogicWrapper::getActiveTLLogic(), RODFDetectorCon::getAggFlowFor(), RODFDetectorCon::getAnyDetectorForEdge(), MSPModel_Striping::getArbitraryPath(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), LIBSUMO_NAMESPACE::Vehicle::getBestLanes(), MSLaneChanger::getBestLanesOpposite(), NBOwnTLDef::getBestPair(), MSDevice::getBoolParam(), NBRailwayTopologyAnalyzer::getBrokenRailNodes(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), MSVehicle::getCenterOnEdge(), MSDevice_Battery::getChargingStationID(), MSRailSignal::getClickableTLLinkID(), LIBSUMO_NAMESPACE::Simulation::getCollisions(), GUIVehicle::getColorValue(), MSLaneChanger::getColumnleader(), MSActuatedTrafficLightLogic::getConditions(), LIBSUMO_NAMESPACE::TrafficLight::getConstraintsByFoe(), LIBSUMO_NAMESPACE::TrafficLight::getControlledLinks(), MSLane::getCriticalLeader(), MSCalibrator::getCurrentStateInterval(), NBNodeShapeComputer::getDefaultRadius(), MSLink::getDescription(), MSStop::getDescription(), NBTrafficLightDefinition::getDescription(), MSStageTrip::getDestinationDescription(), GUIPerson::getDestinationEdgeID(), GUIPerson::getDestinationStopID(), MSDevice_SSM::getDetectionRange(), RODFNet::getDetectorEdge(), MSActuatedTrafficLightLogic::getDetectorPriority(), MSRailSignal::LinkInfo::getDriveWay(), MSSimpleTrafficLightLogic::getEarliest(), GUIPerson::getEdgeID(), getEdgeID(), MSMeanData::getEdgeID(), LIBSUMO_NAMESPACE::RouteProbe::getEdgeID(), MSDevice_SSM::getExtraTime(), MSLane::getFirstVehicleInformation(), MSDevice::getFloatParam(), MSBaseVehicle::getFlowID(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), GUIPerson::getFromEdgeID(), NBEdge::getID(), LIBSUMO_NAMESPACE::Vehicle::getJunctionFoes(), MSRailSignal::getJunctionLinkID(), LIBSUMO_NAMESPACE::Calibrator::getLaneID(), NEMALogic::getLaneInfoFromNEMAState(), MSParkingArea::getLastFreePos(), MSParkingArea::getLastFreePosWithReservation(), MSLane::getLastVehicleInformation(), MSSimpleTrafficLightLogic::getLatest(), MSVehicle::getLatOffset(), MSLane::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), MSLink::getLengthBeforeCrossing(), MSDevice_BTsender::getLocation(), MSDevice_SSM::getMDRAC_PRT(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForInputLanes(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForOutputLanes(), MSDevice_SSM::getMeasuresAndThresholds(), NIImporter_VISUM::getNamedEdgeContinuating(), MSPModel_Striping::getNeighboringObstacles(), MSCalibrator::getNewVehicleID(), MSPerson::getNextEdge(), MSPModel_Striping::getNextLane(), MSPModel_Striping::getNextLaneObstacles(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSStageTrip::getOriginDescription(), MSDevice_SSM::getOutputFilename(), MSDevice_ElecHybrid::getOverheadWireSegmentID(), MSOverheadWire::getOverheadWireSegmentName(), MSDevice_StationFinder::getParameter(), MSDevice_ToC::getParameter(), MSActuatedTrafficLightLogic::getParameter(), NEMALogic::getParameter(), LIBSUMO_NAMESPACE::Simulation::getParameter(), GUITrafficLightLogicWrapper::getParameterWindow(), GUIContainer::getParameterWindow(), GUILane::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_NAMESPACE::Calibrator::getRouteProbeID(), MSBaseVehicle::getRouteValidity(), GUIBaseVehicle::getScaleValue(), MSAbstractLaneChangeModel::getShadowLane(), MSBaseVehicle::getSingularType(), MSTransportable::getSingularType(), LIBSUMO_NAMESPACE::Person::getStage(), MSStageDriving::getStageSummary(), MSStageTranship::getStageSummary(), MSStageWaiting::getStageSummary(), MSStageWalking::getStageSummary(), MSDevice_Taxi::getStopLane(), MSNet::getStoppingPlaceID(), MSDevice::getStringParam(), MSLane::getSurroundingVehicles(), MSActuatedTrafficLightLogic::getTarget(), LIBSUMO_NAMESPACE::Vehicle::getTeleportingIDList(), MSDevice::getTimeParam(), 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(), LIBSUMO_NAMESPACE::TrafficLight::getVehicleByTripId(), GUIPerson::getVehicleID(), 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(), MSLane::handleIntermodalCollisionBetween(), MSRailSignal::hasInsertionConstraint(), MSRailSignal::hasOncomingRailTraffic(), MSBaseVehicle::hasValidRouteStart(), MSVehicle::hasValidRouteStart(), MSBaseVehicle::haveValidStopEdges(), LIBSUMO_NAMESPACE::POI::highlight(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSIdling_Stop::idle(), MSIdling_RandomCircling::idle(), MSIdling_TaxiStand::idle(), MSLink::ignoreFoe(), MSVehicle::ignoreFoe(), MSVehicle::ignoreRed(), MSVehicle::Influencer::implicitDeltaPosRemote(), NBNode::indirectLeftShape(), MSLCM_LC2013::inform(), MSLCM_SL2015::inform(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), MSCalibrator::init(), NBEdge::init(), MSDelayBasedTrafficLightLogic::init(), MSDeterministicHiLevelTrafficLightLogic::init(), MSSOTLTrafficLightLogic::init(), MSSwarmTrafficLightLogic::init(), MSTrafficLightLogic::init(), MSActuatedTrafficLightLogic::init(), MSRailSignal::init(), NEMALogic::init(), MSActuatedTrafficLightLogic::initAttributeOverride(), MSE2Collector::initAuxiliaries(), MESegment::initialise(), MSPModel_JuPedSim::initialize(), MSTrafficLightLogic::initMesoTLSPenalties(), NBOwnTLDef::initNeedsContRelation(), PolygonDynamics::initTrackedPosition(), NIImporter_SUMO::initTrafficLightLogic(), NIXMLTrafficLightsHandler::initTrafficLightLogic(), NBDistrictCont::insert(), NBNodeCont::insert(), NBTrafficLightLogicCont::insert(), NIImporter_OpenStreetMap::insertEdge(), MSCFModel_IDM::insertionFollowSpeed(), MSBaseVehicle::insertStop(), MSLane::insertVehicle(), MSEdge::insertVehicle(), MSPModel_Striping::insertWalkArePaths(), MSLane::integrateNewVehicles(), IntermodalNetwork< E, L, N, V >::IntermodalNetwork(), GNEJunction::invalidateTLS(), NBNode::invalidateTLS(), MSTLLogicControl::isActive(), MSPedestrianPushButton::isActiveForEdge(), MSPedestrianPushButton::isActiveOnAnySideOfTheRoad(), RODFNet::isAllowed(), RODFNet::isDestination(), RODFNet::isFalseSource(), MSLane::isInsertionSuccess(), MSBaseVehicle::isJumping(), MSVehicle::isLeader(), MESegment::isOpen(), MSCFModel_CC::isPlatoonLaneChangeSafe(), RODFNet::isSource(), NIImporter_VISUM::isSplitEdge(), MSSOTLTrafficLightLogic::isThresholdPassed(), RORoute::isValid(), MSStageDriving::isWaitingFor(), MESegment::jamThresholdForSpeed(), NBNodeCont::joinNodeCluster(), 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(), MSVehicle::loadState(), MSVehicleTransfer::loadState(), MSActuatedTrafficLightLogic::loadState(), ODDistrictCont::makeDistricts(), MSE2Collector::makeMoveNotification(), MSE2Collector::makeVehicleInfo(), NWWriter_OpenDrive::mapmatchRoadObjects(), MEVehicle::mayProceed(), MSSOTLE2Sensors::meanVehiclesSpeed(), METriggeredCalibrator::METriggeredCalibrator(), MSDevice_FCDReplay::move(), MSTransportableDevice_FCDReplay::move(), MSPModel_Striping::moveInDirection(), MSPModel_Striping::moveInDirectionOnLane(), MSPModel_Striping::PState::moveTo(), 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_StationFinder::MSDevice_StationFinder(), MSDevice_Taxi::MSDevice_Taxi(), MSDevice_ToC::MSDevice_ToC(), MSE2Collector::MSE2Collector(), MSLCM_LC2013::MSLCM_LC2013(), MSParkingArea::MSParkingArea(), MSSimpleDriverState::MSSimpleDriverState(), MSLCM_SL2015::mustOvertakeStopped(), NBLoadedTLDef::myCompute(), NIImporter_SUMO::myEndElement(), MSStateHandler::myStartElement(), MSCalibrator::myStartElement(), MSLaneSpeedTrigger::myStartElement(), MSTriggeredRerouter::myStartElement(), MSPModel_Striping::nextBlocking(), MSLane::AnyVehicleIterator::nextIsMyVehicles(), MSDevice_ElecHybrid::notifyEnter(), MSE2Collector::notifyEnter(), MSDevice_Bluelight::notifyEnter(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_Example::notifyEnter(), MSDevice_GLOSA::notifyEnter(), MSDevice_SSM::notifyEnter(), MSDevice_Tripinfo::notifyEnter(), MSMeanData::MeanDataValues::notifyEnter(), MSMeanData::MeanDataValueTracker::notifyEnter(), MSMeanData_Net::MSLaneMeanDataValues::notifyEnter(), MSRailSignalConstraint_Predecessor::PassedTracker::notifyEnter(), MSCalibrator::VehicleRemover::notifyEnter(), MSE3Collector::MSE3EntryReminder::notifyEnter(), MSE3Collector::MSE3LeaveReminder::notifyEnter(), MSDevice_ElecHybrid::notifyLeave(), MSDevice_Bluelight::notifyLeave(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_Example::notifyLeave(), MSDevice_SSM::notifyLeave(), MSDevice_Transportable::notifyLeave(), MSDevice_Tripinfo::notifyLeave(), MSE2Collector::notifyLeave(), MSE3Collector::MSE3EntryReminder::notifyLeave(), MSE3Collector::MSE3LeaveReminder::notifyLeave(), MSDevice_ElecHybrid::notifyMove(), MSDevice_Battery::notifyMove(), MSDevice_Bluelight::notifyMove(), MSDevice_BTreceiver::notifyMove(), MSDevice_BTsender::notifyMove(), MSDevice_Example::notifyMove(), MSDevice_GLOSA::notifyMove(), MSDevice_SSM::notifyMove(), MSDevice_StationFinder::notifyMove(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), MSMeanData::MeanDataValues::notifyMove(), MSDevice_ToC::notifyMove(), MSE3Collector::MSE3LeaveReminder::notifyMove(), MSE3Collector::MSE3EntryReminder::notifyMove(), MSMeanData_Net::MSLaneMeanDataValues::notifyMoveInternal(), GNETLSEditorFrame::TLSDefinition::onCmdResetCurrentProgram(), 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_stopPoints(), NIImporter_VISUM::parse_Turns(), NLTriggerBuilder::parseAndBuildCalibrator(), NLTriggerBuilder::parseAndBuildOverheadWireSection(), MSRouteHandler::parseWalkPositions(), NBLoadedSUMOTLDef::patchIfCrossingsAdded(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), MSRoutingEngine::patchSpeedForTurns(), NBLoadedTLDef::SignalGroup::patchTYellow(), MSCFModel_CC::performAutoLaneChange(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSLane::planMovements(), PolygonDynamics::PolygonDynamics(), MSInternalJunction::postloadInit(), MSRightOfWayJunction::postloadInit(), MSVehicle::Influencer::postProcessRemoteControl(), MSLCM_SL2015::prepareStep(), MSDevice_Taxi::prepareStop(), MSLCM_SL2015::preventSliding(), MSAbstractLaneChangeModel::primaryLaneChanged(), AGStreet::print(), MSStageDriving::proceed(), MSDevice_SSM::processEncounters(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), NIXMLNodesHandler::processNodeType(), TraCIServerAPI_Vehicle::processSet(), MSVehicle::processTraCISpeedControl(), NIXMLNodesHandler::processTrafficLightDefinitions(), MSDelayBasedTrafficLightLogic::proposeProlongation(), NBNodeCont::pruneClusterFringe(), NBNodeCont::pruneSlipLaneNodes(), MSPModel_Striping::PState::PState(), NBTrafficLightDefinition::railSignalUncontrolled(), MSDevice_Battery::readParameterValue(), MSOffTrafficLightLogic::rebuildPhase(), NBEdge::recheckLanes(), NBEdgeCont::recheckPostProcessConnections(), NIImporter_OpenStreetMap::reconstructLayerElevation(), NBLoadedSUMOTLDef::reconstructLogic(), NBEdge::reduceGeometry(), MSNet::registerCollision(), MSRailSignalControl::registerProtectedDriveway(), MSLink::removeApproaching(), LIBSUMO_NAMESPACE::TrafficLight::removeConstraints(), MSVehicle::removePassedDriveItems(), MSCalibrator::removePending(), MSDispatch::removeReservation(), GNEJunction::removeTLSConnections(), NBNodeCont::rename(), NBTrafficLightLogicCont::rename(), RORouteDef::repairCurrentRoute(), GNEJunction::replaceIncomingConnections(), MSBaseVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::replaceStop(), MSTransportable::replaceVehicleType(), NIImporter_DlrNavteq::TrafficlightsHandler::report(), NLEdgeControlBuilder::reportCurrentEdgeOrLane(), MSDevice_SSM::requestsTrajectories(), MSDevice_ToC::requestToC(), MSPerson::reroute(), MSBaseVehicle::reroute(), MSRailSignal::LinkInfo::reroute(), GUIVehicle::rerouteDRTStop(), MSTriggeredRerouter::rerouteParkingArea(), MSVehicle::rerouteParkingArea(), MSTransportable::rerouteParkingArea(), MSDevice_StationFinder::rerouteToChargingStation(), MSDevice_ToC::resetDeliberateLCs(), MSLane::resetManeuverReservation(), MSLane::resetPartialOccupation(), MSDevice_Bluelight::resetVehicle(), MSLaneChanger::resolveDeadlock(), LIBSUMO_NAMESPACE::Vehicle::resume(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MSRailSignal::retrieveDriveWay(), NIImporter_OpenDrive::retrieveSignalEdges(), RODFNet::revalidateFlows(), NBRailwayTopologyAnalyzer::reverseEdges(), MSStageDriving::routeOutput(), MSStageTranship::routeOutput(), MSStageTrip::routeOutput(), MSStageWaiting::routeOutput(), MSStageWalking::routeOutput(), MSLane::safeInsertionSpeed(), RONet::saveAndRemoveRoutesUntil(), ROPerson::Ride::saveAsXML(), ROVehicle::saveAsXML(), MSLCM_LC2013::saveBlockerLength(), MSLane::saveState(), MESegment::saveState(), MSDevice::saveState(), MSDevice_Battery::saveState(), MSDevice_Routing::saveState(), MSDevice_Transportable::saveState(), MSDevice_Tripinfo::saveState(), MSDevice_Vehroutes::saveState(), MSTransportableDevice_Routing::saveState(), MSSimpleTrafficLightLogic::saveState(), MSStageDriving::saveState(), MSCalibrator::scheduleRemoval(), GUIVehicle::selectBlockingFoes(), MSE2Collector::selectLanes(), MSVehicle::setAngle(), MSLink::setApproaching(), MSVehicle::setApproachingForAllLinks(), MSStageTrip::setArrived(), NBNodeCont::setAsTLControlled(), MSSimpleDriverState::setAwareness(), MSLane::setBidiLane(), MSEdge::setBidiLanes(), NLEdgeControlBuilder::setDefaultStopOffset(), MSBaseVehicle::setDepartAndArrivalEdge(), MSCalibrator::setFlow(), NBEdge::setGeometry(), MSBaseVehicle::setJunctionModelParameter(), MSTransportable::setJunctionModelParameter(), MSAbstractLaneChangeModel::setManeuverDist(), MSLane::setManeuverReservation(), MSDevice_Battery::setMaximumBatteryCapacity(), NBEdge::setNodeBorder(), MSLane::setOpposite(), MSLCM_SL2015::setOwnState(), MSDevice_ToC::setParameter(), MSActuatedTrafficLightLogic::setParameter(), MSSimpleTrafficLightLogic::setParameter(), NEMALogic::setParameter(), MSCFModel_CACC::setParameter(), MSCFModel_CC::setParameter(), MSLane::setPartialOccupation(), NBEdgePriorityComputer::setPriorityJunctionPriorities(), libsumo::Helper::setRemoteControlled(), MSLink::setRequestInformation(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), LIBSUMO_NAMESPACE::Vehicle::setRouteID(), MSDevice_Battery::setStoppingThreshold(), NBLoadedSUMOTLDef::setTLControllingInformation(), NBLoadedTLDef::setTLControllingInformation(), NBOwnTLDef::setTLControllingInformation(), NBTrafficLightLogicCont::setTLControllingInformation(), MSStageDriving::setVehicle(), MSOverheadWire::setVoltage(), NBEdge::shiftPositionAtNode(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSVehicle::slowDownForSchedule(), MSLane::sortManeuverReservations(), IntermodalNetwork< E, L, N, V >::splitEdge(), MSDispatch_TraCI::splitReservation(), MSLaneChangerSublane::startChangeSublane(), MSStopOut::stopEnded(), MSCFModel_EIDM::stopSpeed(), MSStopOut::stopStarted(), MSLane::succLinkSec(), LIBSUMO_NAMESPACE::TrafficLight::swapConstraints(), MSDevice_ToC::switchHolderType(), GNETLSEditorFrame::TLSDefinition::switchProgram(), GUITrafficLightLogicWrapper::switchTLSLogic(), MSDevice_StationFinder::teleportToChargingStation(), MELoop::teleportVehicle(), MSDevice_ToC::ToCPreparationStep(), libsumo::Helper::TransportableStateListener::transportableStateChanged(), TraCIServer::transportableStateChanged(), MSDevice_ToC::triggerDownwardToC(), MSDevice_ToC::triggerMRM(), MSTriggeredRerouter::triggerRouting(), MSDevice_ToC::triggerUpwardToC(), MSTransportable::tripInfoOutput(), MSPerson::MSPersonStage_Access::tripInfoOutput(), METriggeredCalibrator::tryEmit(), MSPModel_JuPedSim::tryPedestrianInsertion(), MSSOTLTrafficLightLogic::trySwitch(), MSActuatedTrafficLightLogic::trySwitch(), NEMALogic::trySwitch(), MSDevice_SSM::update(), MSSimpleDriverState::update(), PolygonDynamics::update(), MSDevice_SSM::updateAndWriteOutput(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSLCM_SL2015::updateCFRelated(), LIBSUMO_NAMESPACE::TrafficLight::updateConstraints(), MSSOTLTrafficLightLogic::updateCTS(), NLEdgeControlBuilder::updateCurrentLaneStopOffset(), MSVehicle::updateDriveItems(), MSRailSignal::updateDriveway(), MSDevice_SSM::updateEncounter(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), MSLCM_SL2015::updateGaps(), GNENetHelper::AttributeCarriers::updateJunctionID(), MSDevice_Taxi::updateMove(), MSSwarmTrafficLightLogic::updatePheromoneLevels(), MSVehicle::Influencer::updateRemoteControlRoute(), MSDispatch::updateReservationFromPos(), MSSwarmTrafficLightLogic::updateSensitivities(), MSAbstractLaneChangeModel::updateShadowLane(), MSVehicle::updateState(), MSAbstractLaneChangeModel::updateTargetLane(), MSDevice_BTreceiver::BTreceiverUpdate::updateVisibility(), MSDevice_SSM::useGeoCoords(), NEMALogic::validate_timing(), 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(), MSRailSignalConstraint_Predecessor::write(), MSElecHybridExport::writeAggregated(), MSLink::writeApproaching(), MSRailSignal::writeBlocks(), NWWriter_DlrNavteq::writeConnectedLanes(), NWWriter_SUMO::writeDistrict(), MSMeanData::writeEdge(), NWWriter_SUMO::writeEdge(), MSFullExport::writeEdge(), MSXMLRawOut::writeEdge(), MSRoute::writeEdgeIDs(), NWWriter_XML::writeEdgesAndConnections(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), RODFDetectorCon::writeEmitters(), RODFDetectorCon::writeEndRerouterDetectors(), NWWriter_OpenDrive::writeInternalEdge(), ROMAAssignments::writeInterval(), NWWriter_SUMO::writeJunction(), MSFullExport::writeLane(), MSQueueExport::writeLane(), MSXMLRawOut::writeLane(), MSDevice_SSM::writeLanesPositions(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_OpenDrive::writeNetwork(), NWWriter_XML::writeNodes(), NWWriter_DlrNavteq::writeNodesUnsplitted(), MSTractionSubstation::writeOut(), MSDevice_ToC::writeOutput(), MSNet::writeOutput(), MSDevice_Vehroutes::writeOutput(), MSOverheadWire::writeOverheadWireSegmentOutput(), MSDevice_SSM::writePositions(), NWWriter_OpenDrive::writeRoadObjectPOI(), NWWriter_OpenDrive::writeRoadObjectPoly(), NWWriter_SUMO::writeRoundabout(), NWWriter_OpenDrive::writeSignals(), 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(), MSCalibrator::writeXMLOutput(), MSRouteProbe::writeXMLOutput(), MSLaneChanger::yieldToDeadlockOncoming(), MSLaneChanger::yieldToOppositeWaiting(), MSCalibrator::~MSCalibrator(), MSDevice_Transportable::~MSDevice_Transportable(), MSLaneSpeedTrigger::~MSLaneSpeedTrigger(), 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 67 of file Named.h.

Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLaneChanger::avoidDeadlock(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChangeOpposite(), MSRailSignal::DriveWay::checkFlanks(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), AStarRouter< E, V >::compute(), DijkstraRouter< E, V >::compute(), NBOwnTLDef::computeLogicAndConts(), MSRailSignal::DriveWay::conflictLaneOccupied(), NBPTLineCont::constructRoute(), MSLaneChanger::continueChange(), MSLane::detectCollisions(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::executeMove(), NBRailwayTopologyAnalyzer::extendDirectionPriority(), MSRailSignal::DriveWay::findProtection(), NBPTLineCont::findWay(), MSCFModel_CACC::followSpeed(), MSCFModel_W99::followSpeed(), MSStopOut::generateOutputForUnfinished(), MSVehicle::getBackPositionOnLane(), NBOwnTLDef::getBestCombination(), NBOwnTLDef::getBestPair(), MSVehicle::getCenterOnEdge(), MSLaneChanger::getColumnleader(), NBEdge::Connection::getDescription(), MSLane::getFollowersOnConsecutive(), GUIVehicle::getLaneID(), LIBSUMO_NAMESPACE::Person::getLaneID(), MSVehicle::getLatOffset(), MSLane::getLeaderOnConsecutive(), MSLaneChanger::getOncomingOppositeVehicle(), MSLaneChanger::getRealLeader(), GUIVehicle::getShadowLaneID(), GUIVehicle::getTargetLaneID(), MSDevice_SSM::getVehiclesOnJunction(), NBEdgeCont::guessRoundabouts(), 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(), libsumo::Helper::moveToXYMap_matchingRoutePosition(), MSDevice_Bluelight::notifyEnter(), MSDevice_Bluelight::notifyLeave(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::reroute(), MSTriggeredRerouter::rerouteParkingArea(), MSRailSignal::DriveWay::reserve(), MSLaneChanger::resolveDeadlock(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSLeaderInfo::toString(), MSLeaderDistanceInfo::toString(), MSCriticalFollowerDistanceInfo::toString(), toString(), MSTriggeredRerouter::triggerRouting(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSAbstractLaneChangeModel::updateShadowLane(), MSPModel_Striping::PState::walk(), and MSLaneChanger::yieldToDeadlockOncoming().

◆ getImpatience()

double MSBaseVehicle::getImpatience ( ) const
virtualinherited

◆ getLane()

const MSLane* MEVehicle::getLane ( ) const
inlinevirtualinherited

Returns the lane the vehicle is on.

Returns
The vehicle's current lane

Implements SUMOTrafficObject.

Definition at line 81 of file MEVehicle.h.

◆ getLastEntryTime()

SUMOTime MEVehicle::getLastEntryTime ( ) const
inlineinherited

Returns the time the vehicle entered the current segment.

Returns
The entry time

Definition at line 248 of file MEVehicle.h.

References MEVehicle::myLastEntryTime.

Referenced by MELoop::changeSegment(), MEVehicle::getLastEntryTimeSeconds(), MESegment::newArrival(), MSDevice_ElecHybrid::notifyLeave(), MEVehicle::updateDetectorForWriting(), and MEVehicle::updateDetectors().

Here is the caller graph for this function:

◆ getLastEntryTimeSeconds()

double MEVehicle::getLastEntryTimeSeconds ( ) const
inlineinherited

Returns the entry time for the current segment.

Definition at line 287 of file MEVehicle.h.

References MEVehicle::getLastEntryTime(), and STEPS2TIME.

Referenced by GUIEdge::drawMesoVehicles(), getCenteringBoundary(), getParameterWindow(), and MSDevice_ElecHybrid::notifyLeave().

Here is the caller graph for this function:

◆ getLastLaneChangeOffset()

double GUIMEVehicle::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 237 of file GUIMEVehicle.cpp.

◆ getLateralPositionOnLane()

virtual double MSBaseVehicle::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)

Implements SUMOVehicle.

Reimplemented in MSVehicle.

Definition at line 239 of file MSBaseVehicle.h.

◆ getLeader()

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

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 in MSVehicle.

Definition at line 937 of file MSBaseVehicle.h.

References TL, UNUSED_PARAMETER, and WRITE_WARNING.

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

Here is the caller graph for this function:

◆ getLeavingPersonNumber()

int MSBaseVehicle::getLeavingPersonNumber ( ) const
inherited

◆ getLength()

double MSBaseVehicle::getLength ( ) const
inlinevirtualinherited

Returns the vehicle's length.

Returns
vehicle's length

Implements SUMOVehicle.

Definition at line 543 of file MSBaseVehicle.h.

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

Referenced by MSLaneChangerSublane::addOutsideLeaders(), MSBaseVehicle::addStop(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilters(), MSBaseVehicle::basePos(), MSAbstractLaneChangeModel::calcAngleOffset(), MSDevice_SSM::checkConflictEntryAndExit(), MSVehicle::checkRewindLinkLanes(), MSDevice_SSM::classifyEncounter(), MSVehicle::computeAngle(), MSTrainHelper::computeCarriages(), MSLane::detectCollisionBetween(), MSDevice_SSM::determineConflictPoint(), MSDevice_SSM::determineTTCandDRACandPPETandMDRAC(), drawAction_drawCarriageClass(), GUIVehicle::drawAction_drawLinkItems(), MSVehicle::enterLaneAtInsertion(), MSVehicle::executeMove(), MSDevice_SSM::findSurroundingVehicles(), MSVehicle::Influencer::gapControlSpeed(), getCenteringBoundary(), MSVehicle::getDistanceToLeaveJunction(), MSLane::getFollowersOnConsecutive(), LIBSUMO_NAMESPACE::Edge::getLastStepLength(), MSLink::getLeaderInfo(), MSEdge::getOccupancy(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSLane::insertVehicle(), MSVehicle::isLeader(), MSDevice_Bluelight::notifyMove(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), MSBaseVehicle::replaceRoute(), MSLane::safeInsertionSpeed(), GUIVehicle::selectBlockingFoes(), MEVehicle::setApproaching(), MSVehicle::unsafeLinkAhead(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), and MSDevice_SSM::updatePassedEncounter().

Here is the caller graph for this function:

◆ getMaxSpeed()

double MSBaseVehicle::getMaxSpeed ( ) const
virtualinherited

◆ getMicrosimID()

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

Returns the id of the object as known to microsim.

Definition at line 143 of file GUIGlObject.h.

References GUIGlObject::myMicrosimID.

Referenced by SUMORTree::addAdditionalGLObject(), GNETLSEditorFrame::controlsEdge(), GUIGlObject::createFullName(), GNENetHelper::AttributeCarriers::deleteEdgeType(), GNENetHelper::AttributeCarriers::deleteSingleEdge(), GNENetHelper::AttributeCarriers::deleteSingleJunction(), GNEAdditional::drawAdditionalID(), GNEInternalLane::drawGL(), GUIGlObject::drawName(), GNEBusStop::getAttribute(), GNECalibrator::getAttribute(), GNECalibratorFlow::getAttribute(), GNEChargingStation::getAttribute(), GNEClosingLaneReroute::getAttribute(), GNEClosingReroute::getAttribute(), GNEContainerStop::getAttribute(), GNEDestProbReroute::getAttribute(), GNEInductionLoopDetector::getAttribute(), GNEInstantInductionLoopDetector::getAttribute(), GNELaneAreaDetector::getAttribute(), GNEMultiEntryExitDetector::getAttribute(), GNEOverheadWire::getAttribute(), GNEParkingArea::getAttribute(), GNEParkingAreaReroute::getAttribute(), GNEParkingSpace::getAttribute(), GNERerouter::getAttribute(), GNERouteProbe::getAttribute(), GNERouteProbReroute::getAttribute(), GNETAZ::getAttribute(), GNETAZSourceSink::getAttribute(), GNETractionSubstation::getAttribute(), GNEVaporizer::getAttribute(), GNEVariableSpeedSign::getAttribute(), GNEVariableSpeedSignStep::getAttribute(), GNEContainer::getAttribute(), GNEDistribution::getAttribute(), GNEPerson::getAttribute(), GNERoute::getAttribute(), GNEStop::getAttribute(), GNEVehicle::getAttribute(), GNEVType::getAttribute(), GNEConnection::getAttribute(), GNEEdge::getAttribute(), GNEEdgeType::getAttribute(), GNEJunction::getAttribute(), GNELane::getAttribute(), GNEWalkingArea::getAttribute(), GNEWalkingArea::getNBWalkingArea(), GUIDialog_ChooserAbstract::getObjectName(), GNEDialogACChooser::getObjectName(), GNEMultiEntryExitDetector::getParentName(), GNERerouter::getParentName(), GNETAZ::getParentName(), GNETractionSubstation::getParentName(), GNEVariableSpeedSign::getParentName(), GNEDistribution::getParentName(), GNEVType::getParentName(), GNEPOI::getParentName(), GNEPoly::getParentName(), GNEChange_TLS::GNEChange_TLS(), GNETLSEditorFrame::handleMultiChange(), GNENetHelper::AttributeCarriers::insertEdgeType(), GNEViewNet::mergeJunctions(), GUIGLObjectPopupMenu::onCmdCopyName(), GNENetHelper::AttributeCarriers::registerEdge(), GNENetHelper::AttributeCarriers::registerEdgeType(), GNENetHelper::AttributeCarriers::registerJunction(), SUMORTree::removeAdditionalGLObject(), GNENetHelper::AttributeCarriers::retrieveConnection(), GNENetHelper::AttributeCarriers::retrieveCrossing(), GNENetHelper::AttributeCarriers::retrieveEdge(), GNENetHelper::AttributeCarriers::retrieveInternalLane(), GNENetHelper::AttributeCarriers::retrieveJunction(), GNENetHelper::AttributeCarriers::retrieveLane(), GNENetHelper::AttributeCarriers::retrieveWalkingArea(), GNEStop::setStopMicrosimID(), and GNENet::splitEdge().

◆ getNaviDegree()

double GUIBaseVehicle::getNaviDegree ( ) const
inlineinherited

return the current angle in navigational degrees

Definition at line 105 of file GUIBaseVehicle.h.

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

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

Here is the caller graph for this function:

◆ getNextEdgePtr()

virtual const MSEdge* MSBaseVehicle::getNextEdgePtr ( ) const
inlinevirtualinherited

returns the next edge (possibly an internal edge)

Implements SUMOTrafficObject.

Reimplemented in MSVehicle.

Definition at line 204 of file MSBaseVehicle.h.

◆ getNextParkingArea()

MSParkingArea * MSBaseVehicle::getNextParkingArea ( )
virtualinherited

get the upcoming parking area stop or nullptr

Implements SUMOVehicle.

Definition at line 1083 of file MSBaseVehicle.cpp.

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

Referenced by MSVehicle::rerouteParkingArea().

Here is the caller graph for this function:

◆ getNextStop()

◆ getNextStopParameter()

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

return parameters for the next stop (SUMOVehicle Interface)

Implements SUMOVehicle.

Definition at line 1568 of file MSBaseVehicle.cpp.

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

Referenced by MSTrainHelper::computeCarriages(), MSRailSignal::DriveWay::conflictLaneOccupied(), and MSLane::insertVehicle().

Here is the caller graph for this function:

◆ getNumberParkingReroutes()

int MSBaseVehicle::getNumberParkingReroutes ( ) const
inlinevirtualinherited

Implements SUMOVehicle.

Definition at line 985 of file MSBaseVehicle.h.

References MSBaseVehicle::myNumberParkingReroutes.

Referenced by GUIBaseVehicle::drawOnPos(), and MSBaseVehicle::getPrefixedParameter().

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 440 of file MSBaseVehicle.h.

References MSBaseVehicle::myNumberReroutes.

Referenced by GUIBaseVehicle::drawGLAdditional(), GUIVehicle::getColorValue(), getColorValue(), and GUIBaseVehicle::getScaleValue().

Here is the caller graph for this function:

◆ getNumContainers()

int GUIBaseVehicle::getNumContainers ( ) const
inherited

return the number of passengers

Definition at line 1139 of file GUIBaseVehicle.cpp.

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

Referenced by GUIVehicle::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 SUMOTrafficObject.

Definition at line 786 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 1130 of file GUIBaseVehicle.cpp.

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

Referenced by GUIVehicle::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 647 of file MSBaseVehicle.cpp.

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

Referenced by LIBSUMO_NAMESPACE::Vehicle::getDistance(), GUIVehicle::getParameterWindow(), and 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 428 of file GUIBaseVehicle.cpp.

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

◆ getParameter()

const SUMOVehicleParameter & MSBaseVehicle::getParameter ( ) const
virtualinherited

Returns the vehicle's parameter (including departure definition)

Returns
The vehicle's parameter

Implements SUMOTrafficObject.

Definition at line 183 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myParameter.

Referenced by MSCFModel_CACC::_v(), MSLCM_SL2015::_wantsChangeSublane(), MSBaseVehicle::addStop(), MSLane::checkFailure(), MSLane::checkForPedestrians(), MSVehicle::checkLinkLeader(), MSVehicle::computeAngle(), GUIVehicle::drawAction_drawCarriageClass(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::drawStopLabels(), MSCFModel_CACC::freeSpeed(), MSBaseVehicle::getDepartDelay(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), MSLane::getDepartSpeed(), LIBSUMO_NAMESPACE::TrafficLight::getFutureTripIds(), LIBSUMO_NAMESPACE::Vehicle::getLine(), GUIBaseVehicle::getOptionalName(), GUIVehicle::getParameterWindow(), getParameterWindow(), MSBaseVehicle::getPrefixedParameter(), GUIBaseVehicle::getScaleValue(), LIBSUMO_NAMESPACE::Vehicle::getVia(), MSRailSignal::hasInsertionConstraint(), MSVehicle::ignoreFoe(), MSBaseVehicle::initTransientModelParams(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSAbstractLaneChangeModel::laneChangeOutput(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIViewTraffic::onGamingClick(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSVehicle::rerouteParkingArea(), MSDevice_Bluelight::resetVehicle(), MSLane::safeInsertionSpeed(), MSBaseVehicle::setCarFollowModelParameter(), GUIBaseVehicle::setFunctionalColor(), MSBaseVehicle::setJunctionModelParameter(), LIBSUMO_NAMESPACE::Vehicle::setLine(), LIBSUMO_NAMESPACE::Vehicle::setVia(), METriggeredCalibrator::tryEmit(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().

Here is the caller graph for this function:

◆ getParameterWindow()

◆ getParentName()

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

◆ getParkingBadges()

const std::vector< std::string > & MSBaseVehicle::getParkingBadges ( ) const
inherited

get the valid parking access rights (vehicle settings override vehicle type settings)

Definition at line 1107 of file MSBaseVehicle.cpp.

References MSVehicleType::getParkingBadges(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::myParameter, SUMOVehicleParameter::parkingBadges, VEHPARS_PARKING_BADGES_SET, and SUMOVehicleParameter::wasSet().

Referenced by MSParkingArea::accepts(), and GUIVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ getParkingMemory()

const ParkingMemory* MSBaseVehicle::getParkingMemory ( ) const
inlineinherited

Definition at line 993 of file MSBaseVehicle.h.

References MSBaseVehicle::myParkingMemory.

Referenced by GUIBaseVehicle::drawParkingInfo(), and MSBaseVehicle::getPrefixedParameter().

Here is the caller graph for this function:

◆ getPastStops()

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

Definition at line 701 of file MSBaseVehicle.h.

References MSBaseVehicle::myPastStops.

Referenced by MSVehicleTransfer::add(), LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), and LIBSUMO_NAMESPACE::Vehicle::getStops().

Here is the caller graph for this function:

◆ getPersonDevice()

const MSDevice_Transportable* MSBaseVehicle::getPersonDevice ( ) const
inlineinherited

Definition at line 790 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 2080 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 2059 of file MSBaseVehicle.cpp.

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

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

Here is the caller graph for this function:

◆ getPersons()

◆ getPopUpMenu()

GUIGLObjectPopupMenu * GUIBaseVehicle::getPopUpMenu ( GUIMainWindow app,
GUISUMOAbstractView parent 
)
virtualinherited

◆ getPosition()

Position GUIMEVehicle::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 73 of file GUIMEVehicle.h.

References MEVehicle::getPosition().

◆ getPositionOnLane()

double MEVehicle::getPositionOnLane ( ) const
virtualinherited

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 71 of file MEVehicle.cpp.

References MESegment::getIndex(), MESegment::getLength(), and MEVehicle::mySegment.

Referenced by MEVehicle::getAngle(), MEVehicle::getBackPositionOnLane(), getCenteringBoundary(), getParameterWindow(), MEVehicle::getPosition(), MEVehicle::getSlope(), and MEVehicle::hasArrived().

Here is the caller graph for this function:

◆ getPrefixedParameter()

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

◆ getPreviousSpeed()

double MSBaseVehicle::getPreviousSpeed ( ) const
virtualinherited

Returns the vehicle's previous speed.

Returns
The vehicle's speed

Implements SUMOTrafficObject.

Reimplemented in MSVehicle.

Definition at line 87 of file MSBaseVehicle.cpp.

◆ getQueIndex()

int MEVehicle::getQueIndex ( ) const
inlineinherited

Returns the index of the que the vehicle is in.

Returns
The que index

Definition at line 226 of file MEVehicle.h.

References MEVehicle::myQueIndex.

Referenced by MESegment::addReminders(), MELoop::changeSegment(), MELoop::checkCar(), getCenteringBoundary(), MESegment::getLink(), getParameterWindow(), MESegment::removeCar(), MEVehicle::saveState(), and MESegment::send().

Here is the caller graph for this function:

◆ getRelativeStateOfCharge()

double MSBaseVehicle::getRelativeStateOfCharge ( ) const
inherited

Returns actual relative state of charge of battery (-)

Returns
The actual relative battery state of charge, normalised to the maximum battery capacity.

Definition at line 1984 of file MSBaseVehicle.cpp.

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

Referenced by GUIVehicle::getColorValue(), and GUIVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ getRerouteDestination()

virtual const MSEdge* MSBaseVehicle::getRerouteDestination ( ) const
inlinevirtualinherited

Returns the end point for reroutes (usually the last edge of the route)

Returns
The rerouting end point

Implements SUMOTrafficObject.

Definition at line 266 of file MSBaseVehicle.h.

References MSBaseVehicle::myRoute.

◆ getRerouteOrigin()

virtual ConstMSEdgeVector::const_iterator MSBaseVehicle::getRerouteOrigin ( ) const
inlinevirtualinherited

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

This differs from *myCurrEdge only if the vehicle is on an internal edge

Returns
The rerouting start point

Implements SUMOVehicle.

Reimplemented in MSVehicle.

Definition at line 258 of file MSBaseVehicle.h.

References MSBaseVehicle::myCurrEdge.

Referenced by MSBaseVehicle::replaceRouteEdges(), and MSBaseVehicle::reroute().

Here is the caller graph for this function:

◆ getRightSideOnEdge()

double MEVehicle::getRightSideOnEdge ( const MSLane ) const
virtualinherited

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

Reimplemented from MSBaseVehicle.

Definition at line 499 of file MEVehicle.cpp.

References MSBaseVehicle::getEdge(), MESegment::getIndex(), MSEdge::getLanes(), MSLane::getRightSideOnEdge(), MSBaseVehicle::getVehicleType(), MSLane::getWidth(), MSVehicleType::getWidth(), and MEVehicle::mySegment.

◆ getRNG()

◆ getRNGIndex()

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

Implements SUMOTrafficObject.

Definition at line 2294 of file MSBaseVehicle.cpp.

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

Referenced by MSBaseVehicle::getRouterTT(), GUIVehicle::rerouteDRTStop(), and LIBSUMO_NAMESPACE::Vehicle::rerouteEffort().

Here is the caller graph for this function:

◆ getRoute()

◆ getRoutePosition()

◆ getRoutePtr()

ConstMSRoutePtr MSBaseVehicle::getRoutePtr ( ) const
inlinevirtualinherited

Returns the current route.

Returns
The route the vehicle uses

Implements SUMOVehicle.

Definition at line 144 of file MSBaseVehicle.h.

References MSBaseVehicle::myRoute.

Referenced by GUIBaseVehicle::drawRoute(), and MSCFModel_CC::getParameter().

Here is the caller graph for this function:

◆ getRouterTT()

◆ getRouteValidity()

int MSBaseVehicle::getRouteValidity ( bool  update = true,
bool  silent = false,
std::string *  msgReturn = nullptr 
)
virtualinherited

◆ getRoutingMode()

int MSBaseVehicle::getRoutingMode ( ) const
inlinevirtualinherited

return routing mode (configures router choice but also handling of transient permission changes)

Implements SUMOTrafficObject.

Definition at line 908 of file MSBaseVehicle.h.

References MSBaseVehicle::myRoutingMode.

Referenced by LIBSUMO_NAMESPACE::Vehicle::getRoutingMode(), MSNet::getTravelTime(), MSBaseVehicle::ignoreTransientPermissions(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().

Here is the caller graph for this function:

◆ getScaleValue()

◆ 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 1054 of file GUIBaseVehicle.cpp.

References MIN2(), and GUIBaseVehicle::mySeatPositions.

Referenced by GUIBaseVehicle::drawAction_drawPersonsAndContainers().

Here is the caller graph for this function:

◆ getSegment()

MESegment* MEVehicle::getSegment ( ) const
inlineinherited

Returns the current segment the vehicle is on.

Returns
The segment the vehicle is on

Definition at line 218 of file MEVehicle.h.

References MEVehicle::mySegment.

Referenced by MELoop::changeSegment(), MELoop::checkCar(), getCenteringBoundary(), getColorValue(), getSegmentIndex(), MEVehicle::isOnRoad(), MESegment::loadState(), MSDevice_ElecHybrid::notifyLeave(), MEVehicle::setApproaching(), MELoop::teleportVehicle(), and MELoop::vaporizeCar().

Here is the caller graph for this function:

◆ getSegmentIndex()

int GUIMEVehicle::getSegmentIndex ( ) const

Definition at line 262 of file GUIMEVehicle.cpp.

References MESegment::getIndex(), and MEVehicle::getSegment().

Referenced by getParameterWindow().

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 2283 of file MSBaseVehicle.cpp.

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

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

Here is the caller graph for this function:

◆ getSlope()

double MEVehicle::getSlope ( ) const
virtualinherited

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

Returns
The slope

Implements SUMOTrafficObject.

Definition at line 86 of file MEVehicle.cpp.

References MSBaseVehicle::getEdge(), MSEdge::getLanes(), MEVehicle::getPositionOnLane(), MSLane::getShape(), MSLane::interpolateLanePosToGeometryPos(), and PositionVector::slopeDegreeAtOffset().

◆ getSpeed()

double MEVehicle::getSpeed ( ) const
virtualinherited

Returns the vehicle's estimated speed assuming no delays.

Returns
The vehicle's estimated speed
Note
This is only an upper bound. The speed will be lower if the preceeding vehicle is delayed

Implements SUMOTrafficObject.

Definition at line 100 of file MEVehicle.cpp.

References MEVehicle::getAverageSpeed(), MEVehicle::getWaitingTime(), and MSBaseVehicle::isStopped().

Referenced by MEVehicle::estimateLeaveSpeed(), getColorValue(), getParameterWindow(), MESegment::isOpen(), MESegment::newArrival(), MSDevice_ElecHybrid::notifyLeave(), MESegment::receive(), and MEVehicle::setApproaching().

Here is the caller graph for this function:

◆ 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 1968 of file MSBaseVehicle.cpp.

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

Referenced by GUIVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ getStop()

MSStop & MSBaseVehicle::getStop ( int  nextStopIndex)
inherited

returns the upcoming stop with the given index in the stop queue

Returns
an upcoming stop

Definition at line 1557 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myStops, and toString().

Referenced by LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), MSIdling_TaxiStand::idle(), MSDevice_StationFinder::notifyMove(), and LIBSUMO_NAMESPACE::Vehicle::setStopParameter().

Here is the caller graph for this function:

◆ getStopArrivalDelay()

virtual double MSBaseVehicle::getStopArrivalDelay ( ) const
inlinevirtualinherited

Returns the estimated public transport stop arrival delay in seconds.

Todo:
implement for meso

Reimplemented in MSVehicle.

Definition at line 371 of file MSBaseVehicle.h.

References INVALID_DOUBLE.

Referenced by GUIBaseVehicle::getScaleValue(), LIBSUMO_NAMESPACE::Vehicle::getStopArrivalDelay(), and MSFCDExport::write().

Here is the caller graph for this function:

◆ getStopDelay()

virtual double MSBaseVehicle::getStopDelay ( ) const
inlinevirtualinherited

Returns the estimated public transport stop (departure) delay in seconds.

Todo:
implement for meso

Reimplemented in MSVehicle.

Definition at line 364 of file MSBaseVehicle.h.

Referenced by GUIBaseVehicle::getScaleValue(), and LIBSUMO_NAMESPACE::Vehicle::getStopDelay().

Here is the caller graph for this function:

◆ getStopDuration()

SUMOTime MSBaseVehicle::getStopDuration ( ) const
inherited

get remaining stop duration or 0 if the vehicle isn't stopped

Definition at line 1547 of file MSBaseVehicle.cpp.

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

Referenced by MSLaneChanger::computeOvertakingTime().

Here is the caller graph for this function:

◆ getStopEdges()

const ConstMSEdgeVector MSBaseVehicle::getStopEdges ( double &  firstPos,
double &  lastPos,
std::set< int > &  jumps 
) const
inherited

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

Definition at line 1489 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 1529 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myRoute, and MSBaseVehicle::myStops.

◆ getStopInfo()

std::string GUIMEVehicle::getStopInfo ( ) const
virtual

retrieve information about the current stop state

Implements GUIBaseVehicle.

Definition at line 244 of file GUIMEVehicle.cpp.

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

◆ getStops()

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

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

Returns
the list of upcoming stops

Implements SUMOVehicle.

Definition at line 697 of file MSBaseVehicle.h.

References MSBaseVehicle::myStops.

Referenced by GUIBaseVehicle::drawStopLabels(), MSCFModel_CC::finalizeSpeed(), LIBSUMO_NAMESPACE::TrafficLight::getFutureTripIds(), MSVehicle::getSlope(), LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), LIBSUMO_NAMESPACE::Vehicle::getStops(), MSIdling_TaxiStand::idle(), MSDevice_StationFinder::teleportToChargingStation(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().

Here is the caller graph for this function:

◆ getTimeLoss()

SUMOTime MEVehicle::getTimeLoss ( ) const
inlinevirtualinherited

Implements SUMOVehicle.

Definition at line 276 of file MEVehicle.h.

References MEVehicle::getWaitingTime().

◆ getTimeLossSeconds()

virtual double MSBaseVehicle::getTimeLossSeconds ( ) const
inlinevirtualinherited

Returns the time loss in seconds.

Reimplemented in MSVehicle.

Definition at line 272 of file MSBaseVehicle.h.

Referenced by GUIBaseVehicle::getScaleValue(), and LIBSUMO_NAMESPACE::Vehicle::getTimeLoss().

Here is the caller graph for this function:

◆ getType()

GUIGlObjectType GUIGlObject::getType ( ) const
inlineinherited

Returns the type of the object as coded in GUIGlObjectType.

See also
GUIGlObjectType

Definition at line 156 of file GUIGlObject.h.

References GUIGlObject::myGLObjectType.

Referenced by GUIViewObjectsHandler::addElementUnderCursor(), GUIViewObjectsHandler::addGeometryPointUnderCursor(), GUIViewObjectsHandler::addPositionOverShape(), GUIGlObject::buildSelectionPopupEntry(), GNEViewNet::checkOverLockedElement(), GUIVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawAction_drawLinkItems(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIPerson::drawAction_drawWalkingareaPath(), GNEAdditional::drawAdditionalID(), GNEAdditional::drawAdditionalName(), GNELaneAreaDetector::drawE2PartialJunction(), GNELaneAreaDetector::drawE2PartialLane(), GNEEntryExitDetector::drawE3Logo(), GNEEntryExitDetector::drawEntryLogo(), GUIBusStop::drawGL(), GUICalibrator::drawGL(), GUIChargingStation::drawGL(), GUIJunctionWrapper::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIOverheadWire::drawGL(), GUIOverheadWireClamp::drawGL(), GUIParkingArea::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GNEAccess::drawGL(), GNEBusStop::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNEEntryExitDetector::drawGL(), GNEInductionLoopDetector::drawGL(), GNEInstantInductionLoopDetector::drawGL(), GNELaneAreaDetector::drawGL(), GNEParkingArea::drawGL(), GNEParkingSpace::drawGL(), GNETAZ::drawGL(), GNEContainer::drawGL(), GNEPerson::drawGL(), GNEStop::drawGL(), GNEVehicle::drawGL(), GNEConnection::drawGL(), GNECrossing::drawGL(), GNEEdge::drawGL(), GNEJunction::drawGL(), GNELane::drawGL(), GUIContainer::drawGL(), GUILane::drawGL(), GUIPerson::drawGL(), GNEPOI::drawGL(), GNEPoly::drawGL(), GUIBaseVehicle::drawGLAdditional(), GUIPerson::drawGLAdditional(), GNEDemandElement::drawJunctionLine(), GNEOverheadWire::drawJunctionPartialGL(), GNEVehicle::drawJunctionPartialGL(), GNEOverheadWire::drawLanePartialGL(), GNEEdgeData::drawLanePartialGL(), GNEEdgeRelData::drawLanePartialGL(), GNEVehicle::drawLanePartialGL(), GNEAdditional::drawListedAdditional(), GUIBaseVehicle::drawOnPos(), GNEDemandElementPlan::drawPlanJunctionPartial(), GNEDemandElementPlan::drawPlanLanePartial(), GNEPOI::drawPOI(), GNERoute::drawRoutePartialJunction(), GNERoute::drawRoutePartialLane(), GNEAdditional::drawSquaredAdditional(), GNEDemandElement::drawStackLabel(), GNEStopPlan::drawStopOverEdge(), GNEStopPlan::drawStopOverStoppingPlace(), GUIJunctionWrapper::getColorValue(), GUIEdge::getColorValue(), GUISUMOAbstractView::getObjectsAtPosition(), GUIEdge::getScaleValue(), GNEAdditional::isGLObjectLocked(), GNEDemandElement::isGLObjectLocked(), GNENetworkElement::isGLObjectLocked(), GUISelectedStorage::isSelected(), GUISUMOViewParent::isSelected(), GUIGlChildWindow::isSelected(), GNESelectorFrame::SelectionOperation::loadFromFile(), GUIGLObjectPopupMenu::onCmdCopyEdgeName(), GUISUMOViewParent::onCmdSpeedFactor(), GUIDialog_ChooserAbstract::onCmdTrack(), GUISUMOAbstractView::onLeftBtnPress(), GUISUMOViewParent::onUpdSpeedFactor(), LayeredRTree::selectLayer(), GUIPointOfInterest::setColor(), GUIPolygon::setColor(), GNEJunction::setJunctionType(), GNEViewNetHelper::ViewObjectsSelector::updateGenericDataElements(), GNEViewNetHelper::ViewObjectsSelector::updateNetworkElements(), GNEViewNetHelper::ViewObjectsSelector::updateShapeElements(), and GNEViewNetHelper::ViewObjectsSelector::updateTAZElements().

◆ getTypeParameterWindow()

◆ getUpcomingEdgeIDs()

const std::set< SUMOTrafficObject::NumericalID > MSBaseVehicle::getUpcomingEdgeIDs ( ) const
virtualinherited

returns the numerical ids of edges to travel

Implements SUMOTrafficObject.

Definition at line 223 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.

◆ getVClass()

SUMOVehicleClass MSBaseVehicle::getVClass ( ) const
inlinevirtualinherited

Returns the vehicle's access class.

Returns
The vehicle's access class

Implements SUMOTrafficObject.

Definition at line 158 of file MSBaseVehicle.h.

References MSVehicleType::getParameter(), MSBaseVehicle::myType, and SUMOVTypeParameter::vehicleClass.

Referenced by MSBaseVehicle::addStop(), MSLaneChangerSublane::change(), MSLaneChanger::changeOpposite(), GUIApplicationWindow::checkGamingEvents(), MSVehicle::checkReversal(), MSLCM_SL2015::checkStrategicChange(), MSVehicle::cleanupFurtherLanes(), MSTrainHelper::computeCarriages(), MSVehicle::computeFurtherLanes(), GUIVehicle::drawRouteHelper(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSLane::executeMovements(), LIBSUMO_NAMESPACE::Simulation::findRoute(), MSVehicle::getNextEdgePtr(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSVehicle::getPastLanesUntil(), MSBaseVehicle::getRouterTT(), MSLane::getVehicleStopOffset(), MESegment::hasSpaceFor(), MSVehicle::hasValidRouteStart(), MSLane::incorporateVehicle(), MSBaseVehicle::insertJump(), MSBaseVehicle::insertStop(), MSPedestrianPushButton::isActiveForEdge(), MSLane::isInsertionSuccess(), MSVehicle::leaveLane(), MSLaneChanger::mayChange(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSLCM_SL2015::mustOvertakeStopped(), MSDevice_Bluelight::notifyMove(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), GUIVehicle::rerouteDRTStop(), MSVehicle::setBlinkerInformation(), MSVehicle::updateBestLanes(), and MSVehicle::updateFurtherLanes().

Here is the caller graph for this function:

◆ getVehicle()

const MSBaseVehicle& GUIBaseVehicle::getVehicle ( )
inlineinherited

Definition at line 354 of file GUIBaseVehicle.h.

References GUIBaseVehicle::myVehicle.

Referenced by GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdSelectTransported().

Here is the caller graph for this function:

◆ getVehicleType()

const MSVehicleType& MSBaseVehicle::getVehicleType ( ) const
inlinevirtualinherited

Returns the vehicle's type definition.

Returns
The vehicle's type definition

Implements SUMOTrafficObject.

Definition at line 151 of file MSBaseVehicle.h.

References MSBaseVehicle::myType.

Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeaders(), MSPModel_Striping::addCrossingVehs(), MSLane::addLeaders(), MSLaneChangerSublane::addOutsideLeaders(), MSBaseVehicle::allowsBoarding(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilters(), MSLaneChanger::avoidDeadlock(), MSAbstractLaneChangeModel::avoidOvertakeRight(), MSBaseVehicle::basePos(), MSVehicle::brakeForOverlap(), MSLaneChanger::change(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeToNewLane(), MSLane::checkFailure(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSLaneChanger::checkOppositeStop(), MSVehicle::checkRewindLinkLanes(), MSLink::checkWalkingAreaFoe(), MSDevice_SSM::classifyEncounter(), MSLCM_SL2015::commitManoeuvre(), MSVehicle::computeAngle(), MSTrainHelper::computeCarriages(), MSLaneChanger::computeOvertakingTime(), MSAbstractLaneChangeModel::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSTrainHelper::computeTrainDimensions(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), GUIVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawAction_drawLinkItems(), GUIVehicle::drawAction_drawVehicleBlinker(), GUIVehicle::drawAction_drawVehicleBrakeLight(), GUIEdge::drawMesoVehicles(), GUIBaseVehicle::drawOnPos(), MSLane::enteredByLaneChange(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSDevice_SSM::estimateConflictTimes(), MSDevice_StationFinder::estimateConsumption(), MSAbstractLaneChangeModel::estimateLCDuration(), MEVehicle::estimateLeaveSpeed(), MSVehicle::estimateTimeToNextStop(), MSLane::executeMovements(), MSLaneChangerSublane::findClosestLeader(), MSCFModel_Rail::followSpeed(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), MEVehicle::getBackPositionOnLane(), MSLane::getBruttoOccupancy(), GUIBaseVehicle::getCenteringBoundary(), getCenteringBoundary(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), MSAbstractLaneChangeModel::getDesiredAlignment(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), MSBaseVehicle::getEmissionParameters(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), MSBaseVehicle::getImpatience(), LIBSUMO_NAMESPACE::Vehicle::getJunctionFoes(), MSVehicle::getLateralOverlap(), MSLane::getLeader(), MSVehicle::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), GUIVehicle::getLeftSideOnEdge(), MSVehicle::getLeftSideOnEdge(), MSVehicle::getLeftSideOnLane(), MSLCM_SL2015::getLongest(), MSAbstractLaneChangeModel::getMaxSpeedLat2(), MSLane::getNettoOccupancy(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSBaseVehicle::getParkingBadges(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MEVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnLane(), MSLane::getSpaceTillLastStanding(), MSLeaderInfo::getSubLanes(), MSVehicle::getTimeGapOnLane(), GUIVehicle::getTypeParameterWindow(), MSPModel_Striping::getVehicleObstacles(), libsumo::Helper::getVehicleType(), GUIBaseVehicle::getVType(), MSLCM_SL2015::getWidth(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MESegment::hasSpaceFor(), MSVehicle::ignoreRed(), MSLane::incorporateVehicle(), MSLCM_SL2015::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_SL2015::informLeaders(), MSLane::insertVehicle(), MSLink::isInFront(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), MESegment::isOpen(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepClear(), MSLCM_SL2015::keepLatGap(), MSAbstractLaneChangeModel::laneChangeOutput(), MSLane::lastInsertion(), MSLane::leftByLaneChange(), MESegment::loadState(), MEVehicle::mayProceed(), MSPModel_Striping::moveInDirection(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSLCM_SL2015::mustOvertakeStopped(), MSDevice_Bluelight::notifyMove(), MSDevice_GLOSA::notifyMove(), LIBSUMO_NAMESPACE::Vehicle::openGap(), MSVehicle::overlap(), MSLCM_LC2013::overtakeDistance(), MSLCM_DK2008::patchSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSLCM_LC2013::prepareStep(), MSLCM_SL2015::preventSliding(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::processTraCISpeedControl(), MESegment::receive(), MSLaneChanger::ChangeElem::registerHop(), MSLaneChanger::registerUnchanged(), MSAbstractLaneChangeModel::remainingTime(), MESegment::Queue::remove(), MSLane::removeVehicle(), MSLaneChanger::resolveDeadlock(), MSLane::safeInsertionSpeed(), MSBaseVehicle::saveState(), GUIVehicle::selectBlockingFoes(), MESegment::send(), MSVehicleType::setActionStepLength(), MSAbstractLaneChangeModel::setFollowerGaps(), GUIBaseVehicle::setFunctionalColor(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MSVehicle::setTentativeLaneAndPosition(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSVehicle::slowDownForSchedule(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSLCM_SL2015::updateCFRelated(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSFCDExport::write(), MSBatteryExport::write(), MSQueueExport::writeLane(), and MSLaneChanger::yieldToDeadlockOncoming().

◆ getVisualAngle()

double GUIMEVehicle::getVisualAngle ( bool  s2) const
inlinevirtual

Returns the vehicle's direction in radians taking into account secondary shape.

Returns
The vehicle's current angle

Implements GUIBaseVehicle.

Definition at line 99 of file GUIMEVehicle.h.

References MEVehicle::getAngle().

◆ getVisualPosition()

Position GUIMEVehicle::getVisualPosition ( bool  s2,
const double  offset = 0 
) const
inlinevirtual

Return current position taking into account secondary shape.

Parameters
[in]offsetoptional offset in longitudinal direction
Returns
The current position (in cartesian coordinates)

Implements GUIBaseVehicle.

Definition at line 77 of file GUIMEVehicle.h.

References MEVehicle::getPosition().

◆ getVType()

const MSVehicleType& GUIBaseVehicle::getVType ( ) const
inlineprotectedinherited

A shortcut to myVehicle.myType.

Definition at line 376 of file GUIBaseVehicle.h.

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

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

Here is the caller graph for this function:

◆ getWaitingSeconds()

double MSBaseVehicle::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 283 of file MSBaseVehicle.h.

References SUMOTrafficObject::getWaitingTime(), and STEPS2TIME.

Referenced by MSLaneChanger::avoidDeadlock(), MSLaneChanger::changeOpposite(), MSLaneChanger::computeSurplusGap(), GUIVehicle::getColorValue(), getColorValue(), GUIVehicle::getParameterWindow(), getParameterWindow(), GUIBaseVehicle::getScaleValue(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSPedestrianPushButton::isActiveForEdge(), MSLaneChanger::resolveDeadlock(), MSVehicle::workOnMoveReminders(), MSEmissionExport::write(), MSQueueExport::writeLane(), MSFullExport::writeVehicles(), MSLaneChanger::yieldToDeadlockOncoming(), and MSLaneChanger::yieldToOppositeWaiting().

Here is the caller graph for this function:

◆ getWaitingTime()

SUMOTime MEVehicle::getWaitingTime ( const bool  accumulated = false) const
inlinevirtualinherited

Returns the duration for which the vehicle was blocked.

Implements SUMOTrafficObject.

Definition at line 271 of file MEVehicle.h.

References MAX2(), MEVehicle::myBlockTime, MEVehicle::myEventTime, and UNUSED_PARAMETER.

Referenced by MELoop::checkCar(), MEVehicle::getSpeed(), MEVehicle::getTimeLoss(), MESegment::isOpen(), MSDevice_ElecHybrid::notifyLeave(), and MEVehicle::setApproaching().

Here is the caller graph for this function:

◆ getWeightsStorage() [1/2]

MSEdgeWeightsStorage & MSBaseVehicle::getWeightsStorage ( )
inherited

Definition at line 2042 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 2036 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 MSBaseVehicle::handleCollisionStop ( MSStop stop,
const double  distToStop 
)
virtualinherited

Reimplemented in MSVehicle.

Definition at line 997 of file MSBaseVehicle.cpp.

References UNUSED_PARAMETER.

Referenced by MSBaseVehicle::addStop().

Here is the caller graph for this function:

◆ 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 885 of file GUIBaseVehicle.cpp.

References GUIBaseVehicle::myAdditionalVisualizations.

Referenced by GUIBaseVehicle::drawGLAdditional(), GUIBaseVehicle::drawOnPos(), 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 MEVehicle::hasArrived ( ) const
virtualinherited

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

Reimplemented from MSBaseVehicle.

Definition at line 155 of file MEVehicle.cpp.

References SUMOVehicleParameter::arrivalEdge, MEVehicle::getPositionOnLane(), MSBaseVehicle::getRoutePosition(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MEVehicle::myEventTime, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MEVehicle::mySegment, and SUMOTime_MIN.

Referenced by MEVehicle::moveRoutePointer(), and MESegment::receive().

Here is the caller graph for this function:

◆ hasDeparted()

◆ hasDevice()

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

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

Definition at line 2149 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myDevices.

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

Here is the caller graph for this function:

◆ hasInfluencer()

bool MEVehicle::hasInfluencer ( ) const
inlinevirtualinherited

whether the vehicle is individually influenced (via TraCI or special parameters)

Implements MSBaseVehicle.

Definition at line 328 of file MEVehicle.h.

References MEVehicle::myInfluencer.

◆ hasJump()

bool MSBaseVehicle::hasJump ( const MSRouteIterator it) const
inherited

check wether the vehicle has jump at the given part of its route

Definition at line 695 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myStops.

Referenced by MSBaseVehicle::hasValidRoute().

Here is the caller graph for this function:

◆ hasStops()

◆ hasValidRoute()

bool MSBaseVehicle::hasValidRoute ( std::string &  msg,
ConstMSRoutePtr  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 706 of file MSBaseVehicle.cpp.

References MSVehicleType::getVehicleClass(), MSBaseVehicle::hasJump(), MSEdge::hasTransientPermissions(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSBaseVehicle::myRoutingMode, MSBaseVehicle::myType, libsumo::ROUTING_MODE_IGNORE_TRANSIENT_PERMISSIONS, and TLF.

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()

bool MSBaseVehicle::hasValidRouteStart ( std::string &  msg)
virtualinherited

checks wether the vehicle can depart on the first edge

Implements SUMOVehicle.

Reimplemented in MSVehicle.

Definition at line 741 of file MSBaseVehicle.cpp.

References SUMOVehicleParameter::departSpeed, SUMOVehicleParameter::departSpeedProcedure, MSVehicleType::getID(), Named::getID(), MSVehicleType::getMaxSpeed(), GIVEN, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myRouteValidity, MSBaseVehicle::myType, MSBaseVehicle::ROUTE_START_INVALID_LANE, MSBaseVehicle::ROUTE_START_INVALID_PERMISSIONS, and TLF.

Referenced by METriggeredCalibrator::execute(), LIBSUMO_NAMESPACE::Simulation::findRoute(), and MSBaseVehicle::getRouteValidity().

Here is the caller graph for this function:

◆ haveValidStopEdges()

bool MSBaseVehicle::haveValidStopEdges ( bool  silent = false) const
inherited

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

Definition at line 1418 of file MSBaseVehicle.cpp.

References SUMOVehicle::getBrakeGap(), Named::getID(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, SIMSTEP, time2string(), toString(), WRITE_ERROR, and WRITE_WARNING.

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

Here is the caller graph for this function:

◆ ignoreTransientPermissions()

bool MSBaseVehicle::ignoreTransientPermissions ( ) const
virtualinherited

Returns whether this object is ignoring transient permission changes (during routing)

Reimplemented from SUMOTrafficObject.

Definition at line 196 of file MSBaseVehicle.cpp.

References MSBaseVehicle::getRoutingMode(), and libsumo::ROUTING_MODE_IGNORE_TRANSIENT_PERMISSIONS.

◆ initDevices()

void MSBaseVehicle::initDevices ( )
virtualinherited

Reimplemented in MSVehicle.

Definition at line 165 of file MSBaseVehicle.cpp.

References MSDevice::buildVehicleDevices(), MSBaseVehicle::getEmissionParameters(), MSGlobals::gHaveEmissions, MSBaseVehicle::myDevices, and MSBaseVehicle::myMoveReminders.

Referenced by MSVehicle::initDevices(), and MSVehicleControl::initVehicle().

Here is the caller graph for this function:

◆ initTransientModelParams()

void MSBaseVehicle::initTransientModelParams ( )
privateinherited

init model parameters from generic params

Definition at line 2232 of file MSBaseVehicle.cpp.

References OptionsCont::getOptions(), MSBaseVehicle::getParameter(), MSDevice::getStringParam(), libsumo::ROUTING_MODE_DEFAULT, MSBaseVehicle::setCarFollowModelParameter(), MSBaseVehicle::setJunctionModelParameter(), MSBaseVehicle::setRoutingMode(), StringUtils::startsWith(), TLF, and StringUtils::toInt().

Referenced by MSBaseVehicle::MSBaseVehicle().

Here is the caller graph for this function:

◆ insertJump()

bool MSBaseVehicle::insertJump ( int  nextStopIndex,
MSRouteIterator  itStart,
std::string &  errorMsg 
)
privateinherited

◆ insertStop()

bool MSBaseVehicle::insertStop ( int  nextStopIndex,
SUMOVehicleParameter::Stop  stop,
const std::string &  info,
bool  teleport,
std::string &  errorMsg 
)
inherited

insert stop at the given index with the given stop parameters will wait for the given duration before continuing on its route The route will be adapted to pass the new stop edge but only from the previous stop (or start) to the new stop and only up to the next stop (or end).

Parameters
[in]nextStopIndexThe replacement index
[in]stopStop parameters
[in]infoThe rerouting info
[in]teleportWhether to cover the route to the new stop via teleporting
[out]errorMsgreturned error message

Definition at line 1859 of file MSBaseVehicle.cpp.

References MSParkingArea::accepts(), MSLane::allowsVehicleClass(), SUMOAbstractRouter< E, V >::compute(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSRoute::getEdges(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRoute(), MSBaseVehicle::getRouterTT(), MELoop::getSegmentForEdge(), MSNet::getStoppingPlace(), MSBaseVehicle::getVClass(), MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSBaseVehicle::hasDeparted(), MSStop::initPars(), MSLane::isInternal(), MSBaseVehicle::isStopped(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myRoutingMode, MSBaseVehicle::myStops, SUMOVehicleParameter::Stop::parkingarea, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), MSStop::segment, SUMOVehicleParameter::stops, SUMO_TAG_PARKING_AREA, and toString().

Referenced by MSIdling_TaxiStand::idle(), LIBSUMO_NAMESPACE::Vehicle::insertStop(), MSDevice_StationFinder::notifyMove(), MSDevice_StationFinder::rerouteToChargingStation(), and MSDevice_StationFinder::teleportToChargingStation().

Here is the caller graph for this function:

◆ interpretOppositeStop()

MSLane * MSBaseVehicle::interpretOppositeStop ( SUMOVehicleParameter::Stop stop)
staticinherited

interpret stop lane on opposite side of the road

Definition at line 1128 of file MSBaseVehicle.cpp.

References MSEdge::dictionary(), SUMOVehicleParameter::Stop::edge, SUMOXMLDefinitions::getEdgeIDFromLane(), SUMOXMLDefinitions::getIndexFromLane(), MSEdge::getLanes(), MSEdge::getNumLanes(), MSEdge::getOppositeEdge(), and SUMOVehicleParameter::Stop::lane.

Referenced by MSRouteHandler::addStop(), and MSBaseVehicle::addStop().

Here is the caller graph for this function:

◆ isBlocked()

bool GUIGlObject::isBlocked ( ) const
inlineinherited

get blocking status

Definition at line 166 of file GUIGlObject.h.

References GUIGlObject::myAmBlocked.

◆ isContainer()

virtual bool SUMOTrafficObject::isContainer ( ) const
inlinevirtualinherited

Whether it is a container.

Returns
true for containers, false otherwise

Reimplemented in MSTransportable.

Definition at line 79 of file SUMOTrafficObject.h.

◆ isFrontOnLane()

virtual bool MSBaseVehicle::isFrontOnLane ( const MSLane ) const
inlinevirtualinherited

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

Returns
Whether the vehicle's front is on that lane

Implements SUMOVehicle.

Reimplemented in MSVehicle.

Definition at line 231 of file MSBaseVehicle.h.

◆ isGLObjectLocked()

bool GUIGlObject::isGLObjectLocked ( ) const
virtualinherited

check if element is locked (Currently used only in netedit)

Reimplemented in GNENetworkElement, GNEDemandElement, and GNEAdditional.

Definition at line 202 of file GUIGlObject.cpp.

Referenced by GNEViewNetHelper::ViewObjectsSelector::filterLockedElements(), and GNEViewNet::processLeftButtonPressNetwork().

Here is the caller graph for this function:

◆ isIdling()

bool MEVehicle::isIdling ( ) const
virtualinherited

Returns whether the vehicle is trying to re-enter the net.

Returns
true if the vehicle is trying to enter the net (eg after parking)

Implements SUMOVehicle.

Definition at line 171 of file MEVehicle.cpp.

◆ isJumping()

bool MSBaseVehicle::isJumping ( ) const
inherited

Returns whether the vehicle is perform a jump.

Returns
whether the vehicle is starting to jump

Definition at line 1019 of file MSBaseVehicle.cpp.

References MSBaseVehicle::getEdge(), Named::getID(), and MSBaseVehicle::myPastStops.

Referenced by MSVehicleTransfer::add(), and MSLane::executeMovements().

Here is the caller graph for this function:

◆ 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 2129 of file MSBaseVehicle.cpp.

References SUMOVehicleParameter::Stop::endPos, SUMOVehicleParameter::line, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOVehicleParameter::Stop::startPos, and SUMOVehicleParameter::stops.

◆ isOnRoad()

bool MEVehicle::isOnRoad ( ) const
virtualinherited

Returns the information whether the vehicle is on a road (is simulated)

Returns
Whether the vehicle is simulated

Reimplemented from MSBaseVehicle.

Definition at line 165 of file MEVehicle.cpp.

References MEVehicle::getSegment().

◆ isParking()

◆ isPerson()

virtual bool SUMOTrafficObject::isPerson ( ) const
inlinevirtualinherited

Whether it is a person.

Returns
true for persons, false otherwise

Reimplemented in MSTransportable.

Definition at line 72 of file SUMOTrafficObject.h.

Referenced by MSE3Collector::enter(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSE2Collector::notifyEnter(), MSInductLoop::notifyEnter(), MSE2Collector::notifyLeave(), MSInductLoop::notifyLeave(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), MSE3Collector::MSE3EntryReminder::notifyMove(), and MSDetectorFileOutput::vehicleApplies().

Here is the caller graph for this function:

◆ isRemoteControlled()

virtual bool MSBaseVehicle::isRemoteControlled ( ) const
inlinevirtualinherited

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

Returns
Whether the vehicle is remote-controlled

Implements SUMOVehicle.

Reimplemented in MSVehicle.

Definition at line 219 of file MSBaseVehicle.h.

◆ isReversed()

bool MSBaseVehicle::isReversed ( ) const
inlineinherited

Returns whether the logical state of the vehicle is reversed - for drawing.

Returns
whether the logical state of the vehicle is reversed

Definition at line 622 of file MSBaseVehicle.h.

References MSBaseVehicle::myAmReversed.

Referenced by MSTrainHelper::computeCarriages(), GUIVehicle::drawAction_drawCarriageClass(), and GUIBaseVehicle::drawReversed().

Here is the caller graph for this function:

◆ isSelected()

virtual bool MSBaseVehicle::isSelected ( ) const
inlinevirtualinherited

whether this vehicle is selected in the GUI

Implements SUMOTrafficObject.

Reimplemented in GUIVehicle.

Definition at line 776 of file MSBaseVehicle.h.

Referenced by MSCFModel_EIDM::_v(), MSCFModel_Wiedemann::_v(), MSLink::checkWalkingAreaFoe(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), GUIBaseVehicle::drawOnPos(), MSCFModel_EIDM::finalizeSpeed(), MSCFModel_EIDM::followSpeed(), MSCFModel_EIDM::freeSpeed(), GUIBaseVehicle::getScaleValue(), MSLink::isInFront(), MSLink::isOnComingPed(), and MSCFModel_EIDM::stopSpeed().

Here is the caller graph for this function:

◆ isStopped()

bool MSBaseVehicle::isStopped ( ) const
virtualinherited

Returns whether the vehicle is at a stop.

Returns
Whether the vehicle has stopped

Implements SUMOTrafficObject.

Definition at line 1005 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myStops.

Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::allowsBoarding(), MSVehicle::brokeDown(), MSLaneChanger::changeOpposite(), MELoop::checkCar(), GUIApplicationWindow::checkGamingEvents(), GUIApplicationWindow::checkGamingEventsDRT(), MSVehicle::checkLinkLeader(), MSVehicle::checkRewindLinkLanes(), MSLaneChanger::computeSafeOppositeLength(), MSLaneChanger::computeSurplusGap(), MSRailSignal::DriveWay::conflictLaneOccupied(), GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges(), MSVehicle::executeMove(), MSLane::executeMovements(), MSVehicle::getArrivalTime(), GUIVehicle::getColorValue(), MSLink::getLeaderInfo(), GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::getScaleValue(), MEVehicle::getSpeed(), MSBaseVehicle::getStopDuration(), GUIVehicle::getStopInfo(), getStopInfo(), LIBSUMO_NAMESPACE::Vehicle::getStopState(), MSLCM_LC2013::informLeader(), MSBaseVehicle::insertStop(), MSLane::insertVehicle(), MSBaseVehicle::isParking(), MSBaseVehicle::isStoppedInRange(), MSVehicle::isStoppedOnLane(), MSBaseVehicle::isStoppedParking(), MSBaseVehicle::isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), MSVehicle::planMoveInternal(), MEVehicle::processStop(), MESegment::receive(), MSVehicle::remainingStopDuration(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MSVehicle::saveState(), MESegment::send(), MSVehicle::setBrakingSignals(), MSVehicle::updateTimeLoss(), MSVehicle::updateWaitingTime(), MSVehicle::willStop(), and MSVehicle::workOnMoveReminders().

◆ isStoppedInRange()

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

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

Implements SUMOVehicle.

Definition at line 1037 of file MSBaseVehicle.cpp.

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

◆ isStoppedParking()

bool MSBaseVehicle::isStoppedParking ( ) const
virtualinherited

Returns whether the vehicle is on a parking stop.

Returns
whether the vehicle is on a parking stop

Implements SUMOVehicle.

Definition at line 1031 of file MSBaseVehicle.cpp.

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

◆ 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 1025 of file MSBaseVehicle.cpp.

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

Referenced by MELoop::changeSegment(), GUIBaseVehicle::drawStopLabels(), 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 97 of file MSBaseVehicle.h.

◆ loadState()

◆ markAsFrontElement()

void GUIGlObject::markAsFrontElement ( )
virtualinherited

mark element as front element (Currently used only in netedit)

Reimplemented in GNENetworkElement, GNEDemandElement, and GNEAdditional.

Definition at line 209 of file GUIGlObject.cpp.

◆ mayProceed()

bool MEVehicle::mayProceed ( )
inherited

◆ moveRoutePointer()

bool MEVehicle::moveRoutePointer ( )
inherited

Update when the vehicle enters a new edge in the move step.

Returns
Whether the vehicle's route has ended (due to vaporization, or because the destination was reached)

Definition at line 137 of file MEVehicle.cpp.

References SUMOVehicleParameter::arrivalEdge, MSBaseVehicle::getRoutePosition(), MEVehicle::hasArrived(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, and SUMOVehicleParameter::via.

Referenced by METriggeredCalibrator::execute(), MESegment::receive(), and MELoop::teleportVehicle().

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 609 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:

◆ onLeftBtnPress()

virtual void GUIGlObject::onLeftBtnPress ( void *  )
inlinevirtualinherited

notify object about left click

Reimplemented in GUITriggeredRerouter::GUITriggeredRerouterEdge.

Definition at line 218 of file GUIGlObject.h.

Referenced by GUISUMOAbstractView::onLeftBtnPress().

Here is the caller graph for this function:

◆ onRemovalFromNet()

void MEVehicle::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 493 of file MEVehicle.cpp.

References MELoop::changeSegment(), MSNet::getInstance(), MSGlobals::gMesoNet, and MELoop::removeLeaderCar().

◆ processStop()

◆ remainingStopDuration()

SUMOTime MEVehicle::remainingStopDuration ( ) const
inlinevirtualinherited

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

Implements SUMOVehicle.

Definition at line 160 of file MEVehicle.h.

◆ rememberBlockedParkingArea()

void MSBaseVehicle::rememberBlockedParkingArea ( const MSParkingArea pa,
bool  local 
)
virtualinherited

Implements SUMOVehicle.

Definition at line 2394 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myParkingMemory, and SIMSTEP.

◆ rememberParkingAreaScore()

void MSBaseVehicle::rememberParkingAreaScore ( const MSParkingArea pa,
const std::string &  score 
)
virtualinherited

score only needed when running with gui

Implements SUMOVehicle.

Definition at line 2414 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myParkingMemory.

◆ 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 903 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:

◆ removedPopupMenu()

void GUIBaseVehicle::removedPopupMenu ( )
virtualinherited

notify object about popup menu removal

Reimplemented from GUIGlObject.

Definition at line 406 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 366 of file GUIGlObject.cpp.

References GUIGlObject::myParamWindows.

Referenced by GUIParameterTableWindow::~GUIParameterTableWindow().

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 802 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myMoveReminders.

◆ removeTransportable()

void MSBaseVehicle::removeTransportable ( MSTransportable t)
virtualinherited

removes a person or container

Implements SUMOVehicle.

Definition at line 2097 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 MSBaseVehicle::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 1046 of file MSBaseVehicle.cpp.

References SUMOVehicleParameter::Stop::duration, MSStop::edge, 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 MEVehicle::replaceRoute ( ConstMSRoutePtr  route,
const std::string &  info,
bool  onInit = false,
int  offset = 0,
bool  addRouteStops = true,
bool  removeStops = true,
std::string *  msgReturn = nullptr 
)
virtualinherited

Replaces the current route by the given one.

Reimplemented from MSBaseVehicle.

Definition at line 191 of file MEVehicle.cpp.

References MESegment::getLink(), MEVehicle::mySegment, MSLink::removeApproaching(), MSBaseVehicle::replaceRoute(), and MEVehicle::setApproaching().

◆ replaceRouteEdges()

bool MSBaseVehicle::replaceRouteEdges ( ConstMSEdgeVector edges,
double  cost,
double  savings,
const std::string &  info,
bool  onInit = false,
bool  check = false,
bool  removeStops = true,
std::string *  msgReturn = nullptr 
)
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 410 of file MSBaseVehicle.cpp.

References RGBColor::DEFAULT_COLOR, MSRoute::dictionary(), MSGlobals::gCheckRoutes, Named::getID(), MSBaseVehicle::getRerouteOrigin(), MSRoute::hasRoute(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSBaseVehicle::replaceRoute(), MSRoute::setCosts(), MSRoute::setSavings(), TL, toString(), and WRITE_WARNINGF.

Referenced by MSBaseVehicle::insertStop(), MSVehicle::Influencer::postProcessRemoteControl(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), MSBaseVehicle::rerouteBetweenStops(), GUIVehicle::rerouteDRTStop(), MSVehicle::rerouteParkingArea(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), and MSVehicle::Influencer::updateRemoteControlRoute().

Here is the caller graph for this function:

◆ replaceStop()

bool MSBaseVehicle::replaceStop ( int  nextStopIndex,
SUMOVehicleParameter::Stop  stop,
const std::string &  info,
bool  teleport,
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]nextStopIndexThe replacement index
[in]stopStop parameters
[in]infoThe rerouting info
[in]teleportWhether to cover the route to the replacement stop via teleporting
[out]errorMsgreturned error message

Definition at line 1627 of file MSBaseVehicle.cpp.

References MSParkingArea::accepts(), MSLane::allowsVehicleClass(), SUMOAbstractRouter< E, V >::compute(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSRoute::getEdges(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRoute(), MSBaseVehicle::getRouterTT(), MELoop::getSegmentForEdge(), MSNet::getStoppingPlace(), MSBaseVehicle::getVClass(), MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSBaseVehicle::hasDeparted(), MSStop::initPars(), MSBaseVehicle::insertJump(), MSLane::isInternal(), MSBaseVehicle::isStopped(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myRoutingMode, MSBaseVehicle::myStops, SUMOVehicleParameter::Stop::parkingarea, MSStop::pars, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), MSStop::segment, SUMOVehicleParameter::stops, SUMO_TAG_PARKING_AREA, and toString().

Referenced by LIBSUMO_NAMESPACE::Vehicle::replaceStop(), and MSDevice_StationFinder::rerouteToChargingStation().

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.

Reimplemented in MSVehicle.

Definition at line 2270 of file MSBaseVehicle.cpp.

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

Referenced by MSBaseVehicle::getSingularType(), MSVehicle::replaceVehicleType(), and LIBSUMO_NAMESPACE::Vehicle::setType().

Here is the caller graph for this function:

◆ reroute()

bool MSBaseVehicle::reroute ( SUMOTime  t,
const std::string &  info,
SUMOAbstractRouter< MSEdge, SUMOVehicle > &  router,
const bool  onInit = false,
const bool  withTaz = false,
const bool  silent = false,
const MSEdge sink = nullptr 
)
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
[in]sink(optionally) a new destination edge
See also
replaceRoute

Implements SUMOVehicle.

Definition at line 260 of file MSBaseVehicle.cpp.

References MSEdge::allowedLanes(), SUMOVehicleParameter::arrivalPos, SUMOVehicleParameter::arrivalPosProcedure, MSBaseVehicle::calculateArrivalParams(), SUMOAbstractRouter< E, V >::compute(), SUMOAbstractRouter< E, V >::computeLooped(), DEBUG_COND, SUMOVehicleParameter::departPos, SUMOVehicleParameter::departPosProcedure, MSInsertionControl::descheduleDeparture(), MSEdge::dictionary(), SUMOVehicleParameter::fromTaz, MSGlobals::gCheckRoutes, SUMOVehicle::getBrakeGap(), MSBaseVehicle::getEdge(), Named::getID(), Named::getIDSecure(), MSNet::getInsertionControl(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRerouteOrigin(), MSBaseVehicle::getStopEdges(), MSBaseVehicle::getVClass(), GIVEN, MSEdge::isTazConnector(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::setDepartAndArrivalEdge(), SIMTIME, TL, TLF, toString(), SUMOVehicleParameter::toTaz, SUMOVehicleParameter::via, WRITE_WARNING, and WRITE_WARNINGF.

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

Here is the caller graph for this function:

◆ rerouteBetweenStops()

bool MSBaseVehicle::rerouteBetweenStops ( int  nextStopIndex,
const std::string &  info,
bool  teleport,
std::string &  errorMsg 
)
inherited

reroute between stops nextStopIndex - 1 and nextStopIndex (defaults to current position / final edge) if the respective stops do not exist

Parameters
[in]nextStopIndexThe replacement index
[in]infoThe rerouting info
[in]teleportWhether to cover the route between stops via teleporting
[out]errorMsgreturned error message

Definition at line 1750 of file MSBaseVehicle.cpp.

References SUMOAbstractRouter< E, V >::compute(), MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSRoute::getEdges(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRoute(), MSBaseVehicle::getRouterTT(), MSBaseVehicle::hasDeparted(), MSBaseVehicle::insertJump(), MSLane::isInternal(), MSBaseVehicle::isStopped(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myStops, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), and toString().

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

Here is the caller graph for this function:

◆ resetParkingAreaScores()

void MSBaseVehicle::resetParkingAreaScores ( )
virtualinherited

Implements SUMOVehicle.

Definition at line 2405 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myParkingMemory.

◆ resetRoutePosition()

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

reset index of edge within route

Definition at line 639 of file MSBaseVehicle.cpp.

References 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()

bool MEVehicle::resumeFromStopping ( )
virtualinherited

resumes a vehicle from stopping

Returns
true on success, the resuming fails if the vehicle wasn't parking in the first place

Implements MSBaseVehicle.

Definition at line 266 of file MEVehicle.cpp.

References MSStopOut::active(), MELoop::addLeaderCar(), MSStop::containerTriggered, SUMOVehicleParameter::Stop::ended, MESegment::getEdge(), Named::getID(), MSNet::getInstance(), MSStopOut::getInstance(), MSNet::getVehicleControl(), MSGlobals::gMesoNet, MSBaseVehicle::isStopped(), MSStop::joinTriggered, MSBaseVehicle::myAmRegisteredAsWaiting, MEVehicle::myEventTime, MSBaseVehicle::myMoveReminders, MSBaseVehicle::myPastStops, MEVehicle::mySegment, MSBaseVehicle::myStops, MSStop::pars, SIMSTEP, MSStopOut::stopEnded(), MSStop::triggered, and MSVehicleControl::unregisterOneWaiting().

Referenced by MEVehicle::processStop().

Here is the caller graph for this function:

◆ saveState()

◆ sawBlockedParkingArea()

SUMOTime MSBaseVehicle::sawBlockedParkingArea ( const MSParkingArea pa,
bool  local 
) const
virtualinherited

Implements SUMOVehicle.

Definition at line 2423 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myParkingMemory.

◆ selectBlockingFoes()

void GUIMEVehicle::selectBlockingFoes ( ) const
virtual

adds the blocking foes to the current selection

Implements GUIBaseVehicle.

Definition at line 268 of file GUIMEVehicle.cpp.

◆ selectGLObject()

void GUIGlObject::selectGLObject ( )
virtualinherited

select GLObject (Currently used only in netedit)

Reimplemented in GNENetworkElement, GNEDemandElement, GNEGenericData, and GNEAdditional.

Definition at line 221 of file GUIGlObject.cpp.

◆ setApproaching()

void MEVehicle::setApproaching ( MSLink link)
inherited

registers vehicle with the given link

Parameters
[in]linkthe link on which the car shall register its approach

Definition at line 177 of file MEVehicle.cpp.

References MEVehicle::getEventTime(), MSBaseVehicle::getLength(), MEVehicle::getSegment(), MEVehicle::getSpeed(), MSLink::getState(), MEVehicle::getWaitingTime(), LINKSTATE_ALLWAY_STOP, RandHelper::rand(), and MSLink::setApproaching().

Referenced by MELoop::addLeaderCar(), and MEVehicle::replaceRoute().

Here is the caller graph for this function:

◆ setArrivalPos()

virtual void MSBaseVehicle::setArrivalPos ( double  arrivalPos)
inlinevirtualinherited

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

Implements SUMOVehicle.

Definition at line 397 of file MSBaseVehicle.h.

References MSBaseVehicle::myArrivalPos.

◆ setBlocked()

void GUIGlObject::setBlocked ( const bool  state = true)
inlineinherited

set blocking status

Definition at line 171 of file GUIGlObject.h.

References GUIGlObject::myAmBlocked.

Referenced by GUIGlObjectStorage::getObjectBlocking().

Here is the caller graph for this function:

◆ setBlockTime()

void MEVehicle::setBlockTime ( const SUMOTime  t)
inlineinherited

Sets the time at which the vehicle was blocked.

Parameters
[in]tThe blocking time

Definition at line 256 of file MEVehicle.h.

References MEVehicle::myBlockTime, and MEVehicle::myLastEntryTime.

Referenced by MELoop::checkCar(), and MESegment::receive().

Here is the caller graph for this function:

◆ setCarFollowModelParameter()

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

set individual carFollow model parameters (not type related)

Definition at line 2214 of file MSBaseVehicle.cpp.

References MSVehicle::getCarFollowModel(), MSBaseVehicle::getParameter(), SUMOVehicleParameter::parametersSet, MSCFModel::setParameter(), SUMO_ATTR_CF_IGNORE_IDS, SUMO_ATTR_CF_IGNORE_TYPES, toString(), and VEHPARS_CFMODEL_PARAMS_SET.

Referenced by MSBaseVehicle::initTransientModelParams().

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 566 of file MSBaseVehicle.h.

References MSBaseVehicle::myChosenSpeedFactor.

Referenced by MSCFModel_CC::finalizeSpeed(), LIBSUMO_NAMESPACE::Simulation::findRoute(), MSDevice_GLOSA::notifyEnter(), MSDevice_GLOSA::notifyMove(), 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 current settings

Definition at line 705 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:

◆ setDepartAndArrivalEdge()

void MSBaseVehicle::setDepartAndArrivalEdge ( )
inherited

apply departEdge and arrivalEdge attributes

Definition at line 921 of file MSBaseVehicle.cpp.

References SUMOVehicleParameter::arrivalEdge, SUMOVehicleParameter::arrivalEdgeProcedure, DEFAULT, SUMOVehicleParameter::departEdge, SUMOVehicleParameter::departEdgeProcedure, Named::getID(), GIVEN, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, RandHelper::rand(), RANDOM, TL, toString(), and WRITE_WARNINGF.

Referenced by MSBaseVehicle::MSBaseVehicle(), and MSBaseVehicle::reroute().

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 2190 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myDevices.

◆ setEventTime()

void MEVehicle::setEventTime ( SUMOTime  t,
bool  hasDelay = true 
)
inlineinherited

Sets the (planned) time at which the vehicle leaves its current segment.

Parameters
[in]tThe leaving time

Definition at line 188 of file MEVehicle.h.

References MESegment::getEdge(), MSEdge::markDelayed(), MEVehicle::myEventTime, MEVehicle::myLastEntryTime, and MEVehicle::mySegment.

Referenced by MELoop::checkCar(), METriggeredCalibrator::execute(), MESegment::receive(), MESegment::send(), MESegment::setSpeedForQueue(), and MELoop::teleportVehicle().

Here is the caller graph for this function:

◆ setFunctionalColor()

bool GUIBaseVehicle::setFunctionalColor ( int  activeScheme,
const MSBaseVehicle veh,
RGBColor col 
)
staticinherited

◆ 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 178 of file MSBaseVehicle.cpp.

References TL.

◆ setJunctionModelParameter()

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

set individual junction model paramete (not type related)

Definition at line 2202 of file MSBaseVehicle.cpp.

References Named::getID(), MSBaseVehicle::getParameter(), SUMOVehicleParameter::parametersSet, SUMO_ATTR_JM_IGNORE_IDS, SUMO_ATTR_JM_IGNORE_TYPES, toString(), and VEHPARS_JUNCTIONMODEL_PARAMS_SET.

Referenced by MSBaseVehicle::initTransientModelParams().

Here is the caller graph for this function:

◆ setLastEntryTime()

void MEVehicle::setLastEntryTime ( SUMOTime  t)
inlineinherited

Sets the entry time for the current segment.

Parameters
[in]tThe entry time

Definition at line 240 of file MEVehicle.h.

References MEVehicle::myLastEntryTime.

Referenced by MESegment::receive().

Here is the caller graph for this function:

◆ setMicrosimID()

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

Changes the microsimID of the object.

Note
happens in netedit

Definition at line 239 of file GUIGlObject.cpp.

References GUIGlObjectStorage::changeName(), GUIGlObject::createFullName(), GUIGlObjectStorage::gIDStorage, GUIGlObject::myFullName, and GUIGlObject::myMicrosimID.

Referenced by GNEAdditional::setAdditionalID(), GNEDemandElement::setDemandElementID(), and GNENetworkElement::setNetworkElementID().

Here is the caller graph for this function:

◆ setNumberParkingReroutes()

void MSBaseVehicle::setNumberParkingReroutes ( int  value)
inlinevirtualinherited

Implements SUMOVehicle.

Definition at line 988 of file MSBaseVehicle.h.

References MSBaseVehicle::myNumberParkingReroutes.

◆ setRoutingMode()

void MSBaseVehicle::setRoutingMode ( int  value)
inlineinherited

Sets routing behavior.

Parameters
[in]valuean enum value controlling the different modes

Definition at line 915 of file MSBaseVehicle.h.

References MSBaseVehicle::myRoutingMode.

Referenced by LIBSUMO_NAMESPACE::Simulation::findRoute(), MSBaseVehicle::initTransientModelParams(), LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime(), and LIBSUMO_NAMESPACE::Vehicle::setRoutingMode().

Here is the caller graph for this function:

◆ setSegment()

virtual void MEVehicle::setSegment ( MESegment s,
int  idx = 0 
)
inlinevirtualinherited

Sets the current segment the vehicle is at together with its que.

Parameters
[in]sThe current segment
[in]qThe current que

Definition at line 209 of file MEVehicle.h.

References MEVehicle::myQueIndex, and MEVehicle::mySegment.

Referenced by MELoop::changeSegment(), METriggeredCalibrator::execute(), MEVehicle::loadState(), MESegment::receive(), and MELoop::teleportVehicle().

Here is the caller graph for this function:

◆ stopsAt()

bool MSBaseVehicle::stopsAt ( MSStoppingPlace stop) const
virtualinherited

Returns whether the vehicle stops at the given stopping place.

Implements SUMOVehicle.

Definition at line 233 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myStops.

◆ stopsAtEdge()

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

Returns whether the vehicle stops at the given edge.

Implements SUMOVehicle.

Definition at line 249 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myRoute, and 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 207 of file MSBaseVehicle.cpp.

References MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.

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

Here is the caller graph for this function:

◆ updateDetectorForWriting()

void MEVehicle::updateDetectorForWriting ( MSMoveReminder rem,
SUMOTime  currentTime,
SUMOTime  exitTime 
)
inherited

◆ updateDetectors()

void MEVehicle::updateDetectors ( SUMOTime  currentTime,
const bool  isLeave,
const MSMoveReminder::Notification  reason = MSMoveReminder::NOTIFICATION_JUNCTION 
)
inherited

◆ updateGLObject()

void GUIGlObject::updateGLObject ( )
virtualinherited

update GLObject (geometry, ID, etc.) (optional)

Reimplemented in GNEWalkingArea, GNELaneType, GNELane, GNEJunction, GNEInternalLane, GNEEdgeType, GNEEdge, GNECrossing, GNEConnection, GNEDemandElement, GNEGenericData, and GNEAdditional.

Definition at line 227 of file GUIGlObject.cpp.

◆ wasRemoteControlled()

virtual bool MSBaseVehicle::wasRemoteControlled ( SUMOTime  lookBack = DELTA_T) const
inlinevirtualinherited

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

Returns
Whether the vehicle was remote-controlled within the given time range

Implements SUMOVehicle.

Reimplemented in MSVehicle.

Definition at line 223 of file MSBaseVehicle.h.

References UNUSED_PARAMETER.

Field Documentation

◆ GUIGlObjectTypeNamesInitializer

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

vector for TypeNames Initializer

Definition at line 332 of file GUIGlObject.h.

◆ INVALID_ID

◆ INVALID_PRIORITY

const double GUIGlObject::INVALID_PRIORITY
staticinherited

◆ myAdditionalVisualizations

◆ myAmBlocked

bool GUIGlObject::myAmBlocked = false
privateinherited

whether the object can be deleted

Definition at line 318 of file GUIGlObject.h.

Referenced by GUIGlObject::isBlocked(), and GUIGlObject::setBlocked().

◆ myAmRegisteredAsWaiting

bool MSBaseVehicle::myAmRegisteredAsWaiting = false
protectedinherited

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

Definition at line 1076 of file MSBaseVehicle.h.

Referenced by MSVehicle::boardTransportables(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MEVehicle::mayProceed(), MSVehicle::processNextStop(), MEVehicle::resumeFromStopping(), and MSVehicle::resumeFromStopping().

◆ myAmReversed

bool MSBaseVehicle::myAmReversed = false
protectedinherited

Definition at line 1088 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::isReversed(), and MSVehicle::processLaneAdvances().

◆ myArrivalLane

int MSBaseVehicle::myArrivalLane
protectedinherited

The destination lane where the vehicle stops.

Definition at line 1057 of file MSBaseVehicle.h.

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

◆ myArrivalPos

◆ myBlockTime

SUMOTime MEVehicle::myBlockTime
protectedinherited

The time at which the vehicle was blocked on its current segment.

Definition at line 358 of file MEVehicle.h.

Referenced by MEVehicle::getBlockTime(), MEVehicle::getWaitingTime(), MEVehicle::loadState(), MEVehicle::saveState(), and MEVehicle::setBlockTime().

◆ myChosenSpeedFactor

double MSBaseVehicle::myChosenSpeedFactor
protectedinherited

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

Definition at line 1012 of file MSBaseVehicle.h.

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

◆ myContainerDevice

◆ myContainerPositions

Seats GUIBaseVehicle::myContainerPositions
mutableprotectedinherited

◆ myCurrEdge

MSRouteIterator MSBaseVehicle::myCurrEdge
protectedinherited

◆ myCurrentNumericalIndex

SUMOTrafficObject::NumericalID MSBaseVehicle::myCurrentNumericalIndex = 0
staticprivateinherited

Definition at line 1102 of file MSBaseVehicle.h.

◆ myDepartPos

double MSBaseVehicle::myDepartPos
protectedinherited

◆ myDeparture

◆ myDevices

◆ myEdgeWeights

MSEdgeWeightsStorage* MSBaseVehicle::myEdgeWeights
mutableprivateinherited

◆ myEmptyTransportableVector

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

Definition at line 1083 of file MSBaseVehicle.h.

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

◆ myEnergyParams

EnergyParams* MSBaseVehicle::myEnergyParams
mutableprotectedinherited

The emission parameters this vehicle may have.

Definition at line 1045 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::getEmissionParameters(), MSBaseVehicle::replaceVehicleType(), MSVehicle::workOnMoveReminders(), and MSBaseVehicle::~MSBaseVehicle().

◆ myEventTime

◆ myFullName

std::string GUIGlObject::myFullName
privateinherited

full name of GL Object

Definition at line 312 of file GUIGlObject.h.

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

◆ myGlID

const GUIGlID GUIGlObject::myGlID
privateinherited

The numerical id of the object.

Definition at line 303 of file GUIGlObject.h.

Referenced by GUIGlObject::getGlID().

◆ myGLObjectType

const GUIGlObjectType GUIGlObject::myGLObjectType
privateinherited

◆ myIcon

FXIcon* GUIGlObject::myIcon
privateinherited

icon associatd with this GL Object

Definition at line 315 of file GUIGlObject.h.

Referenced by GUIGlObject::buildPopupHeader(), and GUIGlObject::getGLIcon().

◆ myID

std::string Named::myID
protectedinherited

◆ myInfluencer

BaseInfluencer* MEVehicle::myInfluencer
protectedinherited

An instance of a velocity/lane influencing instance; built in "getInfluencer".

Definition at line 361 of file MEVehicle.h.

Referenced by MEVehicle::getBaseInfluencer(), and MEVehicle::hasInfluencer().

◆ myLastEntryTime

◆ myLock

FXMutex GUIBaseVehicle::myLock
mutableprotectedinherited

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

Definition at line 392 of file GUIBaseVehicle.h.

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

◆ myMicrosimID

std::string GUIGlObject::myMicrosimID
privateinherited

ID of GL object.

Definition at line 309 of file GUIGlObject.h.

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

◆ myMoveReminders

◆ myNumberParkingReroutes

int MSBaseVehicle::myNumberParkingReroutes = 0
protectedinherited

◆ myNumberReroutes

int MSBaseVehicle::myNumberReroutes
protectedinherited

◆ myNumericalID

const NumericalID MSBaseVehicle::myNumericalID
privateinherited

Definition at line 1094 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::getNumericalID().

◆ myOdometer

double MSBaseVehicle::myOdometer
protectedinherited

◆ myParameter

◆ myParamWindows

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

Parameter table windows which refer to this object.

Definition at line 321 of file GUIGlObject.h.

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

◆ myParkingMemory

◆ 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 405 of file GUIBaseVehicle.h.

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

◆ myQueIndex

int MEVehicle::myQueIndex
protectedinherited

Index of the que the vehicle is in (important for multiqueue extension)

Definition at line 349 of file MEVehicle.h.

Referenced by MEVehicle::getAverageSpeed(), MEVehicle::getBrakeGap(), MEVehicle::getQueIndex(), and MEVehicle::setSegment().

◆ myRoute

ConstMSRoutePtr MSBaseVehicle::myRoute
protectedinherited

This vehicle's route.

Definition at line 1003 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::addStop(), MSBaseVehicle::addStops(), MSBaseVehicle::basePos(), MSBaseVehicle::calculateArrivalParams(), MSVehicle::checkReversal(), MSBaseVehicle::checkRouteRemoval(), MSVehicle::computeFurtherLanes(), GUIVehicle::drawRouteHelper(), MSVehicle::estimateTimeToNextStop(), MSVehicle::getDistanceToPosition(), MSVehicle::getNextEdgePtr(), MSVehicle::getPastLanesUntil(), MSVehicle::getPreviousLane(), MSBaseVehicle::getRerouteDestination(), MSVehicle::getRerouteOrigin(), MSBaseVehicle::getRoute(), MSBaseVehicle::getRoutePosition(), MSBaseVehicle::getRoutePtr(), MSBaseVehicle::getRouteValidity(), MSBaseVehicle::getStopIndices(), MSBaseVehicle::getUpcomingEdgeIDs(), MSVehicle::getUpcomingLanesUntil(), MEVehicle::hasArrived(), MSVehicle::hasArrivedInternal(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::hasValidRouteStart(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::insertJump(), MSBaseVehicle::insertStop(), MSBaseVehicle::isLineStop(), MSVehicle::joinTrainPartFront(), MEVehicle::loadState(), MSVehicle::loadState(), MEVehicle::moveRoutePointer(), MSBaseVehicle::MSBaseVehicle(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSBaseVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), GUIVehicle::rerouteDRTStop(), MSVehicle::rerouteParkingArea(), MSBaseVehicle::resetRoutePosition(), MEVehicle::saveState(), MSBaseVehicle::saveState(), MSVehicle::saveState(), MSBaseVehicle::setDepartAndArrivalEdge(), MSBaseVehicle::stopsAtEdge(), MSBaseVehicle::succEdge(), and MSVehicle::updateBestLanes().

◆ myRoutes

MSDevice_Vehroutes* GUIBaseVehicle::myRoutes
privateinherited

◆ myRouteValidity

int MSBaseVehicle::myRouteValidity
protectedinherited

status of the current vehicle route

Definition at line 1069 of file MSBaseVehicle.h.

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

◆ myRoutingMode

◆ mySeatPositions

Seats GUIBaseVehicle::mySeatPositions
mutableprotectedinherited

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

Definition at line 395 of file GUIBaseVehicle.h.

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

◆ mySegment

◆ myStops

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

The vehicle's list of stops.

Definition at line 1015 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::addStop(), MSBaseVehicle::addTraciStop(), MSVehicle::addTraciStop(), MSVehicle::addTransportable(), MSBaseVehicle::allowsBoarding(), MSBaseVehicle::basePos(), MSVehicle::brokeDown(), MSVehicle::checkReversal(), MEVehicle::checkStop(), MSVehicle::collisionStopTime(), MSVehicle::computeAngle(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSVehicle::estimateTimeToNextStop(), MSVehicle::getArrivalTime(), MSBaseVehicle::getCurrentParkingArea(), MEVehicle::getCurrentStoppingTimeSeconds(), MSBaseVehicle::getLeavingPersonNumber(), MSBaseVehicle::getNextParkingArea(), MSBaseVehicle::getNextStop(), MSBaseVehicle::getNextStopParameter(), MSVehicle::getPosition(), MSBaseVehicle::getStop(), MSVehicle::getStopArrivalDelay(), MSVehicle::getStopDelay(), MSBaseVehicle::getStopDuration(), MSBaseVehicle::getStopEdges(), MSBaseVehicle::getStopIndices(), GUIVehicle::getStopInfo(), MSBaseVehicle::getStops(), GUIVehicle::getVisualAngle(), GUIVehicle::getVisualPosition(), MSVehicle::hasArrivedInternal(), MSBaseVehicle::hasJump(), MSBaseVehicle::hasStops(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::insertJump(), MSBaseVehicle::insertStop(), MSBaseVehicle::isParking(), MSBaseVehicle::isStopped(), MSBaseVehicle::isStoppedInRange(), MSVehicle::isStoppedOnLane(), MSBaseVehicle::isStoppedParking(), MSBaseVehicle::isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), MSVehicle::leaveLane(), MSVehicle::loadState(), MEVehicle::mayProceed(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), MEVehicle::processStop(), MSVehicle::processTraCISpeedControl(), MSVehicle::remainingStopDuration(), MSBaseVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSVehicle::replaceRoute(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), MSBaseVehicle::rerouteBetweenStops(), GUIVehicle::rerouteDRTStop(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MEVehicle::saveState(), MSVehicle::saveState(), MSVehicle::setBlinkerInformation(), MSVehicle::slowDownForSchedule(), MSBaseVehicle::stopsAt(), MSBaseVehicle::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 1063 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle::replaceRoute().

◆ myType

◆ myVehicle

◆ NOT_YET_DEPARTED

const SUMOTime MSBaseVehicle::NOT_YET_DEPARTED = SUMOTime_MAX
staticprotectedinherited

◆ TypeNames

StringBijection< GUIGlObjectType > GUIGlObject::TypeNames
staticinherited

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