Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
MEVehicle Class Reference

A vehicle from the mesoscopic point of view. More...

#include <MEVehicle.h>

Inheritance diagram for MEVehicle:
[legend]
Collaboration diagram for MEVehicle:
[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
}

Public Member Functions

virtual void activateReminders (const MSMoveReminder::Notification reason, const MSLane *enteredLane=0)
 "Activates" all current move reminder
void addReminder (MSMoveReminder *rem, double pos=0)
 Adds a MoveReminder dynamically.
void addTo (const StoringVisitor &cont) const
 Adds this object to the given container.
void addToOdometer (double value)
 Manipulate the odometer.
virtual void addTransportable (MSTransportable *transportable)
 Adds a person or container to this vehicle.
bool allowsBoarding (const MSTransportable *t) const
 whether the given transportable is allowed to board this vehicle
void createDevice (const std::string &deviceName)
 create device of the given type
double estimateLeaveSpeed (const MSLink *link) const
 Returns the vehicle's estimated speed after driving across the link.
virtual std::pair< double, double > estimateTimeToNextStop () const
 return time (s) and distance to the next stop
virtual double getAcceleration () const
 Returns the vehicle's acceleration.
double getAngle () const
 Returns the vehicle's direction in degrees.
int getArrivalIndex () const
virtual int getArrivalLane () const
virtual double getArrivalPos () const
 Returns this vehicle's desired arrivalPos for its current route (may change on reroute).
double getAverageSpeed () const
 Returns the vehicle's estimated average speed on the segment assuming no further delays.
const MSLanegetBackLane () const
 Returns the lane the where the rear of the object is currently at.
double getBackPositionOnLane (const MSLane *lane) const
 Get the vehicle's position relative to the given lane.
PositionVector getBoundingBox (double offset=0) const
 get bounding rectangle
double getChosenSpeedFactor () const
 Returns the precomputed factor by which the driver wants to be faster than the speed limit.
double getConservativeSpeed (SUMOTime &earliestArrival) const
 Returns the vehicle's estimated speed taking into account delays.
int getContainerNumber () const
 Returns the number of containers.
const std::vector< MSTransportable * > & getContainers () const
 retrieve riding containers
virtual const MSEdgegetCurrentEdge () const
 Returns the edge the vehicle is currently at (possibly an internal edge).
const MSRouteIteratorgetCurrentRouteEdge () const
 Returns an iterator pointing to the current edge in this vehicles route.
SUMOTime getDepartDelay () const
 Returns the depart delay.
double getDepartPos () const
 Returns this vehicle's real departure position.
SUMOTime getDeparture () const
 Returns this vehicle's real departure time.
double getDesiredMaxSpeed () const
MSDevicegetDevice (const std::type_info &type) const
 Returns a device of the given type if it exists, nullptr otherwise.
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
const std::vector< MSVehicleDevice * > & getDevices () const
 Returns this vehicle's devices.
const MSEdgegetEdge () const
 Returns the edge the vehicle is currently at.
const std::string & getID () const
 Returns the id.
double getImpatience () const
 Returns this vehicles impatience.
const MSLanegetLane () const
 Returns the lane the vehicle is on.
virtual double getLateralPositionOnLane () const
 Get the vehicle's lateral position on the lane.
int getLeavingPersonNumber () const
 Returns the number of leaving persons.
double getLength () const
 Returns the vehicle's length.
double getMaxSpeed () const
 Returns the maximum speed (the minimum of desired and technical maximum speed).
virtual const MSEdgegetNextEdgePtr () const
 returns the next edge (possibly an internal edge)
int getNumberReroutes () const
 Returns the number of new routes this vehicle got.
int getNumRemainingEdges () const
 return the number of edges remaining in the route (include the current)
double getOdometer () const
 Returns the distance that was already driven by this vehicle.
const SUMOVehicleParametergetParameter () const
 Returns the vehicle's parameter (including departure definition).
std::vector< std::string > getPersonIDList () const
 Returns the list of persons.
int getPersonNumber () const
 Returns the number of persons.
const std::vector< MSTransportable * > & getPersons () const
 retrieve riding persons
Position getPosition (const double offset=0) const
 Return current position (x/y, cartesian).
double getPositionOnLane () const
 Get the vehicle's position along the lane.
std::string getPrefixedParameter (const std::string &key, std::string &error) const
 retrieve parameters of devices, models and the vehicle itself
double getPreviousSpeed () const
 Returns the vehicle's previous speed.
virtual const MSEdgegetRerouteDestination () const
 Returns the end point for reroutes (usually the last edge of the route).
virtual ConstMSEdgeVector::const_iterator getRerouteOrigin () const
 Returns the starting point for reroutes (usually the current edge).
const MSRoutegetRoute () const
 Returns the current route.
int getRoutePosition () const
 return index of edge within route
ConstMSRoutePtr getRoutePtr () const
 Returns the current route.
int getRouteValidity (bool update=true, bool silent=false, std::string *msgReturn=nullptr)
 check for route validity at first insertion attempt
MSVehicleTypegetSingularType ()
 Replaces the current vehicle type with a new one used by this vehicle only.
double getSlope () const
 Returns the slope of the road at vehicle's position in degrees.
double getSpeed () const
 Returns the vehicle's estimated speed assuming no delays.
virtual double getStopArrivalDelay () const
 Returns the estimated public transport stop arrival delay in seconds.
virtual double getStopDelay () const
 Returns the estimated public transport stop (departure) delay in seconds.
virtual double getTimeLossSeconds () const
 Returns the time loss in seconds.
const std::set< SUMOTrafficObject::NumericalIDgetUpcomingEdgeIDs () const
 returns the numerical ids of edges to travel
SUMOVehicleClass getVClass () const
 Returns the vehicle's access class.
const MSVehicleTypegetVehicleType () const
 Returns the vehicle's type definition.
const SUMOVTypeParametergetVTypeParameter () const
 Returns the vehicle's type parameter.
double getWaitingSeconds () const
 Returns the number of seconds waited (speed was lesser than 0.1m/s).
double getWidth () const
 Returns the vehicle's width.
bool hasDeparted () const
 Returns whether this vehicle has already departed.
bool hasDevice (const std::string &deviceName) const
 check whether the vehicle is equiped with a device of the given name
bool hasJump (const MSRouteIterator &it) const
 check wether the vehicle has jump at the given part of its route
bool hasReminder (MSMoveReminder *rem) const
 Checks whether the vehilce has the given MoveReminder.
bool hasValidRoute (std::string &msg, ConstMSRoutePtr route=0) const
 Validates the current or given route.
bool hasValidRoute (std::string &msg, MSRouteIterator start, MSRouteIterator last, bool checkJumps) const
virtual bool hasValidRouteStart (std::string &msg)
 checks wether the vehicle can depart on the first edge
bool ignoreTransientPermissions () const
 Returns whether this object is ignoring transient permission changes (during routing).
virtual void initDevices ()
virtual bool isContainer () const
 Whether it is a container.
virtual bool isFrontOnLane (const MSLane *) const
 Returns the information whether the front of the vehhicle is on the given lane.
bool isLineStop (double position) const
 returns whether the vehicle serves a public transport line that serves the given stop
virtual bool isPerson () const
 Whether it is a person.
bool isRail () const
virtual bool isRemoteControlled () const
 Returns the information whether the vehicle is fully controlled via TraCI.
bool isVehicle () const
 Whether it is a vehicle.
 MEVehicle (SUMOVehicleParameter *pars, ConstMSRoutePtr route, MSVehicleType *type, const double speedFactor)
 Constructor.
void onDepart ()
 Called when the vehicle is inserted into the network.
void removeReminder (MSMoveReminder *rem)
 Removes a MoveReminder dynamically.
void removeTransportable (MSTransportable *t)
 removes a person or container
void removeTransportableMass (MSTransportable *t)
 removes a person or containers mass
void replaceParameter (const SUMOVehicleParameter *newParameter)
 replace the vehicle parameter (deleting the old one)
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.
virtual void replaceVehicleType (const MSVehicleType *type)
 Replaces the current vehicle type by the one given.
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.
void resetRoutePosition (int index, DepartLaneDefinition departLaneProcedure)
 reset index of edge within route
virtual void setArrivalPos (double arrivalPos)
 Sets this vehicle's desired arrivalPos for its current route.
void setCarFollowModelParameter (const std::string &key, const std::string &value)
 set individual carFollow model parameters (not type related)
void setChosenSpeedFactor (const double factor)
 Returns the precomputed factor by which the driver wants to be faster than the speed limit.
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
void setID (const std::string &newID)
 set the id (inherited from Named but forbidden for vehicles)
void setJunctionModelParameter (const std::string &key, const std::string &value)
 set individual junction model paramete (not type related)
bool stopsAt (MSStoppingPlace *stop) const
 Returns whether the vehicle stops at the given stopping place.
bool stopsAtEdge (const MSEdge *edge) const
 Returns whether the vehicle stops at the given edge.
const MSEdgesuccEdge (int nSuccs) const
 Returns the nSuccs'th successor of edge the vehicle is currently at.
virtual bool wasRemoteControlled (SUMOTime lookBack=DELTA_T) const
 Returns the information whether the vehicle is fully controlled via TraCI.
insertion/removal
void onRemovalFromNet (const MSMoveReminder::Notification reason)
 Called when the vehicle is removed from the network.
bool moveRoutePointer ()
 Update when the vehicle enters a new edge in the move step.
bool hasArrived () const
 Returns whether this vehicle has already arrived (reached the arrivalPosition on its final edge).
bool isOnRoad () const
 Returns the information whether the vehicle is on a road (is simulated).
virtual bool isIdling () const
 Returns whether the vehicle is trying to re-enter the net.
void setApproaching (MSLink *link)
 registers vehicle with the given link
SUMOTime remainingStopDuration () const
 Returns the remaining stop duration for a stopped vehicle or 0.
void processStop ()
 ends the current stop and performs loading/unloading
SUMOTime checkStop (SUMOTime time)
 Returns until when to stop at the current segment and sets the information that the stop has been reached.
bool resumeFromStopping ()
double getBrakeGap (bool delayed=false) const
 get distance for coming to a stop (used for rerouting checks)
void setEventTime (SUMOTime t, bool hasDelay=true)
 Sets the (planned) time at which the vehicle leaves its current segment.
SUMOTime getEventTime () const
 Returns the (planned) time at which the vehicle leaves its current segment.
virtual void setSegment (MESegment *s, int idx=0)
 Sets the current segment the vehicle is at together with its que.
MESegmentgetSegment () const
 Returns the current segment the vehicle is on.
int getSegmentIndex () const
int getQueIndex () const
 Returns the index of the que the vehicle is in.
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).
void setLastEntryTime (SUMOTime t)
 Sets the entry time for the current segment.
SUMOTime getLastEntryTime () const
 Returns the time the vehicle entered the current segment.
SUMOTime getLastActionTime () const
 Returns the time of the vehicle's last action point.
void setBlockTime (const SUMOTime t)
 Sets the time at which the vehicle was blocked.
SUMOTime getBlockTime () const
 Returns the time at which the vehicle was blocked.
SUMOTime getWaitingTime (const bool accumulated=false) const
 Returns the duration for which the vehicle was blocked.
SUMOTime getTimeLoss () const
double getEventTimeSeconds () const
 Returns the earliest leave time for the current segment.
double getLastEntryTimeSeconds () const
 Returns the entry time for the current segment.
double getBlockTimeSeconds () const
 Returns the time at which the vehicle was blocked on the current segment.
double getCurrentLinkPenaltySeconds () const
 Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty.
double getCurrentStoppingTimeSeconds () const
 Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty.
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.
bool mayProceed ()
 Returns whether the vehicle is allowed to pass the next junction, checks also for triggered stops.
void updateDetectorForWriting (MSMoveReminder *rem, SUMOTime currentTime, SUMOTime exitTime)
 Updates a single vehicle detector if present.
void updateDetectors (const SUMOTime currentTime, const SUMOTime exitTime, const bool isLeave, const MSMoveReminder::Notification reason=MSMoveReminder::NOTIFICATION_JUNCTION)
 Updates all vehicle detectors.
BaseInfluencergetBaseInfluencer ()
 Returns the velocity/lane influencer.
const BaseInfluencergetBaseInfluencer () const
bool hasInfluencer () const
 whether the vehicle is individually influenced (via TraCI or special parameters)
Helper methods for parsing parameters from the object itself, it's type or the global OptionsCont
std::string getStringParam (const std::string &paramName, const bool required=false, const std::string &deflt="") const
 Retrieve a string parameter for the traffic object.
double getFloatParam (const std::string &paramName, const bool required=false, const double deflt=INVALID_DOUBLE, bool checkDist=true) const
 Retrieve a floating point parameter for the traffic object.
bool getBoolParam (const std::string &paramName, const bool required=false, const bool deflt=false) const
 Retrieve a boolean parameter for the traffic object.
SUMOTime getTimeParam (const std::string &paramName, const bool required=false, const SUMOTime deflt=SUMOTime_MIN) const
 Retrieve a time parameter for the traffic object.

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

Protected Attributes

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

Static Protected Attributes

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

Private Member Functions

MSEdgeWeightsStorage_getWeightsStorage () const
SUMOTime activateRemindersOnReroute (SUMOTime currentTime)
 remove outdated driveways on reroute
void checkRouteRemoval ()
 remove route at the end of the simulation
std::string getFlowID () const
 reconstruct flow id from vehicle id
void initTransientModelParams ()
 init model parameters from generic params
bool insertJump (int nextStopIndex, MSRouteIterator itStart, std::string &errorMsg)
 helper function
void setSkips (MSStop &stop, int prevActiveStops)
 patch stop.pars.index to record the number of skipped candidate edges before stop.edge (in a looped route)

Private Attributes

MSEdgeWeightsStoragemyEdgeWeights
const NumericalID myNumericalID

Static Private Attributes

static NumericalID myCurrentNumericalIndex = 0

state io

MESegmentmySegment
 The segment the vehicle is at.
int myQueIndex
 Index of the que the vehicle is in (important for multiqueue extension).
SUMOTime myEventTime
 The (planned) time of leaving the segment (cell).
SUMOTime myLastEntryTime
 The time the vehicle entered its current segment.
SUMOTime myBlockTime
 The time at which the vehicle was blocked on its current segment.
BaseInfluencermyInfluencer
 An instance of a velocity/lane influencing instance; built in "getInfluencer".
void saveState (OutputDevice &out)
 Saves the states of a vehicle.
void loadState (const SUMOSAXAttributes &attrs, const SUMOTime offset)
 Loads the state of this vehicle from the given description.

state io

const SUMOVehicleParametermyParameter
 This vehicle's parameter.
ConstMSRoutePtr myRoute
 This vehicle's route.
const MSVehicleTypemyType
 This vehicle's type.
MSRouteIterator myCurrEdge
 Iterator to current route-edge.
double myChosenSpeedFactor
 A precomputed factor by which the driver wants to be faster than the speed limit.
std::list< MSStopmyStops
 The vehicle's list of stops.
StopParVector myPastStops
 The list of stops that the vehicle has already reached.
virtual bool handleCollisionStop (MSStop &stop, const double distToStop)
bool isStopped () const
 Returns whether the vehicle is at a stop.
bool isParking () const
 Returns whether the vehicle is parking.
bool isJumping () const
 Returns whether the vehicle is perform a jump.
bool isReversed () const
 Returns whether the logical state of the vehicle is reversed - for drawing.
bool isStoppedTriggered () const
 Returns whether the vehicle is on a triggered stop.
bool isStoppedParking () const
 Returns whether the vehicle is on a parking stop.
bool isStoppedInRange (const double pos, const double tolerance, bool checkFuture=false) const
 return whether the given position is within range of the current stop
bool hasStops () const
 Returns whether the vehicle has to stop somewhere.
bool replaceParkingArea (MSParkingArea *parkingArea, std::string &errorMsg)
 replace the current parking area stop with a new stop with merge duration
MSParkingAreagetNextParkingArea ()
 get the upcoming parking area stop or nullptr
MSParkingAreagetCurrentParkingArea ()
 get the current parking area stop or nullptr
const std::vector< std::string > & getParkingBadges () const
 get the valid parking access rights (vehicle settings override vehicle type settings)
double basePos (const MSEdge *edge) const
 departure position where the vehicle fits fully onto the edge (if possible)
bool addStop (const SUMOVehicleParameter::Stop &stopPar, std::string &errorMsg, SUMOTime untilOffset=0, MSRouteIterator *searchStart=nullptr)
 Adds a stop.
void addStops (const bool ignoreStopErrors, MSRouteIterator *searchStart=nullptr, bool addRouteStops=true)
 Adds stops to the built vehicle.
bool haveValidStopEdges (bool silent=false) const
 check whether all stop.edge MSRouteIterators are valid and in order
std::vector< std::pair< int, double > > getStopIndices () const
 return list of route indices for the remaining stops
const std::list< MSStop > & getStops () const
const StopParVectorgetPastStops () const
const MSStopgetNextStop () const
MSStopgetNextStopMutable ()
SUMOTime getStopDuration () const
 get remaining stop duration or 0 if the vehicle isn't stopped
MSStopgetStop (int nextStopIndex)
const SUMOVehicleParameter::StopgetNextStopParameter () const
 return parameters for the next stop (SUMOVehicle Interface)
virtual bool addTraciStop (SUMOVehicleParameter::Stop stop, std::string &errorMsg)
void unregisterWaiting ()
 mark vehicle as active
bool abortNextStop (int nextStopIndex=0)
 deletes the next stop at the given index if it exists
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
int getRNGIndex () const
SumoRNGgetRNG () const
NumericalID getNumericalID () const
 return the numerical ID which is only for internal usage
const MSDevice_TransportablegetPersonDevice () const
const MSDevice_TransportablegetContainerDevice () const
EnergyParamsgetEmissionParameters () const
 retrieve parameters for the energy consumption model
void rememberBlockedParkingArea (const MSStoppingPlace *pa, bool local)
SUMOTime sawBlockedParkingArea (const MSStoppingPlace *pa, bool local) const
void rememberBlockedChargingStation (const MSStoppingPlace *cs, bool local)
SUMOTime sawBlockedChargingStation (const MSStoppingPlace *cs, bool local) const
void rememberParkingAreaScore (const MSStoppingPlace *pa, const std::string &score)
 score only needed when running with gui
void resetParkingAreaScores ()
void rememberChargingStationScore (const MSStoppingPlace *cs, const std::string &score)
void resetChargingStationScores ()
int getNumberParkingReroutes () const
void setNumberParkingReroutes (int value)
const StoppingPlaceMemorygetParkingMemory () const
const StoppingPlaceMemorygetChargingMemory () const
virtual void resetApproachOnReroute ()
 reset rail signal approach information
std::vector< StopEdgeInfogetStopEdges (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.
ConstMSEdgeVector optimizeSkipped (SUMOTime t, SUMOAbstractRouter< MSEdge, SUMOVehicle > &router, const MSEdge *source, double sourcePos, std::vector< StopEdgeInfo > &stops, ConstMSEdgeVector edges, SUMOTime maxDelay) const
ConstMSEdgeVector routeAlongStops (SUMOTime t, SUMOAbstractRouter< MSEdge, SUMOVehicle > &router, std::vector< StopEdgeInfo > &stops, ConstMSEdgeVector edges, int originStop, SUMOTime maxDelay, double &skippedPrio2) const
static double addStopPriority (double p1, double p2)

Move reminder structures

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

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.
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.
double getRelativeStateOfCharge () const
 Returns actual relative state of charge of battery (-).
double getChargedEnergy () const
 Returns the energy charged to the battery in the current time step (Wh).
double getMaxChargeRate () const
 Returns the maximum charge rate allowed by the battery in the current time step (W).
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?).
double getHarmonoise_NoiseEmissions () const
 Returns noise emissions of the current state.
int getRoutingMode () const
 return routing mode (configures router choice but also handling of transient permission changes)
void setRoutingMode (int value)
 Sets routing behavior.
SUMOAbstractRouter< MSEdge, SUMOVehicle > & getRouterTT () const
const MSEdgeWeightsStoragegetWeightsStorage () const
 Returns the vehicle's internal edge travel times/efforts container.
MSEdgeWeightsStoragegetWeightsStorage ()
virtual std::pair< const MSVehicle *const, double > getLeader (double dist=0, bool considerCrossingFoes=true) const
 Returns the leader of the vehicle looking for a fixed distance.
virtual std::pair< const MSVehicle *const, double > getFollower (double dist=0) const
 Returns the follower of the vehicle looking for a fixed distance.
void calculateArrivalParams (bool onInit)
 (Re-)Calculates the arrival position and lane from the vehicle parameters
void setDepartAndArrivalEdge ()
 apply departEdge and arrivalEdge attributes
int getDepartEdge () const
 Returns the edge on which this vehicle shall depart.
int getInsertionChecks () const
static MSLaneinterpretOppositeStop (SUMOVehicleParameter::Stop &stop)
 interpret stop lane on opposite side of the road

Detailed Description

A vehicle from the mesoscopic point of view.

Definition at line 42 of file MEVehicle.h.

Member Typedef Documentation

◆ MoveReminderCont

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

Definition of a move reminder container.

Definition at line 1121 of file MSBaseVehicle.h.

◆ NumericalID

typedef long long int SUMOTrafficObject::NumericalID
inherited

Definition at line 56 of file SUMOTrafficObject.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 72 of file MSBaseVehicle.h.

Constructor & Destructor Documentation

◆ MEVehicle()

MEVehicle::MEVehicle ( 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 53 of file MEVehicle.cpp.

References MSBaseVehicle::MSBaseVehicle(), myBlockTime, myEventTime, myInfluencer, myLastEntryTime, myQueIndex, mySegment, SUMOTime_MAX, and SUMOTime_MIN.

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

Here is the caller graph for this function:

Member Function Documentation

◆ _getWeightsStorage()

MSEdgeWeightsStorage & MSBaseVehicle::_getWeightsStorage ( ) const
privateinherited

Definition at line 2563 of file MSBaseVehicle.cpp.

References myEdgeWeights.

Referenced by getWeightsStorage(), and 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 2112 of file MSBaseVehicle.cpp.

References hasDeparted(), hasStops(), isStopped(), myParameter, myStops, and resumeFromStopping().

Referenced by 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

Definition at line 1173 of file MSBaseVehicle.cpp.

References MSMoveReminder::getLane(), myMoveReminders, and MSMoveReminder::notifyEnter().

Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MESegment::receive(), and MELoop::teleportVehicle().

Here is the caller graph for this function:

◆ activateRemindersOnReroute()

SUMOTime MSBaseVehicle::activateRemindersOnReroute ( SUMOTime currentTime)
privateinherited

remove outdated driveways on reroute

Definition at line 1863 of file MSBaseVehicle.cpp.

References myMoveReminders, and resetApproachOnReroute().

Referenced by replaceRoute().

Here is the caller graph for this function:

◆ addReminder()

void MSBaseVehicle::addReminder ( MSMoveReminder * rem,
double pos = 0 )
inherited

Adds a MoveReminder dynamically.

Parameters
[in]remthe reminder to add
See also
MSMoveReminder

Definition at line 1146 of file MSBaseVehicle.cpp.

References myMoveReminders.

Referenced by MSVehicle::adaptLaneEntering2MoveReminder(), MESegment::Queue::addReminders(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSRailSignal::initDriveWays(), and MSDriveWay::loadState().

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

References MSParkingArea::accepts(), addStop(), MSLane::allowsVehicleClass(), SUMOVehicleParameter::Stop::arrival, BASE, basePos(), MSStop::busstop, MSStop::chargingStation, SUMOVehicleParameter::Stop::collision, MSStop::containerstop, DEBUG_COND, DEFAULT, MSEdge::dictionary(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::ended, SUMOVehicleParameter::Stop::endPos, MSStop::getArrival(), SUMOVehicle::getBrakeGap(), MSStop::getDescription(), getEdge(), MSLane::getEdge(), MSStop::getEndPos(), MSEdge::getFirstAllowed(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), getLength(), MSLane::getLength(), MSLane::getNextNormal(), MSEdge::getNormalBefore(), MSEdge::getOppositeEdge(), getParameter(), MSStoppingPlace::getParkingLength(), SUMOTrafficObject::getPositionOnLane(), MSStop::getUntil(), getVClass(), GIVEN, MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSGlobals::gUseStopEnded, handleCollisionStop(), hasDeparted(), SUMOVehicleParameter::Stop::index, MSStop::initPars(), interpretOppositeStop(), MSEdge::isInternal(), MSLane::isInternal(), MSEdge::isNormal(), MSStop::isOpposite, MSStop::lane, SUMOVehicleParameter::Stop::lane, MIN2(), myCurrEdge, myParameter, myRoute, myStops, myType, MSStop::overheadWireSegment, MSStop::parkingarea, MSStop::pars, MSStop::segment, setSkips(), SUMOVehicleParameter::Stop::startPos, STOP_INDEX_END, STOP_INDEX_FIT, STOP_INDEX_REPEAT, MSRailSignalConstraint::storeTripId(), time2string(), toString(), SUMOVehicleParameter::Stop::tripId, and SUMOVehicleParameter::Stop::until.

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

Here is the caller graph for this function:

◆ addStopPriority()

double MSBaseVehicle::addStopPriority ( double p1,
double p2 )
staticprotectedinherited

Definition at line 2014 of file MSBaseVehicle.cpp.

Referenced by getStopEdges(), and reroute().

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

References addStop(), myParameter, myRoute, and WRITE_WARNING.

Referenced by MSVehicleControl::initVehicle(), MEVehicle::loadState(), MSVehicle::loadState(), and 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 455 of file MSBaseVehicle.h.

References invalid_return< std::string >::value, and 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 2076 of file MSBaseVehicle.cpp.

References addStop(), SUMOVehicleParameter::Stop::containerTriggered, SUMOVehicleParameter::Stop::duration, SUMOVehicleParameter::Stop::endPos, SUMOVehicleParameter::Stop::lane, myParameter, myStops, SUMOVehicleParameter::Stop::parking, 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 1004 of file MSBaseVehicle.cpp.

References MSDevice_Transportable::buildVehicleDevices(), CONTAINER_TRIGGERED, MSNet::getInstance(), MSVehicleType::getMass(), MSTransportable::getVehicleType(), MSTransportable::isPerson(), myContainerDevice, myDevices, myEnergyParams, myMoveReminders, myParameter, 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

whether the given transportable is allowed to board this vehicle

Implements SUMOVehicle.

Definition at line 985 of file MSBaseVehicle.cpp.

References MSDevice_Taxi::allowsBoarding(), getContainerNumber(), getDevice(), Named::getID(), getPersonNumber(), getVehicleType(), MSTransportable::isPerson(), isStopped(), and myStops.

◆ basePos()

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

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

Definition at line 1514 of file MSBaseVehicle.cpp.

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

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

Here is the caller graph for this function:

◆ calculateArrivalParams()

void MSBaseVehicle::calculateArrivalParams ( bool onInit)
inherited

(Re-)Calculates the arrival position and lane from the vehicle parameters

Definition at line 1213 of file MSBaseVehicle.cpp.

References CENTER, FIRST_ALLOWED, Named::getID(), MSEdge::getLanes(), GIVEN, MAX2(), MIN2(), myArrivalLane, myArrivalPos, myParameter, myRoute, myType, RandHelper::rand(), RANDOM, SIMSTEP, time2string(), TL, toString(), and WRITE_WARNINGF.

Referenced by MEVehicle::loadState(), MSVehicle::loadState(), replaceRoute(), and reroute().

Here is the caller graph for this function:

◆ checkRouteRemoval()

void MSBaseVehicle::checkRouteRemoval ( )
privateinherited

remove route at the end of the simulation

Definition at line 160 of file MSBaseVehicle.cpp.

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

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

Here is the caller graph for this function:

◆ checkStop()

SUMOTime MEVehicle::checkStop ( SUMOTime time)

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

References MSStopOut::active(), DELTA_T, MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getDevice(), Named::getID(), MSStopOut::getInstance(), MSBaseVehicle::getPersonNumber(), MSGlobals::gUseStopEnded, MAX2(), MSBaseVehicle::myCurrEdge, myLastEntryTime, 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:

◆ createDevice()

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

◆ estimateLeaveSpeed()

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

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

See also
MSVehicle.cpp::estimateLeaveSpeed

Definition at line 142 of file MEVehicle.cpp.

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

Referenced by MESegment::isOpen().

Here is the caller graph for this function:

◆ estimateTimeToNextStop()

virtual std::pair< double, double > MSBaseVehicle::estimateTimeToNextStop ( ) const
inlinevirtualinherited

return time (s) and distance to the next stop

Reimplemented in MSVehicle.

Definition at line 387 of file MSBaseVehicle.h.

Referenced by MSTriggeredRerouter::checkStopSwitch().

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

Referenced by getEmissions(), getHarmonoise_NoiseEmissions(), and MSEmissionExport::writeEmissions().

Here is the caller graph for this function:

◆ getAngle()

double MEVehicle::getAngle ( ) const
virtual

Returns the vehicle's direction in degrees.

Returns
The vehicle's current angle

Implements SUMOVehicle.

Definition at line 80 of file MEVehicle.cpp.

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

Referenced by GUIMEVehicle::getAngle(), getBoundingBox(), and GUIMEVehicle::getVisualAngle().

Here is the caller graph for this function:

◆ getArrivalIndex()

int MSBaseVehicle::getArrivalIndex ( ) const
inlineinherited

Definition at line 442 of file MSBaseVehicle.h.

References myParameter.

◆ getArrivalLane()

virtual int MSBaseVehicle::getArrivalLane ( ) const
inlinevirtualinherited

Definition at line 406 of file MSBaseVehicle.h.

References myArrivalLane.

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

References myArrivalPos.

Referenced by insertStop(), MSLane::isInsertionSuccess(), replaceStop(), reroute(), rerouteBetweenStops(), and MSVehicle::rerouteParkingArea().

Here is the caller graph for this function:

◆ getAverageSpeed()

double MEVehicle::getAverageSpeed ( ) const

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 preceding vehicle is delayed

Definition at line 129 of file MEVehicle.cpp.

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

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

Here is the caller graph for this function:

◆ getBackLane()

const MSLane * MEVehicle::getBackLane ( ) const
inlinevirtual

Returns the lane the where the rear of the object is currently at.

Returns
The current back lane or nullptr if the object is not on a lane

Implements SUMOTrafficObject.

Definition at line 85 of file MEVehicle.h.

◆ getBackPositionOnLane()

double MEVehicle::getBackPositionOnLane ( const MSLane * lane) const
virtual

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

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

◆ getBaseInfluencer() [1/2]

MEVehicle::BaseInfluencer & MEVehicle::getBaseInfluencer ( )
virtual

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

References myInfluencer.

◆ getBaseInfluencer() [2/2]

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

Implements MSBaseVehicle.

Definition at line 519 of file MEVehicle.cpp.

References myInfluencer.

◆ getBlockTime()

SUMOTime MEVehicle::getBlockTime ( ) const
inline

Returns the time at which the vehicle was blocked.

Returns
The blocking time

Definition at line 278 of file MEVehicle.h.

References myBlockTime.

Referenced by MELoop::checkCar(), getBlockTimeSeconds(), and MSFCDExport::write().

Here is the caller graph for this function:

◆ getBlockTimeSeconds()

double MEVehicle::getBlockTimeSeconds ( ) const
inline

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

Definition at line 305 of file MEVehicle.h.

References getBlockTime(), and STEPS2TIME.

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

Here is the caller graph for this function:

◆ getBoolParam()

bool SUMOTrafficObject::getBoolParam ( const std::string & paramName,
const bool required = false,
const bool deflt = false ) const
inherited

Retrieve a boolean parameter for the traffic object.

Parameters
paramNamethe parameter name
requiredwhether it is an error if the parameter is not set
defltthe default value to take if the parameter is not set (the default in the OptionsCont takes precedence)
Returns
the bool value

Definition at line 85 of file SUMOTrafficObject.cpp.

References Named::getID(), getStringParam(), isPerson(), isVehicle(), TL, StringUtils::toBool(), toString(), and WRITE_ERRORF.

Referenced by MSDevice_GLOSA::buildVehicleDevices(), MSDevice_ToC::buildVehicleDevices(), and MSTransportableControl::erase().

Here is the caller graph for this function:

◆ getBoundingBox()

PositionVector MEVehicle::getBoundingBox ( double offset = 0) const
virtual

◆ getBrakeGap()

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

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

Implements SUMOVehicle.

Definition at line 186 of file MEVehicle.h.

References myQueIndex, mySegment, MESegment::PARKING_QUEUE, and UNUSED_PARAMETER.

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

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

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

Here is the caller graph for this function:

◆ getChargingMemory()

const StoppingPlaceMemory * MSBaseVehicle::getChargingMemory ( ) const
inlineinherited

Definition at line 1043 of file MSBaseVehicle.h.

References myChargingMemory.

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

References myChosenSpeedFactor.

Referenced by MSLane::getDepartSpeed(), GUIMEVehicle::getParameterWindow(), GUIVehicle::getParameterWindow(), MSCFModel_EIDM::internalspeedlimit(), MSCFModel_KraussPS::maxNextSpeed(), GUISUMOViewParent::onUpdSpeedFactor(), and MSVehicle::slowDownForSchedule().

Here is the caller graph for this function:

◆ getConservativeSpeed()

double MEVehicle::getConservativeSpeed ( SUMOTime & earliestArrival) const

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

References DELTA_T, MAX2(), myEventTime, myLastEntryTime, mySegment, and STEPS2TIME.

◆ getContainerDevice()

const MSDevice_Transportable * MSBaseVehicle::getContainerDevice ( ) const
inlineinherited

Definition at line 835 of file MSBaseVehicle.h.

References myContainerDevice.

◆ getContainerNumber()

int MSBaseVehicle::getContainerNumber ( ) const
virtualinherited

Returns the number of containers.

Returns
The number of contaiers on-board

Implements SUMOVehicle.

Definition at line 2605 of file MSBaseVehicle.cpp.

References myContainerDevice, and myParameter.

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

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

References myContainerDevice, and myEmptyTransportableVector.

Referenced by 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 199 of file MSBaseVehicle.h.

References getEdge().

Referenced by isRail().

Here is the caller graph for this function:

◆ getCurrentLinkPenaltySeconds()

double MEVehicle::getCurrentLinkPenaltySeconds ( ) const

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

Definition at line 436 of file MEVehicle.cpp.

References mySegment, and STEPS2TIME.

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

References isParking(), and 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 301 of file MSBaseVehicle.h.

References myCurrEdge.

Referenced by MSDevice_SSM::findFoeConflictLane(), MSLane::freeInsertion(), MSLane::getLeaderOnConsecutive(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSIdling_Stop::idle(), insertStop(), MSLane::insertVehicle(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSTriggeredRerouter::overtakingTrain(), replaceStop(), rerouteBetweenStops(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().

Here is the caller graph for this function:

◆ getCurrentStoppingTimeSeconds()

double MEVehicle::getCurrentStoppingTimeSeconds ( ) const

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

Definition at line 319 of file MEVehicle.cpp.

References myLastEntryTime, MSBaseVehicle::myStops, and STEPS2TIME.

Referenced by GUIMEVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ getDepartDelay()

SUMOTime MSBaseVehicle::getDepartDelay ( ) const
virtualinherited

Returns the depart delay.

Implements SUMOVehicle.

Definition at line 940 of file MSBaseVehicle.cpp.

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

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

Here is the caller graph for this function:

◆ getDepartEdge()

int MSBaseVehicle::getDepartEdge ( ) const
virtualinherited

Returns the edge on which this vehicle shall depart.

Implements SUMOVehicle.

Definition at line 1322 of file MSBaseVehicle.cpp.

References myParameter, and myRoute.

Referenced by optimizeSkipped().

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

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

References myDeparture.

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

Here is the caller graph for this function:

◆ getDesiredMaxSpeed()

double MSBaseVehicle::getDesiredMaxSpeed ( ) const
inlineinherited

Definition at line 596 of file MSBaseVehicle.h.

References myChosenSpeedFactor, and myType.

Referenced by GUIMEVehicle::getTypeParameterWindow(), GUIVehicle::getTypeParameterWindow(), and MSVehicle::planMoveInternal().

Here is the caller graph for this function:

◆ getDevice()

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

References myDevices, and TLF.

Referenced by 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 493 of file MSBaseVehicle.h.

References myDevices.

◆ getEdge()

const MSEdge * MSBaseVehicle::getEdge ( ) const
virtualinherited

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

References MSDevice_ElecHybrid::getCurrentFromOverheadWire(), and 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 840 of file MSBaseVehicle.h.

References getEmissionParameters(), getVehicleType(), and myEnergyParams.

Referenced by MSVehicle::executeMove(), getEmissionParameters(), getEmissions(), initDevices(), and MSEmissionExport::writeEmissions().

Here is the caller graph for this function:

◆ getEmissions()

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

Returns emissions of the current state The value is always per 1s, so multiply by step length if necessary.

Returns
The current emission

Definition at line 855 of file MSBaseVehicle.h.

References getAcceleration(), getEmissionParameters(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), isOnRoad(), and myType.

Referenced by LIBSUMO_NAMESPACE::Vehicle::getCO2Emission(), LIBSUMO_NAMESPACE::Vehicle::getCOEmission(), GUIVehicle::getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getElectricityConsumption(), LIBSUMO_NAMESPACE::Vehicle::getFuelConsumption(), LIBSUMO_NAMESPACE::Vehicle::getHCEmission(), LIBSUMO_NAMESPACE::Vehicle::getNOxEmission(), GUIVehicle::getParameterWindow(), and LIBSUMO_NAMESPACE::Vehicle::getPMxEmission().

Here is the caller graph for this function:

◆ getEventTime()

SUMOTime MEVehicle::getEventTime ( ) const
inline

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 206 of file MEVehicle.h.

References myEventTime.

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

Here is the caller graph for this function:

◆ getEventTimeSeconds()

double MEVehicle::getEventTimeSeconds ( ) const
inline

Returns the earliest leave time for the current segment.

Definition at line 295 of file MEVehicle.h.

References getEventTime(), and STEPS2TIME.

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

Here is the caller graph for this function:

◆ getFloatParam()

double SUMOTrafficObject::getFloatParam ( const std::string & paramName,
const bool required = false,
const double deflt = INVALID_DOUBLE,
bool checkDist = true ) const
inherited

Retrieve a floating point parameter for the traffic object.

Parameters
paramNamethe parameter name
requiredwhether it is an error if the parameter is not set
defltthe default value to take if the parameter is not set (the default in the OptionsCont takes precedence)
checkDistwhether the given value may be a distribution definition
Returns
the float value

Definition at line 58 of file SUMOTrafficObject.cpp.

References Named::getID(), getStringParam(), isPerson(), Distribution_Parameterized::isValid(), isVehicle(), Distribution_Parameterized::sample(), TL, StringUtils::toDouble(), toString(), and WRITE_ERRORF.

Referenced by MSDevice_Bluelight::buildVehicleDevices(), MSDevice_DriverState::buildVehicleDevices(), MSDevice_Friction::buildVehicleDevices(), MSDevice_GLOSA::buildVehicleDevices(), MSDevice_Routing::buildVehicleDevices(), MSDevice_ToC::buildVehicleDevices(), MSPModel_JuPedSim::execute(), MSDevice_ToC::getDynamicMRMProbability(), MSDevice_ToC::getOpenGapParams(), MSPerson::MSPerson(), MSTriggeredRerouter::overtakingTrain(), MSDevice_Battery::readParameterValue(), and MSBaseVehicle::reroute().

Here is the caller graph for this function:

◆ getFlowID()

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

reconstruct flow id from vehicle id

Definition at line 170 of file MSBaseVehicle.cpp.

References Named::getID().

Referenced by 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 999 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:

◆ getHarmonoise_NoiseEmissions()

double MSBaseVehicle::getHarmonoise_NoiseEmissions ( ) const
inherited

Returns noise emissions of the current state.

Returns
The noise produced

Definition at line 2541 of file MSBaseVehicle.cpp.

References HelpersHarmonoise::computeNoise(), getAcceleration(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), isOnRoad(), and 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 myID.

Referenced by MSDriveWay::_saveState(), MSCFModel_ACC::_v(), MSCFModel_CACC::_v(), MSCFModel_EIDM::_v(), MSCFModel_IDM::_v(), MSCFModel_Wiedemann::_v(), MSLCM_LC2013::_wantsChange(), MSTransportableControl::abortAnyWaitingForVehicle(), MSLaneChangerSublane::abortLCManeuver(), MSTransportable::abortStage(), AccessEdge< E, L, N, V >::AccessEdge(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaderDistance(), MSVehicle::adaptToLeaders(), MSVehicle::adaptToOncomingLeader(), MSDetectorControl::add(), MSDetectorControl::add(), MSDetectorControl::add(), MSPModel_JuPedSim::add(), MSPModel_Striping::add(), MSVehicleTransfer::add(), PCPolyContainer::add(), PCPolyContainer::add(), ShapeContainer::add(), ShapeContainer::add(), NLTriggerBuilder::addAccess(), RORouteDef::addAlternative(), MSLane::addApproachingLane(), MSChargingStation::addChargeValueForOutput(), MSOverheadWire::addChargeValueForOutput(), MSTractionSubstation::addChargeValueForOutput(), NBNodeCont::addCluster2Join(), NLHandler::addConflict(), NBLoadedSUMOTLDef::addConnection(), NLHandler::addConnection(), MSPModel_Striping::addCrossingVehs(), RODFDetectorCon::addDetector(), RONet::addEdge(), ROJTREdge::addFollowerProbability(), MSLane::addLeaders(), MSTLLogicControl::TLSLogicVariants::addLogic(), RONet::addNode(), MSLaneChangerSublane::addOutsideLeaders(), MSTractionSubstation::addOverheadWireClampToCircuit(), MSTractionSubstation::addOverheadWireInnerSegmentToCircuit(), MSTractionSubstation::addOverheadWireSegmentToCircuit(), MSDriveWay::addParallelFoes(), NIImporter_SUMO::addPhase(), GUIEdge::addRerouter(), MSDevice_Taxi::addReservation(), MSDispatch::addReservation(), MSDriveWay::addReversalFoes(), MSRouteHandler::addRideOrTransport(), RONet::addRouteDef(), MSDriveWay::addSidings(), NIXMLEdgesHandler::addSplit(), NBTrafficLightLogic::addStep(), MSBaseVehicle::addStop(), MSRouteHandler::addStop(), RORouteHandler::addStop(), ROVehicle::addStop(), MSNet::addStoppingPlace(), MSRouteHandler::addTranship(), MSVehicle::addTransportable(), AGActivityTripWriter::addTrip(), MSPModel_JuPedSim::addWaitingSet(), 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(), MSPModel_Interacting::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_BTreceiver::buildDevices(), MSTransportableDevice_BTsender::buildDevices(), MSTransportableDevice_FCD::buildDevices(), MSTransportableDevice_FCDReplay::buildDevices(), MSTransportableDevice_Routing::buildDevices(), NIImporter_VISUM::buildDistrictNode(), MSDriveWay::buildDriveWay(), NLDetectorBuilder::buildE2Detector(), NLDetectorBuilder::buildE2Detector(), RODFNet::buildEdgeFlowMap(), NLDetectorBuilder::buildInductLoop(), NLTriggerBuilder::buildInnerOverheadWireSegments(), GNETLSEditorFrame::buildInternalLanes(), NIVissimEdge::buildNBEdge(), NBOwnTLDef::buildNemaPhases(), NBRampsComputer::buildOffRamp(), NBRampsComputer::buildOnRamp(), MSPModel_JuPedSim::buildPedestrianNetwork(), MSDriveWay::buildRoute(), MELoop::buildSegmentsFor(), MSSOTLE2Sensors::buildSensorForLane(), MSSOTLE2Sensors::buildSensorForOutLane(), libsumo::Helper::buildStopParameters(), MSDriveWay::buildSubFoe(), MSDevice_Battery::buildVehicleDevices(), MSDevice_Bluelight::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_Transportable::buildVehicleDevices(), MSDevice_Tripinfo::buildVehicleDevices(), MSDevice_Vehroutes::buildVehicleDevices(), MSVehicleDevice_BTreceiver::buildVehicleDevices(), MSVehicleDevice_BTsender::buildVehicleDevices(), NBNode::buildWalkingAreas(), MSBaseVehicle::calculateArrivalParams(), MSSwarmTrafficLightLogic::calculateEtaDiff(), MSSwarmTrafficLightLogic::calculateEtaRatio(), NEMALogic::calculateInitialPhases170(), MSE2Collector::calculateTimeLossAndTimeOnDetector(), MSDevice_Taxi::cancelCustomer(), MSStageDriving::canLeaveVehicle(), MSSOTLPolicyBasedTrafficLightLogic::canRelease(), MSLCHelper::canSaveBlockerLength(), MSDriveWay::canUseSiding(), CarEdge< E, L, N, V >::CarEdge(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), MSActuatedTrafficLightLogic::changeStepAndDuration(), MSSimpleTrafficLightLogic::changeStepAndDuration(), LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSCFModel_CC::changeWholePlatoonLane(), MSTLLogicControl::check2Switch(), MSLaneChanger::checkChange(), MSLaneChanger::checkChangeOpposite(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeSublane(), NBEdgeCont::checkConsistency(), MSDriveWay::checkCrossingFlanks(), MSLane::checkFailure(), MSDriveWay::checkFlanks(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSRoute::checkRemoval(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MEVehicle::checkStop(), MSTriggeredRerouter::checkStopSwitch(), MSLCM_SL2015::checkStrategicChange(), MSLaneChanger::checkTraCICommands(), MSLink::checkWalkingAreaFoe(), MSSwarmTrafficLightLogic::choosePolicy(), MSDevice_SSM::classifyEncounter(), ShapeContainer::clearHighlights(), NBTrafficLightLogic::closeBuilding(), NLHandler::closeEdge(), MSRouteHandler::closeVehicle(), RORouteHandler::closeVehicle(), NBTrafficLightDefinition::collectAllLinks(), NBTrafficLightDefinition::collectEdges(), NBLoadedSUMOTLDef::collectEdgeVectors(), NBLoadedTLDef::collectLinks(), NBTrafficLightDefinition::compute(), ROJTRRouter::compute(), MSVehicle::computeAngle(), MSDispatch::computeDetourTime(), MSVehicle::computeFurtherLanes(), NBNode::computeInternalLaneShape(), NBNode::computeLanes2Lanes(), NBNode::computeLogic(), NBOwnTLDef::computeLogicAndConts(), NBRampsComputer::computeRamps(), RODFNet::computeRoutesFor(), MSLaneChanger::computeSafeOppositeLength(), NBTrafficLightLogicCont::computeSingleLogic(), NBNode::computeSmoothShape(), MSDevice_SSM::computeSSMs(), MSLaneChanger::computeSurplusGap(), NBTurningDirectionsComputer::computeTurnDirectionsForNode(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSDriveWay::conflictLaneOccupied(), NGNet::connect(), MSRailSignal::constraintsAllow(), NEMALogic::constructTimingAndPhaseDefs(), MSLaneChanger::continueChange(), MSLaneChangerSublane::continueChangeSublane(), libsumo::Helper::convertCartesianToRoadMap(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), NBLoadedSUMOTLDef::copyIndices(), NBOwnTLDef::correctConflicting(), NBOwnTLDef::corridorLike(), MSSOTLE2Sensors::countVehicles(), MSSOTLWaveTrafficLightLogic::countVehicles(), MSDevice_SSM::createEncounters(), GNETLSEditorFrame::TLSPrograms::createTLS(), GUINet::createTLWrapper(), NBNodeCont::customTLID(), libsumo::Helper::debugPrint(), 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(), MSE3Collector::enter(), MSParkingArea::enter(), NEMAPhase::enter(), MSDriveWay::enterDriveWay(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSTransportableControl::erase(), NEMALogic::error_handle_not_set(), MSStoppingPlaceRerouter::evaluateDestination(), Command_RouteReplacement::execute(), Command_SaveTLSSwitches::execute(), METriggeredCalibrator::execute(), MSCalibrator::execute(), MSDevice_BTreceiver::BTreceiverUpdate::execute(), MSPModel_JuPedSim::execute(), MSPModel_Striping::MovePedestrians::execute(), MSVTypeProbe::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(), LIBSUMO_NAMESPACE::TrafficLight::findConstraintsDeadLocks(), MSRailSignalControl::findDeadlockFoes(), MSDriveWay::findFlankProtection(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Simulation::findIntermodalRoute(), MSDevice_SSM::findSurroundingVehicles(), MSDevice_SSM::flushConflicts(), MSDriveWay::foeDriveWayOccupied(), MSCFModel_CACC::followSpeed(), MSCFModel_EIDM::followSpeed(), MSCFModel_W99::followSpeed(), NBTrafficLightDefinition::forbids(), MSLaneChanger::foundHilltop(), MSCFModel_EIDM::freeSpeed(), NBNodeCont::generateNodeClusters(), MSStopOut::generateOutputForUnfinished(), RODFDetectorCon::getAggFlowFor(), RODFDetectorCon::getAnyDetectorForEdge(), MSPModel_Striping::getArbitraryPath(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), LIBSUMO_NAMESPACE::Vehicle::getBestLanes(), MSLaneChanger::getBestLanesOpposite(), NBOwnTLDef::getBestPair(), LIBSUMO_NAMESPACE::Edge::getBidiEdge(), LIBSUMO_NAMESPACE::Lane::getBidiLane(), SUMOTrafficObject::getBoolParam(), MSLane::getCanonicalSuccessorLane(), MSVehicle::getCenterOnEdge(), MSDriveWay::getClickableTLLinkID(), LIBSUMO_NAMESPACE::Simulation::getCollisions(), GUIVehicle::getColorValue(), MSLaneChanger::getColumnleader(), MSActuatedTrafficLightLogic::getConditions(), LIBSUMO_NAMESPACE::TrafficLight::getConstraintsByFoe(), LIBSUMO_NAMESPACE::TrafficLight::getControlledLinks(), MSLane::getCriticalLeader(), MSCalibrator::getCurrentStateInterval(), MSDriveWay::getDepartureDriveway(), MSLink::getDescription(), MSRailSignalConstraint_Predecessor::getDescription(), NBTrafficLightDefinition::getDescription(), GUIPerson::getDestinationEdgeID(), GUIPerson::getDestinationStopID(), MSDevice_SSM::getDetectionRange(), RODFNet::getDetectorEdge(), MSActuatedTrafficLightLogic::getDetectorPriority(), MSRailSignal::LinkInfo::getDriveWay(), MSRailSignal::LinkInfo::getDriveWay(), GUIVehicle::getDriveWays(), MSSimpleTrafficLightLogic::getEarliest(), GUIMEVehicle::getEdgeID(), GUIPerson::getEdgeID(), LIBSUMO_NAMESPACE::RouteProbe::getEdgeID(), MSMeanData::getEdgeID(), MSDevice_SSM::getExtraTime(), MSLane::getFirstVehicleInformation(), SUMOTrafficObject::getFloatParam(), MSBaseVehicle::getFlowID(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), GUIPerson::getFromEdgeID(), NBEdge::getID(), LIBSUMO_NAMESPACE::Vehicle::getJunctionFoes(), MSDriveWay::getJunctionLinkID(), GUIPerson::getLaneID(), 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(), MSRailSignal::getNewDrivewayID(), MSCalibrator::getNewVehicleID(), MSPerson::getNextEdge(), MSPModel_Striping::getNextLane(), MSPModel_Striping::getNextLaneObstacles(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSDevice_SSM::getOutputFilename(), MSOverheadWire::getOverheadWireSegmentName(), LIBSUMO_NAMESPACE::Simulation::getParameter(), MSActuatedTrafficLightLogic::getParameter(), NEMALogic::getParameter(), GUIContainer::getParameterWindow(), GUILane::getParameterWindow(), GUILane::getParentName(), MSLane::getPartialBehind(), MSSOTLTrafficLightLogic::getPhaseIndexWithMaxCTS(), MSSwarmTrafficLightLogic::getPheromoneForInputLanes(), MSSwarmTrafficLightLogic::getPheromoneForOutputLanes(), 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(), LIBSUMO_NAMESPACE::TrafficLight::getServedPersonCount(), MSBaseVehicle::getSingularType(), MSTransportable::getSingularType(), LIBSUMO_NAMESPACE::Person::getStage(), MSPerson::MSPersonStage_Access::getStageSummary(), MSStageDriving::getStageSummary(), MSStageTranship::getStageSummary(), MSStageWaiting::getStageSummary(), MSStageWalking::getStageSummary(), MSDevice_Taxi::getStopLane(), MSNet::getStoppingPlaceID(), SUMOTrafficObject::getStringParam(), MSLane::getSurroundingVehicles(), MSActuatedTrafficLightLogic::getTarget(), LIBSUMO_NAMESPACE::Vehicle::getTeleportingIDList(), SUMOTrafficObject::getTimeParam(), MSDriveWay::getTLLinkID(), NIImporter_OpenDrive::getTLSSecure(), MSDevice_ElecHybrid::getTractionSubstationID(), PedestrianEdge< E, L, N, V >::getTravelTime(), MSVehicle::getUpcomingLanesUntil(), MSLane::getUpcomingLinks(), MSDevice_SSM::getUpstreamVehicles(), MSRailSignalConstraint::getVeh(), LIBSUMO_NAMESPACE::Person::getVehicle(), LIBSUMO_NAMESPACE::TrafficLight::getVehicleByTripId(), GUIPerson::getVehicleID(), MSPModel_Striping::getVehicleObstacles(), MSStageTrip::getVehicles(), MSDevice_SSM::getVehiclesOnJunction(), MSEdge::getWaitingVehicle(), MSStoppingPlaceRerouter::getWeight(), MSLink::getZipperSpeed(), GNEEdge::GNEEdge(), NBNode::guessCrossings(), RODFDetectorCon::guessEmptyFlows(), NBNodeCont::guessTLs(), GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerWindow(), GUITriggeredRerouter::GUITriggeredRerouterEdge::GUITriggeredRerouterEdge(), MSLane::handleCollisionBetween(), MSLane::handleIntermodalCollisionBetween(), MSRailSignal::hasInsertionConstraint(), MSDriveWay::hasJoin(), MSDriveWay::hasLinkConflict(), MSBaseVehicle::hasValidRouteStart(), MSVehicle::hasValidRouteStart(), MSRailSignalControl::haveDeadlock(), MSBaseVehicle::haveValidStopEdges(), LIBSUMO_NAMESPACE::POI::highlight(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSIdling_RandomCircling::idle(), MSIdling_Stop::idle(), MSIdling_TaxiStand::idle(), MSLink::ignoreFoe(), MSVehicle::ignoreFoe(), MSVehicle::ignoreRed(), MSVehicle::Influencer::implicitDeltaPosRemote(), NBNode::indirectLeftShape(), MSLCM_LC2013::inform(), MSLCM_SL2015::inform(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informLeader(), MSLCM_SL2015::informLeader(), MSActuatedTrafficLightLogic::init(), MSCalibrator::init(), MSDelayBasedTrafficLightLogic::init(), MSDeterministicHiLevelTrafficLightLogic::init(), MSMeanData::init(), MSRailSignal::init(), MSSOTLTrafficLightLogic::init(), MSSwarmTrafficLightLogic::init(), MSTrafficLightLogic::init(), NEMALogic::init(), MSActuatedTrafficLightLogic::initAttributeOverride(), MSE2Collector::initAuxiliaries(), MESegment::initialise(), MSPModel_JuPedSim::initialize(), MSTrafficLightLogic::initMesoTLSPenalties(), NBOwnTLDef::initNeedsContRelation(), NIImporter_SUMO::initTrafficLightLogic(), NIXMLTrafficLightsHandler::initTrafficLightLogic(), NBDistrictCont::insert(), NBNodeCont::insert(), NBTrafficLightLogicCont::insert(), NIImporter_OpenStreetMap::insertEdge(), MSCFModel_IDM::insertionFollowSpeed(), MSBaseVehicle::insertStop(), MSEdge::insertVehicle(), MSLane::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(), MSVehicle::joinTrainPartFront(), MSAbstractLaneChangeModel::laneChangeOutput(), MSVehicle::lateralDistanceToLane(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSVehicle::leaveLane(), MSVehicle::leaveLaneBack(), MSDevice_BTreceiver::BTreceiverUpdate::leaveRange(), MSPedestrianPushButton::loadCrossingEdgeMap(), MSStopOut::loadedContainers(), MSStopOut::loadedPersons(), NIImporter_OpenDrive::loadNetwork(), MSPedestrianPushButton::loadPushButtons(), MEVehicle::loadState(), MSActuatedTrafficLightLogic::loadState(), MSVehicle::loadState(), MSVehicleTransfer::loadState(), ODDistrictCont::makeDistricts(), MSE2Collector::makeMoveNotification(), MSE2Collector::makeVehicleInfo(), NWWriter_OpenDrive::mapmatchRoadObjects(), MSDriveWay::match(), MEVehicle::mayProceed(), MSMeanData::MeanDataValues::MeanDataValues(), MSSOTLE2Sensors::meanVehiclesSpeed(), METriggeredCalibrator::METriggeredCalibrator(), 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(), MSChargingStation::MSChargingStation(), MSDevice_Battery::MSDevice_Battery(), MSDevice_ElecHybrid::MSDevice_ElecHybrid(), MSDevice_Emissions::MSDevice_Emissions(), MSDevice_StationFinder::MSDevice_StationFinder(), MSDevice_ToC::MSDevice_ToC(), MSDevice_Transportable::MSDevice_Transportable(), MSE2Collector::MSE2Collector(), MSE3Collector::MSE3EntryReminder::MSE3EntryReminder(), MSE3Collector::MSE3LeaveReminder::MSE3LeaveReminder(), MSParkingArea::MSParkingArea(), MSSimpleDriverState::MSSimpleDriverState(), NBLoadedTLDef::myCompute(), MSCalibrator::myStartElement(), MSDevice_FCDReplay::FCDHandler::myStartElement(), MSLaneSpeedTrigger::myStartElement(), MSTriggeredRerouter::myStartElement(), GUIE2Collector::MyWrapper::MyWrapper(), GUIE3Collector::MyWrapper::MyWrapper(), GUIInductLoop::MyWrapper::MyWrapper(), GUIInstantInductLoop::MyWrapper::MyWrapper(), GUIMEInductLoop::MyWrapper::MyWrapper(), NBLoadedSUMOTLDef::NBLoadedSUMOTLDef(), NBTrafficLightLogic::NBTrafficLightLogic(), MSPModel_Interacting::nextBlocking(), MSLane::AnyVehicleIterator::nextIsMyVehicles(), MSDevice_Bluelight::notifyEnter(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_ElecHybrid::notifyEnter(), MSDevice_Example::notifyEnter(), MSDevice_GLOSA::notifyEnter(), MSDevice_SSM::notifyEnter(), MSDevice_Tripinfo::notifyEnter(), MSDriveWay::notifyEnter(), MSE2Collector::notifyEnter(), MSE3Collector::MSE3EntryReminder::notifyEnter(), MSE3Collector::MSE3LeaveReminder::notifyEnter(), MSMeanData::MeanDataValues::notifyEnter(), MSMeanData::MeanDataValueTracker::notifyEnter(), MSMeanData_Net::MSLaneMeanDataValues::notifyEnter(), MSRailSignalConstraint_Predecessor::PassedTracker::notifyEnter(), MSDevice_Bluelight::notifyLeave(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_ElecHybrid::notifyLeave(), MSDevice_Example::notifyLeave(), MSDevice_SSM::notifyLeave(), MSDevice_Transportable::notifyLeave(), MSDevice_Tripinfo::notifyLeave(), MSDriveWay::notifyLeave(), MSE2Collector::notifyLeave(), MSE3Collector::MSE3EntryReminder::notifyLeave(), MSE3Collector::MSE3LeaveReminder::notifyLeave(), MSDriveWay::notifyLeaveBack(), MSDevice_Battery::notifyMove(), MSDevice_Bluelight::notifyMove(), MSDevice_BTreceiver::notifyMove(), MSDevice_BTsender::notifyMove(), MSDevice_ElecHybrid::notifyMove(), MSDevice_Example::notifyMove(), MSDevice_SSM::notifyMove(), MSDevice_StationFinder::notifyMove(), MSE2Collector::notifyMove(), MSE3Collector::MSE3EntryReminder::notifyMove(), MSE3Collector::MSE3LeaveReminder::notifyMove(), MSInductLoop::notifyMove(), MSMeanData::MeanDataValues::notifyMove(), MSMeanData_Net::MSLaneMeanDataValues::notifyMoveInternal(), MSDriveWay::notifyReroute(), GNETLSEditorFrame::TLSPrograms::onCmdResetCurrentProgram(), MSVehicle::onRemovalFromNet(), MSLink::opened(), MSEdge::transportable_by_position_sorter::operator()(), MSLane::incoming_lane_priority_sorter::operator()(), MSLane::outgoing_lane_priority_sorter::operator()(), NBNetBuilder::by_id_sorter::operator()(), NBNode::nodes_by_id_sorter::operator()(), RODFNet::idComp::operator()(), MSBaseVehicle::optimizeSkipped(), MSLaneChangerSublane::outputLCStarted(), MSTriggeredRerouter::overtakingTrain(), 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(), MSRoutingEngine::patchSpeedForTurns(), NBLoadedTLDef::SignalGroup::patchTYellow(), PedestrianEdge< E, L, N, V >::PedestrianEdge(), MSCFModel_CC::performAutoLaneChange(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSLane::planMovements(), MSDevice_StationFinder::planOpportunisticCharging(), MSInternalJunction::postloadInit(), MSRightOfWayJunction::postloadInit(), MSVehicle::Influencer::postProcessRemoteControl(), MSDevice_Taxi::prepareStop(), 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::pruneSlipLaneNodes(), MSPModel_Striping::PState::PState(), PublicTransportEdge< E, L, N, V >::PublicTransportEdge(), MSDevice_Battery::readParameterValue(), MSOffTrafficLightLogic::rebuildPhase(), NBEdgeCont::recheckPostProcessConnections(), NBLoadedSUMOTLDef::reconstructLogic(), MSNet::registerCollision(), MSPModel_Striping::registerCrossingApproach(), MSLink::removeApproaching(), MSLink::removeApproachingPerson(), LIBSUMO_NAMESPACE::TrafficLight::removeConstraints(), MSVehicle::removePassedDriveItems(), MSCalibrator::removePending(), MSDispatch::removeReservation(), GNEJunction::removeTLSConnections(), NBNodeCont::removeUnwishedNodes(), NBNodeCont::rename(), NBTrafficLightLogicCont::rename(), RORouteDef::repairCurrentRoute(), GNEJunction::replaceIncomingConnections(), MSBaseVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::replaceStop(), MSTransportable::replaceVehicleType(), MSPerson::replaceWalk(), NIImporter_DlrNavteq::TrafficlightsHandler::report(), MSDevice_SSM::requestsTrajectories(), MSBaseVehicle::reroute(), MSRailSignal::LinkInfo::reroute(), MSStageTrip::reroute(), GUIVehicle::rerouteDRTStop(), MSTransportable::rerouteParkingArea(), MSVehicle::rerouteParkingArea(), MSStoppingPlaceRerouter::rerouteStoppingPlace(), MSDevice_StationFinder::rerouteToChargingStation(), MSDriveWay::reserve(), MSLane::resetManeuverReservation(), MSLane::resetPartialOccupation(), MSDevice_Bluelight::resetVehicle(), MSLaneChanger::resolveDeadlock(), LIBSUMO_NAMESPACE::Vehicle::resume(), MSVehicle::resumeFromStopping(), MSRailSignal::retrieveDriveWay(), RODFNet::revalidateFlows(), NBRailwayTopologyAnalyzer::reverseEdges(), MSStageDriving::routeOutput(), MSLane::safeInsertionSpeed(), RONet::saveAndRemoveRoutesUntil(), ROVehicle::saveAsXML(), MESegment::saveState(), MSDevice::saveState(), MSDevice_Battery::saveState(), MSDevice_Routing::saveState(), MSDevice_StationFinder::saveState(), MSDevice_Transportable::saveState(), MSDevice_Tripinfo::saveState(), MSDevice_Vehroutes::saveState(), MSLane::saveState(), MSSimpleTrafficLightLogic::saveState(), MSTransportable::saveState(), MSTransportableDevice_Routing::saveState(), MSCalibrator::scheduleRemoval(), GUIVehicle::selectBlockingFoes(), MSE2Collector::selectLanes(), MSVehicle::setAngle(), MSLink::setApproaching(), MSLink::setApproaching(), MSVehicle::setApproachingForAllLinks(), NBNodeCont::setAsTLControlled(), GNEJunction::setAttribute(), MSLane::setBidiLane(), MSEdge::setBidiLanes(), MSBaseVehicle::setDepartAndArrivalEdge(), MSCalibrator::setFlow(), MSBaseVehicle::setJunctionModelParameter(), MSTransportable::setJunctionModelParameter(), MSLane::setManeuverReservation(), MSDevice_Battery::setMaximumBatteryCapacity(), MSDevice_Battery::setMaximumChargeRate(), NBEdge::setNodeBorder(), MSLane::setOpposite(), MSActuatedTrafficLightLogic::setParameter(), MSCFModel_CACC::setParameter(), MSCFModel_CC::setParameter(), MSSimpleTrafficLightLogic::setParameter(), NEMALogic::setParameter(), MSLane::setPartialOccupation(), libsumo::Helper::setRemoteControlled(), 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(), MSVehicle::slowDownForSchedule(), MSLane::sortManeuverReservations(), IntermodalNetwork< E, L, N, V >::splitEdge(), MSDispatch_TraCI::splitReservation(), MSLaneChangerSublane::startChangeSublane(), MSStopOut::stopEnded(), MSCFModel_EIDM::stopSpeed(), MSRailSignal::storeTraCIVehicles(), MSLane::succLinkSec(), LIBSUMO_NAMESPACE::TrafficLight::swapConstraints(), GNETLSEditorFrame::TLSPrograms::switchProgram(), MSDevice_StationFinder::teleportToChargingStation(), MELoop::teleportVehicle(), libsumo::Helper::TransportableStateListener::transportableStateChanged(), TraCIServer::transportableStateChanged(), MSDevice_ToC::triggerMRM(), MSTriggeredRerouter::triggerRouting(), MSPerson::MSPersonStage_Access::tripInfoOutput(), MSTransportable::tripInfoOutput(), METriggeredCalibrator::tryEmit(), MSPModel_JuPedSim::tryPedestrianInsertion(), MSActuatedTrafficLightLogic::trySwitch(), MSSOTLTrafficLightLogic::trySwitch(), NEMALogic::trySwitch(), MSStopOut::unloadedContainers(), MSStopOut::unloadedPersons(), MSPModel_Interacting::unregisterCrossingApproach(), MSDevice_SSM::update(), MSDevice_SSM::updateAndWriteOutput(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), LIBSUMO_NAMESPACE::TrafficLight::updateConstraints(), MSSOTLTrafficLightLogic::updateCTS(), MSRailSignal::updateCurrentPhase(), MSVehicle::updateDriveItems(), MSDevice_SSM::updateEncounter(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), MSLCM_SL2015::updateGaps(), GNENetHelper::AttributeCarriers::updateJunctionID(), MSSwarmTrafficLightLogic::updatePheromoneLevels(), MSVehicle::Influencer::updateRemoteControlRoute(), MSDispatch::updateReservationFromPos(), MSSwarmTrafficLightLogic::updateSensitivities(), MSVehicle::updateState(), MSAbstractLaneChangeModel::updateTargetLane(), MSDevice_BTreceiver::BTreceiverUpdate::updateVisibility(), MSDevice_SSM::useGeoCoords(), NEMALogic::validate_timing(), MSInductLoop::VehicleData::VehicleData(), MSE2Collector::VehicleInfo::VehicleInfo(), MSCalibrator::VehicleRemover::VehicleRemover(), libsumo::Helper::VehicleStateListener::vehicleStateChanged(), MSDynamicShapeUpdater::vehicleStateChanged(), TraCIServer::vehicleStateChanged(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSBatteryExport::write(), MSElecHybridExport::write(), MSEmissionExport::write(), MSFCDExport::write(), MSInstantInductLoop::write(), NBParking::write(), MSElecHybridExport::writeAggregated(), MSLink::writeApproaching(), MSDriveWay::writeBlocks(), MSRailSignal::writeBlocks(), MSDriveWay::writeDepatureBlocks(), NWWriter_SUMO::writeDistrict(), MSFullExport::writeEdge(), MSMeanData::writeEdge(), MSXMLRawOut::writeEdge(), NWWriter_SUMO::writeEdge(), MSRoute::writeEdgeIDs(), NWWriter_XML::writeEdgesAndConnections(), MSEmissionExport::writeEmissions(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), RODFDetectorCon::writeEmitters(), RODFDetectorCon::writeEndRerouterDetectors(), NWWriter_OpenDrive::writeInternalEdge(), ROMAAssignments::writeInterval(), MSFullExport::writeLane(), MSQueueExport::writeLane(), MSXMLRawOut::writeLane(), MSDevice_SSM::writeLanesPositions(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_OpenDrive::writeNetwork(), MSTractionSubstation::writeOut(), MSNet::writeOutput(), MSOverheadWire::writeOverheadWireSegmentOutput(), MSFullExport::writePersons(), MSDevice_SSM::writePositions(), NWWriter_OpenDrive::writeRoadObjectPOI(), NWWriter_OpenDrive::writeRoadObjectPoly(), NWWriter_SUMO::writeRoundabout(), NWWriter_OpenDrive::writeSignals(), RODFDetectorCon::writeSpeedTrigger(), NWWriter_SUMO::writeTrafficLight(), MSFCDExport::writeTransportable(), MSXMLRawOut::writeTransportable(), RODFDetectorCon::writeValidationDetectors(), MSAmitranTrajectories::writeVehicle(), MSXMLRawOut::writeVehicle(), MSFullExport::writeVehicles(), PointOfInterest::writeXML(), SUMOPolygon::writeXML(), MSCalibrator::writeXMLOutput(), MSE2Collector::writeXMLOutput(), MSInductLoop::writeXMLOutput(), MSRouteProbe::writeXMLOutput(), MSLaneChanger::yieldToDeadlockOncoming(), MSLaneChanger::yieldToOppositeWaiting(), MSCalibrator::~MSCalibrator(), MSDevice_Transportable::~MSDevice_Transportable(), MSLaneSpeedTrigger::~MSLaneSpeedTrigger(), MSTriggeredRerouter::~MSTriggeredRerouter(), and RONet::~RONet().

◆ getIDSecure()

template<class T>
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(), MSDriveWay::addSidings(), MSLaneChanger::avoidDeadlock(), NLEdgeControlBuilder::build(), MSDriveWay::canUseSiding(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChangeOpposite(), MSDriveWay::checkFlanks(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSTriggeredRerouter::checkStopSwitch(), AFRouter< E, N, V, M >::compute(), AStarRouter< _IntermodalEdge, _IntermodalTrip, _MapMatcher >::compute(), DijkstraRouter< _IntermodalEdge, _IntermodalTrip >::compute(), AFBuild< E, N, V, M >::computeArcFlagsAux(), AFCentralizedSPTree< E, N, V >::computeCentralizedSPTree(), NBNode::computeLanes2Lanes(), NBOwnTLDef::computeLogicAndConts(), Node2EdgeRouter< E, N, V, M >::computeNode2Edge(), Node2EdgeRouter< E, N, V, M >::computeNode2Edges(), MSDriveWay::conflictLaneOccupied(), NBPTLineCont::constructRoute(), MSLaneChanger::continueChange(), MSLane::detectCollisions(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::executeMove(), NBRailwayTopologyAnalyzer::extendDirectionPriority(), NBPTLineCont::findWay(), MSDriveWay::foeDriveWayOccupied(), 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(), MSDriveWay::hasLinkConflict(), MSCFModel_IDM::insertionFollowSpeed(), MSLane::isInsertionSuccess(), MESegment::isOpen(), joinNamedToString(), joinNamedToString(), joinNamedToStringSorting(), 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(), MSDriveWay::notifyEnter(), MSDevice_Bluelight::notifyLeave(), MSDriveWay::notifyLeave(), MSDriveWay::notifyLeaveBack(), NBConnection::operator<<, MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::reroute(), MSStoppingPlaceRerouter::rerouteStoppingPlace(), MSLaneChanger::resolveDeadlock(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSCriticalFollowerDistanceInfo::toString(), MSLeaderDistanceInfo::toString(), MSLeaderInfo::toString(), toString(), toString(), toString(), MSTriggeredRerouter::triggerRouting(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSAbstractLaneChangeModel::updateShadowLane(), MSPModel_Striping::PState::walk(), and MSLaneChanger::yieldToDeadlockOncoming().

◆ getImpatience()

double MSBaseVehicle::getImpatience ( ) const
virtualinherited

◆ getInsertionChecks()

int MSBaseVehicle::getInsertionChecks ( ) const
inherited

Definition at line 1327 of file MSBaseVehicle.cpp.

References getParameter(), MSGlobals::gInsertionChecks, SUMOVehicleParameter::insertionChecks, and VEHPARS_INSERTION_CHECKS_SET.

Referenced by MSLane::checkFailure(), MSLane::checkForPedestrians(), MESegment::hasSpaceFor(), MSLane::isInsertionSuccess(), and MSLane::safeInsertionSpeed().

Here is the caller graph for this function:

◆ getLane()

const MSLane * MEVehicle::getLane ( ) const
inlinevirtual

Returns the lane the vehicle is on.

Returns
The vehicle's current lane

Implements SUMOTrafficObject.

Definition at line 81 of file MEVehicle.h.

◆ getLastActionTime()

SUMOTime MEVehicle::getLastActionTime ( ) const
inlinevirtual

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

Returns
The time of the last action point

Implements SUMOVehicle.

Definition at line 262 of file MEVehicle.h.

References SIMSTEP.

◆ getLastEntryTime()

SUMOTime MEVehicle::getLastEntryTime ( ) const
inline

Returns the time the vehicle entered the current segment.

Returns
The entry time

Definition at line 255 of file MEVehicle.h.

References myLastEntryTime.

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

Here is the caller graph for this function:

◆ getLastEntryTimeSeconds()

double MEVehicle::getLastEntryTimeSeconds ( ) const
inline

Returns the entry time for the current segment.

Definition at line 300 of file MEVehicle.h.

References getLastEntryTime(), and STEPS2TIME.

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

Here is the caller graph for this function:

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

Referenced by GUIVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ getLeader()

virtual std::pair< const MSVehicle *const, double > MSBaseVehicle::getLeader ( double dist = 0,
bool considerCrossingFoes = true ) 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
considerCrossingFoesWhether vehicles on crossing foe links should be considered
Returns
The leading vehicle together with the gap; (0, -1) if no leader was found.

Reimplemented in MSVehicle.

Definition at line 984 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

Returns the number of leaving persons.

Returns
The number of leaving passengers

Definition at line 2580 of file MSBaseVehicle.cpp.

References MSStageDriving::canLeaveVehicle(), MSNet::getInstance(), getPersons(), MSVehicleControl::getVehicle(), MSNet::getVehicleControl(), myStops, and MSDevice_Transportable::willTransferAtJoin().

◆ getLength()

double MSBaseVehicle::getLength ( ) const
inlinevirtualinherited

Returns the vehicle's length.

Returns
vehicle's length

Implements SUMOVehicle.

Definition at line 573 of file MSBaseVehicle.h.

References myType.

Referenced by MSLaneChangerSublane::addOutsideLeaders(), addStop(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilters(), basePos(), MSDevice_SSM::checkConflictEntryAndExit(), MSLane::checkForPedestrians(), MSVehicle::checkRewindLinkLanes(), MSDevice_SSM::classifyEncounter(), MSVehicle::computeAngle(), MSLane::detectCollisionBetween(), MSDevice_SSM::determineConflictPoint(), MSDevice_SSM::determineTTCandDRACandPPETandMDRAC(), GUIVehicle::drawAction_drawLinkItems(), MSVehicle::enterLaneAtInsertion(), MSVehicle::executeMove(), MSDevice_SSM::findSurroundingVehicles(), MSVehicle::Influencer::gapControlSpeed(), MEVehicle::getBoundingBox(), MSVehicle::getBoundingBox(), GUIMEVehicle::getCenteringBoundary(), MSVehicle::getDistanceToLeaveJunction(), MSLane::getFollowersOnConsecutive(), LIBSUMO_NAMESPACE::Edge::getLastStepLength(), MSLink::getLeaderInfo(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), MSEdge::getOccupancy(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSLane::insertVehicle(), MSVehicle::isLeader(), MSDevice_Bluelight::notifyMove(), MSTriggeredRerouter::overtakingTrain(), MSVehicle::planMoveInternal(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), replaceRoute(), MSLane::safeInsertionSpeed(), GUIVehicle::selectBlockingFoes(), MEVehicle::setApproaching(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateFurtherLanes(), and MSDevice_SSM::updatePassedEncounter().

Here is the caller graph for this function:

◆ getMaxChargeRate()

double MSBaseVehicle::getMaxChargeRate ( ) const
inherited

Returns the maximum charge rate allowed by the battery in the current time step (W).

Returns
The maximum charge rate in the current time step.

Definition at line 2521 of file MSBaseVehicle.cpp.

References getDevice(), and MSDevice_Battery::getMaximumChargeRate().

Referenced by GUIVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ getMaxSpeed()

double MSBaseVehicle::getMaxSpeed ( ) const
virtualinherited

◆ getNextEdgePtr()

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

returns the next edge (possibly an internal edge)

Implements SUMOTrafficObject.

Reimplemented in MSVehicle.

Definition at line 213 of file MSBaseVehicle.h.

◆ getNextParkingArea()

MSParkingArea * MSBaseVehicle::getNextParkingArea ( )
virtualinherited

get the upcoming parking area stop or nullptr

Implements SUMOVehicle.

Definition at line 1480 of file MSBaseVehicle.cpp.

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

Referenced by MSVehicle::rerouteParkingArea().

Here is the caller graph for this function:

◆ getNextStop()

const MSStop & MSBaseVehicle::getNextStop ( ) const
virtualinherited

◆ getNextStopMutable()

MSStop & MSBaseVehicle::getNextStopMutable ( )
virtualinherited

returns the next imminent stop in the stop queue

Returns
the upcoming stop

Implements SUMOVehicle.

Definition at line 2040 of file MSBaseVehicle.cpp.

References myStops.

◆ getNextStopParameter()

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

return parameters for the next stop (SUMOVehicle Interface)

Implements SUMOVehicle.

Definition at line 2067 of file MSBaseVehicle.cpp.

References hasStops(), and myStops.

Referenced by MSDriveWay::conflictLaneOccupied(), MSVehicle::getPosition(), and MSLane::insertVehicle().

Here is the caller graph for this function:

◆ getNumberParkingReroutes()

int MSBaseVehicle::getNumberParkingReroutes ( ) const
inlinevirtualinherited

Implements SUMOVehicle.

Definition at line 1032 of file MSBaseVehicle.h.

References myNumberParkingReroutes.

Referenced by 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 462 of file MSBaseVehicle.h.

References myNumberReroutes.

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

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

References myNumericalID.

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

Here is the caller graph for this function:

◆ getNumRemainingEdges()

int MSBaseVehicle::getNumRemainingEdges ( ) const
inherited

return the number of edges remaining in the route (include the current)

Definition at line 962 of file MSBaseVehicle.cpp.

References getRoutePosition(), myParameter, and myRoute.

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

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

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

Here is the caller graph for this function:

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

References myParameter.

Referenced by MSCFModel_CACC::_v(), addStop(), MSVehicle::checkLinkLeader(), MSTriggeredRerouter::checkStopSwitch(), MSVehicle::computeAngle(), MSCFModel_CACC::freeSpeed(), getDepartDelay(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), MSLane::getDepartSpeed(), LIBSUMO_NAMESPACE::TrafficLight::getFutureTripIds(), getInsertionChecks(), LIBSUMO_NAMESPACE::Vehicle::getLine(), GUIMEVehicle::getParameterWindow(), GUIVehicle::getParameterWindow(), getPrefixedParameter(), LIBSUMO_NAMESPACE::Vehicle::getVia(), MSRailSignal::hasInsertionConstraint(), MSVehicle::ignoreFoe(), initTransientModelParams(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIViewTraffic::onGamingClick(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSVehicle::rerouteParkingArea(), MSDevice_Bluelight::resetVehicle(), setCarFollowModelParameter(), GUIBaseVehicle::setFunctionalColor(), setJunctionModelParameter(), LIBSUMO_NAMESPACE::Vehicle::setLine(), LIBSUMO_NAMESPACE::Vehicle::setVia(), METriggeredCalibrator::tryEmit(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().

Here is the caller graph for this function:

◆ getParkingBadges()

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

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

Implements SUMOVehicle.

Definition at line 1504 of file MSBaseVehicle.cpp.

References MSVehicleType::getParkingBadges(), getVehicleType(), myParameter, and VEHPARS_PARKING_BADGES_SET.

Referenced by GUIVehicle::getParameterWindow().

Here is the caller graph for this function:

◆ getParkingMemory()

const StoppingPlaceMemory * MSBaseVehicle::getParkingMemory ( ) const
inlineinherited

Definition at line 1039 of file MSBaseVehicle.h.

References myParkingMemory.

Referenced by getPrefixedParameter().

Here is the caller graph for this function:

◆ getPastStops()

const StopParVector & MSBaseVehicle::getPastStops ( ) const
inlineinherited

Definition at line 733 of file MSBaseVehicle.h.

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

References myPersonDevice.

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

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

References myParameter, and myPersonDevice.

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

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

retrieve riding persons

Implements SUMOVehicle.

Definition at line 2635 of file MSBaseVehicle.cpp.

References myEmptyTransportableVector, and myPersonDevice.

Referenced by MSE3Collector::enter(), getLeavingPersonNumber(), getPersonIDList(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSE2Collector::notifyEnter(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdSelectTransported(), MSVehicle::rerouteParkingArea(), and MSXMLRawOut::writeVehicle().

Here is the caller graph for this function:

◆ getPosition()

Position MEVehicle::getPosition ( const double offset = 0) const
virtual

Return current position (x/y, cartesian).

If the vehicle's myLane is 0, Position::INVALID.

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

Implements SUMOTrafficObject.

Definition at line 94 of file MEVehicle.cpp.

References MSLane::geometryPositionAtOffset(), MSBaseVehicle::getEdge(), MSEdge::getLanes(), and getPositionOnLane().

Referenced by getBoundingBox(), GUIMEVehicle::getPosition(), and GUIMEVehicle::getVisualPosition().

Here is the caller graph for this function:

◆ getPositionOnLane()

double MEVehicle::getPositionOnLane ( ) const
virtual

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

References mySegment.

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

Here is the caller graph for this function:

◆ getPrefixedParameter()

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

retrieve parameters of devices, models and the vehicle itself

Definition at line 2858 of file MSBaseVehicle.cpp.

References StringUtils::endsWith(), StringTokenizer::get(), MSVehicle::getCarFollowModel(), getDeviceParameter(), Named::getID(), MSVehicle::getLaneChangeModel(), getNumberParkingReroutes(), MSAbstractLaneChangeModel::getParameter(), getParameter(), MSCFModel::getParameter(), Parameterised::getParameter(), getParkingMemory(), hasDevice(), StringTokenizer::size(), StringUtils::startsWith(), STEPS2TIME, TL, TLF, and toString().

Referenced by GUIVehicle::getColorValue().

Here is the caller graph for this function:

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

◆ getQueIndex()

int MEVehicle::getQueIndex ( ) const
inline

Returns the index of the que the vehicle is in.

Returns
The que index

Definition at line 233 of file MEVehicle.h.

References myQueIndex.

Referenced by MESegment::addReminders(), MELoop::changeSegment(), MELoop::checkCar(), GUIMEVehicle::getCenteringBoundary(), LIBSUMO_NAMESPACE::Vehicle::getLaneIndex(), MESegment::getLink(), GUIMEVehicle::getParameterWindow(), MESegment::removeCar(), saveState(), MESegment::send(), and MSFCDExport::write().

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

References MSDevice_Battery::getActualBatteryCapacity(), MSDevice_ElecHybrid::getActualBatteryCapacity(), 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 275 of file MSBaseVehicle.h.

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

References myCurrEdge.

Referenced by replaceRouteEdges(), and reroute().

Here is the caller graph for this function:

◆ getRightSideOnEdge()

double MEVehicle::getRightSideOnEdge ( const MSLane * ) const
virtual

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

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

◆ getRNG()

◆ getRNGIndex()

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

Implements SUMOTrafficObject.

Definition at line 2837 of file MSBaseVehicle.cpp.

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

Referenced by 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 146 of file MSBaseVehicle.h.

References myRoute.

Referenced by MSCFModel_CC::getParameter().

Here is the caller graph for this function:

◆ getRouterTT()

SUMOAbstractRouter< MSEdge, SUMOVehicle > & MSBaseVehicle::getRouterTT ( ) const
inherited

◆ getRouteValidity()

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

check for route validity at first insertion attempt

Implements SUMOVehicle.

Definition at line 1104 of file MSBaseVehicle.cpp.

References MSGlobals::gCheckRoutes, Named::getID(), hasValidRoute(), hasValidRouteStart(), myParameter, myRoute, myRouteValidity, ROUTE_INVALID, ROUTE_UNCHECKED, TLF, VEHPARS_FORCE_REROUTE, and WRITE_WARNING.

◆ getRoutingMode()

int MSBaseVehicle::getRoutingMode ( ) const
inlinevirtualinherited

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

Implements SUMOTrafficObject.

Definition at line 954 of file MSBaseVehicle.h.

References myRoutingMode.

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

Here is the caller graph for this function:

◆ getSegment()

MESegment * MEVehicle::getSegment ( ) const
inline

Returns the current segment the vehicle is on.

Returns
The segment the vehicle is on

Definition at line 224 of file MEVehicle.h.

References mySegment.

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

Here is the caller graph for this function:

◆ getSegmentIndex()

int MEVehicle::getSegmentIndex ( ) const

Definition at line 532 of file MEVehicle.cpp.

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

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

Here is the caller graph for this function:

◆ getSingularType()

MSVehicleType & MSBaseVehicle::getSingularType ( )
inherited

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

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

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

Definition at line 2826 of file MSBaseVehicle.cpp.

References Named::getID(), myType, and replaceVehicleType().

Referenced by MSDevice_Transportable::changeAttached(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::processNextStop(), TraCIServerAPI_Vehicle::processSet(), and MSVehicle::setActionStepLength().

Here is the caller graph for this function:

◆ getSlope()

double MEVehicle::getSlope ( ) const
virtual

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

Returns
The slope

Implements SUMOTrafficObject.

Definition at line 87 of file MEVehicle.cpp.

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

◆ getSpeed()

double MEVehicle::getSpeed ( ) const
virtual

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 preceding vehicle is delayed

Implements SUMOTrafficObject.

Definition at line 119 of file MEVehicle.cpp.

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

Referenced by estimateLeaveSpeed(), GUIMEVehicle::getColorValue(), GUIMEVehicle::getParameterWindow(), MESegment::isOpen(), MESegment::newArrival(), MSDevice_ElecHybrid::notifyLeave(), MESegment::receive(), and 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 2476 of file MSBaseVehicle.cpp.

References MSDevice_Battery::getActualBatteryCapacity(), MSDevice_ElecHybrid::getActualBatteryCapacity(), and 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 2056 of file MSBaseVehicle.cpp.

References myStops, and TLF.

Referenced by LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), MSIdling_TaxiStand::idle(), 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 381 of file MSBaseVehicle.h.

References INVALID_DOUBLE.

Referenced by MSTriggeredRerouter::checkStopSwitch(), LIBSUMO_NAMESPACE::Vehicle::getStopArrivalDelay(), and MSTriggeredRerouter::overtakingTrain().

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

Referenced by MSTriggeredRerouter::checkStopSwitch(), LIBSUMO_NAMESPACE::Vehicle::getStopDelay(), and MSTriggeredRerouter::overtakingTrain().

Here is the caller graph for this function:

◆ getStopDuration()

SUMOTime MSBaseVehicle::getStopDuration ( ) const
virtualinherited

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

Implements SUMOVehicle.

Definition at line 2046 of file MSBaseVehicle.cpp.

References isStopped(), and myStops.

Referenced by MSTriggeredRerouter::checkStopSwitch(), and MSLaneChanger::computeOvertakingTime().

Here is the caller graph for this function:

◆ getStopEdges()

std::vector< MSBaseVehicle::StopEdgeInfo > MSBaseVehicle::getStopEdges ( double & firstPos,
double & lastPos,
std::set< int > & jumps ) const
protectedinherited

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

Definition at line 1968 of file MSBaseVehicle.cpp.

References addStopPriority(), MSStop::edge, MSStop::getEndPos(), haveValidStopEdges(), INVALID_DOUBLE, MSStop::lane, MAX2(), and myStops.

Referenced by 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 2022 of file MSBaseVehicle.cpp.

References myRoute, and myStops.

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

References myStops.

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

Here is the caller graph for this function:

◆ getStringParam()

std::string SUMOTrafficObject::getStringParam ( const std::string & paramName,
const bool required = false,
const std::string & deflt = "" ) const
inherited

Retrieve a string parameter for the traffic object.

Parameters
paramNamethe parameter name
requiredwhether it is an error if the parameter is not set
defltthe default value to take if the parameter is not set (the default in the OptionsCont takes precedence)
Returns
the string value

Definition at line 33 of file SUMOTrafficObject.cpp.

References OptionsCont::exists(), Named::getID(), OptionsCont::getOptions(), Parameterised::getParameter(), getParameter(), OptionsCont::getValueString(), getVTypeParameter(), isPerson(), OptionsCont::isSet(), isVehicle(), and TLF.

Referenced by MSDevice_Battery::buildVehicleDevices(), MSDevice_ToC::buildVehicleDevices(), getBoolParam(), getFloatParam(), getTimeParam(), MSBaseVehicle::initTransientModelParams(), MSDevice_Taxi::MSDevice_Taxi(), MSDevice_Transportable::MSDevice_Transportable(), and MSTransportableDevice_Routing::MSTransportableDevice_Routing().

Here is the caller graph for this function:

◆ getTimeLoss()

SUMOTime MEVehicle::getTimeLoss ( ) const
inlinevirtual

Implements SUMOVehicle.

Definition at line 289 of file MEVehicle.h.

References getWaitingTime().

◆ getTimeLossSeconds()

virtual double MSBaseVehicle::getTimeLossSeconds ( ) const
inlinevirtualinherited

Returns the time loss in seconds.

Reimplemented in MSVehicle.

Definition at line 281 of file MSBaseVehicle.h.

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

Here is the caller graph for this function:

◆ getTimeParam()

SUMOTime SUMOTrafficObject::getTimeParam ( const std::string & paramName,
const bool required = false,
const SUMOTime deflt = SUMOTime_MIN ) const
inherited

Retrieve a time parameter for the traffic object.

Parameters
paramNamethe parameter name
requiredwhether it is an error if the parameter is not set
defltthe default value to take if the parameter is not set (the default in the OptionsCont takes precedence)
Returns
the time value

Definition at line 98 of file SUMOTrafficObject.cpp.

References Named::getID(), getStringParam(), isPerson(), isVehicle(), string2time(), time2string(), TL, and WRITE_ERRORF.

Referenced by MSTransportableDevice_Routing::buildDevices(), and MSDevice_Routing::buildVehicleDevices().

Here is the caller graph for this function:

◆ getUpcomingEdgeIDs()

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

returns the numerical ids of edges to travel

Implements SUMOTrafficObject.

Definition at line 234 of file MSBaseVehicle.cpp.

References myCurrEdge, and myRoute.

◆ getVClass()

SUMOVehicleClass MSBaseVehicle::getVClass ( ) const
inlinevirtualinherited

Returns the vehicle's access class.

Returns
The vehicle's access class

Implements SUMOTrafficObject.

Definition at line 167 of file MSBaseVehicle.h.

References myType.

Referenced by addStop(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), MELoop::checkCar(), GUIApplicationWindow::checkGamingEvents(), MSVehicle::checkReversal(), MSVehicle::cleanupFurtherLanes(), MSVehicle::computeFurtherLanes(), GUIVehicle::drawRouteHelper(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSLane::executeMovements(), LIBSUMO_NAMESPACE::Simulation::findRoute(), MSLaneChanger::getColumnleader(), MSVehicle::getNextEdgePtr(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), GUIVehicle::getParameterWindow(), MSVehicle::getPastLanesUntil(), MSVehicle::getRerouteOrigin(), getRouterTT(), MSLane::getVehicleStopOffset(), MESegment::hasSpaceFor(), MSVehicle::hasValidRouteStart(), MSLane::incorporateVehicle(), insertJump(), insertStop(), MSPedestrianPushButton::isActiveForEdge(), MSLane::isInsertionSuccess(), isRail(), MSVehicle::leaveLane(), MSCFModel_KraussPS::maxNextSpeed(), MSLaneChanger::mayChange(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSVehicle::processLaneAdvances(), replaceStop(), reroute(), GUIVehicle::rerouteDRTStop(), MSVehicle::setBlinkerInformation(), MSVehicle::updateBestLanes(), and MSVehicle::updateFurtherLanes().

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

References myType.

Referenced by MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeaders(), MSPModel_Striping::addCrossingVehs(), MSLane::addLeaders(), MSLaneChangerSublane::addOutsideLeaders(), allowsBoarding(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilters(), MSLaneChanger::avoidDeadlock(), basePos(), MSVehicle::betterContinuation(), MSVehicle::brakeForOverlap(), 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(), MSVehicle::computeAngle(), MSLaneChanger::computeOvertakingTime(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), GUIVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawAction_drawLinkItems(), GUIVehicle::drawAction_drawVehicleBlinker(), GUIVehicle::drawAction_drawVehicleBrakeLight(), GUIEdge::drawMesoVehicles(), MSLane::enteredByLaneChange(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSDevice_SSM::estimateConflictTimes(), MEVehicle::estimateLeaveSpeed(), MSVehicle::estimateTimeToNextStop(), MSLane::executeMovements(), MSLaneChangerSublane::findClosestLeader(), MSCFModel_Rail::followSpeed(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), MEVehicle::getBackPositionOnLane(), MSLane::getBruttoOccupancy(), GUIMEVehicle::getCenteringBoundary(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), getEmissionParameters(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), 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(), MSVehicle::getLeftSideOnLane(), MSLCM_SL2015::getLongest(), MSLane::getNettoOccupancy(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), getParkingBadges(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MEVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnLane(), MSVehicle::getRightSideOnLane(), MSLane::getSpaceTillLastStanding(), MSLeaderInfo::getSubLanes(), MSVehicle::getTimeGapOnLane(), GUIMEVehicle::getTypeParameterWindow(), GUIVehicle::getTypeParameterWindow(), MSPModel_Striping::getVehicleObstacles(), libsumo::Helper::getVehicleType(), MSCFModel_Rail::getWeight(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MESegment::hasSpaceFor(), MSVehicle::ignoreRed(), MSLane::incorporateVehicle(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informLeader(), MSLCM_SL2015::informLeader(), MSLane::insertVehicle(), MSLink::isInFront(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), MESegment::isOpen(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepClear(), MSLane::lastInsertion(), MSLane::leftByLaneChange(), MESegment::loadState(), MEVehicle::mayProceed(), MSPModel_Striping::moveInDirection(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSDevice_Bluelight::notifyMove(), LIBSUMO_NAMESPACE::Vehicle::openGap(), MSVehicle::overlap(), MSLCM_LC2013::overtakeDistance(), MSTriggeredRerouter::overtakingTrain(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::processTraCISpeedControl(), MESegment::receive(), MSLaneChanger::ChangeElem::registerHop(), MSLaneChanger::registerUnchanged(), MESegment::Queue::remove(), MSLane::removeVehicle(), MSLaneChanger::resolveDeadlock(), MSLane::safeInsertionSpeed(), saveState(), GUIVehicle::selectBlockingFoes(), MESegment::send(), MSVehicleType::setActionStepLength(), MSStageDriving::setArrived(), MSAbstractLaneChangeModel::setFollowerGaps(), GUIBaseVehicle::setFunctionalColor(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MESegment::setSpeedForQueue(), MSVehicle::setTentativeLaneAndPosition(), MSLCM_LC2013::slowDownForBlocked(), MSVehicle::slowDownForSchedule(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSFCDExport::write(), MSEmissionExport::writeEmissions(), MSQueueExport::writeLane(), and MSLaneChanger::yieldToDeadlockOncoming().

◆ getVTypeParameter()

const SUMOVTypeParameter & MSBaseVehicle::getVTypeParameter ( ) const
inlinevirtualinherited

Returns the vehicle's type parameter.

Returns
The vehicle's type parameter

Implements SUMOTrafficObject.

Definition at line 160 of file MSBaseVehicle.h.

References myType.

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

References SUMOTrafficObject::getWaitingTime(), and STEPS2TIME.

Referenced by MSLaneChanger::avoidDeadlock(), MSLaneChanger::changeOpposite(), MSLaneChanger::computeSurplusGap(), GUIMEVehicle::getColorValue(), GUIVehicle::getColorValue(), GUIMEVehicle::getParameterWindow(), GUIVehicle::getParameterWindow(), MSLCM_LC2013::informLeader(), MSPedestrianPushButton::isActiveForEdge(), MSLaneChanger::resolveDeadlock(), MSEmissionExport::writeEmissions(), 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
inlinevirtual

Returns the duration for which the vehicle was blocked.

Implements SUMOTrafficObject.

Definition at line 284 of file MEVehicle.h.

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

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

Here is the caller graph for this function:

◆ getWeightsStorage() [1/2]

MSEdgeWeightsStorage & MSBaseVehicle::getWeightsStorage ( )
inherited

Definition at line 2557 of file MSBaseVehicle.cpp.

References _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 2551 of file MSBaseVehicle.cpp.

References _getWeightsStorage().

Referenced by LIBSUMO_NAMESPACE::Vehicle::getAdaptedTraveltime(), LIBSUMO_NAMESPACE::Vehicle::getEffort(), MSNet::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 1386 of file MSBaseVehicle.cpp.

References UNUSED_PARAMETER.

Referenced by addStop().

Here is the caller graph for this function:

◆ hasArrived()

bool MEVehicle::hasArrived ( ) const
virtual

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

Reimplemented from MSBaseVehicle.

Definition at line 176 of file MEVehicle.cpp.

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

Referenced by 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 2675 of file MSBaseVehicle.cpp.

References myDevices.

Referenced by createDevice(), and getPrefixedParameter().

Here is the caller graph for this function:

◆ hasInfluencer()

bool MEVehicle::hasInfluencer ( ) const
inlinevirtual

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

Implements MSBaseVehicle.

Definition at line 341 of file MEVehicle.h.

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

References myStops.

Referenced by hasValidRoute().

Here is the caller graph for this function:

◆ hasReminder()

bool MSBaseVehicle::hasReminder ( MSMoveReminder * rem) const
inherited

Checks whether the vehilce has the given MoveReminder.

Definition at line 1135 of file MSBaseVehicle.cpp.

References myMoveReminders.

Referenced by MSRailSignal::initDriveWays().

Here is the caller graph for this function:

◆ hasStops()

◆ hasValidRoute() [1/2]

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

References hasValidRoute(), myCurrEdge, and myRoute.

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

Here is the caller graph for this function:

◆ hasValidRoute() [2/2]

bool MSBaseVehicle::hasValidRoute ( std::string & msg,
MSRouteIterator start,
MSRouteIterator last,
bool checkJumps ) const
inherited

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

References Named::getID(), GIVEN, myParameter, myRoute, myRouteValidity, myType, ROUTE_START_INVALID_LANE, ROUTE_START_INVALID_PERMISSIONS, and TLF.

Referenced by METriggeredCalibrator::execute(), and 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 1915 of file MSBaseVehicle.cpp.

References Named::getID(), myCurrEdge, myRoute, myStops, SIMSTEP, time2string(), toString(), and WRITE_ERRORF.

Referenced by MSVehicle::enterLaneAtMove(), getStopEdges(), MSVehicle::replaceRoute(), 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 207 of file MSBaseVehicle.cpp.

References getRoutingMode(), and libsumo::ROUTING_MODE_IGNORE_TRANSIENT_PERMISSIONS.

◆ initDevices()

void MSBaseVehicle::initDevices ( )
virtualinherited

Reimplemented in MSVehicle.

Definition at line 176 of file MSBaseVehicle.cpp.

References MSDevice::buildVehicleDevices(), getEmissionParameters(), MSGlobals::gHaveEmissions, myDevices, and 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 2758 of file MSBaseVehicle.cpp.

References getParameter(), SUMOTrafficObject::getStringParam(), libsumo::ROUTING_MODE_DEFAULT, setCarFollowModelParameter(), setJunctionModelParameter(), setRoutingMode(), StringUtils::startsWith(), TLF, and StringUtils::toInt().

Referenced by MSBaseVehicle().

Here is the caller graph for this function:

◆ insertJump()

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

helper function

Definition at line 2321 of file MSBaseVehicle.cpp.

References MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::endPos, getVClass(), hasDeparted(), MSStop::initPars(), SUMOVehicleParameter::Stop::jump, MSStop::lane, myParameter, myRoute, myStops, SUMOVehicleParameter::Stop::parametersSet, MSStop::pars, SUMOVehicleParameter::Stop::speed, STOP_JUMP_SET, STOP_SPEED_SET, and TL.

Referenced by replaceStop(), and rerouteBetweenStops().

Here is the caller graph for this function:

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

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

Referenced by MSIdling_TaxiStand::idle(), and LIBSUMO_NAMESPACE::Vehicle::insertStop().

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 1526 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 addStop(), and MSRouteHandler::addStop().

Here is the caller graph for this function:

◆ isContainer()

virtual bool SUMOTrafficObject::isContainer ( ) const
inlinevirtualinherited

Whether it is a container.

Returns
true for containers, false otherwise

Reimplemented in MSTransportable.

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

◆ isIdling()

bool MEVehicle::isIdling ( ) const
virtual

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

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

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

References SUMOVehicleParameter::Stop::endPos, myParameter, myRoute, and SUMOVehicleParameter::Stop::startPos.

◆ isOnRoad()

bool MEVehicle::isOnRoad ( ) const
virtual

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

Returns
Whether the vehicle is simulated

Reimplemented from MSBaseVehicle.

Definition at line 186 of file MEVehicle.cpp.

References 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 74 of file SUMOTrafficObject.h.

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

Here is the caller graph for this function:

◆ isRail()

bool MSBaseVehicle::isRail ( ) const
virtualinherited

Implements SUMOVehicle.

Definition at line 1208 of file MSBaseVehicle.cpp.

References getCurrentEdge(), getVClass(), and isRailway().

Referenced by MSVehicle::checkReversal(), MSVehicle::executeMove(), MSLane::isInsertionSuccess(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), replaceRoute(), and MSVehicle::setApproachingForAllLinks().

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

References myAmReversed.

Referenced by GUIVehicle::drawAction_drawCarriageClass().

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 GUIMEVehicle, and GUIVehicle.

Definition at line 817 of file MSBaseVehicle.h.

Referenced by MSCFModel_EIDM::_v(), MSCFModel_Wiedemann::_v(), MSLink::checkWalkingAreaFoe(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSCFModel_EIDM::finalizeSpeed(), MSLaneChangerSublane::findClosestLeader(), MSCFModel_EIDM::followSpeed(), MSCFModel_EIDM::freeSpeed(), 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 SUMOVehicle.

Definition at line 1394 of file MSBaseVehicle.cpp.

References myStops.

Referenced by abortNextStop(), allowsBoarding(), MSVehicle::brokeDown(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), MELoop::checkCar(), GUIApplicationWindow::checkGamingEvents(), GUIApplicationWindow::checkGamingEventsDRT(), MSVehicle::checkLinkLeader(), MSVehicle::checkRewindLinkLanes(), MSTriggeredRerouter::checkStopSwitch(), MSLaneChanger::computeSafeOppositeLength(), MSLaneChanger::computeSurplusGap(), MSDriveWay::conflictLaneOccupied(), MSVehicle::executeMove(), MSLane::executeMovements(), MSVehicle::getArrivalTime(), GUIVehicle::getColorValue(), MSLink::getLeaderInfo(), MEVehicle::getSpeed(), getStopDuration(), GUIMEVehicle::getStopInfo(), GUIVehicle::getStopInfo(), LIBSUMO_NAMESPACE::Vehicle::getStopState(), MSLCM_LC2013::informLeader(), insertStop(), MSLane::insertVehicle(), isParking(), isStoppedInRange(), MSVehicle::isStoppedOnLane(), isStoppedParking(), isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), MSVehicle::planMoveInternal(), MEVehicle::processStop(), MESegment::receive(), MSVehicle::remainingStopDuration(), replaceStop(), reroute(), 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 1426 of file MSBaseVehicle.cpp.

References SUMOVehicleParameter::Stop::endPos, hasStops(), isStopped(), 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 1420 of file MSBaseVehicle.cpp.

References isStopped(), 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 1414 of file MSBaseVehicle.cpp.

References isStopped(), and myStops.

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

◆ loadState()

◆ mayProceed()

bool MEVehicle::mayProceed ( )

Returns whether the vehicle is allowed to pass the next junction, checks also for triggered stops.

Returns
true iff the vehicle may drive over the next junction

Definition at line 368 of file MEVehicle.cpp.

References MSDevice_Taxi::cancelCurrentCustomers(), MSNet::getContainerControl(), MSBaseVehicle::getContainerNumber(), MSNet::getCurrentTimeStep(), MSBaseVehicle::getDevice(), Named::getID(), MSNet::getInstance(), MSNet::getPersonControl(), MSBaseVehicle::getPersonNumber(), MSNet::getVehicleControl(), MSBaseVehicle::getVehicleType(), MSNet::hasContainers(), MSNet::hasPersons(), MSTransportableControl::loadAnyWaiting(), MSBaseVehicle::myAmRegisteredAsWaiting, mySegment, MSBaseVehicle::myStops, MSVehicleControl::registerOneWaiting(), TL, MSVehicleControl::unregisterOneWaiting(), and WRITE_WARNINGF.

Referenced by MELoop::changeSegment().

Here is the caller graph for this function:

◆ moveRoutePointer()

bool MEVehicle::moveRoutePointer ( )

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

References MSBaseVehicle::getRoutePosition(), hasArrived(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, and MSBaseVehicle::myRoute.

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

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

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

Here is the caller graph for this function:

◆ onRemovalFromNet()

void MEVehicle::onRemovalFromNet ( const MSMoveReminder::Notification reason)
virtual

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

References MSNet::getInstance(), and MSGlobals::gMesoNet.

◆ optimizeSkipped()

ConstMSEdgeVector MSBaseVehicle::optimizeSkipped ( SUMOTime t,
SUMOAbstractRouter< MSEdge, SUMOVehicle > & router,
const MSEdge * source,
double sourcePos,
std::vector< StopEdgeInfo > & stops,
ConstMSEdgeVector edges,
SUMOTime maxDelay ) const
protectedinherited

Definition at line 747 of file MSBaseVehicle.cpp.

References SUMOAbstractRouter< E, V >::computeLooped(), getDepartEdge(), Named::getID(), MIN2(), SUMOAbstractRouter< E, V >::recomputeCostsPos(), routeAlongStops(), SIMTIME, TIME2STEPS, and toString().

Referenced by reroute().

Here is the caller graph for this function:

◆ processStop()

◆ remainingStopDuration()

SUMOTime MEVehicle::remainingStopDuration ( ) const
inlinevirtual

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

Implements SUMOVehicle.

Definition at line 166 of file MEVehicle.h.

◆ rememberBlockedChargingStation()

void MSBaseVehicle::rememberBlockedChargingStation ( const MSStoppingPlace * cs,
bool local )
virtualinherited

Implements SUMOVehicle.

Definition at line 2989 of file MSBaseVehicle.cpp.

References myChargingMemory.

◆ rememberBlockedParkingArea()

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

Implements SUMOVehicle.

Definition at line 2938 of file MSBaseVehicle.cpp.

References myParkingMemory.

◆ rememberChargingStationScore()

void MSBaseVehicle::rememberChargingStationScore ( const MSStoppingPlace * cs,
const std::string & score )
virtualinherited

Implements SUMOVehicle.

Definition at line 2955 of file MSBaseVehicle.cpp.

References myChargingMemory.

◆ rememberParkingAreaScore()

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

score only needed when running with gui

Implements SUMOVehicle.

Definition at line 2972 of file MSBaseVehicle.cpp.

References myParkingMemory.

◆ removeReminder()

void MSBaseVehicle::removeReminder ( MSMoveReminder * rem)
inherited

Removes a MoveReminder dynamically.

Parameters
[in]remthe reminder to remove
See also
MSMoveReminder

Definition at line 1157 of file MSBaseVehicle.cpp.

References myMoveReminders.

◆ removeTransportable()

void MSBaseVehicle::removeTransportable ( MSTransportable * t)
virtualinherited

removes a person or container

Implements SUMOVehicle.

Definition at line 2612 of file MSBaseVehicle.cpp.

References MSVehicleType::getMass(), MSTransportable::getVehicleType(), myContainerDevice, myEnergyParams, and myPersonDevice.

◆ removeTransportableMass()

void MSBaseVehicle::removeTransportableMass ( MSTransportable * t)
virtualinherited

removes a person or containers mass

Implements SUMOVehicle.

Definition at line 2627 of file MSBaseVehicle.cpp.

References MSVehicleType::getMass(), MSTransportable::getVehicleType(), and myEnergyParams.

◆ replaceParameter()

void MSBaseVehicle::replaceParameter ( const SUMOVehicleParameter * newParameter)
virtualinherited

replace the vehicle parameter (deleting the old one)

Implements SUMOVehicle.

Definition at line 200 of file MSBaseVehicle.cpp.

References myParameter.

Referenced by MSTriggeredRerouter::checkStopSwitch(), and 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 1435 of file MSBaseVehicle.cpp.

References SUMOVehicleParameter::Stop::duration, MSStop::edge, SUMOVehicleParameter::Stop::endPos, MSStoppingPlace::getBeginLanePosition(), MSLane::getEdge(), MSStoppingPlace::getEndLanePosition(), Named::getID(), MSStoppingPlace::getLane(), MSStop::lane, SUMOVehicleParameter::Stop::lane, myParameter, myRoute, 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 )
virtual

Replaces the current route by the given one.

Reimplemented from MSBaseVehicle.

Definition at line 212 of file MEVehicle.cpp.

References mySegment, MSLink::removeApproaching(), MSBaseVehicle::replaceRoute(), and 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 526 of file MSBaseVehicle.cpp.

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

Referenced by insertStop(), MSVehicle::Influencer::postProcessRemoteControl(), replaceStop(), reroute(), 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 2135 of file MSBaseVehicle.cpp.

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

Referenced by MSTriggeredRerouter::checkStopSwitch(), and LIBSUMO_NAMESPACE::Vehicle::replaceStop().

Here is the caller graph for this function:

◆ replaceVehicleType()

void MSBaseVehicle::replaceVehicleType ( const 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 2796 of file MSBaseVehicle.cpp.

References MSVehicleType::computeChosenSpeedDeviation(), MSVehicleType::getEmissionParameters(), MSNet::getInstance(), Distribution_Parameterized::getMax(), Distribution_Parameterized::getMin(), Distribution_Parameterized::getParameter(), getRNG(), MSVehicleType::getSpeedFactor(), MSNet::getVehicleControl(), MAX2(), MIN2(), myChosenSpeedFactor, myEnergyParams, myType, and MSVehicleControl::removeVType().

Referenced by 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 271 of file MSBaseVehicle.cpp.

References addStopPriority(), MSEdge::allowedLanes(), calculateArrivalParams(), SUMOAbstractRouter< E, V >::compute(), SUMOAbstractRouter< E, V >::computeLooped(), DEBUG_COND, MSTriggeredRerouter::DEFAULT_MAXDELAY, MSInsertionControl::descheduleDeparture(), MSEdge::dictionary(), SUMOVehicleParameter::Stop::endPos, MSGlobals::gCheckRoutes, getArrivalPos(), SUMOVehicle::getBrakeGap(), getDevice(), getEdge(), SUMOTrafficObject::getFloatParam(), Named::getID(), Named::getIDSecure(), MSNet::getInsertionControl(), MSNet::getInstance(), SUMOTrafficObject::getLane(), MSEdge::getLength(), getNextStop(), SUMOTrafficObject::getPositionOnLane(), getRerouteOrigin(), getStopEdges(), getVClass(), GIVEN, MSGlobals::gUseMesoSim, gWeightsRandomFactor, hasValidRoute(), INVALID_DOUBLE, isStopped(), MSEdge::isTazConnector(), myArrivalPos, myCurrEdge, myParameter, myRoute, myStops, optimizeSkipped(), MSStop::pars, SUMOAbstractRouter< E, V >::recomputeCosts(), SUMOAbstractRouter< E, V >::recomputeCostsPos(), replaceRouteEdges(), setDepartAndArrivalEdge(), SIMSTEP, SIMTIME, MSDevice_Routing::sufficientSaving(), SUMO_TAG_CLOSING_REROUTE, TIME2STEPS, time2string(), TL, TLF, toString(), WRITE_WARNING, and WRITE_WARNINGF.

Referenced by MSDevice_Transportable::changeAttached(), 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 2258 of file MSBaseVehicle.cpp.

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

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

Here is the caller graph for this function:

◆ resetApproachOnReroute()

virtual void MSBaseVehicle::resetApproachOnReroute ( )
inlineprotectedvirtualinherited

reset rail signal approach information

Reimplemented in MSVehicle.

Definition at line 1050 of file MSBaseVehicle.h.

Referenced by activateRemindersOnReroute().

Here is the caller graph for this function:

◆ resetChargingStationScores()

void MSBaseVehicle::resetChargingStationScores ( )
virtualinherited

Implements SUMOVehicle.

Definition at line 2964 of file MSBaseVehicle.cpp.

References myChargingMemory.

◆ resetParkingAreaScores()

void MSBaseVehicle::resetParkingAreaScores ( )
virtualinherited

Implements SUMOVehicle.

Definition at line 2947 of file MSBaseVehicle.cpp.

References myParkingMemory.

◆ resetRoutePosition()

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

reset index of edge within route

Definition at line 972 of file MSBaseVehicle.cpp.

References myArrivalPos, myCurrEdge, myParameter, and myRoute.

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

Here is the caller graph for this function:

◆ resumeFromStopping()

bool MEVehicle::resumeFromStopping ( )
virtual

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

References MSStopOut::active(), MSStop::containerTriggered, MSStop::edge, SUMOVehicleParameter::Stop::ended, MSNet::getInstance(), MSStopOut::getInstance(), MSNet::getVehicleControl(), MSGlobals::gMesoNet, MSBaseVehicle::isStopped(), MSStop::joinTriggered, MSBaseVehicle::myAmRegisteredAsWaiting, myEventTime, MSBaseVehicle::myMoveReminders, MSBaseVehicle::myPastStops, MSBaseVehicle::myRoute, mySegment, MSBaseVehicle::myStops, MSStop::pars, SIMSTEP, MSStopOut::stopEnded(), MSStop::triggered, and MSVehicleControl::unregisterOneWaiting().

Referenced by processStop().

Here is the caller graph for this function:

◆ routeAlongStops()

ConstMSEdgeVector MSBaseVehicle::routeAlongStops ( SUMOTime t,
SUMOAbstractRouter< MSEdge, SUMOVehicle > & router,
std::vector< StopEdgeInfo > & stops,
ConstMSEdgeVector edges,
int originStop,
SUMOTime maxDelay,
double & skippedPrio2 ) const
protectedinherited

Definition at line 888 of file MSBaseVehicle.cpp.

References SUMOAbstractRouter< E, V >::computeLooped(), SUMOAbstractRouter< E, V >::recomputeCostsPos(), and TIME2STEPS.

Referenced by optimizeSkipped().

Here is the caller graph for this function:

◆ saveState()

◆ sawBlockedChargingStation()

SUMOTime MSBaseVehicle::sawBlockedChargingStation ( const MSStoppingPlace * cs,
bool local ) const
virtualinherited

Implements SUMOVehicle.

Definition at line 2998 of file MSBaseVehicle.cpp.

References myChargingMemory.

◆ sawBlockedParkingArea()

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

Implements SUMOVehicle.

Definition at line 2981 of file MSBaseVehicle.cpp.

References myParkingMemory.

◆ setApproaching()

void MEVehicle::setApproaching ( MSLink * link)

registers vehicle with the given link

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

Definition at line 198 of file MEVehicle.cpp.

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

Referenced by MELoop::addLeaderCar(), and 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 412 of file MSBaseVehicle.h.

References myArrivalPos.

◆ setBlockTime()

void MEVehicle::setBlockTime ( const SUMOTime t)
inline

Sets the time at which the vehicle was blocked.

Parameters
[in]tThe blocking time

Definition at line 269 of file MEVehicle.h.

References myBlockTime, and 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 2740 of file MSBaseVehicle.cpp.

References MSVehicle::getCarFollowModel(), getParameter(), invalid_return< std::string >::value, SUMOVehicleParameter::parametersSet, MSCFModel::setParameter(), SUMO_ATTR_CF_IGNORE_IDS, SUMO_ATTR_CF_IGNORE_TYPES, toString(), and VEHPARS_CFMODEL_PARAMS_SET.

Referenced by 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 603 of file MSBaseVehicle.h.

References myChosenSpeedFactor.

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

Here is the caller graph for this function:

◆ setDepartAndArrivalEdge()

void MSBaseVehicle::setDepartAndArrivalEdge ( )
inherited

apply departEdge and arrivalEdge attributes

Definition at line 1294 of file MSBaseVehicle.cpp.

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

Referenced by 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 2716 of file MSBaseVehicle.cpp.

References invalid_return< std::string >::value, myDevices, and TLF.

◆ setEventTime()

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

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

Parameters
[in]tThe leaving time

Definition at line 194 of file MEVehicle.h.

References myEventTime, myLastEntryTime, and mySegment.

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

Here is the caller graph for this function:

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

References Named::getID(), getParameter(), invalid_return< std::string >::value, SUMOVehicleParameter::parametersSet, SUMO_ATTR_JM_IGNORE_IDS, SUMO_ATTR_JM_IGNORE_TYPES, TLF, toString(), and VEHPARS_JUNCTIONMODEL_PARAMS_SET.

Referenced by initTransientModelParams().

Here is the caller graph for this function:

◆ setLastEntryTime()

void MEVehicle::setLastEntryTime ( SUMOTime t)
inline

Sets the entry time for the current segment.

Parameters
[in]tThe entry time

Definition at line 247 of file MEVehicle.h.

References myLastEntryTime.

Referenced by MESegment::receive().

Here is the caller graph for this function:

◆ setNumberParkingReroutes()

void MSBaseVehicle::setNumberParkingReroutes ( int value)
inlinevirtualinherited

Implements SUMOVehicle.

Definition at line 1035 of file MSBaseVehicle.h.

References invalid_return< std::string >::value, and myNumberParkingReroutes.

◆ setRoutingMode()

void MSBaseVehicle::setRoutingMode ( int value)
inlineinherited

Sets routing behavior.

Parameters
[in]valuean enum value controlling the different modes

Definition at line 961 of file MSBaseVehicle.h.

References invalid_return< std::string >::value, and myRoutingMode.

Referenced by 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 )
inlinevirtual

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

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

Definition at line 215 of file MEVehicle.h.

References myQueIndex, and mySegment.

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

Here is the caller graph for this function:

◆ setSkips()

void MSBaseVehicle::setSkips ( MSStop & stop,
int prevActiveStops )
privateinherited

patch stop.pars.index to record the number of skipped candidate edges before stop.edge (in a looped route)

Definition at line 1814 of file MSBaseVehicle.cpp.

References MSStop::edge, SUMOVehicleParameter::Stop::endPos, hasDeparted(), myDepartPos, myParameter, myPastStops, myRoute, myStops, MSStop::pars, and STOP_INDEX_END.

Referenced by addStop(), and replaceRoute().

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

References myStops.

◆ stopsAtEdge()

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

Returns whether the vehicle stops at the given edge.

Implements SUMOVehicle.

Definition at line 260 of file MSBaseVehicle.cpp.

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

References myCurrEdge, and myRoute.

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

Here is the caller graph for this function:

◆ unregisterWaiting()

void MSBaseVehicle::unregisterWaiting ( )
virtualinherited

◆ updateDetectorForWriting()

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

Updates a single vehicle detector if present.

Definition at line 446 of file MEVehicle.cpp.

References getLastEntryTime(), MSBaseVehicle::myMoveReminders, mySegment, and MSMoveReminder::updateDetector().

◆ updateDetectors()

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

Updates all vehicle detectors.

Definition at line 464 of file MEVehicle.cpp.

References MSBaseVehicle::getEdge(), getLastEntryTime(), MSEdge::getLength(), MSBaseVehicle::myMoveReminders, MSBaseVehicle::myOdometer, mySegment, MSMoveReminder::NOTIFICATION_JUNCTION, MSMoveReminder::NOTIFICATION_SEGMENT, MSMoveReminder::NOTIFICATION_TELEPORT, and MSMoveReminder::NOTIFICATION_VAPORIZED_CALIBRATOR.

Referenced by MELoop::changeSegment(), MESegment::receive(), MESegment::removeCar(), and MESegment::setSpeedForQueue().

Here is the caller graph for this function:

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

References DELTA_T, and UNUSED_PARAMETER.

Field Documentation

◆ myAmRegisteredAsWaiting

bool MSBaseVehicle::myAmRegisteredAsWaiting = false
protectedinherited

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

Definition at line 1169 of file MSBaseVehicle.h.

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

◆ myAmReversed

bool MSBaseVehicle::myAmReversed = false
protectedinherited

Definition at line 1181 of file MSBaseVehicle.h.

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

◆ myArrivalLane

int MSBaseVehicle::myArrivalLane
protectedinherited

The destination lane where the vehicle stops.

Definition at line 1149 of file MSBaseVehicle.h.

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

◆ myArrivalPos

◆ myBlockTime

SUMOTime MEVehicle::myBlockTime
protected

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

Definition at line 371 of file MEVehicle.h.

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

◆ myChargingMemory

◆ myChosenSpeedFactor

double MSBaseVehicle::myChosenSpeedFactor
protectedinherited

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

Definition at line 1105 of file MSBaseVehicle.h.

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

◆ myContainerDevice

MSDevice_Transportable* MSBaseVehicle::myContainerDevice
protectedinherited

◆ myCurrEdge

◆ myCurrentNumericalIndex

SUMOTrafficObject::NumericalID MSBaseVehicle::myCurrentNumericalIndex = 0
staticprivateinherited

Definition at line 1195 of file MSBaseVehicle.h.

Referenced by MSBaseVehicle().

◆ myDepartPos

double MSBaseVehicle::myDepartPos
protectedinherited

◆ myDeparture

SUMOTime MSBaseVehicle::myDeparture
protectedinherited

◆ myDevices

◆ myEdgeWeights

MSEdgeWeightsStorage* MSBaseVehicle::myEdgeWeights
mutableprivateinherited

Definition at line 1191 of file MSBaseVehicle.h.

Referenced by _getWeightsStorage(), MSBaseVehicle(), and ~MSBaseVehicle().

◆ myEmptyTransportableVector

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

Definition at line 1176 of file MSBaseVehicle.h.

Referenced by getContainers(), and getPersons().

◆ myEnergyParams

EnergyParams* MSBaseVehicle::myEnergyParams
mutableprotectedinherited

◆ myEventTime

SUMOTime MEVehicle::myEventTime
protected

The (planned) time of leaving the segment (cell).

Definition at line 365 of file MEVehicle.h.

Referenced by getAverageSpeed(), getConservativeSpeed(), getEventTime(), getWaitingTime(), hasArrived(), loadState(), MEVehicle(), resumeFromStopping(), saveState(), and setEventTime().

◆ myID

std::string Named::myID
protectedinherited

The name of the object.

Definition at line 125 of file Named.h.

Referenced by MSDriveWay::addBidiFoes(), MSE2Collector::addDetectorToLanes(), MSDriveWay::addFoes(), MSDriveWay::addParallelFoes(), MSDriveWay::addReversalFoes(), MSDriveWay::addSwitchFoes(), RODFDetector::buildDestinationDistribution(), MSDriveWay::buildDriveWay(), NGEdge::buildNBEdge(), NGNode::buildNBNode(), MSSOTLTrafficLightLogic::checkPhases(), NBNode::computeNodeShape(), NEMALogic::constructTimingAndPhaseDefs(), MSE2Collector::detectorUpdate(), GNEPOI::getAttribute(), GNEPoly::getAttribute(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), getID(), NBEdge::getLaneID(), NEMALogic::getPhaseObj(), ROEdge::getStoredEffort(), GNEPOI::getSumoBaseObject(), GNEPoly::getSumoBaseObject(), MSLane::getSurroundingVehicles(), ROEdge::getTravelTime(), MSDelayBasedTrafficLightLogic::init(), MSSOTLTrafficLightLogic::init(), NBEdge::init(), NEMALogic::init(), MSLane::isInsertionSuccess(), Named(), NBNode::NBNode(), NBNode::NBNode(), MSE2Collector::notifyEnter(), MSE2Collector::notifyLeave(), MSE2Collector::notifyMove(), MSMeanData::openInterval(), NEMALogic::parseControllerType(), RORouteDef::preComputeCurrentRoute(), NBNode::reinit(), NBEdge::reinitNodes(), RORoute::RORoute(), GNEPOI::setAttribute(), GNEPoly::setAttribute(), NBEdge::setGeometry(), setID(), MSSOTLTrafficLightLogic::setToATargetPhase(), Distribution_Parameterized::toStr(), MSChargingStation::writeAggregatedChargingStationOutput(), MSDriveWay::writeBlocks(), MSDriveWay::writeBlockVehicles(), MSChargingStation::writeChargingStationOutput(), RODFDetector::writeEmitterDefinition(), MSOverheadWire::writeOverheadWireSegmentOutput(), RODFDetector::writeSingleSpeedTrigger(), MSTractionSubstation::writeTractionSubstationOutput(), MEInductLoop::writeXMLOutput(), and MSE3Collector::writeXMLOutput().

◆ myInfluencer

BaseInfluencer* MEVehicle::myInfluencer
protected

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

Definition at line 374 of file MEVehicle.h.

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

◆ myLastEntryTime

SUMOTime MEVehicle::myLastEntryTime
protected

◆ myMoveReminders

◆ myNumberParkingReroutes

int MSBaseVehicle::myNumberParkingReroutes = 0
protectedinherited

Definition at line 1166 of file MSBaseVehicle.h.

Referenced by getNumberParkingReroutes(), and setNumberParkingReroutes().

◆ myNumberReroutes

int MSBaseVehicle::myNumberReroutes
protectedinherited

The number of reroutings.

Definition at line 1152 of file MSBaseVehicle.h.

Referenced by getNumberReroutes(), MEVehicle::loadState(), MSVehicle::loadState(), MSBaseVehicle(), replaceRoute(), and saveState().

◆ myNumericalID

const NumericalID MSBaseVehicle::myNumericalID
privateinherited

Definition at line 1187 of file MSBaseVehicle.h.

Referenced by getNumericalID(), and MSBaseVehicle().

◆ myOdometer

double MSBaseVehicle::myOdometer
protectedinherited

◆ myParameter

◆ myParkingMemory

StoppingPlaceMemory* MSBaseVehicle::myParkingMemory = nullptr
protectedinherited

◆ myPastStops

StopParVector MSBaseVehicle::myPastStops
protectedinherited

◆ myPersonDevice

MSDevice_Transportable* MSBaseVehicle::myPersonDevice
protectedinherited

◆ myQueIndex

int MEVehicle::myQueIndex
protected

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

Definition at line 362 of file MEVehicle.h.

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

◆ myRoute

ConstMSRoutePtr MSBaseVehicle::myRoute
protectedinherited

◆ myRouteValidity

int MSBaseVehicle::myRouteValidity
protectedinherited

status of the current vehicle route

Definition at line 1161 of file MSBaseVehicle.h.

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

◆ myRoutingMode

int MSBaseVehicle::myRoutingMode
protectedinherited

◆ mySegment

◆ myStops

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

The vehicle's list of stops.

Definition at line 1108 of file MSBaseVehicle.h.

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

Referenced by MSBaseVehicle(), and replaceRoute().

◆ myType

◆ NOT_YET_DEPARTED

const SUMOTime MSBaseVehicle::NOT_YET_DEPARTED = SUMOTime_MAX
staticprotectedinherited

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