![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A MSVehicle extended by some values for usage within the gui. More...
#include <GUIVehicle.h>
Public Types | |
enum | ChangeRequest { REQUEST_NONE , REQUEST_LEFT , REQUEST_RIGHT , REQUEST_HOLD } |
Requests set via TraCI. More... | |
enum | ManoeuvreType { MANOEUVRE_ENTRY , MANOEUVRE_EXIT , MANOEUVRE_NONE } |
flag identifying which, if any, manoeuvre is in progress More... | |
typedef long long int | NumericalID |
enum | RouteValidity { ROUTE_VALID = 0 , ROUTE_UNCHECKED = 1 << 0 , ROUTE_INVALID = 1 << 1 , ROUTE_START_INVALID_PERMISSIONS = 1 << 2 , ROUTE_START_INVALID_LANE = 1 << 3 } |
typedef std::vector< Seat > | Seats |
Public Member Functions | ||||
void | adaptToJunctionLeader (const std::pair< const MSVehicle *, double > leaderInfo, const double seen, DriveProcessItem *const lastLink, const MSLane *const lane, double &v, double &vLinkPass, double distToCrossing=-1) const | |||
void | addReminder (MSMoveReminder *rem) | |||
Adds a MoveReminder dynamically. More... | ||||
void | addTo (const StoringVisitor &cont) const | |||
Adds this object to the given container. More... | ||||
void | addToOdometer (double value) | |||
Manipulate the odometer. More... | ||||
bool | addTraciStop (SUMOVehicleParameter::Stop stop, std::string &errorMsg) | |||
void | addTransportable (MSTransportable *transportable) | |||
Adds a person or container to this vehicle. More... | ||||
bool | allowsBoarding (const MSTransportable *t) const | |||
whether the given transportable is allowed to board this vehicle More... | ||||
void | createDevice (const std::string &deviceName) | |||
create device of the given type More... | ||||
void | drawAction_drawLinkItems (const GUIVisualizationSettings &s) const | |||
virtual void | drawAction_drawPersonsAndContainers (const GUIVisualizationSettings &s) const | |||
void | drawAction_drawVehicleBlinker (double length) const | |||
void | drawAction_drawVehicleBlueLight () const | |||
void | drawAction_drawVehicleBrakeLight (double length, bool onlyOne=false) const | |||
void | drawBestLanes () const | |||
Draws the vehicle's best lanes. More... | ||||
void | drawName (const Position &pos, const double scale, const GUIVisualizationTextSettings &settings, const double angle=0, bool forceShow=false) const | |||
draw name of item More... | ||||
void | drawRouteHelper (const GUIVisualizationSettings &s, const MSRoute &r, bool future, bool noLoop, const RGBColor &col) const | |||
Draws the route. More... | ||||
void | fixPosition () | |||
repair errors in vehicle position after changing between internal edges More... | ||||
double | getAngle () const | |||
Return current angle. More... | ||||
virtual int | getArrivalLane () const | |||
virtual double | getArrivalPos () const | |||
Returns this vehicle's desired arrivalPos for its current route (may change on reroute) More... | ||||
std::string | getBackLaneIDs () const | |||
const Position | getBackPosition () const | |||
BaseInfluencer & | getBaseInfluencer () | |||
Returns the velocity/lane influencer. More... | ||||
const BaseInfluencer * | getBaseInfluencer () const | |||
PositionVector | getBoundingBox (double offset=0) const | |||
get bounding rectangle More... | ||||
PositionVector | getBoundingPoly (double offset=0) const | |||
get bounding polygon More... | ||||
const MSCFModel & | getCarFollowModel () const | |||
Returns the vehicle's car following model definition. More... | ||||
MSCFModel::VehicleVariables * | getCarFollowVariables () const | |||
Returns the vehicle's car following model variables. More... | ||||
double | getChosenSpeedFactor () const | |||
Returns the precomputed factor by which the driver wants to be faster than the speed limit. More... | ||||
double | getColorValue (const GUIVisualizationSettings &s, int activeScheme) const | |||
gets the color value according to the current scheme index More... | ||||
int | getContainerNumber () const | |||
Returns the number of containers. More... | ||||
const std::vector< MSTransportable * > & | getContainers () const | |||
retrieve riding containers More... | ||||
const MSRouteIterator & | getCurrentRouteEdge () const | |||
Returns an iterator pointing to the current edge in this vehicles route. More... | ||||
SUMOTime | getDepartDelay () const | |||
Returns the depart delay. More... | ||||
double | getDepartPos () const | |||
Returns this vehicle's real departure position. More... | ||||
SUMOTime | getDeparture () const | |||
Returns this vehicle's real departure time. More... | ||||
MSVehicleDevice * | getDevice (const std::type_info &type) const | |||
Returns a device of the given type if it exists or 0. More... | ||||
std::string | getDeviceDescription () | |||
lists equipped device (types) for the current vehicle More... | ||||
std::string | getDeviceParameter (const std::string &deviceName, const std::string &key) const | |||
try to retrieve the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists More... | ||||
const std::vector< MSVehicleDevice * > & | getDevices () const | |||
Returns this vehicle's devices. More... | ||||
double | getDistanceToPosition (double destPos, const MSEdge *destEdge) const | |||
std::shared_ptr< MSSimpleDriverState > | getDriverState () const | |||
Returns the vehicle driver's state. More... | ||||
const MSEdge * | getEdge () const | |||
Returns the edge the vehicle is currently at. More... | ||||
std::pair< const MSVehicle *const, double > | getFollower (double dist=0) const | |||
Returns the follower of the vehicle looking for a fixed distance. More... | ||||
double | getFriction () const | |||
Returns the current friction on the road as perceived by the friction device. More... | ||||
const std::string & | getID () const | |||
Returns the id. More... | ||||
double | getImpatience () const | |||
Returns this vehicles impatience. More... | ||||
Influencer & | getInfluencer () | |||
const Influencer * | getInfluencer () const | |||
std::string | getLaneChangeMode () const | |||
return the lane change mode as bit string More... | ||||
std::string | getLaneID () const | |||
return vehicle lane id More... | ||||
int | getLaneIndex () const | |||
std::pair< const MSLane *, double > | getLanePosAfterDist (double distance) const | |||
return lane and position along bestlanes at the given distance More... | ||||
double | getLastLaneChangeOffset () const | |||
Returns the time since the last lane change in seconds. More... | ||||
std::string | getLCStateCenter () const | |||
std::string | getLCStateLeft () const | |||
std::string | getLCStateRight () const | |||
return the lanechange state More... | ||||
std::pair< const MSVehicle *const, double > | getLeader (double dist=0) const | |||
Returns the leader of the vehicle looking for a fixed distance. More... | ||||
double | getLeftSideOnEdge () const | |||
return left vehicle side on current edge More... | ||||
int | getLeftSublaneOnEdge () const | |||
double | getLength () const | |||
Returns the vehicle's length. More... | ||||
double | getManeuverDist () const | |||
return the lane-change maneuver distance More... | ||||
MSVehicle::ManoeuvreType | getManoeuvreType () const | |||
accessor function to myManoeuvre equivalent More... | ||||
double | getMaxSpeed () const | |||
Returns the maximum speed (the minimum of desired and technical maximum speed) More... | ||||
double | getNaviDegree () const | |||
return the current angle in navigational degrees More... | ||||
int | getNumberReroutes () const | |||
Returns the number of new routes this vehicle got. More... | ||||
int | getNumContainers () const | |||
return the number of passengers More... | ||||
int | getNumPassengers () const | |||
return the number of passengers More... | ||||
double | getOdometer () const | |||
Returns the distance that was already driven by this vehicle. More... | ||||
const SUMOVehicleParameter & | getParameter () const | |||
Returns the vehicle's parameter (including departure definition) More... | ||||
GUIParameterTableWindow * | getParameterWindow (GUIMainWindow &app, GUISUMOAbstractView &parent) | |||
Returns an own parameter window. More... | ||||
std::vector< std::string > | getPersonIDList () const | |||
Returns the list of persons. More... | ||||
int | getPersonNumber () const | |||
Returns the number of persons. More... | ||||
const std::vector< MSTransportable * > & | getPersons () const | |||
retrieve riding persons More... | ||||
Position | getPosition (const double offset=0) const | |||
Return current position (x/y, cartesian) More... | ||||
std::string | getPrefixedParameter (const std::string &key, std::string &error) const | |||
retrieve parameters of devices, models and the vehicle itself More... | ||||
double | getRightSideOnEdge2 () const | |||
return right vehicle side on current edge (without argument) More... | ||||
int | getRightSublaneOnEdge () const | |||
return the righmost sublane on the edge occupied by the vehicle More... | ||||
const MSRoute & | getRoute () const | |||
Returns the current route. More... | ||||
int | getRoutePosition () const | |||
return index of edge within route More... | ||||
int | getRouteValidity (bool update=true, bool silent=false, std::string *msgReturn=nullptr) | |||
check for route validity at first insertion attempt More... | ||||
double | getScaleValue (const GUIVisualizationSettings &s, int activeScheme) const | |||
gets the size multiplier value according to the current scheme index More... | ||||
std::string | getShadowLaneID () const | |||
MSVehicleType & | getSingularType () | |||
Replaces the current vehicle type with a new one used by this vehicle only. More... | ||||
std::string | getSpeedMode () const | |||
return the speed mode as bit string More... | ||||
double | getSpeedWithoutTraciInfluence () const | |||
Returns the uninfluenced velocity. More... | ||||
std::string | getTargetLaneID () const | |||
double | getTimeGapOnLane () const | |||
Returns the time gap in seconds to the leader of the vehicle on the same lane. More... | ||||
GUIParameterTableWindow * | getTypeParameterWindow (GUIMainWindow &app, GUISUMOAbstractView &parent) | |||
Returns an own type parameter window. More... | ||||
SUMOVehicleClass | getVClass () const | |||
Returns the vehicle's access class. More... | ||||
const MSBaseVehicle & | getVehicle () | |||
const MSVehicleType & | getVehicleType () const | |||
Returns the vehicle's type definition. More... | ||||
double | getWaitingSeconds () const | |||
Returns the number of seconds waited (speed was lesser than 0.1m/s) More... | ||||
double | getWidth () const | |||
Returns the vehicle's width. More... | ||||
GUIVehicle (SUMOVehicleParameter *pars, const MSRoute *route, MSVehicleType *type, const double speedFactor) | ||||
Constructor. More... | ||||
bool | handleCollisionStop (MSStop &stop, const double distToStop) | |||
bool | hasDeparted () const | |||
Returns whether this vehicle has already departed. More... | ||||
bool | hasDevice (const std::string &deviceName) const | |||
check whether the vehicle is equiped with a device of the given type More... | ||||
bool | hasInfluencer () const | |||
whether the vehicle is individually influenced (via TraCI or special parameters) More... | ||||
bool | hasValidRoute (std::string &msg, const MSRoute *route=0) const | |||
Validates the current or given route. More... | ||||
bool | hasValidRouteStart (std::string &msg) | |||
checks wether the vehicle can depart on the first edge More... | ||||
bool | ignoreCollision () const | |||
whether this vehicle is except from collision checks More... | ||||
bool | ignoreRed (const MSLink *link, bool canBrake) const | |||
decide whether a red (or yellow light) may be ignore More... | ||||
int | influenceChangeDecision (int state) | |||
allow TraCI to influence a lane change decision More... | ||||
void | initDevices () | |||
virtual bool | isContainer () const | |||
Whether it is a container. More... | ||||
bool | isLeader (const MSLink *link, const MSVehicle *veh, const double gap) const | |||
whether the given vehicle must be followed at the given junction More... | ||||
bool | isLineStop (double position) const | |||
returns whether the vehicle serves a public transport line that serves the given stop More... | ||||
virtual bool | isPerson () const | |||
Whether it is a person. More... | ||||
bool | isSelected () const | |||
whether this vehicle is selected in the GUI More... | ||||
bool | isVehicle () const | |||
Whether it is a vehicle. More... | ||||
bool | manoeuvreIsComplete () const | |||
accessor function to myManoeuvre equivalent More... | ||||
void | onDepart () | |||
Called when the vehicle is inserted into the network. More... | ||||
virtual void | onLeftBtnPress (void *) | |||
notify object about left click More... | ||||
bool | passingMinor () const | |||
decide whether the vehicle is passing a minor link or has comitted to do so More... | ||||
double | processNextStop (double currentVelocity) | |||
Processes stops, returns the velocity needed to reach the stop. More... | ||||
void | removeReminder (MSMoveReminder *rem) | |||
Removes a MoveReminder dynamically. More... | ||||
void | removeTransportable (MSTransportable *t) | |||
removes a person or container More... | ||||
void | replaceParameter (const SUMOVehicleParameter *newParameter) | |||
replace the vehicle parameter (deleting the old one) More... | ||||
bool | replaceRouteEdges (ConstMSEdgeVector &edges, double cost, double savings, const std::string &info, bool onInit=false, bool check=false, bool removeStops=true, std::string *msgReturn=nullptr) | |||
Replaces the current route by the given edges. More... | ||||
void | replaceVehicleType (MSVehicleType *type) | |||
Replaces the current vehicle type by the one given. More... | ||||
void | reroute (SUMOTime t, const std::string &info, SUMOAbstractRouter< MSEdge, SUMOVehicle > &router, const bool onInit=false, const bool withTaz=false, const bool silent=false) | |||
Performs a rerouting using the given router. More... | ||||
void | rerouteDRTStop (MSStoppingPlace *busStop) | |||
handle route to accomodate to given stop More... | ||||
bool | rerouteParkingArea (const std::string &parkingAreaID, std::string &errorMsg) | |||
void | resetRoutePosition (int index, DepartLaneDefinition departLaneProcedure) | |||
reset index of edge within route More... | ||||
bool | resumeFromStopping () | |||
void | selectBlockingFoes () const | |||
adds the blocking foes to the current selection More... | ||||
virtual void | setArrivalPos (double arrivalPos) | |||
Sets this vehicle's desired arrivalPos for its current route. More... | ||||
void | setChosenSpeedFactor (const double factor) | |||
Returns the precomputed factor by which the driver wants to be faster than the speed limit. More... | ||||
void | setDeviceParameter (const std::string &deviceName, const std::string &key, const std::string &value) | |||
try to set the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists More... | ||||
bool | setExitManoeuvre () | |||
accessor function to myManoeuvre equivalent More... | ||||
void | setID (const std::string &newID) | |||
set the id (inherited from Named but forbidden for vehicles) More... | ||||
void | setJunctionModelParameter (const std::string &key, const std::string &value) | |||
set individual junction model paramete (not type related) More... | ||||
void | setManoeuvreType (const MSVehicle::ManoeuvreType mType) | |||
accessor function to myManoeuvre equivalent More... | ||||
void | setRemoteState (Position xyPos) | |||
sets position outside the road network More... | ||||
const MSEdge * | succEdge (int nSuccs) const | |||
Returns the nSuccs'th successor of edge the vehicle is currently at. More... | ||||
bool | unsafeLinkAhead (const MSLane *lane) const | |||
whether the vehicle may safely move to the given lane with regard to upcoming links More... | ||||
double | updateFurtherLanes (std::vector< MSLane * > &furtherLanes, std::vector< double > &furtherLanesPosLat, const std::vector< MSLane * > &passedLanes) | |||
update a vector of further lanes and return the new backPos More... | ||||
void | updateParkingState () | |||
update state while parking More... | ||||
~GUIVehicle () | ||||
destructor More... | ||||
insertion/removal | ||||
void | onRemovalFromNet (const MSMoveReminder::Notification reason) | |||
Called when the vehicle is removed from the network. More... | ||||
interaction with the route | ||||
bool | hasArrived () const | |||
Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge) More... | ||||
bool | replaceRoute (const MSRoute *route, const std::string &info, bool onInit=false, int offset=0, bool addStops=true, bool removeStops=true, std::string *msgReturn=nullptr) | |||
Replaces the current route by the given one. More... | ||||
state setter/getter | ||||
double | getPositionOnLane () const | |||
Get the vehicle's position along the lane. More... | ||||
double | getPositionOnLane (const MSLane *lane) const | |||
Get the vehicle's front position relative to the given lane. More... | ||||
double | getLastStepDist () const | |||
Get the distance the vehicle covered in the previous timestep. More... | ||||
double | getBackPositionOnLane (const MSLane *lane) const | |||
Get the vehicle's position relative to the given lane. More... | ||||
double | getBackPositionOnLane () const | |||
Get the vehicle's position relative to its current lane. More... | ||||
double | getLateralPositionOnLane () const | |||
Get the vehicle's lateral position on the lane. More... | ||||
void | setLateralPositionOnLane (double posLat) | |||
void | invalidateCachedPosition () | |||
double | getRightSideOnLane () const | |||
Get the lateral position of the vehicles right side on the lane: More... | ||||
double | getRightSideOnLane (const MSLane *lane) const | |||
Get the lateral position of the vehicles right side on the lane: More... | ||||
double | getLeftSideOnLane () const | |||
Get the lateral position of the vehicles left side on the lane: More... | ||||
double | getLeftSideOnLane (const MSLane *lane) const | |||
Get the lateral position of the vehicles left side on the lane: More... | ||||
double | lateralDistanceToLane (const int offset) const | |||
Get the minimal lateral distance required to move fully onto the lane at given offset. More... | ||||
double | getLateralOverlap () const | |||
return the amount by which the vehicle extends laterally outside it's primary lane More... | ||||
double | getLateralOverlap (const MSLane *lane) const | |||
double | getLateralOverlap (double posLat, const MSLane *lane) const | |||
double | getRightSideOnEdge (const MSLane *lane=0) const | |||
Get the vehicle's lateral position on the edge of the given lane (or its current edge if lane == 0) More... | ||||
double | getCenterOnEdge (const MSLane *lane=0) const | |||
Get the vehicle's lateral position on the edge of the given lane (or its current edge if lane == 0) More... | ||||
double | getLatOffset (const MSLane *lane) const | |||
Get the offset that that must be added to interpret myState.myPosLat for the given lane. More... | ||||
double | getSpeed () const | |||
Returns the vehicle's current speed. More... | ||||
double | getPreviousSpeed () const | |||
Returns the vehicle's speed before the previous time step. More... | ||||
void | setPreviousSpeed (double prevSpeed, double prevAcceleration) | |||
Sets the influenced previous speed. More... | ||||
double | getAcceleration () const | |||
Returns the vehicle's acceleration in m/s (this is computed as the last step's mean acceleration in case that a stop occurs within the middle of the time-step) More... | ||||
double | getCurrentApparentDecel () const | |||
get apparent deceleration based on vType parameters and current acceleration More... | ||||
SUMOTime | getActionStepLength () const | |||
Returns the vehicle's action step length in millisecs, i.e. the interval between two action points. More... | ||||
double | getActionStepLengthSecs () const | |||
Returns the vehicle's action step length in secs, i.e. the interval between two action points. More... | ||||
SUMOTime | getLastActionTime () const | |||
Returns the time of the vehicle's last action point. More... | ||||
strategical/tactical lane choosing methods | ||||
const std::vector< LaneQ > & | getBestLanes () const | |||
Returns the description of best lanes to use in order to continue the route. More... | ||||
void | updateBestLanes (bool forceRebuild=false, const MSLane *startLane=0) | |||
computes the best lanes to use in order to continue the route More... | ||||
const std::vector< MSLane * > & | getBestLanesContinuation () const | |||
Returns the best sequence of lanes to continue the route starting at myLane. More... | ||||
const std::vector< MSLane * > & | getBestLanesContinuation (const MSLane *const l) const | |||
Returns the best sequence of lanes to continue the route starting at the given lane. More... | ||||
const std::vector< const MSLane * > | getUpcomingLanesUntil (double distance) const | |||
Returns the upcoming (best followed by default 0) sequence of lanes to continue the route starting at the current lane. More... | ||||
const std::vector< const MSLane * > | getPastLanesUntil (double distance) const | |||
Returns the sequence of past lanes (right-most on edge) based on the route starting at the current lane. More... | ||||
const std::vector< MSLane * > | getUpstreamOppositeLanes () const | |||
Returns the sequence of opposite lanes corresponding to past lanes. More... | ||||
int | getBestLaneOffset () const | |||
double | getBestLaneDist () const | |||
returns the distance that can be driven without lane change More... | ||||
void | adaptBestLanesOccupation (int laneIndex, double density) | |||
update occupation from MSLaneChanger More... | ||||
vehicle stops definitions and i/o | ||||
bool | replaceParkingArea (MSParkingArea *parkingArea, std::string &errorMsg) | |||
replace the current parking area stop with a new stop with merge duration More... | ||||
MSParkingArea * | getNextParkingArea () | |||
get the upcoming parking area stop or nullptr More... | ||||
MSParkingArea * | getCurrentParkingArea () | |||
get the current parking area stop or nullptr More... | ||||
bool | hasDriverState () const | |||
Whether this vehicle is equipped with a MSDriverState. More... | ||||
SUMOTime | remainingStopDuration () const | |||
Returns the remaining stop duration for a stopped vehicle or 0. More... | ||||
bool | stopsAt (MSStoppingPlace *stop) const | |||
Returns whether the vehicle stops at the given stopping place. More... | ||||
bool | stopsAtEdge (const MSEdge *edge) const | |||
Returns whether the vehicle stops at the given edge. More... | ||||
bool | willStop () const | |||
Returns whether the vehicle will stop on the current edge. More... | ||||
bool | isStoppedOnLane () const | |||
bool | keepStopping (bool afterProcessing=false) const | |||
Returns whether the vehicle is stopped and must continue to do so. More... | ||||
SUMOTime | collisionStopTime () const | |||
Returns the remaining time a vehicle needs to stop due to a collision. A negative value indicates that the vehicle is not stopping due to a collision (or at all) More... | ||||
bool | isRemoteControlled () const | |||
Returns the information whether the vehicle is fully controlled via TraCI. More... | ||||
bool | wasRemoteControlled (SUMOTime lookBack=DELTA_T) const | |||
Returns the information whether the vehicle is fully controlled via TraCI within the lookBack time. More... | ||||
double | nextStopDist () const | |||
return the distance to the next stop or doubleMax if there is none. More... | ||||
state io | ||||
void | saveState (OutputDevice &out) | |||
Saves the states of a vehicle. More... | ||||
void | loadState (const SUMOSAXAttributes &attrs, const SUMOTime offset) | |||
Loads the state of this vehicle from the given description. More... | ||||
void | loadPreviousApproaching (MSLink *link, bool setRequest, SUMOTime arrivalTime, double arrivalSpeed, double arrivalSpeedBraking, double dist, double leaveSpeed) | |||
inherited from GUIGlObject | ||||
GUIGLObjectPopupMenu * | getPopUpMenu (GUIMainWindow &app, GUISUMOAbstractView &parent) | |||
Returns an own popup-menu. More... | ||||
void | removedPopupMenu () | |||
notify object about popup menu removal More... | ||||
double | getExaggeration (const GUIVisualizationSettings &s) const | |||
return exaggeration associated with this GLObject More... | ||||
virtual Boundary | getCenteringBoundary () const | |||
Returns the boundary to which the view shall be centered in order to show the object. More... | ||||
const std::string | getOptionalName () const | |||
Returns the value for generic parameter 'name' or ''. More... | ||||
void | drawOnPos (const GUIVisualizationSettings &s, const Position &pos, const double angle) const | |||
Draws the object on the specified position with the specified angle. More... | ||||
void | drawGL (const GUIVisualizationSettings &s) const | |||
Draws the object. More... | ||||
virtual void | drawGLAdditional (GUISUMOAbstractView *const parent, const GUIVisualizationSettings &s) const | |||
Draws additionally triggered visualisations. More... | ||||
getter methods | ||||
Returns the full name appearing in the tool tip
| ||||
const std::string & | getFullName () const | |||
virtual std::string | getParentName () const | |||
Returns the name of the parent object (if any) More... | ||||
GUIGlID | getGlID () const | |||
Returns the numerical id of the object. More... | ||||
FXIcon * | getGLIcon () const | |||
get icon associated with this GL Object More... | ||||
interfaces to be implemented by derived classes | ||||
const std::string & | getMicrosimID () const | |||
Returns the id of the object as known to microsim. More... | ||||
virtual void | setMicrosimID (const std::string &newID) | |||
Changes the microsimID of the object. More... | ||||
GUIGlObjectType | getType () const | |||
Returns the type of the object as coded in GUIGlObjectType. More... | ||||
virtual double | getClickPriority () const | |||
Returns the priority of receiving mouse clicks. More... | ||||
bool | isBlocked () const | |||
get blocking status More... | ||||
void | setBlocked (const bool state=true) | |||
set blocking status More... | ||||
virtual bool | isGLObjectLocked () | |||
check if element is locked (Currently used only in NETEDIT) More... | ||||
virtual void | markAsFrontElement () | |||
mark element as front element (Currently used only in NETEDIT) More... | ||||
virtual void | deleteGLObject () | |||
delete GLObject (Currently used only in NETEDIT) More... | ||||
virtual void | selectGLObject () | |||
select GLObject (Currently used only in NETEDIT) More... | ||||
virtual void | updateGLObject () | |||
update GLObject (geometry, ID, etc.) (optional) More... | ||||
Parameter table window I/O | ||||
Lets this object know a parameter window showing the object's values was opened
| ||||
void | addParameterTable (GUIParameterTableWindow *w) | |||
void | removeParameterTable (GUIParameterTableWindow *w) | |||
Lets this object know a parameter window showing the object's values was closed. More... | ||||
Static Public Member Functions | |
template<class T > | |
static std::string | getIDSecure (const T *obj, const std::string &fallBack="NULL") |
get an identifier for Named-like object which may be Null More... | |
static int | nextLinkPriority (const std::vector< MSLane * > &conts) |
get a numerical value for the priority of the upcoming link More... | |
static bool | setFunctionalColor (int activeScheme, const MSBaseVehicle *veh, RGBColor &col) |
sets the color according to the current scheme index and some vehicle function More... | |
Data Fields | |
Manoeuvre | myManoeuvre |
Static Public Attributes | |
static const GUIGlID | INVALID_ID = 0 |
static StringBijection< GUIGlObjectType > | TypeNames |
associates object types with strings More... | |
Protected Types | |
typedef std::vector< DriveProcessItem > | DriveItemVector |
Container for used Links/visited Lanes during planMove() and executeMove. More... | |
Protected Member Functions | |
double | accelThresholdForWaiting () const |
maximum acceleration to consider a vehicle as 'waiting' at low speed More... | |
void | adaptToLeader (const std::pair< const MSVehicle *, double > leaderInfo, double seen, DriveProcessItem *const lastLink, double &v, double &vLinkPass) const |
void | adaptToLeaderDistance (const MSLeaderDistanceInfo &ahead, double latOffset, double seen, DriveProcessItem *const lastLink, double &v, double &vLinkPass) const |
void | adaptToLeaders (const MSLeaderInfo &ahead, double latOffset, const double seen, DriveProcessItem *const lastLink, const MSLane *const lane, double &v, double &vLinkPass) const |
void | boardTransportables (MSStop &stop) |
board persons and load transportables at the given stop More... | |
void | buildAdditionalsPopupOptions (GUIMainWindow &app, GUIGLObjectPopupMenu *ret, const std::string &type) |
build basic additional popup options. Used to unify pop-ups menu in netedit and SUMO-GUI More... | |
void | buildShapePopupOptions (GUIMainWindow &app, GUIGLObjectPopupMenu *ret, const std::string &type) |
build basic shape popup options. Used to unify pop-ups menu in netedit and SUMO-GUI More... | |
void | checkLinkLeader (const MSLink *link, const MSLane *lane, double seen, DriveProcessItem *const lastLink, double &v, double &vLinkPass, double &vLinkWait, bool &setRequest, bool isShadowLink=false) const |
checks for link leaders on the given link More... | |
void | checkLinkLeaderCurrentAndParallel (const MSLink *link, const MSLane *lane, double seen, DriveProcessItem *const lastLink, double &v, double &vLinkPass, double &vLinkWait, bool &setRequest) const |
checks for link leaders of the current link as well as the parallel link (if there is one) More... | |
double | checkReversal (bool &canReverse, double speedThreshold=SUMO_const_haltingSpeed, double seen=0) const |
void | checkRewindLinkLanes (const double lengthsInFront, DriveItemVector &lfLinks) const |
runs heuristic for keeping the intersection clear in case of downstream jamming More... | |
void | computeFurtherLanes (MSLane *enteredLane, double pos, bool collision=false) |
updates myFurtherLanes on lane insertion or after collision More... | |
void | computeSeats (const Position &front, const Position &back, double seatOffset, int maxSeats, double exaggeration, int &requiredSeats, Seats &into) const |
add seats to mySeatPositions and update requiredSeats More... | |
bool | drawAction_drawVehicleAsPolyWithCarriagges (const GUIVisualizationSettings &s, double scaledLength, bool asImage=false) const |
draw vehicle body and return whether carriages are being drawn More... | |
void | drawOutsideNetwork (bool add) |
register vehicle for drawing while outside the network More... | |
double | estimateTimeToNextStop () const |
SUMOTime | getArrivalTime (SUMOTime t, double seen, double v, double arrivalSpeed) const |
const MSLane * | getBackLane () const |
double | getBackPositionOnLane (const MSLane *lane, bool calledByGetPosition) const |
double | getBrakeGap (bool delayed=false) const |
get distance for coming to a stop (used for rerouting checks) More... | |
const Seat & | getContainerPosition (int containerIndex) const |
const Seat & | getSeatPosition (int personIndex) const |
returns the seat position for the person with the given index More... | |
const MSVehicleType & | getVType () const |
A shortcut to myVehicle.myType. More... | |
bool | hasArrivedInternal (bool oppositeTransformed=true) const |
Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge) method is called in the context of excecuteMove where opposite-direction vehicles are transformed temporarily to their forward lane and additional opposite-direction driving checks do not apply. More... | |
bool | isOppositeLane (const MSLane *lane) const |
whether the give lane is reverse direction of the current route or not More... | |
bool | joinTrainPart (MSVehicle *veh) |
try joining the given vehicle to the rear of this one (to resolve joinTriggered) More... | |
bool | joinTrainPartFront (MSVehicle *veh) |
try joining the given vehicle to the front of this one (to resolve joinTriggered) More... | |
bool | keepClear (const MSLink *link) const |
decide whether the given link must be kept clear More... | |
void | mouseWithinGeometry (const Position &pos, const double width, const double height, const double offsetX, const double offsetY, const double rot) const |
check if mouse is within elements geometry (for rectangles) More... | |
void | mouseWithinGeometry (const Position center, const double radius) const |
check if mouse is within elements geometry (for circles) More... | |
void | mouseWithinGeometry (const PositionVector shape) const |
check if mouse is within elements geometry (for filled shapes) More... | |
void | mouseWithinGeometry (const PositionVector shape, const double width) const |
check if mouse is within elements geometry (for shapes) More... | |
void | mouseWithinGeometry (const PositionVector shape, const double width, GUIGlObject *parent) const |
check if mouse is within elements geometry (for edges) More... | |
void | planMoveInternal (const SUMOTime t, MSLeaderInfo ahead, DriveItemVector &lfLinks, double &myStopDist, std::pair< double, LinkDirection > &myNextTurn) const |
void | processLaneAdvances (std::vector< MSLane * > &passedLanes, std::string &emergencyReason) |
This method checks if the vehicle has advanced over one or several lanes along its route and triggers the corresponding actions for the lanes and the vehicle. and adapts the given in/out parameters to the appropriate values. More... | |
void | processLinkApproaches (double &vSafe, double &vSafeMin, double &vSafeMinDist) |
This method iterates through the driveprocess items for the vehicle and adapts the given in/out parameters to the appropriate values. More... | |
double | processTraCISpeedControl (double vSafe, double vNext) |
Check for speed advices from the traci client and adjust the speed vNext in the current (euler) / after the current (ballistic) simstep accordingly. More... | |
void | removeApproachingInformation (const DriveItemVector &lfLinks) const |
unregister approach from all upcoming links More... | |
void | removePassedDriveItems () |
Erase passed drive items from myLFLinkLanes (and unregister approaching information for corresponding links). Further, myNextDriveItem is reset. More... | |
void | setBlinkerInformation () |
sets the blue flashing light for emergency vehicles More... | |
void | setBrakingSignals (double vNext) |
sets the braking lights on/off More... | |
RGBColor | setColor (const GUIVisualizationSettings &s) const |
sets the color according to the current settings More... | |
void | setEmergencyBlueLight (SUMOTime currentTime) |
sets the blue flashing light for emergency vehicles More... | |
void | updateOccupancyAndCurrentBestLane (const MSLane *startLane) |
updates LaneQ::nextOccupation and myCurrentLaneInBestLanes More... | |
void | updateState (double vNext) |
updates the vehicles state, given a next value for its speed. This value can be negative in case of the ballistic update to indicate a stop within the next timestep. (You can call this a 'hack' to emulate reasoning based on accelerations: The assumed constant acceleration a within the next time step is then a = (vNext - vCurrent)/TS ) More... | |
void | updateTimeLoss (double vNext) |
Updates the vehicle's time loss. More... | |
void | updateWaitingTime (double vNext) |
Updates the vehicle's waiting time counters (accumulated and consecutive) More... | |
Position | validatePosition (Position result, double offset=0) const |
ensure that a vehicle-relative position is not invalid More... | |
helper methods for building popup-menus | |
void | buildPopupHeader (GUIGLObjectPopupMenu *ret, GUIMainWindow &app, bool addSeparator=true) |
Builds the header. More... | |
void | buildCenterPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to center to the object. More... | |
void | buildNameCopyPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds entries which allow to copy the name / typed name into the clipboard. More... | |
void | buildSelectionPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to (de)select the object. More... | |
void | buildShowParamsPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to open the parameter window. More... | |
void | buildShowTypeParamsPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to open the type parameter window. More... | |
void | buildPositionCopyEntry (GUIGLObjectPopupMenu *ret, const GUIMainWindow &app) const |
Builds an entry which allows to copy the cursor position if geo projection is used, also builds an entry for copying the geo-position. More... | |
void | buildShowManipulatorPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to open the manipulator window. More... | |
Static Protected Member Functions | |
static void | drawLinkItem (const Position &pos, SUMOTime arrivalTime, SUMOTime leaveTime, double exagerate) |
Protected Attributes | |
double | myAcceleration |
The current acceleration after dawdling in m/s. More... | |
bool | myActionStep |
The flag myActionStep indicates whether the current time step is an action point for the vehicle. More... | |
bool | myAmIdling |
Whether the vehicle is trying to enter the network (eg after parking so engine is running) More... | |
bool | myAmOnNet |
Whether the vehicle is on the network (not parking, teleported, vaporized, or arrived) More... | |
bool | myAmRegisteredAsWaiting = false |
Whether this vehicle is registered as waiting for a person or container (for deadlock-recognition) More... | |
double | myAngle |
the angle in radians ( More... | |
int | myArrivalLane |
The destination lane where the vehicle stops. More... | |
double | myArrivalPos |
The position on the destination lane where the vehicle stops. More... | |
std::vector< std::vector< LaneQ > > | myBestLanes |
Position | myCachedPosition |
SUMOTime | myCollisionImmunity |
amount of time for which the vehicle is immune from collisions More... | |
MSDevice_Transportable * | myContainerDevice |
The containers this vehicle may have. More... | |
Seats | myContainerPositions |
std::vector< LaneQ >::iterator | myCurrentLaneInBestLanes |
double | myDepartPos |
The real depart position. More... | |
SUMOTime | myDeparture |
The real departure time. More... | |
std::vector< MSVehicleDevice * > | myDevices |
The devices this vehicle has. More... | |
MSDevice_DriverState * | myDriverState |
This vehicle's driver state. More... | |
EnergyParams * | myEnergyParams |
The emission parameters this vehicle may have. More... | |
MSDevice_Friction * | myFrictionDevice |
This vehicle's friction perception. More... | |
std::vector< MSLane * > | myFurtherLanes |
The information into which lanes the vehicle laps into. More... | |
std::vector< double > | myFurtherLanesPosLat |
lateral positions on further lanes More... | |
bool | myHaveToWaitOnNextLink |
std::string | myID |
The name of the object. More... | |
SUMOTime | myJunctionConflictEntryTime |
SUMOTime | myJunctionEntryTime |
time at which the current junction was entered More... | |
SUMOTime | myJunctionEntryTimeNeverYield |
MSLane * | myLane |
The lane the vehicle is on. More... | |
MSAbstractLaneChangeModel * | myLaneChangeModel |
SUMOTime | myLastActionTime |
Action offset (actions are taken at time myActionOffset + N*getActionStepLength()) Initialized to 0, to be set at insertion. More... | |
const MSEdge * | myLastBestLanesEdge |
const MSLane * | myLastBestLanesInternalLane |
DriveItemVector | myLFLinkLanes |
container for the planned speeds in the current step More... | |
DriveItemVector | myLFLinkLanesPrev |
planned speeds from the previous step for un-registering from junctions after the new container is filled More... | |
FXMutex | myLock |
The mutex used to avoid concurrent updates of the vehicle buffer. More... | |
DriveItemVector::iterator | myNextDriveItem |
iterator pointing to the next item in myLFLinkLanes More... | |
std::pair< double, LinkDirection > | myNextTurn |
the upcoming turn for the vehicle More... | |
int | myNumberParkingReroutes = 0 |
int | myNumberReroutes |
The number of reroutings. More... | |
double | myOdometer |
A simple odometer to keep track of the length of the route already driven. More... | |
ParkingMemory * | myParkingMemory = nullptr |
memory for parking search More... | |
MSDevice_Transportable * | myPersonDevice |
The passengers this vehicle may have. More... | |
int | myRouteValidity |
status of the current vehicle route More... | |
Seats | mySeatPositions |
positions of seats in the vehicle (updated at every drawing step) More... | |
int | mySignals |
State of things of the vehicle that can be on or off. More... | |
State | myState |
This Vehicles driving state (pos and speed) More... | |
double | myStopDist |
distance to the next stop or doubleMax if there is none More... | |
SUMOTime | myStopUntilOffset |
The offset when adding route stops with 'until' on route replacement. More... | |
double | myTimeLoss |
the time loss in seconds due to driving with less than maximum speed More... | |
SUMOTime | myTimeSinceStartup |
duration of driving (speed > SUMO_const_haltingSpeed) after the last halting eposide More... | |
SUMOTime | myWaitingTime |
The time the vehicle waits (is not faster than 0.1m/s) in seconds. More... | |
WaitingTimeCollector | myWaitingTimeCollector |
Static Protected Attributes | |
static std::vector< MSLane * > | myEmptyLaneVector |
static std::vector< MSTransportable * > | myEmptyTransportableVector |
static const SUMOTime | NOT_YET_DEPARTED = SUMOTime_MAX |
Private Member Functions | |
MSEdgeWeightsStorage & | _getWeightsStorage () const |
std::string | createFullName () const |
create full name More... | |
void | drawAction_drawCarriageClass (const GUIVisualizationSettings &s, bool asImage) const |
draws the given guiShape with distinct carriages/modules More... | |
MSLane * | getPreviousLane (MSLane *current, int &furtherIndex) const |
std::string | getStopInfo () const |
retrieve information about the current stop state More... | |
void | initJunctionModelParams () |
Private Attributes | |
bool | myAmBlocked |
whether the object can be deleted More... | |
MSCFModel::VehicleVariables * | myCFVariables |
The per vehicle variables of the car following model. More... | |
MSEdgeWeightsStorage * | myEdgeWeights |
std::string | myFullName |
full name of GL Object More... | |
const GUIGlID | myGlID |
The numerical id of the object. More... | |
const GUIGlObjectType | myGLObjectType |
The type of the object. More... | |
FXIcon * | myIcon |
icon associatd with this GL Object More... | |
Influencer * | myInfluencer |
An instance of a velocity/lane influencing instance; built in "getInfluencer". More... | |
std::string | myMicrosimID |
ID of GL object. More... | |
const NumericalID | myNumericalID |
std::set< GUIParameterTableWindow * > | myParamWindows |
Parameter table windows which refer to this object. More... | |
GUIGLObjectPopupMenu * | myPopup |
current popup (to clean up in destructor). GUIBaseVehicle is not responsible for removal More... | |
MSDevice_Vehroutes * | myRoutes |
MSBaseVehicle & | myVehicle |
The vehicle to which all calls should be delegated. More... | |
Static Private Attributes | |
static StringBijection< GUIGlObjectType >::Entry | GUIGlObjectTypeNamesInitializer [] |
vector for TypeNames Initializer More... | |
static NumericalID | myCurrentNumericalIndex = 0 |
Interaction with move reminders | |
void | workOnMoveReminders (double oldPos, double newPos, double newSpeed) |
Processes active move reminder. More... | |
void | workOnIdleReminders () |
cycle through vehicle devices invoking notifyIdle More... | |
bool | checkActionStep (const SUMOTime t) |
Returns whether the vehicle is supposed to take action in the current simulation step Updates myActionStep and myLastActionTime in case that the current simstep is an action step. More... | |
void | resetActionOffset (const SUMOTime timeUntilNextAction=0) |
Resets the action offset for the vehicle. More... | |
void | updateActionOffset (const SUMOTime oldActionStepLength, const SUMOTime newActionStepLength) |
Process an updated action step length value (only affects the vehicle's action offset, The actionStepLength is stored in the (singular) vtype) More... | |
void | planMove (const SUMOTime t, const MSLeaderInfo &ahead, const double lengthsInFront) |
Compute safe velocities for the upcoming lanes based on positions and speeds from the last time step. Also registers ApproachingVehicleInformation for all links. More... | |
void | setApproachingForAllLinks (const SUMOTime t) |
Register junction approaches for all link items in the current plan. More... | |
void | registerInsertionApproach (MSLink *link, double dist) |
register approach on insertion More... | |
bool | executeMove () |
Executes planned vehicle movements with regards to right-of-way. More... | |
void | executeFractionalMove (double dist) |
move vehicle forward by the given distance during insertion More... | |
double | getDeltaPos (const double accel) const |
calculates the distance covered in the next integration step given an acceleration and assuming the current velocity. (gives different results for different integration methods, e.g., euler vs. ballistic) More... | |
void | adaptLaneEntering2MoveReminder (const MSLane &enteredLane) |
Adapts the vehicle's entering of a new lane. More... | |
Other getter methods | |
double | getSlope () const |
Returns the slope of the road at vehicle's position in degrees. More... | |
Position | getPositionAlongBestLanes (double offset) const |
Return the (x,y)-position, which the vehicle would reach if it continued along its best continuation lanes from the current for a distance of offset m. More... | |
const MSLane * | getLane () const |
Returns the lane the vehicle is on. More... | |
MSLane * | getMutableLane () const |
Returns the lane the vehicle is on Non const version indicates that something volatile is going on. More... | |
double | getMaxSpeedOnLane () const |
Returns the maximal speed for the vehicle on its current lane (including speed factor and deviation, i.e., not necessarily the allowed speed limit) More... | |
bool | isOnRoad () const |
Returns the information whether the vehicle is on a road (is simulated) More... | |
void | setIdling (bool amIdling) |
access function for Idling flag used to record whether vehicle is waiting to enter lane (after parking) More... | |
bool | isIdling () const |
Returns whether a sim vehicle is waiting to enter a lane (after parking has completed) More... | |
bool | isActive () const |
Returns whether the current simulation step is an action point for the vehicle. More... | |
bool | isActionStep (SUMOTime t) const |
Returns whether the next simulation step will be an action point for the vehicle. More... | |
bool | isFrontOnLane (const MSLane *lane) const |
Returns the information whether the front of the vehicle is on the given lane. More... | |
const MSEdge * | getCurrentEdge () const |
Returns the edge the vehicle is currently at (possibly an internal edge or nullptr) More... | |
const MSEdge * | getNextEdgePtr () const |
returns the next edge (possibly an internal edge) More... | |
const MSEdge * | getRerouteOrigin () const |
Returns the starting point for reroutes (usually the current edge) More... | |
SUMOTime | getWaitingTime () const |
Returns the SUMOTime waited (speed was lesser than 0.1m/s) More... | |
SUMOTime | getTimeSinceStartup () const |
Returns the SUMOTime spent driving since startup (speed was larger than 0.1m/s) More... | |
double | getTimeSinceStartupSeconds () const |
SUMOTime | getTimeLoss () const |
Returns the SUMOTime lost (speed was lesser maximum speed) More... | |
SUMOTime | getAccumulatedWaitingTime () const |
Returns the SUMOTime waited (speed was lesser than 0.1m/s) within the last t millisecs. More... | |
double | getAccumulatedWaitingSeconds () const |
Returns the number of seconds waited (speed was lesser than 0.1m/s) within the last millisecs. More... | |
double | getTimeLossSeconds () const |
Returns the time loss in seconds. More... | |
double | getStopDelay () const |
Returns the public transport stop delay in seconds. More... | |
double | getStopArrivalDelay () const |
Returns the estimated public transport stop arrival delay in seconds. More... | |
Position | getVelocityVector () const |
Returns the vehicle's direction in radians. More... | |
double | computeAngle () const |
compute the current vehicle angle More... | |
void | setAngle (double angle, bool straightenFurther=false) |
Set a custom vehicle angle in rad, optionally updates furtherLanePosLat. More... | |
void | setActionStepLength (double actionStepLength, bool resetActionOffset=true) |
Sets the action steplength of the vehicle. More... | |
bool | congested () const |
void | activateReminders (const MSMoveReminder::Notification reason, const MSLane *enteredLane=0) |
"Activates" all current move reminder More... | |
void | enterLaneAtMove (MSLane *enteredLane, bool onTeleporting=false) |
Update when the vehicle enters a new lane in the move step. More... | |
void | enterLaneAtInsertion (MSLane *enteredLane, double pos, double speed, double posLat, MSMoveReminder::Notification notification) |
Update when the vehicle enters a new lane in the emit step. More... | |
void | setTentativeLaneAndPosition (MSLane *lane, double pos, double posLat=0) |
set tentative lane and position during insertion to ensure that all cfmodels work (some of them require veh->getLane() to return a valid lane) Once the vehicle is sucessfully inserted the lane is set again (see enterLaneAtInsertion) More... | |
void | enterLaneAtLaneChange (MSLane *enteredLane) |
Update when the vehicle enters a new lane in the laneChange step. More... | |
void | leaveLane (const MSMoveReminder::Notification reason, const MSLane *approachedLane=0) |
Update of members if vehicle leaves a new lane in the lane change step or at arrival. More... | |
void | updateDriveItems () |
Check whether the drive items (myLFLinkLanes) are up to date, and update them if required. More... | |
const std::pair< double, LinkDirection > & | getNextTurn () |
Get the distance and direction of the next upcoming turn for the vehicle (within its look-ahead range) More... | |
MSAbstractLaneChangeModel & | getLaneChangeModel () |
const MSAbstractLaneChangeModel & | getLaneChangeModel () const |
const std::vector< MSLane * > & | getFurtherLanes () const |
const std::vector< double > & | getFurtherLanesPosLat () const |
bool | onFurtherEdge (const MSEdge *edge) const |
whether this vehicle has its back (and no its front) on the given edge More... | |
static bool | overlap (const MSVehicle *veh1, const MSVehicle *veh2) |
Access to bool signals | |
void | switchOnSignal (int signal) |
Switches the given signal on. More... | |
void | switchOffSignal (int signal) |
Switches the given signal off. More... | |
int | getSignals () const |
Returns the signals. More... | |
bool | signalSet (int which) const |
Returns whether the given signal is on. More... | |
enum | Signalling { VEH_SIGNAL_NONE = 0 , VEH_SIGNAL_BLINKER_RIGHT = 1 , VEH_SIGNAL_BLINKER_LEFT = 2 , VEH_SIGNAL_BLINKER_EMERGENCY = 4 , VEH_SIGNAL_BRAKELIGHT = 8 , VEH_SIGNAL_FRONTLIGHT = 16 , VEH_SIGNAL_FOGLIGHT = 32 , VEH_SIGNAL_HIGHBEAM = 64 , VEH_SIGNAL_BACKDRIVE = 128 , VEH_SIGNAL_WIPER = 256 , VEH_SIGNAL_DOOR_OPEN_LEFT = 512 , VEH_SIGNAL_DOOR_OPEN_RIGHT = 1024 , VEH_SIGNAL_EMERGENCY_BLUE = 2048 , VEH_SIGNAL_EMERGENCY_RED = 4096 , VEH_SIGNAL_EMERGENCY_YELLOW = 8192 } |
Some boolean values which describe the state of some vehicle parts. More... | |
enum | LaneChangeMode { LC_NEVER = 0 , LC_NOCONFLICT = 1 , LC_ALWAYS = 2 } |
modes for resolving conflicts between external control (traci) and vehicle control over lane changing. Each level of the lane-changing hierarchy (strategic, cooperative, speedGain, keepRight) can be controlled separately More... | |
enum | TraciLaneChangePriority { LCP_ALWAYS = 0 , LCP_NOOVERLAP = 1 , LCP_URGENT = 2 , LCP_OPPORTUNISTIC = 3 } |
modes for prioritizing traci lane change requests More... | |
state io | |
bool | isStopped () const |
Returns whether the vehicle is at a stop. More... | |
bool | isParking () const |
Returns whether the vehicle is parking. More... | |
bool | isStoppedTriggered () const |
Returns whether the vehicle is on a triggered stop. More... | |
bool | isStoppedParking () const |
Returns whether the vehicle is on a parking stop. More... | |
bool | isStoppedInRange (const double pos, const double tolerance, bool checkFuture=false) const |
return whether the given position is within range of the current stop More... | |
bool | hasStops () const |
Returns whether the vehicle has to stop somewhere. More... | |
double | basePos (const MSEdge *edge) const |
departure position where the vehicle fits fully onto the edge (if possible) More... | |
bool | addStop (const SUMOVehicleParameter::Stop &stopPar, std::string &errorMsg, SUMOTime untilOffset=0, MSRouteIterator *searchStart=nullptr) |
Adds a stop. More... | |
void | addStops (const bool ignoreStopErrors, MSRouteIterator *searchStart=nullptr, bool addRouteStops=true) |
Adds stops to the built vehicle. More... | |
bool | haveValidStopEdges () const |
check whether all stop.edge MSRouteIterators are valid and in order More... | |
const ConstMSEdgeVector | getStopEdges (double &firstPos, double &lastPos) const |
Returns the list of still pending stop edges also returns the first and last stop position. More... | |
std::vector< std::pair< int, double > > | getStopIndices () const |
return list of route indices for the remaining stops More... | |
const std::list< MSStop > & | getStops () const |
const std::vector< SUMOVehicleParameter::Stop > & | getPastStops () const |
MSStop & | getNextStop () |
SUMOTime | getStopDuration () const |
get remaining stop duration or 0 if the vehicle isn't stopped More... | |
MSStop & | getStop (int nextStopIndex) |
const SUMOVehicleParameter::Stop * | getNextStopParameter () const |
return parameters for the next stop (SUMOVehicle Interface) More... | |
bool | abortNextStop (int nextStopIndex=0) |
deletes the next stop at the given index if it exists More... | |
bool | replaceStop (int nextStopIndex, SUMOVehicleParameter::Stop stop, const std::string &info, bool teleport, std::string &errorMsg) |
bool | rerouteBetweenStops (int nextStopIndex, const std::string &info, bool teleport, std::string &errorMsg) |
bool | insertStop (int nextStopIndex, SUMOVehicleParameter::Stop stop, const std::string &info, bool teleport, std::string &errorMsg) |
int | getRNGIndex () const |
SumoRNG * | getRNG () const |
NumericalID | getNumericalID () const |
return the numerical ID which is only for internal usage More... | |
const MSDevice_Transportable * | getPersonDevice () const |
const MSDevice_Transportable * | getContainerDevice () const |
EnergyParams * | getEmissionParameters () const |
retrieve parameters for the energy consumption model More... | |
void | rememberBlockedParkingArea (const MSParkingArea *pa, bool local) |
SUMOTime | sawBlockedParkingArea (const MSParkingArea *pa, bool local) const |
void | rememberParkingAreaScore (const MSParkingArea *pa, const std::string &score) |
score only needed when running with gui More... | |
void | resetParkingAreaScores () |
int | getNumberParkingReroutes () const |
void | setNumberParkingReroutes (int value) |
const ParkingMemory * | getParkingMemory () const |
typedef std::map< const MSParkingArea *, PaMemory, ComparatorIdLess > | ParkingMemory |
const SUMOVehicleParameter * | myParameter |
This vehicle's parameter. More... | |
const MSRoute * | myRoute |
This vehicle's route. More... | |
MSVehicleType * | myType |
This vehicle's type. More... | |
MSRouteIterator | myCurrEdge |
Iterator to current route-edge. More... | |
double | myChosenSpeedFactor |
A precomputed factor by which the driver wants to be faster than the speed limit. More... | |
std::list< MSStop > | myStops |
The vehicle's list of stops. More... | |
std::vector< SUMOVehicleParameter::Stop > | myPastStops |
The list of stops that the vehicle has already reached. More... | |
Emission retrieval | |
template<PollutantsInterface::EmissionType ET> | |
double | getEmissions () const |
Returns emissions of the current state The value is always per 1s, so multiply by step length if necessary. More... | |
double | getStateOfCharge () const |
Returns actual state of charge of battery (Wh) RICE_CHECK: This may be a misnomer, SOC is typically percentage of the maximum battery capacity. More... | |
double | getElecHybridCurrent () const |
Returns actual current (A) of ElecHybrid device RICE_CHECK: Is this the current consumed from the overhead wire or the current driving the powertrain of the vehicle? RICE_REV_JS: It is the current drawn from the overhead wire (value if the vehicle is not connected to overhead wire?) More... | |
double | getHarmonoise_NoiseEmissions () const |
Returns noise emissions of the current state. More... | |
const MSEdgeWeightsStorage & | getWeightsStorage () const |
Returns the vehicle's internal edge travel times/efforts container. More... | |
MSEdgeWeightsStorage & | getWeightsStorage () |
void | calculateArrivalParams (bool onInit) |
(Re-)Calculates the arrival position and lane from the vehicle parameters More... | |
void | setDepartAndArrivalEdge () |
apply departEdge and arrivalEdge attributes More... | |
static MSLane * | interpretOppositeStop (SUMOVehicleParameter::Stop &stop) |
interpret stop lane on opposite side of the road More... | |
Additional visualisations | |
bool | hasActiveAddVisualisation (GUISUMOAbstractView *const parent, int which) const |
Returns whether the named feature is enabled in the given view. More... | |
void | addActiveAddVisualisation (GUISUMOAbstractView *const parent, int which) |
Adds the named visualisation feature to the given view. More... | |
void | removeActiveAddVisualisation (GUISUMOAbstractView *const parent, int which) |
Adds the named visualisation feature to the given view. More... | |
void | drawRoute (const GUIVisualizationSettings &s, int routeNo, double darken, bool future=false, bool noLoop=false) const |
Chooses the route to draw and draws it, darkening it as given. More... | |
void | drawStopLabels (const GUIVisualizationSettings &s, bool noLoop, const RGBColor &col) const |
void | drawParkingInfo (const GUIVisualizationSettings &s, const RGBColor &col) const |
enum | VisualisationFeatures { VO_SHOW_BEST_LANES = 1 , VO_SHOW_ROUTE = 2 , VO_SHOW_ALL_ROUTES = 4 , VO_SHOW_LFLINKITEMS = 8 , VO_DRAW_OUTSIDE_NETWORK = 16 , VO_SHOW_FUTURE_ROUTE = 32 , VO_SHOW_ROUTE_NOLOOP = 64 } |
Additional visualisation feature ids. More... | |
std::map< GUISUMOAbstractView *, int > | myAdditionalVisualizations |
Enabled visualisations, per view. More... | |
Move reminder structures | |
typedef std::vector< std::pair< MSMoveReminder *, double > > | MoveReminderCont |
Definition of a move reminder container. More... | |
MoveReminderCont | myMoveReminders |
Currently relevant move reminders. More... | |
A MSVehicle extended by some values for usage within the gui.
A visualisable MSVehicle. Extended by the possibility to retrieve names of all available vehicles (static) and the possibility to retrieve the color of the vehicle which is available in different forms allowing an easier recognition of done actions such as lane changing.
Definition at line 51 of file GUIVehicle.h.
|
protectedinherited |
Container for used Links/visited Lanes during planMove() and executeMove.
Definition at line 2000 of file MSVehicle.h.
|
protectedinherited |
Definition of a move reminder container.
Definition at line 941 of file MSBaseVehicle.h.
|
inherited |
Definition at line 48 of file SUMOTrafficObject.h.
|
inherited |
Definition at line 904 of file MSBaseVehicle.h.
|
inherited |
Definition at line 76 of file GUIBaseVehicle.h.
|
inherited |
Requests set via TraCI.
Definition at line 194 of file MSVehicle.h.
|
inherited |
modes for resolving conflicts between external control (traci) and vehicle control over lane changing. Each level of the lane-changing hierarchy (strategic, cooperative, speedGain, keepRight) can be controlled separately
Enumerator | |
---|---|
LC_NEVER | |
LC_NOCONFLICT | |
LC_ALWAYS |
Definition at line 1155 of file MSVehicle.h.
|
inherited |
flag identifying which, if any, manoeuvre is in progress
Enumerator | |
---|---|
MANOEUVRE_ENTRY | Manoeuvre into stopping place. |
MANOEUVRE_EXIT | Manoeuvre out of stopping place. |
MANOEUVRE_NONE | not manouevring |
Definition at line 1258 of file MSVehicle.h.
|
inherited |
Enumerator | |
---|---|
ROUTE_VALID | |
ROUTE_UNCHECKED | |
ROUTE_INVALID | route was checked and is valid |
ROUTE_START_INVALID_PERMISSIONS | |
ROUTE_START_INVALID_LANE |
Definition at line 70 of file MSBaseVehicle.h.
|
inherited |
Some boolean values which describe the state of some vehicle parts.
Definition at line 1117 of file MSVehicle.h.
|
inherited |
modes for prioritizing traci lane change requests
Enumerator | |
---|---|
LCP_ALWAYS | |
LCP_NOOVERLAP | |
LCP_URGENT | |
LCP_OPPORTUNISTIC |
Definition at line 1163 of file MSVehicle.h.
|
inherited |
Additional visualisation feature ids.
Definition at line 307 of file GUIBaseVehicle.h.
GUIVehicle::GUIVehicle | ( | SUMOVehicleParameter * | pars, |
const MSRoute * | route, | ||
MSVehicleType * | type, | ||
const double | speedFactor | ||
) |
Constructor.
[in] | pars | The vehicle description |
[in] | route | The vehicle's route |
[in] | type | The vehicle's type |
[in] | speedFactor | The factor for driven lane's speed limits |
ProcessError | If a value is wrong |
Definition at line 87 of file GUIVehicle.cpp.
GUIVehicle::~GUIVehicle | ( | ) |
destructor
Definition at line 97 of file GUIVehicle.cpp.
|
privateinherited |
Definition at line 1742 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myEdgeWeights.
Referenced by MSBaseVehicle::getWeightsStorage().
|
virtualinherited |
deletes the next stop at the given index if it exists
Implements SUMOVehicle.
Definition at line 1416 of file MSBaseVehicle.cpp.
References MSBaseVehicle::hasDeparted(), MSBaseVehicle::hasStops(), MSBaseVehicle::isStopped(), MSBaseVehicle::myParameter, MSBaseVehicle::myStops, MSBaseVehicle::resumeFromStopping(), and SUMOVehicleParameter::stops.
Referenced by LIBSUMO_NAMESPACE::Vehicle::replaceStop().
|
inlineprotectedinherited |
maximum acceleration to consider a vehicle as 'waiting' at low speed
Definition at line 2114 of file MSVehicle.h.
References MSVehicle::getCarFollowModel(), and MSCFModel::getMaxAccel().
Referenced by MSVehicle::executeMove(), and MSVehicle::updateWaitingTime().
|
virtualinherited |
"Activates" all current move reminder
For all move reminder stored in "myMoveReminders", their method "MSMoveReminder::notifyEnter" is called.
[in] | reason | The reason for changing the reminders' states |
[in] | enteredLane | The lane, which is entered (if applicable) |
Reimplemented from MSBaseVehicle.
Definition at line 5014 of file MSVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), and MSVehicle::processNextStop().
|
inherited |
update occupation from MSLaneChanger
Definition at line 6039 of file MSVehicle.cpp.
References MSVehicle::myBestLanes.
Referenced by MSLaneChanger::change(), and MSLaneChangerSublane::change().
|
protectedinherited |
Adapts the vehicle's entering of a new lane.
All offsets already stored in "myOldLaneMoveReminderOffsets" are increased by the length that has been left. All still active move reminders from "myMoveReminders" are put into "myOldLaneMoveReminders" and the offset to the last lane is added to "myOldLaneMoveReminderOffsets" for each of these.
Move reminder from the given lane are set into "myMoveReminders".
"myLane" must still be the left lane!
[in] | enteredLane |
Definition at line 1159 of file MSVehicle.cpp.
References MSBaseVehicle::addReminder(), MSLane::getLength(), MSLane::getMoveReminders(), MSVehicle::myLane, and MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::enterLaneAtMove().
|
inherited |
Definition at line 3034 of file MSVehicle.cpp.
References ACCEL2SPEED, MSVehicle::DriveProcessItem::adaptLeaveSpeed(), DEBUG_COND, MSCFModel::followSpeed(), MSVehicle::getCarFollowModel(), Named::getID(), MSLane::getLength(), MSVehicle::getSpeed(), MSBaseVehicle::getVehicleType(), MSGlobals::gSemiImplicitEulerUpdate, MAX2(), MIN2(), MSVehicle::myLane, SIMTIME, MSCFModel::stopSpeed(), and SUMO_const_haltingSpeed.
Referenced by MSVehicle::checkLinkLeader(), and MSLane::getCriticalLeader().
|
protectedinherited |
Definition at line 2955 of file MSVehicle.cpp.
References MSVehicle::DriveProcessItem::accelV, MSVehicle::DriveProcessItem::adaptLeaveSpeed(), DEBUG_COND, MSCFModel::followSpeed(), MSVehicle::getBestLanesContinuation(), MSVehicle::getCarFollowModel(), Named::getID(), MSLink::getInternalLaneBefore(), MSLane::getLength(), MSVehicle::getSpeed(), MSLink::getViaLaneOrLane(), MSGlobals::gSemiImplicitEulerUpdate, MIN2(), MSVehicle::myLane, MSVehicle::DriveProcessItem::myLink, MSVehicle::DriveProcessItem::myVLinkPass, SIMTIME, and MSCFModel::stopSpeed().
Referenced by MSVehicle::adaptToLeaderDistance(), and MSVehicle::adaptToLeaders().
|
protectedinherited |
Definition at line 2923 of file MSVehicle.cpp.
References MSVehicle::adaptToLeader(), DEBUG_COND, Named::getID(), MSVehicle::getLane(), MSVehicle::getPositionOnLane(), MSLeaderInfo::getSubLanes(), SIMTIME, and MSLeaderDistanceInfo::toString().
Referenced by MSVehicle::planMoveInternal().
|
protectedinherited |
Definition at line 2844 of file MSVehicle.cpp.
References ACCEL2SPEED, MSVehicle::adaptToLeader(), DEBUG_COND, MSVehicle::getBackPositionOnLane(), MSLane::getBidiLane(), MSVehicle::getCarFollowModel(), MSLink::getDescription(), Named::getID(), MSVehicle::getLane(), MSVehicle::getLaneChangeModel(), MSLane::getLength(), MSVehicleType::getLength(), MSCFModel::getMaxAccel(), MSVehicleType::getMinGap(), MSVehicle::getPositionOnLane(), MSAbstractLaneChangeModel::getShadowLane(), MSVehicle::getSpeed(), MSLeaderInfo::getSublaneOffset(), MSLeaderInfo::getSubLanes(), MSBaseVehicle::getVehicleType(), MSAbstractLaneChangeModel::isOpposite(), MAX2(), MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::DriveProcessItem::myLink, MSVehicle::State::myPos, MSVehicle::myState, SIMTIME, and MSLeaderInfo::toString().
Referenced by MSVehicle::checkLinkLeader(), and MSVehicle::planMoveInternal().
|
inherited |
Adds the named visualisation feature to the given view.
[in] | parent | The view for which the feature shall be enabled |
[in] | which | The visualisation feature to enable |
Definition at line 889 of file GUIBaseVehicle.cpp.
References GUISUMOAbstractView::addAdditionalGLVisualisation(), and GUIBaseVehicle::myAdditionalVisualizations.
Referenced by GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowAllRoutes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowBestLanes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowCurrentRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowFutureRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowLFLinkItems(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowRouteNoLoops(), and GUIViewTraffic::onGamingClick().
|
inherited |
Definition at line 363 of file GUIGlObject.cpp.
References GUIGlObject::myParamWindows.
Referenced by GUIParameterTableWindow::GUIParameterTableWindow().
|
inherited |
Adds a MoveReminder dynamically.
[in] | rem | the reminder to add |
Definition at line 702 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::adaptLaneEntering2MoveReminder(), MESegment::addReminders(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), and MSVehicle::processNextStop().
|
virtualinherited |
Adds a stop.
The stop is put into the sorted list.
[in] | stop | The stop to add |
Implements SUMOVehicle.
Definition at line 976 of file MSBaseVehicle.cpp.
References MSBaseVehicle::addStop(), MSLane::allowsVehicleClass(), SUMOVehicleParameter::Stop::arrival, BASE, MSBaseVehicle::basePos(), MSRoute::begin(), MSStop::busstop, MSStop::chargingStation, SUMOVehicleParameter::Stop::collision, MSStop::containerstop, DEBUG_COND, DEFAULT, SUMOVehicleParameter::departPos, SUMOVehicleParameter::departPosProcedure, MSEdge::dictionary(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, SUMOVehicle::getBrakeGap(), MSStop::getDescription(), MSBaseVehicle::getEdge(), MSLane::getEdge(), MSRoute::getEdges(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), MSBaseVehicle::getLength(), MSLane::getLength(), MSVehicleType::getLength(), MSLane::getNextNormal(), MSEdge::getNormalBefore(), MSEdge::getOppositeEdge(), MSBaseVehicle::getParameter(), SUMOTrafficObject::getPositionOnLane(), MELoop::getSegmentForEdge(), MSBaseVehicle::getVClass(), MSVehicleType::getVehicleClass(), GIVEN, MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSBaseVehicle::handleCollisionStop(), MSBaseVehicle::hasDeparted(), SUMOVehicleParameter::id, SUMOVehicleParameter::Stop::index, MSStop::initPars(), MSBaseVehicle::interpretOppositeStop(), MSEdge::isInternal(), MSLane::isInternal(), MSEdge::isNormal(), MSStop::isOpposite, MSStop::lane, SUMOVehicleParameter::Stop::lane, MIN2(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSBaseVehicle::myType, MSStop::overheadWireSegment, MSStop::parkingarea, MSStop::pars, MSStop::segment, SUMOVehicleParameter::Stop::startPos, STOP_INDEX_END, STOP_INDEX_FIT, time2string(), toString(), SUMOVehicleParameter::Stop::until, and MSNet::warnOnce().
Referenced by MSBaseVehicle::addStop(), MSBaseVehicle::addStops(), MSBaseVehicle::addTraciStop(), MSBaseVehicle::replaceRoute(), and rerouteDRTStop().
|
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
[in] | ignoreStopErrors | whether invalid stops trigger a warning only |
Definition at line 1218 of file MSBaseVehicle.cpp.
References MSBaseVehicle::addStop(), SUMOVehicleParameter::depart, MSRoute::getStops(), MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOVehicleParameter::repetitionOffset, SUMOVehicleParameter::repetitionsDone, SUMOVehicleParameter::stops, and WRITE_WARNING.
Referenced by MSVehicleControl::initVehicle(), and MSBaseVehicle::replaceRoute().
|
inlineinherited |
Adds this object to the given container.
[in,filled] | cont The container to add this item to |
Definition at line 118 of file Named.h.
References Named::StoringVisitor::add().
|
inlineinherited |
Manipulate the odometer.
Definition at line 400 of file MSBaseVehicle.h.
References MSBaseVehicle::myOdometer.
Referenced by LIBSUMO_NAMESPACE::Vehicle::moveTo().
|
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
[in] | stop | Stop parameters |
[out] | errorMsg | returned error message |
Reimplemented from MSBaseVehicle.
Definition at line 6677 of file MSVehicle.cpp.
References MSBaseVehicle::addTraciStop(), MSVehicle::myLane, MSBaseVehicle::myStops, and MSVehicle::updateBestLanes().
Referenced by GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop().
|
virtualinherited |
Adds a person or container to this vehicle.
[in] | transportable | The person/container to add |
Reimplemented from MSBaseVehicle.
Definition at line 6141 of file MSVehicle.cpp.
References MSBaseVehicle::addTransportable(), Named::getID(), MSTransportable::isPerson(), and MSBaseVehicle::myStops.
|
virtualinherited |
whether the given transportable is allowed to board this vehicle
Implements SUMOVehicle.
Definition at line 588 of file MSBaseVehicle.cpp.
References MSDevice_Taxi::allowsBoarding(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getDevice(), Named::getID(), MSBaseVehicle::getPersonNumber(), MSBaseVehicle::getVehicleType(), MSTransportable::isPerson(), MSBaseVehicle::isStopped(), and MSBaseVehicle::myStops.
|
inherited |
departure position where the vehicle fits fully onto the edge (if possible)
Definition at line 950 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSBaseVehicle::getLength(), MSEdge::getLength(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::hasStops(), MAX2(), MIN2(), MSBaseVehicle::myRoute, and MSBaseVehicle::myStops.
Referenced by MSBaseVehicle::addStop(), and MSLane::insertVehicle().
|
protectedinherited |
board persons and load transportables at the given stop
Definition at line 1838 of file MSVehicle.cpp.
References MSStop::containerTriggered, DEBUG_COND, MSStop::duration, MSStop::endBoarding, MSNet::getContainerControl(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), Named::getID(), MSNet::getInstance(), MSNet::getPersonControl(), MSNet::getVehicleControl(), MSNet::hasContainers(), MSNet::hasPersons(), MSTransportableControl::loadAnyWaiting(), MSBaseVehicle::myAmRegisteredAsWaiting, MSVehicle::myLane, MSStop::numExpectedContainer, MSStop::numExpectedPerson, SIMTIME, MSStop::skipOnDemand, MSStop::timeToBoardNextPerson, MSStop::timeToLoadNextContainer, MSStop::triggered, and MSVehicleControl::unregisterOneWaiting().
Referenced by MSVehicle::processNextStop().
|
protectedinherited |
build basic additional popup options. Used to unify pop-ups menu in netedit and SUMO-GUI
Definition at line 401 of file GUIGlObject.cpp.
References GUIGlObject::buildCenterPopupEntry(), GUIDesigns::buildFXMenuCommand(), GUIGlObject::buildNameCopyPopupEntry(), GUIGlObject::buildPopupHeader(), GUIGlObject::buildPositionCopyEntry(), GUIGlObject::buildSelectionPopupEntry(), and GUIGlObject::buildShowParamsPopupEntry().
|
protectedinherited |
Builds an entry which allows to center to the object.
[in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 280 of file GUIGlObject.cpp.
References GUIDesigns::buildFXMenuCommand(), GUIIconSubSys::getIcon(), MID_CENTER, and RECENTERVIEW.
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNETAZ::getPopUpMenu(), GNETAZSourceSink::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNEPersonTrip::getPopUpMenu(), GNERide::getPopUpMenu(), GNERoute::getPopUpMenu(), GNETranship::getPopUpMenu(), GNETransport::getPopUpMenu(), GNEWalk::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNEWalkingArea::getPopUpMenu(), GNENet::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GUINet::getPopUpMenu(), GUIPerson::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEPoly::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEContainer::GNESelectedContainersPopupMenu::GNESelectedContainersPopupMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu(), and GNEVehicle::GNESingleVehiclePopupMenu::GNESingleVehiclePopupMenu().
|
protectedinherited |
Builds entries which allow to copy the name / typed name into the clipboard.
[in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 289 of file GUIGlObject.cpp.
References GUIDesigns::buildFXMenuCommand(), MID_COPY_NAME, and MID_COPY_TYPED_NAME.
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GNETAZ::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNEWalkingArea::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GUIPerson::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEPoly::getPopUpMenu(), and GUIPolygon::getPopUpMenu().
|
protectedinherited |
Builds the header.
[in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 271 of file GUIGlObject.cpp.
References GUIMainWindow::getBoldFont(), GUIGlObject::getFullName(), and GUIGlObject::myIcon.
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNETAZ::getPopUpMenu(), GNETAZSourceSink::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNEPersonTrip::getPopUpMenu(), GNERide::getPopUpMenu(), GNERoute::getPopUpMenu(), GNETranship::getPopUpMenu(), GNETransport::getPopUpMenu(), GNEWalk::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEInternalLane::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNEWalkingArea::getPopUpMenu(), GNENet::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GUINet::getPopUpMenu(), GUIPerson::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEPoly::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEContainer::GNESelectedContainersPopupMenu::GNESelectedContainersPopupMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu(), and GNEVehicle::GNESingleVehiclePopupMenu::GNESingleVehiclePopupMenu().
|
protectedinherited |
Builds an entry which allows to copy the cursor position if geo projection is used, also builds an entry for copying the geo-position.
[in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 330 of file GUIGlObject.cpp.
References GUIDesigns::buildFXMenuCommand(), GEOHACK, GeoConvHelper::getFinal(), GUIIconSubSys::getIcon(), GUIMainWindow::getOnlineMaps(), GOOGLESAT, GUIGLObjectPopupMenu::insertMenuPaneChild(), MID_COPY_CURSOR_GEOPOSITION, MID_COPY_CURSOR_POSITION, MID_SHOW_GEOPOSITION_ONLINE, and OSM.
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNETAZSourceSink::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNEPersonTrip::getPopUpMenu(), GNERide::getPopUpMenu(), GNERoute::getPopUpMenu(), GNETranship::getPopUpMenu(), GNETransport::getPopUpMenu(), GNEWalk::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNEWalkingArea::getPopUpMenu(), GNENet::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GUINet::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEContainer::GNESelectedContainersPopupMenu::GNESelectedContainersPopupMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu(), and GNEVehicle::GNESingleVehiclePopupMenu::GNESingleVehiclePopupMenu().
|
protectedinherited |
Builds an entry which allows to (de)select the object.
[in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 299 of file GUIGlObject.cpp.
References GUIDesigns::buildFXMenuCommand(), FLAG_MINUS, FLAG_PLUS, GUIGlObject::getGlID(), GUIIconSubSys::getIcon(), GUIGlObject::getType(), gSelected, GUISelectedStorage::isSelected(), MID_ADDSELECT, and MID_REMOVESELECT.
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GUIPerson::getPopUpMenu(), and GUIPolygon::getPopUpMenu().
|
protectedinherited |
build basic shape popup options. Used to unify pop-ups menu in netedit and SUMO-GUI
Definition at line 378 of file GUIGlObject.cpp.
References GUIGlObject::buildCenterPopupEntry(), GUIDesigns::buildFXMenuCommand(), GUIGlObject::buildNameCopyPopupEntry(), GUIGlObject::buildPopupHeader(), GUIGlObject::buildPositionCopyEntry(), GUIGlObject::buildSelectionPopupEntry(), and GUIGlObject::buildShowParamsPopupEntry().
Referenced by GUIPointOfInterest::getPopUpMenu().
|
protectedinherited |
Builds an entry which allows to open the manipulator window.
[in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 354 of file GUIGlObject.cpp.
References GUIDesigns::buildFXMenuCommand(), GUIIconSubSys::getIcon(), MANIP, and MID_MANIP.
Referenced by GUILaneSpeedTrigger::getPopUpMenu(), and GUITriggeredRerouter::getPopUpMenu().
|
protectedinherited |
Builds an entry which allows to open the parameter window.
[in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 312 of file GUIGlObject.cpp.
References APP_TABLE, GUIDesigns::buildFXMenuCommand(), GUIIconSubSys::getIcon(), and MID_SHOWPARS.
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIBaseVehicle::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIDetectorWrapper::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIOverheadWire::getPopUpMenu(), GUIOverheadWireClamp::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNETAZ::getPopUpMenu(), GNETAZSourceSink::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNEPersonTrip::getPopUpMenu(), GNERide::getPopUpMenu(), GNERoute::getPopUpMenu(), GNETranship::getPopUpMenu(), GNETransport::getPopUpMenu(), GNEWalk::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNECrossing::getPopUpMenu(), GNEEdge::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GNEWalkingArea::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GUINet::getPopUpMenu(), GUIPerson::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEPoly::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEContainer::GNESelectedContainersPopupMenu::GNESelectedContainersPopupMenu(), GNEPerson::GNESelectedPersonsPopupMenu::GNESelectedPersonsPopupMenu(), GNEVehicle::GNESelectedVehiclesPopupMenu::GNESelectedVehiclesPopupMenu(), and GNEVehicle::GNESingleVehiclePopupMenu::GNESingleVehiclePopupMenu().
|
protectedinherited |
Builds an entry which allows to open the type parameter window.
[in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 321 of file GUIGlObject.cpp.
References APP_TABLE, GUIDesigns::buildFXMenuCommand(), GUIIconSubSys::getIcon(), and MID_SHOWTYPEPARS.
Referenced by GUIBaseVehicle::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIEdge::getPopUpMenu(), and GUIPerson::getPopUpMenu().
|
inherited |
(Re-)Calculates the arrival position and lane from the vehicle parameters
Definition at line 751 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::arrivalEdge, SUMOVehicleParameter::arrivalLane, SUMOVehicleParameter::arrivalLaneProcedure, SUMOVehicleParameter::arrivalPos, SUMOVehicleParameter::arrivalPosProcedure, SUMOVehicleParameter::arrivalSpeed, SUMOVehicleParameter::arrivalSpeedProcedure, CENTER, FIRST_ALLOWED, MSRoute::getEdges(), Named::getID(), MSEdge::getLanes(), MSRoute::getLastEdge(), MSVehicleType::getVehicleClass(), GIVEN, MSEdge::isTazConnector(), MAX2(), MIN2(), MSBaseVehicle::myArrivalLane, MSBaseVehicle::myArrivalPos, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myType, RandHelper::rand(), RANDOM, SIMSTEP, time2string(), TL, toString(), WRITE_WARNING, and WRITE_WARNINGF.
Referenced by MEVehicle::loadState(), MSVehicle::loadState(), MSBaseVehicle::MSBaseVehicle(), MSBaseVehicle::replaceRoute(), and MSBaseVehicle::reroute().
|
inherited |
Returns whether the vehicle is supposed to take action in the current simulation step Updates myActionStep and myLastActionTime in case that the current simstep is an action step.
[in] | t |
Definition at line 1979 of file MSVehicle.cpp.
References MSVehicle::isActionStep(), MSVehicle::myActionStep, and MSVehicle::myLastActionTime.
Referenced by MSVehicle::planMove(), and MSVehicle::setApproachingForAllLinks().
|
protectedinherited |
checks for link leaders on the given link
Definition at line 3147 of file MSVehicle.cpp.
References MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeaders(), MSLeaderInfo::addLeader(), DEBUG_COND, gDebugFlag1, MSLane::getEdge(), Named::getID(), MSLink::getInternalLaneBefore(), MSVehicle::getLane(), MSVehicle::getLatOffset(), MSLink::getLeaderInfo(), MSLane::getLogicalPredecessorLane(), MSBaseVehicle::getParameter(), MSLane::getRightSideOnEdge(), MSBaseVehicle::getRNG(), MSAbstractLaneChangeModel::getShadowLane(), MSBaseVehicle::getVehicleType(), MSLink::getViaLaneOrLane(), MSVehicle::getWaitingTime(), MSLane::getWidth(), MSGlobals::gLateralResolution, MSVehicle::isLeader(), MSBaseVehicle::isStopped(), JUNCTION_BLOCKAGE_TIME, MAX2(), MIN2(), MSVehicle::myJunctionConflictEntryTime, MSVehicle::myJunctionEntryTime, MSVehicle::myJunctionEntryTimeNeverYield, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::DriveProcessItem::mySetRequest, MSVehicle::DriveProcessItem::myVLinkWait, RandHelper::rand(), SIMTIME, SUMO_ATTR_JM_IGNORE_JUNCTION_FOE_PROB, SUMO_const_haltingSpeed, TIME2STEPS, and MSLeaderInfo::toString().
Referenced by MSVehicle::checkLinkLeaderCurrentAndParallel().
|
protectedinherited |
checks for link leaders of the current link as well as the parallel link (if there is one)
Definition at line 3131 of file MSVehicle.cpp.
References MSVehicle::checkLinkLeader(), MSLink::getParallelLink(), MSVehicle::Influencer::getRespectJunctionLeaderPriority(), MSAbstractLaneChangeModel::getShadowDirection(), MSAbstractLaneChangeModel::getShadowLane(), MSGlobals::gUsingInternalLanes, MSVehicle::myInfluencer, and MSVehicle::myLaneChangeModel.
Referenced by MSVehicle::planMoveInternal().
|
protectedinherited |
Definition at line 3843 of file MSVehicle.cpp.
References MSCFModel::brakeGap(), DEBUG_COND, MSRoute::end(), MSVehicle::getBackPositionOnLane(), MSEdge::getBidiEdge(), MSLane::getBidiLane(), MSVehicle::getCarFollowModel(), MSLane::getEdge(), Named::getID(), Named::getIDSecure(), MSLane::getLength(), MSBaseVehicle::getMaxSpeed(), MSVehicle::getPreviousSpeed(), MSVehicle::getSpeed(), MSEdge::getSuccessors(), MSBaseVehicle::getVClass(), gPrecision, MSGlobals::gUsingInternalLanes, MSLane::isInternal(), MAX2(), MSCFModel::minNextSpeed(), MSBaseVehicle::myCurrEdge, MSVehicle::myFurtherLanes, MSVehicle::myLane, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::myState, MSBaseVehicle::myStops, SIMTIME, SVC_RAIL_CLASSES, and toString().
Referenced by MSVehicle::planMoveInternal(), and MSVehicle::processLaneAdvances().
|
protectedinherited |
runs heuristic for keeping the intersection clear in case of downstream jamming
Definition at line 4735 of file MSVehicle.cpp.
References ACCEL2SPEED, MSVehicle::DriveProcessItem::availableSpace, MSCFModel::brakeGap(), DEBUG_COND, MSVehicle::getBackPositionOnLane(), MSLane::getBruttoVehLenSum(), MSVehicle::getCarFollowModel(), MSLane::getEdge(), MSCFModel::getHeadwayTime(), Named::getID(), Named::getIDSecure(), MSBaseVehicle::getImpatience(), MSLink::getLane(), MSLane::getLastAnyVehicle(), MSVehicle::getLateralPositionOnLane(), MSVehicle::DriveProcessItem::getLeaveSpeed(), MSBaseVehicle::getLength(), MSLane::getLength(), MSVehicleType::getLength(), MSVehicleType::getLengthWithGap(), MSCFModel::getMaxDecel(), MSVehicleType::getMinGap(), MSVehicle::Influencer::getRespectJunctionPriority(), MSLane::getSpaceTillLastStanding(), MSVehicle::getSpeed(), MSBaseVehicle::getVehicleType(), MSLink::getViaLane(), MSLink::getViaLaneOrLane(), MSVehicle::getWaitingTime(), MSGlobals::gUsingInternalLanes, MSVehicle::DriveProcessItem::hadStoppedVehicle, MSLink::havePriority(), MSLink::haveRed(), MSLink::isCont(), MSLink::isExitLink(), MSEdge::isInternal(), MSLink::isInternalJunctionLink(), MSAbstractLaneChangeModel::isOpposite(), MSEdge::isRoundabout(), MSBaseVehicle::isStopped(), MSVehicle::keepClear(), MSVehicle::DriveProcessItem::myArrivalSpeed, MSVehicle::DriveProcessItem::myArrivalTime, MSVehicle::DriveProcessItem::myDistance, MSVehicle::myHaveToWaitOnNextLink, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::DriveProcessItem::myLink, MSVehicle::DriveProcessItem::mySetRequest, MSVehicle::State::mySpeed, MSVehicle::myState, MSVehicle::DriveProcessItem::myVLinkPass, MSVehicle::DriveProcessItem::myVLinkWait, MSLink::opened(), MSVehicle::signalSet(), SIMTIME, and MSVehicle::VEH_SIGNAL_BRAKELIGHT.
Referenced by MSVehicle::planMove().
|
inherited |
Returns the remaining time a vehicle needs to stop due to a collision. A negative value indicates that the vehicle is not stopping due to a collision (or at all)
Definition at line 1581 of file MSVehicle.cpp.
References MAX2(), MSVehicle::myCollisionImmunity, and MSBaseVehicle::myStops.
Referenced by MSLane::executeMovements(), and MSLane::handleCollisionBetween().
|
inherited |
compute the current vehicle angle
Definition at line 1399 of file MSVehicle.cpp.
References Position::angleTo2D(), DEBUG_COND, DEG2RAD, MSLane::geometryPositionAtOffset(), MSVehicle::getAngle(), MSAbstractLaneChangeModel::getAngleOffset(), MSVehicle::getBackPosition(), MSLane::getCanonicalPredecessorLane(), MSVehicle::Manoeuvre::getGUIIncrement(), Named::getID(), MSLane::getLength(), MSVehicle::getPosition(), MSVehicle::getPositionOnLane(), MSLane::getShape(), MSGlobals::gLefthand, MSGlobals::gModelParkingManoeuver, MSLane::interpolateLanePosToGeometryPos(), Position::INVALID, MSAbstractLaneChangeModel::isChangingLanes(), MSLane::isInternal(), MSBaseVehicle::isParking(), PositionVector::length2D(), MSVehicle::manoeuvreIsComplete(), MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myManoeuvre, MSVehicle::State::myPos, MSVehicle::State::myPosLat, MSVehicle::myState, MSBaseVehicle::myStops, GeomHelper::naviDegree(), RAD2DEG, PositionVector::rotationAtOffset(), and SIMTIME.
Referenced by MSVehicleTransfer::checkInsertions(), MSLaneChanger::continueChange(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::executeMove(), and MSVehicle::handleCollisionStop().
|
protectedinherited |
updates myFurtherLanes on lane insertion or after collision
Definition at line 5183 of file MSVehicle.cpp.
References DEBUG_COND, MSLane::getBidiLane(), MSLane::getEdge(), MSRoute::getEdges(), Named::getID(), MSLane::getIncomingLanes(), MSLane::getLength(), MSVehicleType::getLength(), MSLane::getLinkCont(), MSLane::getLogicalPredecessorLane(), MSBaseVehicle::getRoutePosition(), MSLane::isInternal(), MSEdge::isNormal(), MSAbstractLaneChangeModel::isOpposite(), MSVehicle::State::myBackPos, MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myPosLat, MSBaseVehicle::myRoute, MSVehicle::myState, MSBaseVehicle::myType, MSLane::setPartialOccupation(), SIMTIME, toString(), TURN, and TURN_LEFTHAND.
Referenced by MSVehicle::enterLaneAtInsertion(), and MSVehicle::handleCollisionStop().
|
protectedinherited |
add seats to mySeatPositions and update requiredSeats
Definition at line 1147 of file GUIBaseVehicle.cpp.
References Position::angleTo2D(), Position::distanceTo2D(), MSVehicleType::getFrontSeatPos(), GUIBaseVehicle::getVType(), MSVehicleType::getWidth(), MSGlobals::gLefthand, MAX2(), and PositionVector::positionAtOffset2D().
Referenced by drawAction_drawCarriageClass(), and GUIBaseVehicle::drawOnPos().
|
inherited |
Returns true if vehicle's speed is below 60km/h. This is only relevant on highways. Overtaking on the right is allowed then.
Definition at line 1393 of file MSVehicle.cpp.
References MSLane::getSpeedLimit(), MSVehicle::myLane, MSVehicle::State::mySpeed, and MSVehicle::myState.
Referenced by MSAbstractLaneChangeModel::avoidOvertakeRight(), MSAbstractLaneChangeModel::congested(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), and MSLCM_LC2013::informLeader().
|
inherited |
create device of the given type
Definition at line 1839 of file MSBaseVehicle.cpp.
References MSDevice_Routing::buildVehicleDevices(), MSBaseVehicle::getDevice(), MSBaseVehicle::hasDeparted(), MSBaseVehicle::hasDevice(), MSBaseVehicle::myDevices, MSBaseVehicle::myParameter, MSMoveReminder::NOTIFICATION_DEPARTED, and MSDevice_Routing::notifyEnter().
|
privateinherited |
create full name
Definition at line 479 of file GUIGlObject.cpp.
References GUIGlObject::getMicrosimID(), StringBijection< T >::getString(), GUIGlObject::myGLObjectType, and GUIGlObject::TypeNames.
Referenced by GUIGlObject::GUIGlObject(), and GUIGlObject::setMicrosimID().
|
virtualinherited |
delete GLObject (Currently used only in NETEDIT)
Reimplemented in GNEAdditional, GNEGenericData, GNEDemandElement, GNEConnection, GNECrossing, GNEEdge, GNEEdgeType, GNEInternalLane, GNEJunction, GNELane, GNELaneType, GNEWalkingArea, and GNENetworkElement.
Definition at line 218 of file GUIGlObject.cpp.
|
privatevirtual |
draws the given guiShape with distinct carriages/modules
Implements GUIBaseVehicle.
Definition at line 302 of file GUIVehicle.cpp.
References SUMOVTypeParameter::carriageGap, SUMOVTypeParameter::carriageLength, RGBColor::changedBrightness(), GUIBaseVehicle::computeSeats(), DEG2RAD, Position::distanceTo2D(), GUIBaseVehicleHelper::drawAction_drawVehicleAsImage(), GUIBaseVehicleHelper::drawAction_drawVehicleAsPoly(), drawAction_drawVehicleBlinker(), drawAction_drawVehicleBrakeLight(), GLHelper::drawBoxLine(), MSLane::geometryPositionAtOffset(), GUIPropertySchemeStorage< T >::getActive(), getAngle(), GLHelper::getColor(), GUIPropertyScheme< T >::getColor(), MSVehicleType::getContainerCapacity(), GUIVisualizationSizeSettings::getExaggeration(), MSVehicleType::getGuiShape(), MSVehicle::getLane(), MSVehicle::getLateralPositionOnLane(), MSLane::getLength(), MSVehicleType::getLength(), MSBaseVehicle::getNextStopParameter(), GUIBaseVehicle::getNumContainers(), GUIBaseVehicle::getNumPassengers(), MSVehicleType::getParameter(), MSVehicleType::getPersonCapacity(), getPosition(), getPreviousLane(), GUIBaseVehicle::getScaleValue(), GUIPropertySchemeStorage< T >::getScheme(), GUIGlObject::getType(), MSBaseVehicle::getVClass(), MSBaseVehicle::getVehicleType(), GUIBaseVehicle::getVType(), MSBaseVehicle::getWidth(), MSLane::getWidth(), MSVehicleType::getWidth(), MSGlobals::gLefthand, INVALID_DOUBLE, MSBaseVehicle::isParking(), SUMOVTypeParameter::locomotiveLength, M_PI, MAX2(), MIN2(), GUIBaseVehicle::myContainerPositions, MSVehicle::myLane, GUIBaseVehicle::mySeatPositions, MSVehicle::myState, GLHelper::popMatrix(), MSVehicle::State::pos(), SUMOVehicleParameter::Stop::posLat, GLHelper::pushMatrix(), RAD2DEG, RAIL_CAR, GLHelper::setColor(), SUMO_const_waitingContainerWidth, SUMO_const_waitingPersonWidth, SVC_RAIL_CLASSES, TRUCK_1TRAILER, TRUCK_SEMITRAILER, GUIVisualizationSettings::vehicleScaler, GUIVisualizationSettings::vehicleSize, Position::x(), and Position::y().
|
virtual |
Reimplemented from GUIBaseVehicle.
Definition at line 272 of file GUIVehicle.cpp.
References MSLink::ApproachingVehicleInformation::arrivalTime, GUIBaseVehicle::drawLinkItem(), MSBaseVehicle::getLength(), MSLane::getShape(), GUIGlObject::getType(), MSBaseVehicle::getVehicleType(), MSLink::getViaLaneOrLane(), MSLink::ApproachingVehicleInformation::leavingTime, MSVehicle::myLFLinkLanes, GUIVisualizationSettings::scale, GUIVisualizationTextSettings::size, UNUSED_PARAMETER, and GUIVisualizationSettings::vehicleName.
|
virtualinherited |
Definition at line 1061 of file GUIBaseVehicle.cpp.
References GLHelper::drawBoxLines(), GUIContainer::drawGL(), GUIPerson::drawGL(), MSVehicle::getBoundingBox(), MSVehicle::getBoundingPoly(), GUIBaseVehicle::getContainerPosition(), GUIGlObject::getGlID(), GUIBaseVehicle::getSeatPosition(), MSDevice_Transportable::getTransportables(), GUIGlObject::getType(), MSGlobals::gUseMesoSim, MSBaseVehicle::myContainerDevice, MSBaseVehicle::myPersonDevice, GUIBaseVehicle::myVehicle, GLHelper::popMatrix(), GLHelper::popName(), GLHelper::pushMatrix(), GLHelper::pushName(), GUIContainer::setPositionInVehicle(), and GUIPerson::setPositionInVehicle().
Referenced by GUIBaseVehicle::drawOnPos().
|
protectedinherited |
draw vehicle body and return whether carriages are being drawn
Definition at line 1104 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::drawAction_drawCarriageClass(), GUIBaseVehicleHelper::drawAction_drawVehicleAsImage(), GUIBaseVehicleHelper::drawAction_drawVehicleAsPoly(), GUIBaseVehicle::getVType(), MSBaseVehicle::isStopped(), and GUIBaseVehicle::myVehicle.
Referenced by GUIBaseVehicle::drawOnPos().
|
virtual |
Reimplemented from GUIBaseVehicle.
Definition at line 499 of file GUIVehicle.cpp.
References drawAction_drawBlinker(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::getWidth(), MAX2(), MSVehicle::signalSet(), MSVehicle::VEH_SIGNAL_BLINKER_EMERGENCY, MSVehicle::VEH_SIGNAL_BLINKER_LEFT, and MSVehicle::VEH_SIGNAL_BLINKER_RIGHT.
Referenced by drawAction_drawCarriageClass().
|
inlinevirtual |
Reimplemented from GUIBaseVehicle.
Definition at line 539 of file GUIVehicle.cpp.
References GLHelper::drawFilledCircle(), GLHelper::popMatrix(), GLHelper::pushMatrix(), MSVehicle::signalSet(), and MSVehicle::VEH_SIGNAL_EMERGENCY_BLUE.
|
inlinevirtual |
Reimplemented from GUIBaseVehicle.
Definition at line 518 of file GUIVehicle.cpp.
References GLHelper::drawFilledCircle(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::getWidth(), GLHelper::popMatrix(), GLHelper::pushMatrix(), MSVehicle::signalSet(), and MSVehicle::VEH_SIGNAL_BRAKELIGHT.
Referenced by drawAction_drawCarriageClass().
|
virtual |
Draws the vehicle's best lanes.
Reimplemented from GUIBaseVehicle.
Definition at line 637 of file GUIVehicle.cpp.
References GLHelper::drawBoxLines(), GLHelper::drawLine(), PositionVector::length(), MAX2(), PositionVector::move2side(), MSVehicle::myBestLanes, and GUIBaseVehicle::myLock.
|
virtualinherited |
Draws the object.
[in] | s | The settings for the current view (may influence drawing) |
Implements GUIGlObject.
Definition at line 650 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::getAngle(), and GUIBaseVehicle::getPosition().
Referenced by GUILane::drawGL(), and GUIBaseVehicle::drawGLAdditional().
|
virtualinherited |
Draws additionally triggered visualisations.
[in] | parent | The view |
[in] | s | The settings for the current view (may influence drawing) |
Reimplemented from GUIGlObject.
Definition at line 656 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::drawAction_drawLinkItems(), GUIBaseVehicle::drawBestLanes(), GUIBaseVehicle::drawGL(), GUIBaseVehicle::drawRoute(), GUIGlObject::getGlID(), MSBaseVehicle::getNumberReroutes(), GUIGlObject::getType(), GUIBaseVehicle::hasActiveAddVisualisation(), MSBaseVehicle::isOnRoad(), GUIBaseVehicle::myVehicle, GLHelper::popMatrix(), GLHelper::popName(), GLHelper::pushMatrix(), GLHelper::pushName(), GUIBaseVehicle::VO_SHOW_ALL_ROUTES, GUIBaseVehicle::VO_SHOW_BEST_LANES, GUIBaseVehicle::VO_SHOW_FUTURE_ROUTE, GUIBaseVehicle::VO_SHOW_LFLINKITEMS, GUIBaseVehicle::VO_SHOW_ROUTE, and GUIBaseVehicle::VO_SHOW_ROUTE_NOLOOP.
|
staticprotectedinherited |
Definition at line 693 of file GUIBaseVehicle.cpp.
References GLHelper::drawFilledCircle(), GLHelper::drawText(), RGBColor::GREEN, STEPS2TIME, toString(), Position::x(), and Position::y().
Referenced by drawAction_drawLinkItems().
|
inherited |
draw name of item
Definition at line 485 of file GUIGlObject.cpp.
References GLHelper::drawTextSettings(), GUIGlObject::getMicrosimID(), and GUIVisualizationTextSettings::show().
Referenced by GNEEdge::drawEdgeName(), GUIBusStop::drawGL(), GUICalibrator::drawGL(), GUIChargingStation::drawGL(), GUIJunctionWrapper::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIOverheadWire::drawGL(), GUIOverheadWireClamp::drawGL(), GUIParkingArea::drawGL(), GNETAZ::drawGL(), GNEContainer::drawGL(), GNEPerson::drawGL(), GNEStop::drawGL(), GNEVehicle::drawGL(), GNECrossing::drawGL(), GNEJunction::drawGL(), GNEWalkingArea::drawGL(), GUIContainer::drawGL(), GUIEdge::drawGL(), GUIPerson::drawGL(), GNEPoly::drawGL(), GUIPointOfInterest::drawInnerPOI(), GUIPolygon::drawInnerPolygon(), GUIBaseVehicle::drawOnPos(), GNELaneAreaDetector::drawPartialGL(), GNERoute::drawPartialGL(), GNEVehicle::drawPartialGL(), and GNEDemandElement::drawPersonPlanPartial().
|
inherited |
Draws the object on the specified position with the specified angle.
[in] | s | The settings for the current view (may influence drawing) |
[in] | pos | The position to draw the vehicle on |
[in] | angle | The drawing angle of the vehicle |
Definition at line 429 of file GUIBaseVehicle.cpp.
References RGBColor::alpha(), GUIVisualizationSettings::angle, ANT, BICYCLE, GUIBaseVehicle::computeSeats(), GUIVisualizationSizeSettings::constantSizeSelected, GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIBaseVehicleHelper::drawAction_drawVehicleAsBoxPlus(), GUIBaseVehicleHelper::drawAction_drawVehicleAsCircle(), GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges(), GUIBaseVehicleHelper::drawAction_drawVehicleAsTrianglePlus(), GUIBaseVehicle::drawAction_drawVehicleBlinker(), GUIBaseVehicle::drawAction_drawVehicleBlueLight(), GUIBaseVehicle::drawAction_drawVehicleBrakeLight(), GUIVisualizationSettings::drawBrakeGap, GUIVisualizationSettings::drawLaneChangePreference, GUIVisualizationSettings::drawMinGap, GUIGlObject::drawName(), GLHelper::drawOutlineCircle(), GLHelper::drawTextSettings(), EMERGENCY, GUIPropertySchemeStorage< T >::getActive(), GUIBaseVehicle::getColorValue(), MSBaseVehicle::getCurrentEdge(), MSBaseVehicle::getDevice(), MSBaseVehicle::getEdge(), GUIBaseVehicle::getExaggeration(), GUIGlObject::getGlID(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), MSVehicleType::getLength(), MSLane::getLengthGeometryFactor(), MSVehicleType::getMinGap(), MSBaseVehicle::getNumberParkingReroutes(), GUIBaseVehicle::getNumContainers(), GUIBaseVehicle::getNumPassengers(), MSBaseVehicle::getParameter(), MSBaseVehicle::getPrefixedParameter(), MSDevice_BTreceiver::getRange(), MSBaseVehicle::getRightSideOnEdge(), GUIBaseVehicle::getScaleValue(), SUMOTrafficObject::getSpeed(), GUIGlObject::getType(), StringTokenizer::getVector(), MSBaseVehicle::getVehicleType(), GUIBaseVehicle::getVType(), MSEdge::getWidth(), MSVehicleType::getWidth(), MSGlobals::gUseMesoSim, GUIBaseVehicle::hasActiveAddVisualisation(), MSBaseVehicle::isOnRoad(), MSBaseVehicle::isSelected(), GUIVisualizationSettings::laneWidthExaggeration, SUMOVehicleParameter::line, M_PI, MIN2(), MOPED, MOTORCYCLE, GUIBaseVehicle::myAdditionalVisualizations, GUIBaseVehicle::myContainerPositions, GUIBaseVehicle::mySeatPositions, GUIBaseVehicle::myVehicle, StringTokenizer::NEWLINE, PEDESTRIAN, GLHelper::popMatrix(), GLHelper::popName(), GLHelper::pushMatrix(), GLHelper::pushName(), RAD2DEG, RAIL, RAIL_CAR, RAIL_CARGO, GUIVisualizationSettings::scale, GUIVisualizationTextSettings::scaledSize(), GUIVisualizationSettings::scaleLength, SCOOTER, GUIBaseVehicle::setColor(), SHIP, GUIVisualizationTextSettings::show(), GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showBTRange, GUIVisualizationSettings::showParkingInfo, SUMO_const_waitingContainerWidth, SUMO_const_waitingPersonWidth, toString(), GUIVisualizationSettings::vehicleColorer, GUIVisualizationSettings::vehicleName, GUIVisualizationSettings::vehicleQuality, GUIVisualizationSettings::vehicleScaler, GUIVisualizationSettings::vehicleScaleValue, GUIVisualizationSettings::vehicleSize, GUIVisualizationSettings::vehicleText, GUIVisualizationSettings::vehicleTextParam, GUIVisualizationSettings::vehicleValue, GUIBaseVehicle::VO_SHOW_ALL_ROUTES, GUIBaseVehicle::VO_SHOW_FUTURE_ROUTE, GUIBaseVehicle::VO_SHOW_ROUTE, Position::x(), and Position::y().
Referenced by GUIBaseVehicle::drawGL(), and GUIEdge::drawMesoVehicles().
|
protectedvirtual |
register vehicle for drawing while outside the network
Reimplemented from MSVehicle.
Definition at line 910 of file GUIVehicle.cpp.
References GUISUMOAbstractView::addAdditionalGLVisualisation(), GUIMainWindow::getActiveView(), GUIMainWindow::getInstance(), GUIBaseVehicle::myAdditionalVisualizations, GUISUMOAbstractView::removeAdditionalGLVisualisation(), and GUIBaseVehicle::VO_DRAW_OUTSIDE_NETWORK.
|
inherited |
Definition at line 1024 of file GUIBaseVehicle.cpp.
References GUIVisualizationSettings::angle, GLHelper::drawTextSettings(), MSBaseVehicle::getParkingMemory(), GUIParkingArea::getSignPos(), GUIBaseVehicle::myVehicle, GUIVisualizationSettings::scale, GUIVisualizationTextSettings::scaledSize(), GUIVisualizationSettings::showParkingInfo, SIMSTEP, time2string(), GUIVisualizationSettings::vehicleText, and GUIVisualizationSettings::vehicleValue.
Referenced by drawRouteHelper(), and GUIMEVehicle::drawRouteHelper().
|
inherited |
Chooses the route to draw and draws it, darkening it as given.
[in] | s | The visualisation settings, needed to determine the vehicle's color |
[in] | routeNo | The route to show (0: the current, >0: prior) |
[in] | darken | The amount to darken the route by |
Definition at line 909 of file GUIBaseVehicle.cpp.
References RGBColor::BLACK, RGBColor::changedBrightness(), GUIBaseVehicle::drawRouteHelper(), MSBaseVehicle::getRoute(), MSDevice_Vehroutes::getRoute(), RGBColor::multiply(), GUIBaseVehicle::myRoutes, GUIBaseVehicle::myVehicle, GUIBaseVehicle::setColor(), and GLHelper::setColor().
Referenced by GUIBaseVehicle::drawGLAdditional().
|
virtual |
Draws the route.
[in] | r | The route to draw |
Implements GUIBaseVehicle.
Definition at line 672 of file GUIVehicle.cpp.
References GUIVisualizationSettings::angle, PositionVector::angleAt2D(), MSRoute::begin(), GLHelper::drawBoxLines(), GUIBaseVehicle::drawParkingInfo(), GUIBaseVehicle::drawStopLabels(), GLHelper::drawTextSettings(), MSRoute::end(), GUIVisualizationSettings::gaming, MSLane::geometryPositionAtOffset(), MSVehicle::getBestLanesContinuation(), MSLane::getBidiLane(), GUIVisualizationSizeSettings::getExaggeration(), MSVehicle::getInfluencer(), MSLane::getLength(), getPosition(), GUILane::getShape(), GUILane::getShapeLengths(), GUILane::getShapeRotations(), MSBaseVehicle::getVClass(), MSVehicle::hasInfluencer(), MSLane::isInternal(), MSVehicle::isOnRoad(), MSBaseVehicle::isParking(), MSVehicle::Influencer::isRemoteAffected(), M_PI, MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSBaseVehicle::myRoute, GUIVisualizationSettings::scale, GLHelper::setColor(), GUIVisualizationSettings::showRouteIndex, SIMSTEP, MSRoute::size(), GUIVisualizationTextSettings::size, toString(), GUIVisualizationSettings::vehicleName, GUIVisualizationSettings::vehicleSize, and GUIVisualizationSettings::vehicleValue.
|
inherited |
Definition at line 928 of file GUIBaseVehicle.cpp.
References GUIVisualizationSettings::angle, SUMOVehicleParameter::arrivalEdge, GLHelper::drawBoxLines(), GLHelper::drawTextSettings(), MSLane::geometryPositionAtOffset(), MSBaseVehicle::getArrivalLane(), MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getCurrentRouteEdge(), MSRoute::getEdges(), PositionVector::getOrthogonal(), MSBaseVehicle::getParameter(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRoute(), MSLane::getShape(), MSBaseVehicle::getStops(), MSLane::getWidth(), MSBaseVehicle::isStoppedTriggered(), MAX2(), GUIBaseVehicle::myVehicle, GUIVisualizationSettings::scale, GLHelper::setColor(), GUIVisualizationTextSettings::size, STEPS2TIME, time2string(), toString(), GUIVisualizationSettings::vehicleName, GUIVisualizationSettings::vehicleText, VEHPARS_ARRIVALPOS_SET, and SUMOVehicleParameter::wasSet().
Referenced by drawRouteHelper(), and GUIMEVehicle::drawRouteHelper().
|
inherited |
Update when the vehicle enters a new lane in the emit step.
[in] | enteredLane | The lane the vehicle enters |
[in] | pos | The position the vehicle was inserted into the lane |
[in] | speed | The speed with which the vehicle was inserted into the lane |
[in] | posLat | The lateral position the vehicle was inserted into the lane |
[in] | notification | The cause of insertion (i.e. departure, teleport, parking) |
Definition at line 5241 of file MSVehicle.cpp.
References MSVehicle::activateReminders(), MSBaseVehicle::addReminder(), MSVehicle::computeAngle(), MSVehicle::computeFurtherLanes(), DELTA_T, MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSBaseVehicle::getLength(), MSLane::getMoveReminders(), MSBaseVehicle::getVehicleType(), MSGlobals::gLaneChangeDuration, MSGlobals::gLateralResolution, MSBaseVehicle::hasDeparted(), Position::INVALID, MSAbstractLaneChangeModel::isOpposite(), M_PI, MSVehicle::myAmOnNet, MSVehicle::myAngle, MSVehicle::myCachedPosition, MSBaseVehicle::myDeparture, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myLastActionTime, MSVehicle::myLastBestLanesEdge, MSVehicle::myLastBestLanesInternalLane, MSVehicle::State::myPos, MSVehicle::State::myPreviousSpeed, MSVehicle::State::mySpeed, MSVehicle::myState, MSBaseVehicle::NOT_YET_DEPARTED, MSMoveReminder::NOTIFICATION_LOAD_STATE, MSMoveReminder::NOTIFICATION_TELEPORT, MSBaseVehicle::onDepart(), MSAbstractLaneChangeModel::resetState(), MSAbstractLaneChangeModel::updateShadowLane(), and MSAbstractLaneChangeModel::updateTargetLane().
Referenced by MSLane::incorporateVehicle().
|
inherited |
Update when the vehicle enters a new lane in the laneChange step.
[in] | enteredLane | The lane the vehicle enters |
Definition at line 5107 of file MSVehicle.cpp.
References MSVehicle::activateReminders(), MSBaseVehicle::addReminder(), MSVehicle::computeAngle(), DEBUG_COND, MSBaseVehicle::getEdge(), Named::getID(), MSVehicleType::getLength(), MSLane::getLogicalPredecessorLane(), MSLane::getMoveReminders(), MSBaseVehicle::getVehicleType(), Position::INVALID, MSAbstractLaneChangeModel::isChangingLanes(), MSVehicle::myAmOnNet, MSVehicle::myAngle, MSVehicle::State::myBackPos, MSVehicle::myCachedPosition, MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myPos, MSVehicle::State::myPosLat, MSVehicle::myState, MSMoveReminder::NOTIFICATION_LANE_CHANGE, MSAbstractLaneChangeModel::setNoShadowPartialOccupator(), SIMTIME, toString(), and MSVehicle::updateBestLanes().
Referenced by MSAbstractLaneChangeModel::primaryLaneChanged().
|
inherited |
Update when the vehicle enters a new lane in the move step.
[in] | enteredLane | The lane the vehicle enters |
[in] | onTeleporting | Whether the lane was entered while being teleported |
Definition at line 5047 of file MSVehicle.cpp.
References MSVehicle::activateReminders(), MSVehicle::adaptLaneEntering2MoveReminder(), MSVehicle::Influencer::adaptLaneTimeLine(), MSLane::getBidiLane(), MSLane::getEdge(), Named::getID(), MSLane::getIndex(), MSVehicle::getLateralOverlap(), MSLink::getLateralShift(), MSLane::getLinkTo(), MSBaseVehicle::getVClass(), MSBaseVehicle::getVehicleType(), MSLane::getWidth(), MSVehicleType::getWidth(), MSGlobals::gLateralResolution, MSBaseVehicle::haveValidStopEdges(), Position::INVALID, MSEdge::isInternal(), MSAbstractLaneChangeModel::isOpposite(), isRailway(), MAX2(), MSVehicle::myAmOnNet, MSVehicle::myCachedPosition, MSBaseVehicle::myCurrEdge, MSVehicle::myFurtherLanesPosLat, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myLastBestLanesEdge, MSBaseVehicle::myParameter, MSVehicle::State::myPos, MSVehicle::State::myPosLat, MSVehicle::myState, MSMoveReminder::NOTIFICATION_JUNCTION, MSMoveReminder::NOTIFICATION_TELEPORT, MSVehicle::overlap(), MSLane::setPartialOccupation(), and SUMOVehicleParameter::via.
Referenced by MSVehicleTransfer::add(), MSVehicleTransfer::checkInsertions(), MSVehicle::joinTrainPartFront(), MSDevice_Bluelight::notifyMove(), and MSVehicle::processLaneAdvances().
|
protectedinherited |
Definition at line 7373 of file MSVehicle.cpp.
References MSStop::edge, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, MSVehicle::getAcceleration(), MSVehicle::getCarFollowModel(), MSBaseVehicle::getEdge(), MSLane::getEdge(), MSEdge::getLanes(), MSLane::getLength(), MSVehicleType::getLength(), MSCFModel::getMaxAccel(), MSCFModel::getMaxDecel(), MSEdge::getMinimumTravelTime(), MSVehicle::getPositionOnLane(), MSStop::getSpeed(), MSVehicle::getSpeed(), MSLane::getVehicleMaxSpeed(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::hasStops(), INVALID_DOUBLE, MSStop::lane, MAX2(), MIN2(), MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, and MSStop::pars.
Referenced by MSVehicle::getStopArrivalDelay(), and MSVehicle::getStopDelay().
|
inherited |
move vehicle forward by the given distance during insertion
Definition at line 4392 of file MSVehicle.cpp.
References DEBUG_COND, MSLane::forceVehicleInsertion(), MSNet::getCurrentTimeStep(), Named::getID(), MSNet::getInstance(), MSVehicle::getLateralPositionOnLane(), MSVehicle::getPositionOnLane(), MSVehicle::getSpeed(), MSVehicle::getUpcomingLanesUntil(), Position::INVALID, MSLane::isInternal(), MSVehicle::myCachedPosition, MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::State::myLastCoveredDist, MSVehicle::myLFLinkLanes, MSVehicle::State::myPos, MSVehicle::State::mySpeed, MSVehicle::myState, MSMoveReminder::NOTIFICATION_JUNCTION, MSVehicle::processLaneAdvances(), MSLane::removeVehicle(), SIMTIME, toString(), and MSVehicle::workOnMoveReminders().
Referenced by MSLane::insertVehicle().
|
inherited |
Executes planned vehicle movements with regards to right-of-way.
This method goes through all DriveProcessItems in myLFLinkLanes in order to find a speed that is safe for all upcoming links.
Using this speed the position is updated and the vehicle is moved to the next lane (myLane is updated) if the end of the current lane is reached (this may happen multiple times in this method)
The vehicle also sets the lanes it is in-lapping into and informs them about it.
Definition at line 4135 of file MSVehicle.cpp.
References ACCEL2SPEED, MSDevice_ElecHybrid::acceleration(), MSVehicle::accelThresholdForWaiting(), MSAbstractLaneChangeModel::changedToOpposite(), MSVehicle::computeAngle(), MSDevice_ElecHybrid::consumption(), DEBUG_COND, DELTA_T, MSNet::EMERGENCYSTOP, MSCFModel::finalizeSpeed(), gDebugFlag1, MSVehicle::getBackLane(), MSVehicle::getCarFollowModel(), MSDevice_ElecHybrid::getConsum(), MSBaseVehicle::getDevice(), MSLane::getEdge(), Named::getID(), Named::getIDSecure(), MSLane::getIndex(), MSNet::getInstance(), MSEdge::getLanes(), MSVehicle::getLateralOverlap(), MSVehicle::getLateralPositionOnLane(), MSBaseVehicle::getLength(), MSLane::getLength(), MSEdge::getNumLanes(), MSLane::getOpposite(), MSEdge::getOppositeEdge(), MSLane::getOppositePos(), MSLane::getParallelOpposite(), MSDevice_ElecHybrid::getParameterDouble(), MSVehicle::getPositionOnLane(), MSAbstractLaneChangeModel::getShadowLane(), MSVehicle::getSpeed(), MSCFModel::getStartupDelay(), MSVehicleType::getVehicleClass(), MSNet::getVehicleControl(), MSGlobals::gLateralResolution, MSGlobals::gSemiImplicitEulerUpdate, MSGlobals::gStartupWaitThreshold, MSVehicle::hasArrivedInternal(), MSAbstractLaneChangeModel::hasBlueLight(), MSNet::informVehicleStateListener(), Position::INVALID, MSAbstractLaneChangeModel::isOpposite(), MSBaseVehicle::isStopped(), MSEdge::isVaporizing(), MAX2(), MIN2(), MSVehicle::myAcceleration, MSVehicle::myActionStep, MSVehicle::myAngle, MSVehicle::State::myBackPos, MSVehicle::myCachedPosition, MSVehicle::myCollisionImmunity, MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myLastCoveredDist, MSVehicle::State::myPos, MSVehicle::State::mySpeed, MSVehicle::myState, MSVehicle::myStopDist, MSVehicle::myTimeSinceStartup, MSBaseVehicle::myType, NUMERICAL_EPS_SPEED, MSAbstractLaneChangeModel::prepareStep(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processTraCISpeedControl(), MSVehicleControl::registerEmergencyStop(), MSVehicle::setBlinkerInformation(), MSVehicle::setBrakingSignals(), MSDevice_ElecHybrid::setConsum(), MSVehicle::setEmergencyBlueLight(), SIMSTEP, SIMTIME, SOFT_ASSERT, SPEED2ACCEL, SUMO_ATTR_MAXIMUMPOWER, SVC_EMERGENCY, time2string(), TL, toString(), TS, MSVehicle::updateBestLanes(), MSVehicle::updateFurtherLanes(), MSAbstractLaneChangeModel::updateShadowLane(), MSVehicle::updateState(), MSAbstractLaneChangeModel::updateTargetLane(), MSVehicle::updateTimeLoss(), MSVehicle::updateWaitingTime(), MSVehicle::workOnMoveReminders(), and WRITE_WARNINGF.
Referenced by MSLane::executeMovements().
|
inherited |
repair errors in vehicle position after changing between internal edges
Definition at line 6047 of file MSVehicle.cpp.
References MSGlobals::gLaneChangeDuration, MSAbstractLaneChangeModel::isChangingLanes(), MSVehicle::myLaneChangeModel, MSVehicle::State::myPosLat, and MSVehicle::myState.
Referenced by MSAbstractLaneChangeModel::endLaneChangeManeuver().
|
inlinevirtualinherited |
Returns the vehicle's acceleration in m/s (this is computed as the last step's mean acceleration in case that a stop occurs within the middle of the time-step)
Reimplemented from MSBaseVehicle.
Definition at line 510 of file MSVehicle.h.
References MSVehicle::myAcceleration.
Referenced by MSCFModel_CC::_ploeg(), MSCFModel_EIDM::_v(), MSCFModel_CACC::_v(), MSCFModel_CC::_v(), MSLCM_SL2015::checkBlockingVehicles(), MSLaneChanger::checkChange(), MSLCM_SL2015::commitManoeuvre(), MSDevice_SSM::computeGlobalMeasures(), MSLaneChanger::computeOvertakingTime(), MSDevice_SSM::estimateConflictTimes(), MSVehicle::estimateTimeToNextStop(), MSCFModel_CC::finalizeSpeed(), MSCFModel_EIDM::finalizeSpeed(), MSCFModel_W99::followSpeed(), MSCFModel_Wiedemann::followSpeed(), MSLCM_LC2013::getAssumedDecelForLaneChangeDuration(), getColorValue(), MSCFModel_CC::getParameter(), getParameterWindow(), MSCFModel_CC::getVehicleInformation(), MSLCM_LC2013::informLeader(), MSCFModel_EIDM::slowToStartTerm(), MSCFModel_CACC::speedGapControl(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSFCDExport::write(), and MSBatteryExport::write().
|
inlineinherited |
Returns the number of seconds waited (speed was lesser than 0.1m/s) within the last millisecs.
Definition at line 708 of file MSVehicle.h.
References MSVehicle::getAccumulatedWaitingTime(), and STEPS2TIME.
Referenced by getColorValue(), getParameterWindow(), GUIBaseVehicle::getScaleValue(), and MSVehicle::keepClear().
|
inlinevirtualinherited |
Returns the SUMOTime waited (speed was lesser than 0.1m/s) within the last t millisecs.
Implements SUMOVehicle.
Definition at line 699 of file MSVehicle.h.
References MSVehicle::WaitingTimeCollector::cumulatedWaitingTime(), MSGlobals::gWaitingTimeMemory, and MSVehicle::myWaitingTimeCollector.
Referenced by MSVehicle::getAccumulatedWaitingSeconds().
|
inlineinherited |
Returns the vehicle's action step length in millisecs, i.e. the interval between two action points.
Definition at line 521 of file MSVehicle.h.
References MSVehicleType::getActionStepLength(), and MSBaseVehicle::myType.
Referenced by MSLaneChanger::checkChange(), MSLeaderInfo::getSubLanes(), MSVehicle::isActionStep(), MSVehicle::processNextStop(), MSVehicle::setActionStepLength(), and MSLaneChangerSublane::startChangeSublane().
|
inlineinherited |
Returns the vehicle's action step length in secs, i.e. the interval between two action points.
Definition at line 529 of file MSVehicle.h.
References MSVehicleType::getActionStepLengthSecs(), and MSBaseVehicle::myType.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLCHelper::canSaveBlockerLength(), MSLCM_SL2015::checkBlockingVehicles(), MSLCM_SL2015::checkStrategicChange(), MSLCM_SL2015::commitManoeuvre(), MSCFModel::finalizeSpeed(), MSCFModel::freeSpeed(), MSLCM_SL2015::getLateralDrift(), MSLeaderInfo::getSubLanes(), MSLCM_SL2015::informLeader(), MSLane::isInsertionSuccess(), MSLCM_SL2015::keepLatGap(), MSLCM_LC2013::prepareStep(), MSLCM_SL2015::setOwnState(), MSLaneChangerSublane::startChangeSublane(), MSCFModel_IDM::stopSpeed(), MSCFModel_W99::stopSpeed(), MSCFModel_Wiedemann::stopSpeed(), MSCFModel_ACC::stopSpeed(), MSCFModel_CACC::stopSpeed(), MSCFModel_Krauss::stopSpeed(), and MSLCM_SL2015::updateExpectedSublaneSpeeds().
|
inlinevirtual |
Return current angle.
Implements GUIBaseVehicle.
Definition at line 79 of file GUIVehicle.h.
References MSVehicle::getAngle().
Referenced by drawAction_drawCarriageClass().
|
inlinevirtualinherited |
Definition at line 358 of file MSBaseVehicle.h.
References MSBaseVehicle::myArrivalLane.
Referenced by GUIBaseVehicle::drawStopLabels().
|
inlinevirtualinherited |
Returns this vehicle's desired arrivalPos for its current route (may change on reroute)
Implements SUMOVehicle.
Definition at line 354 of file MSBaseVehicle.h.
References MSBaseVehicle::myArrivalPos.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), GUIBaseVehicle::drawStopLabels(), MSBaseVehicle::insertStop(), MSLane::isInsertionSuccess(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), and MSVehicle::rerouteParkingArea().
|
protectedinherited |
Definition at line 2825 of file MSVehicle.cpp.
References DELTA_T, MSVehicle::getCarFollowModel(), MSCFModel::getMinimalArrivalTime(), MSGlobals::gSemiImplicitEulerUpdate, MSBaseVehicle::isStopped(), MAX2(), MSVehicle::State::mySpeed, MSVehicle::myState, and MSBaseVehicle::myStops.
Referenced by MSVehicle::planMoveInternal().
|
protectedinherited |
Definition at line 4526 of file MSVehicle.cpp.
References MSVehicle::myFurtherLanes, and MSVehicle::myLane.
Referenced by MSVehicle::executeMove().
std::string GUIVehicle::getBackLaneIDs | ( | ) | const |
Definition at line 977 of file GUIVehicle.cpp.
References MSVehicle::myFurtherLanes, and toString().
Referenced by getParameterWindow().
|
inherited |
Definition at line 1456 of file MSVehicle.cpp.
References DEBUG_COND, MSLane::geometryPositionAtOffset(), MSVehicle::getBackPositionOnLane(), Named::getID(), MSVehicleType::getLength(), MSAbstractLaneChangeModel::getShadowLane(), MSGlobals::gLefthand, MSAbstractLaneChangeModel::isChangingLanes(), MAX2(), MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myPos, MSVehicle::State::myPosLat, MSVehicle::myState, MSBaseVehicle::myType, and toString().
Referenced by MSVehicle::computeAngle(), MSVehicle::getBoundingBox(), MSVehicle::getBoundingPoly(), MSVehicle::getSlope(), MSPModel_Striping::moveInDirection(), and MSDevice_FCD::shapeFilter().
|
inlineinherited |
Get the vehicle's position relative to its current lane.
Definition at line 408 of file MSVehicle.h.
References MSVehicle::getBackPositionOnLane(), and MSVehicle::myLane.
Referenced by MSVehicle::checkReversal(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getPositionOnLane(), and MSVehicle::joinTrainPart().
|
inlinevirtualinherited |
Get the vehicle's position relative to the given lane.
Implements SUMOTrafficObject.
Definition at line 401 of file MSVehicle.h.
References MSVehicle::getBackPositionOnLane().
Referenced by MSVehicle::adaptToLeaders(), MSLane::addLeaders(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeSublane(), MSLaneChangerSublane::checkChangeToNewLane(), MSVehicle::checkRewindLinkLanes(), MSDevice_SSM::classifyEncounter(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSLane::freeInsertion(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSLane::getLeader(), MSVehicle::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), LIBSUMO_NAMESPACE::Vehicle::getNeighbors(), MSLane::getOppositeFollower(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSPModel_Striping::getVehicleObstacles(), MSLane::isInsertionSuccess(), MSVehicle::joinTrainPartFront(), MSLane::lastInsertion(), MSLane::vehicle_position_sorter::operator()(), MSLane::vehicle_natural_position_sorter::operator()(), MSLaneChangerSublane::outputLCEnded(), MSLaneChangerSublane::outputLCStarted(), and MSLane::safeInsertionSpeed().
|
protectedinherited |
Definition at line 4607 of file MSVehicle.cpp.
References DEBUG_COND, MSLane::getBidiLane(), MSLane::getEdge(), MSVehicle::getFurtherLanes(), MSAbstractLaneChangeModel::getFurtherTargetLanes(), Named::getID(), Named::getIDSecure(), MSNet::getInstance(), MSLane::getLength(), MSVehicleType::getLength(), MSAbstractLaneChangeModel::getShadowFurtherLanes(), MSAbstractLaneChangeModel::getShadowFurtherLanesPosLat(), MSAbstractLaneChangeModel::getShadowLane(), MSAbstractLaneChangeModel::getTargetLane(), MSAbstractLaneChangeModel::isOpposite(), MIN2(), MSVehicle::State::myBackPos, MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myPos, MSVehicle::myState, MSBaseVehicle::myType, SIMTIME, SOFT_ASSERT, time2string(), toString(), and WRITE_WARNING.
|
virtualinherited |
Returns the velocity/lane influencer.
If no influencer was existing before, one is built, first
Implements MSBaseVehicle.
Definition at line 6781 of file MSVehicle.cpp.
References MSVehicle::getInfluencer().
Referenced by MSNet::getTravelTime(), and LIBSUMO_NAMESPACE::Vehicle::moveTo().
|
virtualinherited |
Implements MSBaseVehicle.
Definition at line 6792 of file MSVehicle.cpp.
References MSVehicle::myInfluencer.
|
inherited |
returns the distance that can be driven without lane change
Definition at line 6028 of file MSVehicle.cpp.
References MSVehicle::myBestLanes.
Referenced by MSLane::isInsertionSuccess().
|
inherited |
Definition at line 6019 of file MSVehicle.cpp.
References MSVehicle::myBestLanes.
Referenced by MSLCM_LC2013::changed(), MSLCM_SL2015::changed(), getColorValue(), GUIBaseVehicle::getScaleValue(), and MSLane::isInsertionSuccess().
|
inherited |
Returns the description of best lanes to use in order to continue the route.
Definition at line 5385 of file MSVehicle.cpp.
References MSVehicle::myBestLanes.
Referenced by MSLane::appropriate(), MSLaneChanger::avoidDeadlock(), MSLaneChanger::change(), MSLaneChanger::changeOpposite(), MSLaneChangerSublane::checkChangeHelper(), MSDevice_ToC::checkDynamicToC(), LIBSUMO_NAMESPACE::Vehicle::getBestLanes(), MSLaneChanger::getBestLanesOpposite(), MSEdge::getDepartLane(), MSLaneChanger::resolveDeadlock(), MSLCM_LC2013::saveBlockerLength(), MSLCM_SL2015::saveBlockerLength(), and MSLCM_SL2015::updateExpectedSublaneSpeeds().
|
inherited |
Returns the best sequence of lanes to continue the route starting at myLane.
Definition at line 5848 of file MSVehicle.cpp.
References MSVehicle::myBestLanes, and MSVehicle::myEmptyLaneVector.
Referenced by MSVehicle::adaptToLeader(), MSLane::addLeaders(), libsumo::Helper::applySubscriptionFilters(), libsumo::Helper::applySubscriptionFilterTurn(), MSLane::appropriate(), MSLaneChanger::avoidDeadlock(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), drawRouteHelper(), MSLane::executeMovements(), MSDevice_SSM::findFoeConflictLane(), MSDevice_SSM::findSurroundingVehicles(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSVehicle::getLeader(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeLeader(), MSVehicle::getPositionAlongBestLanes(), MSLaneChanger::getRealLeader(), MSVehicle::getUpcomingLanesUntil(), MSLane::insertVehicle(), MSCFModel_EIDM::internalspeedlimit(), MSLCM_SL2015::isBidi(), MSLane::isInsertionSuccess(), MSLane::lastInsertion(), MSDevice_GLOSA::notifyEnter(), MSDevice_Bluelight::notifyMove(), MSVehicle::planMoveInternal(), MSVehicle::processLinkApproaches(), MSVehicle::setBlinkerInformation(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), and MSVehicle::updateDriveItems().
|
inherited |
Returns the best sequence of lanes to continue the route starting at the given lane.
Definition at line 5857 of file MSVehicle.cpp.
References MSLane::getEdge(), MSLane::getLinkCont(), MSEdge::isInternal(), MSVehicle::myBestLanes, and MSVehicle::myEmptyLaneVector.
|
inherited |
get bounding rectangle
Definition at line 6521 of file MSVehicle.cpp.
References PositionVector::append(), BUS_FLEXIBLE, PositionVector::extrapolate2D(), MSVehicle::getBackPosition(), MSVehicleType::getGuiShape(), MSVehicle::getPosition(), MSVehicleType::getWidth(), MAX2(), MIN2(), PositionVector::move2side(), MSVehicle::myFurtherLanes, MSBaseVehicle::myType, RAIL, RAIL_CAR, RAIL_CARGO, PositionVector::reverse(), TRUCK_1TRAILER, and TRUCK_SEMITRAILER.
Referenced by MSLane::detectCollisions(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), and MSVehicle::getBoundingPoly().
|
inherited |
get bounding polygon
Definition at line 6552 of file MSVehicle.cpp.
References PositionVector::extrapolate2D(), MSVehicle::getBackPosition(), MSVehicle::getBoundingBox(), MSVehicleType::getGuiShape(), MSVehicle::getPosition(), MSVehicleType::getWidth(), MAX2(), MIN2(), PositionVector::move2side(), MSBaseVehicle::myType, PASSENGER, PASSENGER_HATCHBACK, PASSENGER_SEDAN, PASSENGER_VAN, PASSENGER_WAGON, and PositionVector::scaleRelative().
Referenced by MSLane::detectCollisions(), MSLane::detectPedestrianJunctionCollision(), and GUIBaseVehicle::drawAction_drawPersonsAndContainers().
|
protectedvirtualinherited |
get distance for coming to a stop (used for rerouting checks)
Implements SUMOVehicle.
Definition at line 1973 of file MSVehicle.cpp.
References MSCFModel::brakeGap(), MSVehicle::getCarFollowModel(), and MSVehicle::getSpeed().
Referenced by MSVehicle::isLeader(), and MSVehicle::planMoveInternal().
|
inlineinherited |
Returns the vehicle's car following model definition.
This is simply a wrapper around the vehicle type's car-following model retrieval for a shorter access.
Definition at line 966 of file MSVehicle.h.
References MSVehicleType::getCarFollowModel(), and MSBaseVehicle::myType.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSVehicle::accelThresholdForWaiting(), MSDevice_GLOSA::adaptSpeed(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaders(), MSPModel_Striping::addCrossingVehs(), MSCriticalFollowerDistanceInfo::addFollower(), MSLane::addLeaders(), MSLCM_LC2013::anticipateFollowSpeed(), MSLCHelper::canSaveBlockerLength(), MSLCM_SL2015::checkBlockingVehicles(), MSLaneChanger::checkChange(), MSLane::checkFailure(), MSLane::checkForPedestrians(), MSLaneChanger::checkOppositeStop(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSLCM_SL2015::commitFollowSpeed(), MSLCM_SL2015::commitManoeuvre(), MSLaneChanger::computeOvertakingTime(), MSLaneChanger::computeSafeOppositeLength(), MSLaneChanger::computeSurplusGap(), MSLink::couldBrakeForLeader(), MSLane::detectCollisionBetween(), MSDevice_GLOSA::distance_at_continuous_accel(), MSDevice_GLOSA::earliest_arrival(), MSDevice_SSM::estimateConflictTimes(), MSVehicle::estimateTimeToNextStop(), MSVehicle::executeMove(), MSLane::freeInsertion(), MSVehicle::getArrivalTime(), MSVehicle::getBrakeGap(), MSAbstractLaneChangeModel::getCarFollowModel(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSVehicle::getCurrentApparentDecel(), MSVehicle::getFollower(), LIBSUMO_NAMESPACE::Vehicle::getFollowSpeed(), MSLane::getLeader(), MSVehicle::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLane::getLeadersOnConsecutive(), MSLaneChanger::getMaxOvertakingSpeed(), MSLane::getMissingRearGap(), LIBSUMO_NAMESPACE::Vehicle::getNeighbors(), MSBaseVehicle::getPrefixedParameter(), MSLaneChanger::getRealLeader(), MSVehicle::getRerouteOrigin(), MSCFModel_CACC::getSecureGap(), LIBSUMO_NAMESPACE::Vehicle::getSecureGap(), LIBSUMO_NAMESPACE::Vehicle::getStopSpeed(), getTypeParameterWindow(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MSVehicle::handleCollisionStop(), MSIdling_Stop::idle(), MSVehicle::Influencer::implicitSpeedRemote(), MSLCM_DK2008::informBlocker(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), MSLCM_SL2015::informLeaders(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSLane::lastInsertion(), MSDevice_Bluelight::notifyMove(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), MSLCM_LC2013::overtakeDistance(), MSLCM_DK2008::patchSpeed(), MSVehicle::planMoveInternal(), MSLCM_SL2015::preventSliding(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::registerInsertionApproach(), MSAbstractLaneChangeModel::remainingTime(), MSDevice_ToC::requestToC(), MSLane::safeInsertionSpeed(), MSLCHelper::saveBlockerLength(), selectBlockingFoes(), MSVehicle::setBlinkerInformation(), MSAbstractLaneChangeModel::setFollowerGaps(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MSDevice_ToC::setState(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSCFModel_CACC::speedGapControl(), MSDevice_GLOSA::time_to_junction_at_continuous_accel(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateState(), MSLCM_DK2008::wantsChangeToLeft(), and MSLCM_DK2008::wantsChangeToRight().
|
inlineinherited |
Returns the vehicle's car following model variables.
Definition at line 987 of file MSVehicle.h.
References MSVehicle::myCFVariables.
Referenced by MSCFModel_CC::_acc(), MSCFModel_CC::_cacc(), MSCFModel_CC::_cc(), MSCFModel_CC::_consensus(), MSCFModel_CC::_flatbed(), MSCFModel_CC::_ploeg(), MSCFModel_EIDM::_v(), MSCFModel_ACC::_v(), MSCFModel_IDM::_v(), MSCFModel_CACC::_v(), MSCFModel_CC::_v(), MSCFModel_Kerner::_v(), MSCFModel_Wiedemann::_v(), MSCFModel_SmartSK::_vsafe(), MSCFModel_CC::finalizeSpeed(), MSCFModel_EIDM::finalizeSpeed(), MSCFModel_IDM::finalizeSpeed(), MSCFModel_Kerner::finalizeSpeed(), MSCFModel_PWag2009::finalizeSpeed(), MSCFModel_SmartSK::finalizeSpeed(), MSCFModel_Wiedemann::finalizeSpeed(), MSCFModel_CC::followSpeed(), MSCFModel_EIDM::followSpeed(), MSCFModel_PWag2009::followSpeed(), MSCFModel_SmartSK::followSpeed(), MSCFModel_CC::freeSpeed(), MSCFModel_EIDM::freeSpeed(), MSCFModel_CC::getACCAcceleration(), MSCFModel_CC::getActiveController(), MSCFModel_CC::getCACCConstantSpacing(), MSCFModel_CACC::getParameter(), MSCFModel_CC::getParameter(), MSCFModel_CC::getVehicleInformation(), MSCFModel_CC::interactionGap(), MSCFModel_EIDM::internalsecuregap(), MSCFModel_EIDM::internalspeedlimit(), MSCFModel_CC::maxNextSpeed(), MSCFModel_CC::minNextSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSCFModel_CC::performAutoLaneChange(), MSCFModel_CC::recomputeParameters(), MSCFModel_CC::resetConsensus(), MSCFModel_CACC::setParameter(), MSCFModel_CC::setParameter(), MSCFModel_EIDM::stopSpeed(), MSCFModel_CC::stopSpeed(), MSCFModel_SmartSK::stopSpeed(), MSCFModel_CC::switchOnACC(), and MSCFModel_SmartSK::updateMyHeadway().
|
virtualinherited |
Returns the boundary to which the view shall be centered in order to show the object.
Implements GUIGlObject.
Reimplemented in GUIMEVehicle.
Definition at line 414 of file GUIBaseVehicle.cpp.
References Boundary::add(), MSVehicleType::getLength(), GUIBaseVehicle::getPosition(), MSBaseVehicle::getVehicleType(), Boundary::grow(), and GUIBaseVehicle::myVehicle.
|
inherited |
Get the vehicle's lateral position on the edge of the given lane (or its current edge if lane == 0)
Definition at line 6278 of file MSVehicle.cpp.
References DEBUG_COND, MSLane::getBidiLane(), MSLane::getCenterOnEdge(), MSLane::getEdge(), Named::getID(), Named::getIDSecure(), MSLane::getRightSideOnEdge(), MSAbstractLaneChangeModel::getShadowDirection(), MSAbstractLaneChangeModel::getShadowFurtherLanes(), MSAbstractLaneChangeModel::getShadowFurtherLanesPosLat(), MSAbstractLaneChangeModel::getShadowLane(), MSLane::getWidth(), MSAbstractLaneChangeModel::isOpposite(), MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myPosLat, and MSVehicle::myState.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), MSLCM_SL2015::checkBlocking(), MSLCM_SL2015::commitFollowSpeed(), MSLCM_SL2015::computeSpeedGain(), MSLane::detectCollisionBetween(), MSVehicle::getRightSideOnEdge(), MSLCM_SL2015::getVehicleCenter(), MSLCM_SL2015::keepLatGap(), and MSLCM_SL2015::updateCFRelated().
|
inlinevirtualinherited |
Returns the precomputed factor by which the driver wants to be faster than the speed limit.
Implements SUMOTrafficObject.
Definition at line 518 of file MSBaseVehicle.h.
References MSBaseVehicle::myChosenSpeedFactor.
Referenced by MSLane::getDepartSpeed(), getParameterWindow(), GUIMEVehicle::getParameterWindow(), MSCFModel_EIDM::internalspeedlimit(), MSDevice_GLOSA::MSDevice_GLOSA(), MSDevice_GLOSA::notifyMove(), and GUISUMOViewParent::onUpdSpeedFactor().
|
inlinevirtualinherited |
Returns the priority of receiving mouse clicks.
Reimplemented in GUILane, GNEPOI, GNEPoly, GUIPointOfInterest, and GUIPolygon.
Definition at line 159 of file GUIGlObject.h.
References GUIGlObject::myGLObjectType.
Referenced by GUISUMOAbstractView::getObjectAtPosition().
|
virtual |
gets the color value according to the current scheme index
Implements GUIBaseVehicle.
Definition at line 551 of file GUIVehicle.cpp.
References MSVehicle::getAcceleration(), MSVehicle::getAccumulatedWaitingSeconds(), MSVehicle::getBestLaneOffset(), MSBaseVehicle::getDepartDelay(), GUIGlObject::getGlID(), MSBaseVehicle::getHarmonoise_NoiseEmissions(), Named::getID(), MSVehicle::getLane(), MSVehicle::getLaneChangeModel(), getLastLaneChangeOffset(), MSBaseVehicle::getNumberReroutes(), Parameterised::getParameter(), MSBaseVehicle::getPrefixedParameter(), MSVehicle::getSpeed(), MSAbstractLaneChangeModel::getSpeedLat(), MSVehicle::getStopArrivalDelay(), MSVehicle::getStopDelay(), MSVehicle::getTimeGapOnLane(), MSVehicle::getTimeLossSeconds(), MSLane::getVehicleMaxSpeed(), MSBaseVehicle::getWaitingSeconds(), GLO_VEHICLE, gSelected, MSVehicle::isActionStep(), MSVehicle::isActive(), MSAbstractLaneChangeModel::isOpposite(), MSBaseVehicle::isParking(), GUISelectedStorage::isSelected(), MSBaseVehicle::isStopped(), GUIVisualizationSettings::MISSING_DATA, MSBaseVehicle::myParameter, SIMSTEP, STEPS2TIME, StringUtils::toBool(), StringUtils::toDouble(), GUIVisualizationSettings::vehicleParam, and WRITE_WARNING.
|
inlineinherited |
Definition at line 727 of file MSBaseVehicle.h.
References MSBaseVehicle::myContainerDevice.
Referenced by GUIBaseVehicle::getNumContainers().
|
virtualinherited |
Returns the number of containers.
Implements SUMOVehicle.
Definition at line 1769 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::containerNumber, MSBaseVehicle::myContainerDevice, MSBaseVehicle::myParameter, and MSDevice_Transportable::size().
Referenced by MSBaseVehicle::allowsBoarding(), MEVehicle::checkStop(), getParameterWindow(), MSVehicle::leaveLane(), MEVehicle::mayProceed(), MSVehicle::processNextStop(), MEVehicle::processStop(), and MSXMLRawOut::writeVehicle().
|
protectedinherited |
if there are not enough positions in the vehicle containers have to squeeze onto the last position
Definition at line 1054 of file GUIBaseVehicle.cpp.
References MIN2(), and GUIBaseVehicle::myContainerPositions.
Referenced by GUIBaseVehicle::drawAction_drawPersonsAndContainers().
|
virtualinherited |
retrieve riding containers
Implements SUMOVehicle.
Definition at line 1798 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::getTransportables(), MSBaseVehicle::myContainerDevice, and MSBaseVehicle::myEmptyTransportableVector.
Referenced by GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdSelectTransported(), and MSXMLRawOut::writeVehicle().
|
inherited |
get apparent deceleration based on vType parameters and current acceleration
Definition at line 7179 of file MSVehicle.cpp.
References MSCFModel::getApparentDecel(), and MSVehicle::getCarFollowModel().
|
virtualinherited |
Returns the edge the vehicle is currently at (possibly an internal edge or nullptr)
Reimplemented from MSBaseVehicle.
Definition at line 7504 of file MSVehicle.cpp.
References MSBaseVehicle::getEdge(), MSLane::getEdge(), and MSVehicle::myLane.
|
inherited |
get the current parking area stop or nullptr
Definition at line 1540 of file MSVehicle.cpp.
References MSBaseVehicle::isParking(), and MSBaseVehicle::myStops.
Referenced by MSVehicleTransfer::checkInsertions(), and MSVehicle::Manoeuvre::configureExitManoeuvre().
|
inlinevirtualinherited |
Returns an iterator pointing to the current edge in this vehicles route.
Implements SUMOVehicle.
Definition at line 260 of file MSBaseVehicle.h.
References MSBaseVehicle::myCurrEdge.
Referenced by MSRailSignal::DriveWay::deadlockLaneOccupied(), GUIBaseVehicle::drawStopLabels(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSRailSignal::hasOncomingRailTraffic(), MSBaseVehicle::insertStop(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().
|
inherited |
calculates the distance covered in the next integration step given an acceleration and assuming the current velocity. (gives different results for different integration methods, e.g., euler vs. ballistic)
[in] | accel | the assumed acceleration |
Definition at line 3276 of file MSVehicle.cpp.
References ACCEL2SPEED, MSGlobals::gSemiImplicitEulerUpdate, MAX2(), MSVehicle::State::mySpeed, MSVehicle::myState, and SPEED2DIST.
Referenced by MSVehicle::updateState().
|
virtualinherited |
Returns the depart delay.
Implements SUMOVehicle.
Definition at line 553 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::depart, MSBaseVehicle::getDeparture(), MSBaseVehicle::getParameter(), MSBaseVehicle::hasDeparted(), and SIMSTEP.
Referenced by getColorValue(), GUIMEVehicle::getColorValue(), getParameterWindow(), GUIMEVehicle::getParameterWindow(), GUIBaseVehicle::getScaleValue(), and MSLane::insertVehicle().
|
inlinevirtualinherited |
Returns this vehicle's real departure position.
Implements SUMOVehicle.
Definition at line 346 of file MSBaseVehicle.h.
References MSBaseVehicle::myDepartPos.
|
inlinevirtualinherited |
Returns this vehicle's real departure time.
Implements SUMOVehicle.
Definition at line 322 of file MSBaseVehicle.h.
References MSBaseVehicle::myDeparture.
Referenced by MSBaseVehicle::getDepartDelay(), and MSVehicle::Influencer::postProcessRemoteControl().
|
virtualinherited |
Returns a device of the given type if it exists or 0.
Implements SUMOVehicle.
Definition at line 868 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by MSBaseVehicle::allowsBoarding(), MEVehicle::checkStop(), MSBaseVehicle::createDevice(), LIBSUMO_NAMESPACE::Vehicle::dispatchTaxi(), GUIBaseVehicle::drawOnPos(), MSVehicle::executeMove(), MSBaseVehicle::getElecHybridCurrent(), getParameterWindow(), MSBaseVehicle::getStateOfCharge(), MSVehicle::initDevices(), MSDevice_Bluelight::notifyMove(), rerouteDRTStop(), MSVehicle::updateBestLanes(), and MSBatteryExport::write().
|
inherited |
lists equipped device (types) for the current vehicle
Definition at line 1137 of file GUIBaseVehicle.cpp.
References MSBaseVehicle::getDevices(), joinToString(), and GUIBaseVehicle::myVehicle.
Referenced by getParameterWindow(), and GUIMEVehicle::getParameterWindow().
|
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 1858 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by MSBaseVehicle::getPrefixedParameter().
|
inlinevirtualinherited |
Returns this vehicle's devices.
Implements SUMOVehicle.
Definition at line 433 of file MSBaseVehicle.h.
References MSBaseVehicle::myDevices.
Referenced by GUIBaseVehicle::getDeviceDescription().
|
inherited |
Compute distance that will be covered, if the vehicle moves to a given position on its route, starting at its current position.
destPos | position on the destination edge that shall be reached |
destEdge | destination edge that shall be reached |
Definition at line 6071 of file MSVehicle.cpp.
References MSRoute::getDistanceBetween(), MSLane::getLength(), MSVehicle::getPositionOnLane(), MSLane::isInternal(), MSVehicle::isOnRoad(), MSBaseVehicle::myCurrEdge, MSVehicle::myLane, and MSBaseVehicle::myRoute.
Referenced by MSVehicle::Influencer::gapControlSpeed(), MSVehicle::Influencer::implicitDeltaPosRemote(), and MSVehicle::Influencer::implicitSpeedRemote().
|
inherited |
Returns the vehicle driver's state.
Definition at line 7155 of file MSVehicle.cpp.
References MSDevice_DriverState::getDriverState(), and MSVehicle::myDriverState.
Referenced by MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), and MSDevice_ToC::setAwareness().
|
virtualinherited |
Returns the edge the vehicle is currently at.
Implements SUMOTrafficObject.
Definition at line 205 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myCurrEdge.
Referenced by MSVehicleTransfer::add(), MSBaseVehicle::addStop(), MELoop::changeSegment(), MSVehicleTransfer::checkInsertions(), GUIBaseVehicle::drawOnPos(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::estimateTimeToNextStop(), METriggeredCalibrator::execute(), MSLane::executeMovements(), MSDevice_SSM::findFoeConflictLane(), MSVehicle::Influencer::gapControlSpeed(), LIBSUMO_NAMESPACE::Vehicle::getAllowedSpeed(), MEVehicle::getAngle(), MEVehicle::getAverageSpeed(), GUIMEVehicle::getCenteringBoundary(), MSBaseVehicle::getCurrentEdge(), MSVehicle::getCurrentEdge(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), GUIMEVehicle::getEdgeID(), MSCFModel_CC::getParameter(), MEVehicle::getPosition(), MEVehicle::getRightSideOnEdge(), MSBaseVehicle::getRNG(), MSBaseVehicle::getRNGIndex(), LIBSUMO_NAMESPACE::Vehicle::getRoadID(), GUIBaseVehicle::getScaleValue(), MEVehicle::getSlope(), MSLCM_SL2015::getVehicleCenter(), TraCIServerAPI_Vehicle::processSet(), MESegment::receive(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::reroute(), MSVehicle::rerouteParkingArea(), MELoop::teleportVehicle(), MEVehicle::updateDetectors(), MSFCDExport::write(), and MSBatteryExport::write().
|
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?)
Definition at line 1710 of file MSBaseVehicle.cpp.
References MSDevice_ElecHybrid::getCurrentFromOverheadWire(), and MSBaseVehicle::getDevice().
Referenced by getParameterWindow().
|
inlinevirtualinherited |
retrieve parameters for the energy consumption model
Implements SUMOVehicle.
Definition at line 732 of file MSBaseVehicle.h.
References MSBaseVehicle::getEmissionParameters(), MSBaseVehicle::getVehicleType(), and MSBaseVehicle::myEnergyParams.
Referenced by MSBaseVehicle::getEmissionParameters(), MSBaseVehicle::getEmissions(), and MSBaseVehicle::initDevices().
|
inlineinherited |
Returns emissions of the current state The value is always per 1s, so multiply by step length if necessary.
Definition at line 747 of file MSBaseVehicle.h.
References PollutantsInterface::compute(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), MSBaseVehicle::getEmissionParameters(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getCO2Emission(), LIBSUMO_NAMESPACE::Vehicle::getCOEmission(), LIBSUMO_NAMESPACE::Vehicle::getElectricityConsumption(), LIBSUMO_NAMESPACE::Vehicle::getFuelConsumption(), LIBSUMO_NAMESPACE::Vehicle::getHCEmission(), LIBSUMO_NAMESPACE::Vehicle::getNOxEmission(), and LIBSUMO_NAMESPACE::Vehicle::getPMxEmission().
|
virtualinherited |
return exaggeration associated with this GLObject
Implements GUIGlObject.
Reimplemented in GUIMEVehicle.
Definition at line 407 of file GUIBaseVehicle.cpp.
References GUIPropertySchemeStorage< T >::getActive(), GUIPropertyScheme< T >::getColor(), GUIVisualizationSizeSettings::getExaggeration(), GUIBaseVehicle::getScaleValue(), GUIPropertySchemeStorage< T >::getScheme(), GUIVisualizationSettings::vehicleScaler, and GUIVisualizationSettings::vehicleSize.
Referenced by GUIBaseVehicle::drawOnPos().
|
virtualinherited |
Returns the follower of the vehicle looking for a fixed distance.
If the distance is not given it is set to the value of MSCFModel::brakeGap(2*roadSpeed, 4.5, 0) The gap returned does not include the minGap. If there are multiple followers, the one that maximizes the term (getSecureGap - gap) is returned.
dist | up to which distance to look at least for a leader |
Reimplemented from MSBaseVehicle.
Definition at line 6118 of file MSVehicle.cpp.
References MSCFModel::brakeGap(), MSVehicle::getCarFollowModel(), MSLane::getEdge(), MSLane::getFollower(), MSVehicle::getPositionOnLane(), MSEdge::getSpeedLimit(), and MSVehicle::myLane.
Referenced by MSLaneChanger::yieldToDeadlockOncoming(), and MSLaneChanger::yieldToOppositeWaiting().
|
inherited |
Returns the current friction on the road as perceived by the friction device.
Definition at line 7161 of file MSVehicle.cpp.
References MSDevice_Friction::getMeasuredFriction(), and MSVehicle::myFrictionDevice.
Referenced by MSCFModel::finalizeSpeed().
|
inlineinherited |
Definition at line 92 of file GUIGlObject.h.
References GUIGlObject::myFullName.
Referenced by SUMORTree::addAdditionalGLObject(), GUIGlObject::buildPopupHeader(), GUIGlObject_AbstractAdd::GUIGlObject_AbstractAdd(), GUIGLObjectPopupMenu::onCmdCopyTypedName(), GUIParam_PopupMenuInterface::onCmdOpenTracker(), GUIParameterTableWindow::onLeftBtnPress(), GUICalibrator::openManipulator(), GUILaneSpeedTrigger::openManipulator(), GUITriggeredRerouter::openManipulator(), GUIDialog_GLChosenEditor::rebuildList(), GUIGlObject_AbstractAdd::remove(), SUMORTree::removeAdditionalGLObject(), and GUISelectedStorage::save().
|
inlineinherited |
Definition at line 838 of file MSVehicle.h.
References MSVehicle::myFurtherLanes.
Referenced by MSLane::detectCollisionBetween(), MSVehicle::getBackPositionOnLane(), MSLane::getFollowersOnConsecutive(), MSLaneChangerSublane::startChangeSublane(), MSAbstractLaneChangeModel::updateShadowLane(), and MSAbstractLaneChangeModel::updateTargetLane().
|
inlineinherited |
Definition at line 842 of file MSVehicle.h.
References MSVehicle::myFurtherLanesPosLat.
Referenced by MSAbstractLaneChangeModel::updateShadowLane().
|
inherited |
get icon associated with this GL Object
Definition at line 191 of file GUIGlObject.cpp.
References GUIGlObject::myIcon.
|
inlineinherited |
Returns the numerical id of the object.
Definition at line 102 of file GUIGlObject.h.
References GUIGlObject::myGlID.
Referenced by GUIMessageWindow::appendMsg(), GUIGlObject::buildSelectionPopupEntry(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GNECalibrator::drawCalibratorSymbol(), GUIBusStop::drawGL(), GUICalibrator::drawGL(), GUIChargingStation::drawGL(), GUIJunctionWrapper::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIOverheadWire::drawGL(), GUIOverheadWireClamp::drawGL(), GUIParkingArea::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GNEAccess::drawGL(), GNEBusStop::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNEEntryExitDetector::drawGL(), GNEInductionLoopDetector::drawGL(), GNEInstantInductionLoopDetector::drawGL(), GNELaneAreaDetector::drawGL(), GNEParkingArea::drawGL(), GNEParkingSpace::drawGL(), GNERerouterSymbol::drawGL(), GNERouteProbe::drawGL(), GNETAZ::drawGL(), GNEVaporizer::drawGL(), GNEVariableSpeedSignSymbol::drawGL(), GNETAZRelData::drawGL(), GNEContainer::drawGL(), GNEPerson::drawGL(), GNEVehicle::drawGL(), GNEConnection::drawGL(), GNECrossing::drawGL(), GNEInternalLane::drawGL(), GNEJunction::drawGL(), GNELane::drawGL(), GNEWalkingArea::drawGL(), GUIContainer::drawGL(), GUIEdge::drawGL(), GUILane::drawGL(), GUIPerson::drawGL(), GUIPointOfInterest::drawGL(), GUIPolygon::drawGL(), GUIBaseVehicle::drawGLAdditional(), GUIContainer::drawGLAdditional(), GUIPerson::drawGLAdditional(), GUILane::drawLinkRule(), GNEAdditional::drawListedAddtional(), GUIBaseVehicle::drawOnPos(), GNELaneAreaDetector::drawPartialGL(), GNEOverheadWire::drawPartialGL(), GNEEdgeData::drawPartialGL(), GNEEdgeRelData::drawPartialGL(), GNERoute::drawPartialGL(), GNEVehicle::drawPartialGL(), GNEDemandElement::drawPersonPlanPartial(), GNEAdditional::drawSquaredAdditional(), GNEStop::drawStopPersonOverBusStop(), GNEStop::drawStopPersonOverEdge(), GNEStop::drawVehicleStop(), GUIJunctionWrapper::getColorValue(), getColorValue(), GUIMEVehicle::getColorValue(), GUIContainer::getColorValue(), GUIEdge::getColorValue(), GUIPerson::getColorValue(), GNEPOI::getGlID(), GNEPoly::getGlID(), GUISUMOAbstractView::getGUIGlObjectsAtPosition(), GUIEdge::getIDs(), GUISUMOAbstractView::getObjectAtPosition(), GUISUMOAbstractView::getObjectsAtPosition(), GUIShapeContainer::getPOIIds(), GUIShapeContainer::getPolygonIDs(), GUIBaseVehicle::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUIEdge::getScaleValue(), GUITransportableControl::insertIDs(), GUIMEVehicleControl::insertVehicleIDs(), GUIVehicleControl::insertVehicleIDs(), GUILane::isLaneOrEdgeSelected(), isSelected(), GUIContainer::isSelected(), GUIEdge::isSelected(), GUILane::isSelected(), GUIPerson::isSelected(), GUISelectedStorage::isSelected(), GUISUMOViewParent::isSelected(), GUIGlChildWindow::isSelected(), GUIViewTraffic::onCmdAddRerouter(), GUIGLObjectPopupMenu::onCmdAddSelected(), GUIGLObjectPopupMenu::onCmdCenter(), GNEElementTree::onCmdCenterItem(), GUIViewTraffic::onCmdCloseEdge(), GUIViewTraffic::onCmdCloseLane(), GUIDialog_GLChosenEditor::onCmdDeselect(), GUIApplicationWindow::onCmdEditChosen(), GUIGLObjectPopupMenu::onCmdRemoveSelected(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdStartTrack(), GUIContainer::GUIContainerPopupMenu::onCmdStartTrack(), GUIPerson::GUIPersonPopupMenu::onCmdStartTrack(), GUIDialog_ChooserAbstract::onCmdTrack(), GUIViewTraffic::onGamingClick(), GUIDialog_ChooserAbstract::refreshList(), GLObjectValuePassConnector< T >::removeObject(), selectBlockingFoes(), GUIPointOfInterest::setColor(), GUIPolygon::setColor(), GUIMessageWindow::setCursorPos(), GUIViewTraffic::showLaneReachability(), GUIGlObject::~GUIGlObject(), and GUIPerson::~GUIPerson().
|
inherited |
Returns noise emissions of the current state.
Definition at line 1720 of file MSBaseVehicle.cpp.
References HelpersHarmonoise::computeNoise(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.
Referenced by getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getNoiseEmission(), and getParameterWindow().
|
inlineinherited |
Returns the id.
Definition at line 74 of file Named.h.
References Named::myID.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSCFModel_EIDM::_v(), MSCFModel_ACC::_v(), MSCFModel_IDM::_v(), MSCFModel_CACC::_v(), MSCFModel_Wiedemann::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSTransportableControl::abortAnyWaitingForVehicle(), MSLaneChangerSublane::abortLCManeuver(), MSTransportable::abortStage(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaderDistance(), MSVehicle::adaptToLeaders(), MSVehicleTransfer::add(), MSPModel_Striping::add(), PCPolyContainer::add(), ShapeContainer::add(), MSDetectorControl::add(), NLTriggerBuilder::addAccess(), RORouteDef::addAlternative(), MSLane::addApproachingLane(), MSTractionSubstation::addChargeValueForOutput(), MSChargingStation::addChargeValueForOutput(), MSOverheadWire::addChargeValueForOutput(), NBNodeCont::addCluster2Join(), NLHandler::addConnection(), NBLoadedSUMOTLDef::addConnection(), MSPModel_Striping::addCrossingVehs(), RODFDetectorCon::addDetector(), NIXMLEdgesHandler::addEdge(), RONet::addEdge(), ROJTREdge::addFollowerProbability(), MSLCM_SL2015::addLCSpeedAdvice(), MSLane::addLeaders(), MSTLLogicControl::TLSLogicVariants::addLogic(), RONet::addNode(), MSTractionSubstation::addOverheadWireClampToCircuit(), MSTractionSubstation::addOverheadWireInnerSegmentToCircuit(), MSTractionSubstation::addOverheadWireSegmentToCircuit(), MSTriggeredRerouter::addParkValues(), NIImporter_SUMO::addPhase(), GUIEdge::addRerouter(), MSDevice_Taxi::addReservation(), MSDispatch::addReservation(), MSRouteHandler::addRideOrTransport(), RONet::addRouteDef(), NIXMLEdgesHandler::addSplit(), NBTrafficLightLogic::addStep(), MSRouteHandler::addStop(), RORouteHandler::addStop(), ROVehicle::addStop(), MSBaseVehicle::addStop(), MSNet::addStoppingPlace(), MSRouteHandler::addTranship(), MSVehicle::addTransportable(), AGActivityTripWriter::addTrip(), MSRouteHandler::addVehicleStopsToImplicitRoute(), NIXMLConnectionsHandler::addWalkingArea(), MSBaseVehicle::allowsBoarding(), MSTransportable::appendStage(), LIBSUMO_NAMESPACE::Person::appendWalkingStage(), MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilterLateralDistanceSinglePass(), libsumo::Helper::applySubscriptionFilters(), libsumo::Helper::applySubscriptionFilterTurn(), MSLaneChanger::avoidDeadlock(), MSDevice_ToC::awarenessRecoveryStep(), GUITrafficLightLogicWrapper::begin2TrackPhases(), MSPModel_Striping::blockedAtDist(), MSLink::blockedAtTime(), MSLink::blockedByFoe(), MSVehicle::boardTransportables(), NIVisumTL::build(), LIBSUMO_NAMESPACE::TrafficLight::buildConstraint(), MSSOTLE2Sensors::buildContinueSensior(), MSSOTLE2Sensors::buildCountSensorForLane(), MSSOTLE2Sensors::buildCountSensorForOutLane(), NBNode::buildCrossings(), NBNode::buildCrossingsAndWalkingAreas(), MSTransportableDevice_Routing::buildDevices(), MSTransportableDevice_BTreceiver::buildDevices(), MSTransportableDevice_BTsender::buildDevices(), MSTransportableDevice_FCD::buildDevices(), NIImporter_VISUM::buildDistrictNode(), MSRailSignal::LinkInfo::buildDriveWay(), NLDetectorBuilder::buildE2Detector(), RODFNet::buildEdgeFlowMap(), NLDetectorBuilder::buildInductLoop(), NBEdge::buildInnerEdges(), NLTriggerBuilder::buildInnerOverheadWireSegments(), GNETLSEditorFrame::buildInternalLanes(), NIVissimEdge::buildNBEdge(), NGEdge::buildNBEdge(), NBOwnTLDef::buildNemaPhases(), NBRampsComputer::buildOffRamp(), NBRampsComputer::buildOnRamp(), MSRailSignal::DriveWay::buildRoute(), MELoop::buildSegmentsFor(), MSSOTLE2Sensors::buildSensorForLane(), MSSOTLE2Sensors::buildSensorForOutLane(), libsumo::Helper::buildStopParameters(), MSDevice_Battery::buildVehicleDevices(), MSDevice_Bluelight::buildVehicleDevices(), MSVehicleDevice_BTreceiver::buildVehicleDevices(), MSVehicleDevice_BTsender::buildVehicleDevices(), MSDevice_DriverState::buildVehicleDevices(), MSDevice_ElecHybrid::buildVehicleDevices(), MSDevice_Example::buildVehicleDevices(), MSDevice_FCD::buildVehicleDevices(), MSDevice_Friction::buildVehicleDevices(), MSDevice_GLOSA::buildVehicleDevices(), MSDevice_Routing::buildVehicleDevices(), MSDevice_SSM::buildVehicleDevices(), MSDevice_Taxi::buildVehicleDevices(), MSDevice_ToC::buildVehicleDevices(), MSDevice_Tripinfo::buildVehicleDevices(), MSDevice_Transportable::buildVehicleDevices(), MSDevice_Vehroutes::buildVehicleDevices(), NBNode::buildWalkingAreas(), MSBaseVehicle::calculateArrivalParams(), MSSwarmTrafficLightLogic::calculateEtaDiff(), MSSwarmTrafficLightLogic::calculateEtaRatio(), NEMALogic::calculateInitialPhases170(), MSE2Collector::calculateTimeLossAndTimeOnDetector(), MSStageDriving::canLeaveVehicle(), MSSOTLPolicyBasedTrafficLightLogic::canRelease(), MSLCHelper::canSaveBlockerLength(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLCM_SL2015::changed(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), MSActuatedTrafficLightLogic::changeStepAndDuration(), MSSimpleTrafficLightLogic::changeStepAndDuration(), LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSTLLogicControl::check2Switch(), MSEdge::checkAndRegisterBiDirEdge(), MSLaneChanger::checkChange(), MSLaneChanger::checkChangeOpposite(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeSublane(), NBEdgeCont::checkConsistency(), MSRailSignal::DriveWay::checkCrossingFlanks(), MSDevice_ToC::checkDynamicToC(), MSLane::checkFailure(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSE2Collector::checkPositioning(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MEVehicle::checkStop(), MSLCM_SL2015::checkStrategicChange(), MSAbstractLaneChangeModel::checkTraCICommands(), MSLaneChanger::checkTraCICommands(), MSLink::checkWalkingAreaFoe(), MSSwarmTrafficLightLogic::choosePolicy(), MSDevice_SSM::classifyEncounter(), ShapeContainer::clearHighlights(), NBTrafficLightLogic::closeBuilding(), ODDistrictHandler::closeDistrict(), NLHandler::closeEdge(), MSDevice_SSM::closeEncounter(), MSRouteHandler::closeFlow(), RORouteHandler::closeRouteDistribution(), MSRouteHandler::closeVehicle(), RORouteHandler::closeVehicle(), NBTrafficLightDefinition::collectAllLinks(), NBTrafficLightDefinition::collectEdges(), NBLoadedSUMOTLDef::collectEdgeVectors(), NBLoadedTLDef::collectLinks(), MSLCM_SL2015::commitManoeuvre(), IntermodalRouter< E, L, N, V >::compute(), ROJTRRouter::compute(), NBTrafficLightDefinition::compute(), MSVehicle::computeAngle(), MSDispatch::computeDetourTime(), NBNodeShapeComputer::computeEdgeBoundaries(), MSVehicle::computeFurtherLanes(), MSDevice_SSM::computeGlobalMeasures(), NBNode::computeInternalLaneShape(), NBNode::computeLanes2Lanes(), NBNode::computeLogic(), NBOwnTLDef::computeLogicAndConts(), NBNodeShapeComputer::computeNodeShapeDefault(), NBNodeShapeComputer::computeNodeShapeSmall(), NBNodeTypeComputer::computeNodeTypes(), RODFNet::computeRoutesFor(), MSLaneChanger::computeSafeOppositeLength(), NBTrafficLightLogicCont::computeSingleLogic(), NBNode::computeSmoothShape(), MSLCM_LC2013::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSDevice_SSM::computeSSMs(), MSLaneChanger::computeSurplusGap(), NBTurningDirectionsComputer::computeTurnDirectionsForNode(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), NGNet::connect(), MSRailSignal::constraintsAllow(), NEMALogic::constructTimingAndPhaseDefs(), MSLaneChanger::continueChange(), MSLaneChangerSublane::continueChangeSublane(), libsumo::Helper::convertCartesianToRoadMap(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), NBLoadedSUMOTLDef::copyIndices(), NBOwnTLDef::corridorLike(), MSSOTLWaveTrafficLightLogic::countVehicles(), MSSOTLE2Sensors::countVehicles(), MSDevice_SSM::createEncounters(), GNETLSEditorFrame::TLSDefinition::createTLS(), GUINet::createTLWrapper(), MSDevice_Taxi::customerArrived(), NBNodeCont::customTLID(), MSDevice_ToC::deactivateDeliberateLCs(), MSRailSignal::DriveWay::deadlockLaneOccupied(), libsumo::Helper::debugPrint(), MSLCM_SL2015::decideDirection(), MSActuatedTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decideNextPhase(), MSSOTLPolicyBasedTrafficLightLogic::decideNextPhase(), MSSwarmTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decidePolicy(), MSSwarmTrafficLightLogic::decidePolicy(), MSVehicleControl::deleteVehicle(), MSDevice_ElecHybrid::deleteVehicleFromCircuit(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSE3Collector::detectorUpdate(), MSLane::detectPedestrianJunctionCollision(), NIVissimDistrictConnection::dict_BuildDistrictNodes(), NIVissimDistrictConnection::dict_BuildDistricts(), MSRoute::dict_saveState(), MSEdge::dictionaryHint(), NBNodeCont::discardTrafficLights(), MSDispatch_Greedy::dispatch(), MSDispatch_GreedyShared::dispatch(), MSDispatch_RouteExtension::dispatch(), MSDevice_Taxi::dispatchShared(), GUILane::drawGL(), MSDevice_SSM::Encounter::Encounter(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSE3Collector::enter(), NEMAPhase::enter(), MSParkingArea::enter(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSTransportableControl::erase(), NEMALogic::error_handle_not_set(), METriggeredCalibrator::execute(), Command_SaveTLSProgram::execute(), Command_SaveTLSState::execute(), Command_SaveTLSSwitches::execute(), Command_SaveTLSSwitchStates::execute(), Command_RouteReplacement::execute(), MSDevice_BTreceiver::BTreceiverUpdate::execute(), MSVTypeProbe::execute(), MSPModel_Striping::MovePedestrians::execute(), MSCalibrator::execute(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSLane::executeMovements(), NBNodeCont::extract(), NBTrafficLightLogicCont::extract(), LIBSUMO_NAMESPACE::Person::filterReservation(), NBLoadedSUMOTLDef::finalChecks(), MSCFModel::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_EIDM::finalizeSpeed(), MSLaneChanger::findCandidate(), LIBSUMO_NAMESPACE::TrafficLight::findConstraintsDeadLocks(), MSRailSignal::DriveWay::findFlankProtection(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Simulation::findIntermodalRoute(), MSDevice_SSM::findSurroundingVehicles(), MSDevice_SSM::flushConflicts(), MSDevice_SSM::flushGlobalMeasures(), MSCFModel_CACC::followSpeed(), MSCFModel_EIDM::followSpeed(), MSCFModel_W99::followSpeed(), NBTrafficLightDefinition::forbids(), MSLaneChanger::foundHilltop(), MSCFModel_EIDM::freeSpeed(), NBNodeCont::generateNodeClusters(), MSDevice_Tripinfo::generateOutput(), MSStopOut::generateOutputForUnfinished(), GUITrafficLightLogicWrapper::getActiveTLLogic(), RODFDetectorCon::getAggFlowFor(), RODFDetectorCon::getAnyDetectorForEdge(), MSPModel_Striping::getArbitraryPath(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), LIBSUMO_NAMESPACE::Vehicle::getBestLanes(), MSLaneChanger::getBestLanesOpposite(), NBOwnTLDef::getBestPair(), NBRailwayTopologyAnalyzer::getBrokenRailNodes(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), MSVehicle::getCenterOnEdge(), MSDevice_Battery::getChargingStationID(), MSRailSignal::getClickableTLLinkID(), LIBSUMO_NAMESPACE::Simulation::getCollisions(), getColorValue(), MSLaneChanger::getColumnleader(), MSActuatedTrafficLightLogic::getConditions(), LIBSUMO_NAMESPACE::TrafficLight::getConstraintsByFoe(), LIBSUMO_NAMESPACE::TrafficLight::getControlledLinks(), MSLane::getCriticalLeader(), MSCalibrator::getCurrentStateInterval(), NBNodeShapeComputer::getDefaultRadius(), MSLink::getDescription(), MSStop::getDescription(), NBTrafficLightDefinition::getDescription(), GUIPerson::getDestinationEdgeID(), GUIPerson::getDestinationStopID(), MSDevice_SSM::getDetectionRange(), RODFNet::getDetectorEdge(), MSActuatedTrafficLightLogic::getDetectorPriority(), MSRailSignal::LinkInfo::getDriveWay(), MSSimpleTrafficLightLogic::getEarliest(), GUIPerson::getEdgeID(), GUIMEVehicle::getEdgeID(), MSMeanData::getEdgeID(), LIBSUMO_NAMESPACE::RouteProbe::getEdgeID(), MSDevice_SSM::getExtraTime(), MSPModel_Remote::getFirstPedestrianLane(), MSLane::getFirstVehicleInformation(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), GUIPerson::getFromEdgeID(), NBEdge::getID(), MSRailSignal::getJunctionLinkID(), RORouteHandler::getJunctionTaz(), LIBSUMO_NAMESPACE::Calibrator::getLaneID(), 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(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForInputLanes(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForOutputLanes(), MSDevice_SSM::getMeasuresAndThresholds(), NIImporter_VISUM::getNamedEdgeContinuating(), MSPModel_Striping::getNeighboringObstacles(), MSCalibrator::getNewVehicleID(), MSPerson::getNextEdge(), MSPModel_Striping::getNextLane(), MSPModel_Striping::getNextLaneObstacles(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSDevice_SSM::getOutputFilename(), MSDevice_ElecHybrid::getOverheadWireSegmentID(), MSOverheadWire::getOverheadWireSegmentName(), MSDevice_ToC::getParameter(), MSActuatedTrafficLightLogic::getParameter(), NEMALogic::getParameter(), LIBSUMO_NAMESPACE::Simulation::getParameter(), GUITrafficLightLogicWrapper::getParameterWindow(), GUIContainer::getParameterWindow(), GUILane::getParameterWindow(), GUILane::getParentName(), MSLane::getPartialBehind(), MSSimpleDriverState::getPerceivedHeadway(), MSSimpleDriverState::getPerceivedSpeedDifference(), MSSOTLTrafficLightLogic::getPhaseIndexWithMaxCTS(), MSSwarmTrafficLightLogic::getPheromoneForInputLanes(), MSSwarmTrafficLightLogic::getPheromoneForOutputLanes(), PolygonDynamics::getPolygonID(), GUITrafficLightLogicWrapper::getPopUpMenu(), NLTriggerBuilder::getPosition(), NLDetectorBuilder::getPositionChecking(), MSBaseVehicle::getPrefixedParameter(), MSCFModel_CC::getRadarMeasurements(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), LIBSUMO_NAMESPACE::Vehicle::getRoadID(), MSLCHelper::getRoundaboutDistBonus(), LIBSUMO_NAMESPACE::Vehicle::getRouteID(), LIBSUMO_NAMESPACE::Calibrator::getRouteProbeID(), MSBaseVehicle::getRouteValidity(), GUIBaseVehicle::getScaleValue(), MSAbstractLaneChangeModel::getShadowLane(), MSBaseVehicle::getSingularType(), MSTransportable::getSingularType(), LIBSUMO_NAMESPACE::Person::getStage(), MSPerson::MSPersonStage_Walking::getStageSummary(), MSStageDriving::getStageSummary(), MSStageTranship::getStageSummary(), MSStageTrip::getStageSummary(), MSStageWaiting::getStageSummary(), MSDevice_Taxi::getStopLane(), MSNet::getStoppingPlaceID(), MSDevice::getStringParam(), MSLane::getSurroundingVehicles(), MSActuatedTrafficLightLogic::getTarget(), MSRailSignal::getTLLinkID(), NIImporter_OpenDrive::getTLSSecure(), MSDevice_ElecHybrid::getTractionSubstationID(), PedestrianEdge< E, L, N, V >::getTravelTime(), MSVehicle::getUpcomingLanesUntil(), MSLane::getUpcomingLinks(), MSDevice_SSM::getUpstreamVehicles(), LIBSUMO_NAMESPACE::Person::getVehicle(), LIBSUMO_NAMESPACE::TrafficLight::getVehicleByTripId(), GUIPerson::getVehicleID(), MSPModel_Striping::getVehicleObstacles(), MSDevice_SSM::getVehiclesOnJunction(), MSRailSignalConstraint::getVehID(), MSStageDriving::getWaitingDescription(), MSEdge::getWaitingVehicle(), MSLink::getZipperSpeed(), GNEEdge::GNEEdge(), NBNode::guessCrossings(), RODFDetectorCon::guessEmptyFlows(), NBNodeCont::guessTLs(), GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerWindow(), MSLane::handleCollisionBetween(), MSRailSignal::hasInsertionConstraint(), MSRailSignal::hasOncomingRailTraffic(), MSBaseVehicle::hasValidRouteStart(), MSVehicle::hasValidRouteStart(), MSBaseVehicle::haveValidStopEdges(), LIBSUMO_NAMESPACE::POI::highlight(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSIdling_Stop::idle(), MSIdling_RandomCircling::idle(), MSLink::ignoreFoe(), MSVehicle::ignoreRed(), MSVehicle::Influencer::implicitDeltaPosRemote(), NBNode::indirectLeftShape(), MSLCM_LC2013::inform(), MSLCM_SL2015::inform(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), MSCalibrator::init(), NBEdge::init(), MSDelayBasedTrafficLightLogic::init(), MSDeterministicHiLevelTrafficLightLogic::init(), MSSOTLTrafficLightLogic::init(), MSSwarmTrafficLightLogic::init(), MSTrafficLightLogic::init(), MSActuatedTrafficLightLogic::init(), MSRailSignal::init(), NEMALogic::init(), MSActuatedTrafficLightLogic::initAttributeOverride(), MSE2Collector::initAuxiliaries(), MESegment::initialise(), MSTrafficLightLogic::initMesoTLSPenalties(), PolygonDynamics::initTrackedPosition(), NIImporter_SUMO::initTrafficLightLogic(), NIXMLTrafficLightsHandler::initTrafficLightLogic(), MSPModel_Striping::initWalkingAreaPaths(), NBDistrictCont::insert(), NBNodeCont::insert(), NBTrafficLightLogicCont::insert(), NIImporter_OpenStreetMap::insertEdge(), MSCFModel_IDM::insertionFollowSpeed(), MSBaseVehicle::insertStop(), MSLane::insertVehicle(), MSEdge::insertVehicle(), MSLane::integrateNewVehicles(), GNEJunction::invalidateTLS(), NBNode::invalidateTLS(), MSTLLogicControl::isActive(), MSPedestrianPushButton::isActiveForEdge(), MSPedestrianPushButton::isActiveOnAnySideOfTheRoad(), RODFNet::isAllowed(), RODFNet::isDestination(), RODFNet::isFalseSource(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), MESegment::isOpen(), RODFNet::isSource(), NIImporter_VISUM::isSplitEdge(), MSSOTLTrafficLightLogic::isThresholdPassed(), RORoute::isValid(), MSStageDriving::isWaitingFor(), MESegment::jamThresholdForSpeed(), NBNodeCont::joinNodeCluster(), NBNodeCont::joinSameJunctions(), MSVehicle::joinTrainPartFront(), MSAbstractLaneChangeModel::laneChangeOutput(), MSVehicle::lateralDistanceToLane(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSVehicle::leaveLane(), MSDevice_BTreceiver::BTreceiverUpdate::leaveRange(), MSPedestrianPushButton::loadCrossingEdgeMap(), NIImporter_OpenDrive::loadNetwork(), MSPedestrianPushButton::loadPushButtons(), MSActuatedTrafficLightLogic::loadState(), ODDistrictCont::makeDistricts(), MSE2Collector::makeMoveNotification(), MSE2Collector::makeVehicleInfo(), MEVehicle::mayProceed(), MSSOTLE2Sensors::meanVehiclesSpeed(), METriggeredCalibrator::METriggeredCalibrator(), MSPModel_Striping::moveInDirection(), MSPModel_Striping::moveInDirectionOnLane(), MSPModel_Striping::PState::moveTo(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), MSDevice_ToC::MRMExecutionStep(), MSChargingStation::MSChargingStation(), MSDevice_Battery::MSDevice_Battery(), MSDevice_ElecHybrid::MSDevice_ElecHybrid(), MSDevice_Taxi::MSDevice_Taxi(), MSDevice_ToC::MSDevice_ToC(), MSE2Collector::MSE2Collector(), MSLCM_LC2013::MSLCM_LC2013(), MSParkingArea::MSParkingArea(), MSSimpleDriverState::MSSimpleDriverState(), MSLCM_SL2015::mustOvertakeStopped(), NBLoadedTLDef::myCompute(), NIImporter_SUMO::myEndElement(), MSStateHandler::myStartElement(), MSCalibrator::myStartElement(), MSLaneSpeedTrigger::myStartElement(), MSTriggeredRerouter::myStartElement(), MSPModel_Striping::nextBlocking(), MSDevice_ElecHybrid::notifyEnter(), MSE2Collector::notifyEnter(), MSDevice_Bluelight::notifyEnter(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_Example::notifyEnter(), MSDevice_GLOSA::notifyEnter(), MSDevice_SSM::notifyEnter(), MSDevice_Tripinfo::notifyEnter(), MSMeanData::MeanDataValues::notifyEnter(), MSMeanData::MeanDataValueTracker::notifyEnter(), MSMeanData_Net::MSLaneMeanDataValues::notifyEnter(), MSRailSignalConstraint_Predecessor::PassedTracker::notifyEnter(), MSCalibrator::VehicleRemover::notifyEnter(), MSTriggeredRerouter::notifyEnter(), MSE3Collector::MSE3EntryReminder::notifyEnter(), MSE3Collector::MSE3LeaveReminder::notifyEnter(), MSDevice_ElecHybrid::notifyLeave(), MSDevice_Bluelight::notifyLeave(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_Example::notifyLeave(), MSDevice_SSM::notifyLeave(), MSDevice_Transportable::notifyLeave(), MSDevice_Tripinfo::notifyLeave(), MSE2Collector::notifyLeave(), MSE3Collector::MSE3EntryReminder::notifyLeave(), MSE3Collector::MSE3LeaveReminder::notifyLeave(), MSDevice_ElecHybrid::notifyMove(), MSDevice_Battery::notifyMove(), MSDevice_Bluelight::notifyMove(), MSDevice_BTreceiver::notifyMove(), MSDevice_BTsender::notifyMove(), MSDevice_Example::notifyMove(), MSDevice_GLOSA::notifyMove(), MSDevice_SSM::notifyMove(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), MSMeanData::MeanDataValues::notifyMove(), MSDevice_ToC::notifyMove(), MSE3Collector::MSE3LeaveReminder::notifyMove(), MSE3Collector::MSE3EntryReminder::notifyMove(), MSMeanData_Net::MSLaneMeanDataValues::notifyMoveInternal(), GNETLSEditorFrame::TLSDefinition::onCmdResetCurrentProgram(), MSVehicle::onRemovalFromNet(), MSLink::opened(), RORouteHandler::openRoute(), MSLane::incoming_lane_priority_sorter::operator()(), MSLane::outgoing_lane_priority_sorter::operator()(), MSEdge::transportable_by_position_sorter::operator()(), NBNetBuilder::by_id_sorter::operator()(), NBNode::nodes_by_id_sorter::operator()(), RODFNet::idComp::operator()(), MSLaneChangerSublane::outputLCStarted(), NIImporter_VISUM::parse_Connectors_legacy(), NIImporter_VISUM::parse_EdgePolys(), NIImporter_VISUM::parse_Lanes(), NIImporter_VISUM::parse_stopPoints(), NIImporter_VISUM::parse_Turns(), NLTriggerBuilder::parseAndBuildCalibrator(), NLTriggerBuilder::parseAndBuildOverheadWireSection(), MSRouteHandler::parseWalkPositions(), NBLoadedSUMOTLDef::patchIfCrossingsAdded(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), MSRoutingEngine::patchSpeedForTurns(), NBLoadedTLDef::SignalGroup::patchTYellow(), MSCFModel_CC::performAutoLaneChange(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSLane::planMovements(), PolygonDynamics::PolygonDynamics(), MSInternalJunction::postloadInit(), MSRightOfWayJunction::postloadInit(), MSVehicle::Influencer::postProcessRemoteControl(), MSLCM_SL2015::prepareStep(), MSDevice_Taxi::prepareStop(), MSLCM_SL2015::preventSliding(), MSAbstractLaneChangeModel::primaryLaneChanged(), AGStreet::print(), MSStageDriving::proceed(), MSDevice_SSM::processEncounters(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), NIXMLNodesHandler::processNodeType(), TraCIServerAPI_Vehicle::processSet(), MSVehicle::processTraCISpeedControl(), NIXMLNodesHandler::processTrafficLightDefinitions(), MSDelayBasedTrafficLightLogic::proposeProlongation(), NBNodeCont::pruneClusterFringe(), NBNodeCont::pruneSlipLaneNodes(), MSPModel_Striping::PState::PState(), MSOffTrafficLightLogic::rebuildPhase(), NBEdge::recheckLanes(), NBEdgeCont::recheckPostProcessConnections(), NIImporter_OpenStreetMap::reconstructLayerElevation(), NBLoadedSUMOTLDef::reconstructLogic(), NBEdge::reduceGeometry(), MSNet::registerCollision(), MSRailSignalControl::registerProtectedDriveway(), MSLink::removeApproaching(), LIBSUMO_NAMESPACE::TrafficLight::removeConstraints(), MSVehicle::removePassedDriveItems(), MSCalibrator::removePending(), MSDispatch::removeReservation(), GNEJunction::removeTLSConnections(), NBNodeCont::rename(), NBTrafficLightLogicCont::rename(), RORouteDef::repairCurrentRoute(), GNEJunction::replaceIncomingConnections(), MSVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::replaceStop(), MSTransportable::replaceVehicleType(), NIImporter_DlrNavteq::TrafficlightsHandler::report(), NLEdgeControlBuilder::reportCurrentEdgeOrLane(), MSDevice_SSM::requestsTrajectories(), MSDevice_ToC::requestToC(), MSPerson::reroute(), MSBaseVehicle::reroute(), MSRailSignal::LinkInfo::reroute(), rerouteDRTStop(), MSTriggeredRerouter::rerouteParkingArea(), MSVehicle::rerouteParkingArea(), MSTransportable::rerouteParkingArea(), MSDevice_ToC::resetDeliberateLCs(), MSLane::resetManeuverReservation(), MSLane::resetPartialOccupation(), MSDevice_Bluelight::resetVehicle(), MSLaneChanger::resolveDeadlock(), LIBSUMO_NAMESPACE::Vehicle::resume(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MSRailSignal::retrieveDriveWay(), NIImporter_OpenDrive::retrieveSignalEdges(), RODFNet::revalidateFlows(), NBRailwayTopologyAnalyzer::reverseEdges(), MSStageDriving::routeOutput(), MSStageTranship::routeOutput(), MSStageTrip::routeOutput(), MSStageWaiting::routeOutput(), MSLane::safeInsertionSpeed(), LIBSUMO_NAMESPACE::RouteProbe::sampleCurrentRouteID(), LIBSUMO_NAMESPACE::RouteProbe::sampleLastRouteID(), RONet::saveAndRemoveRoutesUntil(), ROPerson::Ride::saveAsXML(), ROVehicle::saveAsXML(), MSLCHelper::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSBaseVehicle::saveState(), MSLane::saveState(), MSTransportable::saveState(), MESegment::saveState(), MSDevice::saveState(), MSDevice_Routing::saveState(), MSDevice_Transportable::saveState(), MSDevice_Tripinfo::saveState(), MSDevice_Vehroutes::saveState(), MSTransportableDevice_Routing::saveState(), MSSimpleTrafficLightLogic::saveState(), MSStageDriving::saveState(), MSCalibrator::scheduleRemoval(), selectBlockingFoes(), MSE2Collector::selectLanes(), MSVehicle::setAngle(), MSLink::setApproaching(), MSVehicle::setApproachingForAllLinks(), MSStageTrip::setArrived(), NBNodeCont::setAsTLControlled(), MSSimpleDriverState::setAwareness(), NLEdgeControlBuilder::setDefaultStopOffset(), MSBaseVehicle::setDepartAndArrivalEdge(), MSCalibrator::setFlow(), NBEdge::setGeometry(), MSBaseVehicle::setJunctionModelParameter(), MSTransportable::setJunctionModelParameter(), MSAbstractLaneChangeModel::setManeuverDist(), MSLane::setManeuverReservation(), MSDevice_Battery::setMaximumBatteryCapacity(), NBEdge::setNodeBorder(), MSLane::setOpposite(), MSLCM_SL2015::setOwnState(), MSDevice_ToC::setParameter(), MSActuatedTrafficLightLogic::setParameter(), MSSimpleTrafficLightLogic::setParameter(), NEMALogic::setParameter(), MSCFModel_CACC::setParameter(), MSCFModel_CC::setParameter(), MSLane::setPartialOccupation(), MSDevice_Battery::setPowerMax(), NBEdgePriorityComputer::setPriorityJunctionPriorities(), libsumo::Helper::setRemoteControlled(), MSLink::setRequestInformation(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), LIBSUMO_NAMESPACE::Vehicle::setRouteID(), MSDevice_Battery::setStoppingTreshold(), NBLoadedSUMOTLDef::setTLControllingInformation(), NBLoadedTLDef::setTLControllingInformation(), NBOwnTLDef::setTLControllingInformation(), NBTrafficLightLogicCont::setTLControllingInformation(), MSStageDriving::setVehicle(), MSOverheadWire::setVoltage(), NBEdge::shiftPositionAtNode(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLane::sortManeuverReservations(), IntermodalNetwork< E, L, N, V >::splitEdge(), MSDispatch_TraCI::splitReservation(), MSLaneChangerSublane::startChangeSublane(), MSStopOut::stopEnded(), MSCFModel_EIDM::stopSpeed(), MSStopOut::stopStarted(), MSLane::succLinkSec(), LIBSUMO_NAMESPACE::TrafficLight::swapConstraints(), MSDevice_ToC::switchHolderType(), GNETLSEditorFrame::TLSDefinition::switchProgram(), GUITrafficLightLogicWrapper::switchTLSLogic(), MELoop::teleportVehicle(), MSDevice_ToC::ToCPreparationStep(), libsumo::Helper::TransportableStateListener::transportableStateChanged(), TraCIServer::transportableStateChanged(), MSDevice_ToC::triggerDownwardToC(), MSDevice_ToC::triggerMRM(), MSDevice_ToC::triggerUpwardToC(), MSTransportable::tripInfoOutput(), MSPerson::MSPersonStage_Access::tripInfoOutput(), METriggeredCalibrator::tryEmit(), MSSOTLTrafficLightLogic::trySwitch(), MSActuatedTrafficLightLogic::trySwitch(), NEMALogic::trySwitch(), MSDevice_SSM::update(), MSSimpleDriverState::update(), PolygonDynamics::update(), MSDevice_SSM::updateAndWriteOutput(), MSVehicle::updateBestLanes(), MSLCM_SL2015::updateCFRelated(), LIBSUMO_NAMESPACE::TrafficLight::updateConstraints(), MSSOTLTrafficLightLogic::updateCTS(), NLEdgeControlBuilder::updateCurrentLaneStopOffset(), MSVehicle::updateDriveItems(), MSRailSignal::updateDriveway(), MSDevice_SSM::updateEncounter(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), MSLCM_SL2015::updateGaps(), GNENetHelper::AttributeCarriers::updateJunctionID(), MSDevice_Taxi::updateMove(), MSSwarmTrafficLightLogic::updatePheromoneLevels(), MSVehicle::Influencer::updateRemoteControlRoute(), MSSwarmTrafficLightLogic::updateSensitivities(), MSAbstractLaneChangeModel::updateShadowLane(), MSVehicle::updateState(), MSAbstractLaneChangeModel::updateTargetLane(), MSDevice_BTreceiver::BTreceiverUpdate::updateVisibility(), MSDevice_SSM::useGeoCoords(), NEMALogic::validate_timing(), NBNodeTypeComputer::validateRailCrossings(), libsumo::Helper::VehicleStateListener::vehicleStateChanged(), TraCIServer::vehicleStateChanged(), MSDynamicShapeUpdater::vehicleStateChanged(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSInstantInductLoop::write(), NBParking::write(), MSElecHybridExport::write(), MSFCDExport::write(), MSBatteryExport::write(), MSEmissionExport::write(), MSRailSignalConstraint_Predecessor::write(), MSElecHybridExport::writeAggregated(), MSLink::writeApproaching(), MSRailSignal::writeBlocks(), NWWriter_DlrNavteq::writeConnectedLanes(), NWWriter_SUMO::writeDistrict(), MSMeanData::writeEdge(), NWWriter_SUMO::writeEdge(), MSFullExport::writeEdge(), MSXMLRawOut::writeEdge(), MSRoute::writeEdgeIDs(), NWWriter_XML::writeEdgesAndConnections(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), RODFDetectorCon::writeEmitters(), RODFDetectorCon::writeEndRerouterDetectors(), NWWriter_OpenDrive::writeInternalEdge(), ROMAAssignments::writeInterval(), NWWriter_SUMO::writeJunction(), MSFullExport::writeLane(), MSQueueExport::writeLane(), MSXMLRawOut::writeLane(), MSDevice_SSM::writeLanesPositions(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_OpenDrive::writeNetwork(), NWWriter_XML::writeNodes(), NWWriter_DlrNavteq::writeNodesUnsplitted(), MSTractionSubstation::writeOut(), MSDevice_ToC::writeOutput(), MSNet::writeOutput(), MSDevice_Vehroutes::writeOutput(), MSOverheadWire::writeOverheadWireSegmentOutput(), MSDevice_SSM::writePositions(), NWWriter_SUMO::writeRoundabout(), NWWriter_OpenDrive::writeSignals(), RODFDetectorCon::writeSpeedTrigger(), NWWriter_SUMO::writeTrafficLight(), NWWriter_DlrNavteq::writeTrafficSignals(), MSFCDExport::writeTransportable(), MSXMLRawOut::writeTransportable(), RODFDetectorCon::writeValidationDetectors(), MSXMLRawOut::writeVehicle(), MSAmitranTrajectories::writeVehicle(), MSFullExport::writeVehicles(), SUMOPolygon::writeXML(), PointOfInterest::writeXML(), MSE2Collector::writeXMLOutput(), MSInductLoop::writeXMLOutput(), MSCalibrator::writeXMLOutput(), MSRouteProbe::writeXMLOutput(), MSLaneChanger::yieldToDeadlockOncoming(), MSLaneChanger::yieldToOppositeWaiting(), MSCalibrator::~MSCalibrator(), MSDevice_Transportable::~MSDevice_Transportable(), MSLaneSpeedTrigger::~MSLaneSpeedTrigger(), MSTriggeredRerouter::~MSTriggeredRerouter(), and RONet::~RONet().
|
inlinestaticinherited |
get an identifier for Named-like object which may be Null
Definition at line 67 of file Named.h.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLaneChanger::avoidDeadlock(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChangeOpposite(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), AStarRouter< E, V >::compute(), DijkstraRouter< E, V >::compute(), NBOwnTLDef::computeLogicAndConts(), NBPTLineCont::constructRoute(), MSLaneChanger::continueChange(), MSLane::detectCollisions(), MSVehicle::executeMove(), NBRailwayTopologyAnalyzer::extendDirectionPriority(), MSRailSignal::DriveWay::findProtection(), NBPTLineCont::findWay(), MSCFModel_CACC::followSpeed(), MSCFModel_W99::followSpeed(), MSStopOut::generateOutputForUnfinished(), MSVehicle::getBackPositionOnLane(), NBOwnTLDef::getBestCombination(), NBOwnTLDef::getBestPair(), MSVehicle::getCenterOnEdge(), MSLaneChanger::getColumnleader(), NBEdge::Connection::getDescription(), MSLane::getFollowersOnConsecutive(), getLaneID(), LIBSUMO_NAMESPACE::Person::getLaneID(), MSVehicle::getLatOffset(), MSLane::getLeaderOnConsecutive(), MSLaneChanger::getOncomingOppositeVehicle(), MSLaneChanger::getRealLeader(), getShadowLaneID(), getTargetLaneID(), MSDevice_SSM::getVehiclesOnJunction(), NBEdgeCont::guessRoundabouts(), MSCFModel_IDM::insertionFollowSpeed(), MSLane::isInsertionSuccess(), MESegment::isOpen(), joinNamedToString(), joinNamedToStringSorting(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), libsumo::Helper::moveToXYMap_matchingRoutePosition(), MSDevice_Bluelight::notifyEnter(), MSTriggeredRerouter::notifyEnter(), MSDevice_Bluelight::notifyLeave(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::reroute(), MSTriggeredRerouter::rerouteParkingArea(), MSLaneChanger::resolveDeadlock(), MSLCHelper::saveBlockerLength(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSLeaderInfo::toString(), MSLeaderDistanceInfo::toString(), MSCriticalFollowerDistanceInfo::toString(), toString(), MSVehicle::updateBestLanes(), MSAbstractLaneChangeModel::updateShadowLane(), and MSLaneChanger::yieldToDeadlockOncoming().
|
virtualinherited |
Returns this vehicles impatience.
Implements SUMOVehicle.
Definition at line 861 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getImpatience(), MSBaseVehicle::getVehicleType(), SUMOTrafficObject::getWaitingTime(), MSGlobals::gTimeToImpatience, MAX2(), and MIN2().
Referenced by MSVehicle::checkRewindLinkLanes(), MSLane::getCriticalLeader(), MSBaseVehicle::getImpatience(), getParameterWindow(), MSLCM_LC2013::informFollower(), MSLane::isInsertionSuccess(), MESegment::isOpen(), MSVehicle::processLinkApproaches(), and selectBlockingFoes().
|
inherited |
Definition at line 6773 of file MSVehicle.cpp.
References MSVehicle::myInfluencer.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSDevice_GLOSA::adaptSpeed(), LIBSUMO_NAMESPACE::Vehicle::changeLane(), LIBSUMO_NAMESPACE::Vehicle::changeLaneRelative(), MSLaneChanger::changeOpposite(), LIBSUMO_NAMESPACE::Vehicle::changeSublane(), MSLCM_SL2015::checkBlocking(), MSAbstractLaneChangeModel::checkTraCICommands(), MSDevice_ToC::deactivateDeliberateLCs(), LIBSUMO_NAMESPACE::Vehicle::deactivateGapControl(), MSLane::detectCollisionBetween(), drawRouteHelper(), MSVehicle::getBaseInfluencer(), getLaneChangeMode(), getParameterWindow(), getSpeedMode(), MSLane::handleCollisionBetween(), MSVehicle::influenceChangeDecision(), MSLCM_SL2015::keepLatGap(), MSDevice_ToC::MRMExecutionStep(), MSDevice_Bluelight::notifyMove(), LIBSUMO_NAMESPACE::Vehicle::openGap(), MSDevice_ToC::requestToC(), MSVehicle::rerouteParkingArea(), MSDevice_ToC::resetDeliberateLCs(), LIBSUMO_NAMESPACE::Vehicle::setAcceleration(), LIBSUMO_NAMESPACE::Vehicle::setLaneChangeMode(), MSCFModel_CC::setParameter(), libsumo::Helper::setRemoteControlled(), LIBSUMO_NAMESPACE::Vehicle::setSignals(), LIBSUMO_NAMESPACE::Vehicle::setSpeed(), LIBSUMO_NAMESPACE::Vehicle::setSpeedMode(), MSDevice_ToC::setState(), LIBSUMO_NAMESPACE::Vehicle::slowDown(), and MSLaneChangerSublane::startChangeSublane().
|
inherited |
Definition at line 6787 of file MSVehicle.cpp.
References MSVehicle::myInfluencer.
|
inlinevirtualinherited |
Returns the lane the vehicle is on.
Implements SUMOTrafficObject.
Definition at line 577 of file MSVehicle.h.
References MSVehicle::myLane.
Referenced by MSLCM_LC2013::_patchSpeed(), MSCFModel_EIDM::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSDevice_GLOSA::adaptSpeed(), MSVehicle::adaptToLeaderDistance(), MSVehicle::adaptToLeaders(), MSLane::addLeaders(), MSLCM_LC2013::anticipateFollowSpeed(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilters(), libsumo::Helper::applySubscriptionFilterTurn(), MSLaneChanger::avoidDeadlock(), MSLaneChangerSublane::change(), MSLaneChanger::changeOpposite(), MSLCM_SL2015::checkBlocking(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeSublane(), MSLaneChangerSublane::checkChangeToNewLane(), MSDevice_ToC::checkDynamicToC(), GUIApplicationWindow::checkGamingEvents(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSLaneChanger::checkOppositeStop(), MSLCM_SL2015::checkStrategicChange(), MSDevice_SSM::classifyEncounter(), MSLCM_SL2015::commitManoeuvre(), MSDevice_SSM::computeGlobalMeasures(), MSLaneChanger::computeOvertakingTime(), MSLCM_SL2015::computeSpeedGain(), MSLaneChanger::computeSurplusGap(), MSAbstractLaneChangeModel::congested(), MSLaneChanger::continueChange(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSAbstractLaneChangeModel::determineTargetLane(), MSLCHelper::divergentRoute(), drawAction_drawCarriageClass(), MSVTypeProbe::execute(), MSLane::executeMovements(), MSCFModel::finalizeSpeed(), MSCFModel_CC::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_IDM::finalizeSpeed(), MSLaneChangerSublane::findClosestLeader(), MSDevice_SSM::findFoeConflictLane(), MSDevice_SSM::findSurroundingVehicles(), MSCFModel_ACC::followSpeed(), MSCFModel_CACC::followSpeed(), MSCFModel_IDM::followSpeed(), MSCFModel_IDM::freeSpeed(), MSLaneChanger::getBestLanesOpposite(), getColorValue(), MSLaneChanger::getColumnleader(), MSLane::getFollowersOnConsecutive(), MSAbstractLaneChangeModel::getForwardPos(), MSLCM_SL2015::getLateralDrift(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLCM_SL2015::getLeftBorder(), LIBSUMO_NAMESPACE::Vehicle::getNeighbors(), MSLCM_SL2015::getNeighRight(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSAbstractLaneChangeModel::getNormalizedLaneIndex(), MSLaneChanger::getOncomingOppositeVehicle(), MSCFModel_CC::getParameter(), MSVehicle::getPositionAlongBestLanes(), MSLCHelper::getRoundaboutDistBonus(), GUIBaseVehicle::getScaleValue(), MSAbstractLaneChangeModel::getShadowDirection(), MSVTKExport::getSpeed(), MSLCM_SL2015::getSublaneWidth(), MSLCM_SL2015::getVehicleCenter(), MSPModel_Striping::getVehicleObstacles(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MSVehicle::Influencer::implicitSpeedRemote(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), MSCFModel::interactionGap(), MSCFModel_EIDM::interactionGap(), MSCFModel_IDM::interactionGap(), MSCFModel_EIDM::internalspeedlimit(), MSLCM_SL2015::isBidi(), MSVehicle::isLeader(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSLCM_SL2015::keepLatGap(), MSVehicle::leaveLane(), MSLeaderDistanceInfo::moveSamePosTo(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSLCM_SL2015::mustOvertakeStopped(), MSDevice_GLOSA::notifyEnter(), MSDevice_Vehroutes::notifyEnter(), MSDevice_Bluelight::notifyMove(), MSDevice_GLOSA::notifyMove(), MSDevice_ToC::notifyMove(), MSLCM_DK2008::patchSpeed(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSLCM_LC2013::prepareStep(), MSLCM_SL2015::prepareStep(), MSLeaderInfo::removeOpposite(), MSLane::removeVehicle(), MSLaneChanger::resolveDeadlock(), MSLCM_LC2013::saveBlockerLength(), MSLCM_SL2015::saveBlockerLength(), MSAbstractLaneChangeModel::saveNeighbors(), MSVehicle::setApproachingForAllLinks(), MSVehicle::setBlinkerInformation(), MSLaneChangerSublane::startChangeSublane(), MSCFModel_IDM::stopSpeed(), MSLCM_SL2015::tieBrakeLeader(), MSLCM_SL2015::updateCFRelated(), MSLaneChangerSublane::updateChanger(), MSVehicle::updateDriveItems(), MSDevice_SSM::updateEncounter(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::Influencer::updateRemoteControlRoute(), MSAbstractLaneChangeModel::updateShadowLane(), MSAbstractLaneChangeModel::updateTargetLane(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSVehicle::workOnIdleReminders(), MSElecHybridExport::write(), MSFCDExport::write(), MSBatteryExport::write(), MSEmissionExport::write(), MSElecHybridExport::writeAggregated(), MSQueueExport::writeLane(), and MSFullExport::writeVehicles().
std::string GUIVehicle::getLaneChangeMode | ( | ) | const |
return the lane change mode as bit string
Definition at line 1002 of file GUIVehicle.cpp.
References MSVehicle::getInfluencer(), and getLaneChangeMode().
Referenced by getLaneChangeMode(), and getParameterWindow().
|
inherited |
Definition at line 5367 of file MSVehicle.cpp.
References MSVehicle::myLaneChangeModel.
Referenced by MSLaneChangerSublane::abortLCManeuver(), MSVehicle::adaptToLeaders(), MSVehicleTransfer::add(), libsumo::Helper::applySubscriptionFilterLateralDistance(), MSLaneChanger::applyTraCICommands(), MSLane::appropriate(), MSLaneChanger::avoidDeadlock(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeHelper(), MSLaneChanger::checkChangeOpposite(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeSublane(), MSLaneChangerSublane::checkChangeToNewLane(), MSLaneChanger::checkOppositeStop(), MSAbstractLaneChangeModel::checkTraCICommands(), MSLaneChanger::checkTraCICommands(), MSDevice_SSM::classifyEncounter(), MSLaneChanger::computeOvertakingTime(), MSLaneChanger::computeSafeOppositeLength(), MSLaneChanger::computeSurplusGap(), MSLaneChanger::continueChange(), MSLaneChangerSublane::continueChangeSublane(), MSLane::detectCollisionBetween(), MSLane::executeMovements(), MSCFModel::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_EIDM::finalizeSpeed(), MSDevice_SSM::findFoeConflictLane(), MSDevice_SSM::findSurroundingVehicles(), MSLaneChanger::getBestLanesOpposite(), getColorValue(), MSLaneChanger::getColumnleader(), MSLane::getFollowersOnConsecutive(), getLastLaneChangeOffset(), getLCStateCenter(), getLCStateLeft(), getLCStateRight(), MSLane::getLeader(), MSLink::getLeaderInfo(), getManeuverDist(), LIBSUMO_NAMESPACE::Vehicle::getNeighbors(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), getParameterWindow(), MSBaseVehicle::getPrefixedParameter(), MSLCHelper::getRoundaboutDistBonus(), GUIBaseVehicle::getScaleValue(), getShadowLaneID(), MSLeaderInfo::getSubLanes(), getTargetLaneID(), getTypeParameterWindow(), MSLane::handleCollisionBetween(), MSLCM_SL2015::inform(), MSAbstractLaneChangeModel::MSLCMessager::informLeader(), MSAbstractLaneChangeModel::MSLCMessager::informNeighFollower(), MSAbstractLaneChangeModel::MSLCMessager::informNeighLeader(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), MSVehicle::lateralDistanceToLane(), MSDevice_Bluelight::notifyMove(), MSLaneChangerSublane::outputLCEnded(), MSLaneChangerSublane::outputLCStarted(), MSLaneChanger::registerUnchanged(), MSLeaderInfo::removeOpposite(), MSLane::resetPartialOccupation(), MSDevice_Bluelight::resetVehicle(), MSLaneChanger::resolveDeadlock(), MSLCHelper::saveBlockerLength(), selectBlockingFoes(), MSVehicle::setApproachingForAllLinks(), MSLaneChanger::startChange(), MSLaneChangerSublane::startChangeSublane(), MSLaneChangerSublane::updateChanger(), MSLCM_SL2015::updateGaps(), MSFCDExport::write(), and MSXMLRawOut::writeVehicle().
|
inherited |
Definition at line 5373 of file MSVehicle.cpp.
References MSVehicle::myLaneChangeModel.
std::string GUIVehicle::getLaneID | ( | ) | const |
return vehicle lane id
Definition at line 972 of file GUIVehicle.cpp.
References Named::getIDSecure(), and MSVehicle::myLane.
Referenced by getParameterWindow().
|
inherited |
Definition at line 6233 of file MSVehicle.cpp.
References MSLane::getIndex(), and MSVehicle::myLane.
Referenced by MSLane::appropriate(), LIBSUMO_NAMESPACE::Vehicle::changeLaneRelative(), MSVehicle::influenceChangeDecision(), and MSCFModel_CC::performAutoLaneChange().
|
inherited |
return lane and position along bestlanes at the given distance
Definition at line 6054 of file MSVehicle.cpp.
References MSVehicle::getPositionOnLane(), MSVehicle::getUpcomingLanesUntil(), and MSVehicle::myLane.
Referenced by MSIdling_Stop::idle(), and GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop().
|
inlineinherited |
Returns the time of the vehicle's last action point.
Definition at line 537 of file MSVehicle.h.
References MSVehicle::myLastActionTime.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getLastActionTime(), MSLink::getZipperSpeed(), and MSLane::loadState().
|
virtual |
Returns the time since the last lane change in seconds.
Implements GUIBaseVehicle.
Definition at line 789 of file GUIVehicle.cpp.
References MSVehicle::getLaneChangeModel(), getLastLaneChangeOffset(), and STEPS2TIME.
Referenced by getColorValue(), getLastLaneChangeOffset(), and getParameterWindow().
|
inlineinherited |
Get the distance the vehicle covered in the previous timestep.
Definition at line 384 of file MSVehicle.h.
References MSVehicle::State::lastCoveredDist(), and MSVehicle::myState.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSDevice_SSM::checkConflictEntryAndExit(), and MSDevice_SSM::updatePassedEncounter().
|
inherited |
return the amount by which the vehicle extends laterally outside it's primary lane
Definition at line 6450 of file MSVehicle.cpp.
References MSVehicle::getLateralOverlap(), MSVehicle::getLateralPositionOnLane(), and MSVehicle::myLane.
Referenced by MSLCM_SL2015::checkStrategicChange(), MSLane::detectCollisionBetween(), MSVehicle::enterLaneAtMove(), MSVehicle::executeMove(), MSVehicle::getLateralOverlap(), MSAbstractLaneChangeModel::getShadowLane(), MSLCM_SL2015::mustOvertakeStopped(), MSVehicle::planMoveInternal(), MSLCM_LC2013::prepareStep(), and MSAbstractLaneChangeModel::updateShadowLane().
|
inherited |
Definition at line 6445 of file MSVehicle.cpp.
References MSVehicle::getLateralOverlap(), and MSVehicle::getLateralPositionOnLane().
|
inherited |
Definition at line 6439 of file MSVehicle.cpp.
References MSBaseVehicle::getVehicleType(), MSBaseVehicle::getWidth(), and MSLane::getWidth().
|
inlinevirtualinherited |
Get the vehicle's lateral position on the lane.
Reimplemented from MSBaseVehicle.
Definition at line 416 of file MSVehicle.h.
References MSVehicle::State::myPosLat, and MSVehicle::myState.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), libsumo::Helper::applySubscriptionFilterLateralDistance(), MSLaneChangerSublane::checkChangeToNewLane(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSLink::checkWalkingAreaFoe(), MSDevice_SSM::classifyEncounter(), MSLaneChanger::continueChange(), MSAbstractLaneChangeModel::determineTargetLane(), drawAction_drawCarriageClass(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSLane::getCriticalLeader(), MSLane::getFollowersOnConsecutive(), MSVehicle::getLateralOverlap(), MSVehicle::getLatOffset(), MSLink::getLeaderInfo(), MSLCM_SL2015::getNeighRight(), getParameterWindow(), MSVehicle::getPosition(), MSVehicle::getPositionAlongBestLanes(), MSLCM_SL2015::getPosLat(), MSAbstractLaneChangeModel::getShadowLane(), MSLeaderInfo::getSubLanes(), MSLCM_SL2015::getVehicleCenter(), MSPModel_Striping::getVehicleObstacles(), MSLCM_SL2015::keepLatGap(), MSVehicle::lateralDistanceToLane(), MSLane::loadState(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSDevice_Vehroutes::notifyEnter(), MSDevice_Bluelight::notifyMove(), MSLane::vehicle_natural_position_sorter::operator()(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSLCM_LC2013::prepareStep(), MSAbstractLaneChangeModel::primaryLaneChanged(), MSVehicle::processLinkApproaches(), selectBlockingFoes(), MSVehicle::setAngle(), MSVehicle::setApproachingForAllLinks(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::validatePosition(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), and MSXMLRawOut::writeVehicle().
|
inherited |
Get the offset that that must be added to interpret myState.myPosLat for the given lane.
Definition at line 6321 of file MSVehicle.cpp.
References DEBUG_COND, MSLane::getBidiLane(), MSLane::getEdge(), MSAbstractLaneChangeModel::getFurtherTargetLanes(), Named::getID(), Named::getIDSecure(), MSVehicle::getLateralPositionOnLane(), MSVehicle::getLatOffset(), MSAbstractLaneChangeModel::getManeuverDist(), MSLane::getParallelOpposite(), MSLane::getRightSideOnEdge(), MSAbstractLaneChangeModel::getShadowFurtherLanes(), MSAbstractLaneChangeModel::getShadowFurtherLanesPosLat(), MSAbstractLaneChangeModel::getShadowLane(), MSAbstractLaneChangeModel::getTargetLane(), MSLane::getWidth(), MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myPosLat, MSVehicle::myState, SIMTIME, and toString().
Referenced by MSVehicle::checkLinkLeader(), MSLane::getFirstVehicleInformation(), MSLane::getFollowersOnConsecutive(), MSLane::getLastVehicleInformation(), MSVehicle::getLatOffset(), MSLink::getLeaderInfo(), MSLane::getLeadersOnConsecutive(), MSLane::getPartialBeyond(), MSDevice_Bluelight::notifyMove(), and MSLaneChangerSublane::startChangeSublane().
std::string GUIVehicle::getLCStateCenter | ( | ) | const |
Definition at line 967 of file GUIVehicle.cpp.
References MSVehicle::getLaneChangeModel(), and toString().
Referenced by getParameterWindow().
std::string GUIVehicle::getLCStateLeft | ( | ) | const |
Definition at line 962 of file GUIVehicle.cpp.
References MSVehicle::getLaneChangeModel(), and toString().
Referenced by getParameterWindow().
std::string GUIVehicle::getLCStateRight | ( | ) | const |
return the lanechange state
Definition at line 957 of file GUIVehicle.cpp.
References MSVehicle::getLaneChangeModel(), and toString().
Referenced by getParameterWindow().
|
virtualinherited |
Returns the leader of the vehicle looking for a fixed distance.
If the distance is not given it is calculated from the brake gap. The gap returned does not include the minGap.
dist | up to which distance to look at least for a leader |
Reimplemented from MSBaseVehicle.
Definition at line 6088 of file MSVehicle.cpp.
References MSCFModel::brakeGap(), MSVehicle::getBackPositionOnLane(), MSVehicle::getBestLanesContinuation(), MSVehicle::getCarFollowModel(), MSLane::getLeaderOnConsecutive(), MSLane::getLength(), MSVehicleType::getMinGap(), MSVehicle::getPositionOnLane(), MSVehicle::getSpeed(), MSLane::getVehiclesSecure(), MSBaseVehicle::getVehicleType(), MSVehicle::myLane, and MSLane::releaseVehicles().
Referenced by MSCFModel_EIDM::_v(), MSDevice_SSM::computeGlobalMeasures(), MSVehicle::Influencer::gapControlSpeed(), MSVehicle::getTimeGapOnLane(), and MSFCDExport::write().
|
inline |
return left vehicle side on current edge
Definition at line 136 of file GUIVehicle.h.
References MSVehicle::getRightSideOnEdge(), MSBaseVehicle::getVehicleType(), and MSVehicleType::getWidth().
Referenced by getLeftSublaneOnEdge(), and getParameterWindow().
|
inherited |
Get the lateral position of the vehicles left side on the lane:
Definition at line 6254 of file MSVehicle.cpp.
References MSBaseVehicle::getVehicleType(), MSLane::getWidth(), MSVehicleType::getWidth(), MSVehicle::myLane, MSVehicle::State::myPosLat, and MSVehicle::myState.
Referenced by MSLane::getFollowersOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSVehicle::planMoveInternal(), and MSLaneChangerSublane::updateChanger().
|
inherited |
Get the lateral position of the vehicles left side on the lane:
Definition at line 6266 of file MSVehicle.cpp.
References MSBaseVehicle::getVehicleType(), MSLane::getWidth(), MSVehicleType::getWidth(), MSVehicle::State::myPosLat, and MSVehicle::myState.
int GUIVehicle::getLeftSublaneOnEdge | ( | ) | const |
Definition at line 944 of file GUIVehicle.cpp.
References MSLane::getEdge(), getLeftSideOnEdge(), MSEdge::getSubLaneSides(), and MSVehicle::myLane.
Referenced by getParameterWindow().
|
inlinevirtualinherited |
Returns the vehicle's length.
Implements SUMOVehicle.
Definition at line 502 of file MSBaseVehicle.h.
References MSVehicleType::getLength(), and MSBaseVehicle::myType.
Referenced by MSCFModel_ACC::accelGapControl(), MSBaseVehicle::addStop(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilters(), MSBaseVehicle::basePos(), MSDevice_SSM::checkConflictEntryAndExit(), MSVehicle::checkRewindLinkLanes(), MSDevice_SSM::classifyEncounter(), MSDevice_SSM::determineConflictPoint(), MSDevice_SSM::determineTTCandDRAC(), GUIMEVehicle::drawAction_drawCarriageClass(), drawAction_drawLinkItems(), MSVehicle::enterLaneAtInsertion(), MSVehicle::executeMove(), MSDevice_SSM::findSurroundingVehicles(), MSVehicle::Influencer::gapControlSpeed(), GUIMEVehicle::getCenteringBoundary(), LIBSUMO_NAMESPACE::Edge::getLastStepLength(), MSLink::getLeaderInfo(), MSEdge::getOccupancy(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSVehicle::isLeader(), MSDevice_Bluelight::notifyMove(), MSVehicle::planMoveInternal(), MSBaseVehicle::replaceRoute(), selectBlockingFoes(), MEVehicle::setApproaching(), MSVehicle::unsafeLinkAhead(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), and MSDevice_SSM::updatePassedEncounter().
double GUIVehicle::getManeuverDist | ( | ) | const |
return the lane-change maneuver distance
Definition at line 992 of file GUIVehicle.cpp.
References MSVehicle::getLaneChangeModel(), and MSAbstractLaneChangeModel::getManeuverDist().
Referenced by getParameterWindow().
|
inherited |
accessor function to myManoeuvre equivalent
Definition at line 7235 of file MSVehicle.cpp.
References MSVehicle::Manoeuvre::getManoeuvreType(), and MSVehicle::myManoeuvre.
Referenced by MSVehicle::planMove().
|
virtualinherited |
Returns the maximum speed (the minimum of desired and technical maximum speed)
Implements SUMOTrafficObject.
Definition at line 189 of file MSBaseVehicle.cpp.
References MSVehicleType::getDesiredMaxSpeed(), MSVehicleType::getMaxSpeed(), MIN2(), MSBaseVehicle::myChosenSpeedFactor, and MSBaseVehicle::myType.
Referenced by MSCFModel_Wiedemann::_v(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkReversal(), MSCFModel_ACC::followSpeed(), getTypeParameterWindow(), GUIMEVehicle::getTypeParameterWindow(), MSVehicle::Influencer::implicitDeltaPosRemote(), MSVehicle::Influencer::implicitSpeedRemote(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::updateBestLanes(), MSLCM_DK2008::wantsChangeToLeft(), and MSLCM_DK2008::wantsChangeToRight().
|
inherited |
Returns the maximal speed for the vehicle on its current lane (including speed factor and deviation, i.e., not necessarily the allowed speed limit)
Definition at line 1307 of file MSVehicle.cpp.
References MSVehicleType::getMaxSpeed(), MSLane::getVehicleMaxSpeed(), MSVehicle::myLane, and MSBaseVehicle::myType.
Referenced by MSDevice_SSM::estimateConflictTimes(), and MSLCM_LC2013::informFollower().
|
inlineinherited |
Returns the id of the object as known to microsim.
Definition at line 141 of file GUIGlObject.h.
References GUIGlObject::myMicrosimID.
Referenced by SUMORTree::addAdditionalGLObject(), GNETLSEditorFrame::controlsEdge(), GUIGlObject::createFullName(), GNENetHelper::AttributeCarriers::deleteEdgeType(), GNENetHelper::AttributeCarriers::deleteSingleEdge(), GNENetHelper::AttributeCarriers::deleteSingleJunction(), GNEAdditional::drawAdditionalID(), GUIGlObject::drawName(), GNEBusStop::getAttribute(), GNECalibrator::getAttribute(), GNECalibratorFlow::getAttribute(), GNEChargingStation::getAttribute(), GNEClosingLaneReroute::getAttribute(), GNEClosingReroute::getAttribute(), GNEContainerStop::getAttribute(), GNEDestProbReroute::getAttribute(), GNEInductionLoopDetector::getAttribute(), GNEInstantInductionLoopDetector::getAttribute(), GNELaneAreaDetector::getAttribute(), GNEMultiEntryExitDetector::getAttribute(), GNEOverheadWire::getAttribute(), GNEParkingArea::getAttribute(), GNEParkingAreaReroute::getAttribute(), GNEParkingSpace::getAttribute(), GNERerouter::getAttribute(), GNERouteProbe::getAttribute(), GNERouteProbReroute::getAttribute(), GNETAZ::getAttribute(), GNETAZSourceSink::getAttribute(), GNETractionSubstation::getAttribute(), GNEVaporizer::getAttribute(), GNEVariableSpeedSign::getAttribute(), GNEVariableSpeedSignStep::getAttribute(), GNEContainer::getAttribute(), GNEPerson::getAttribute(), GNERoute::getAttribute(), GNEStop::getAttribute(), GNEVehicle::getAttribute(), GNEVType::getAttribute(), GNEVTypeDistribution::getAttribute(), GNEConnection::getAttribute(), GNEEdge::getAttribute(), GNEEdgeType::getAttribute(), GNEJunction::getAttribute(), GNELane::getAttribute(), GNEWalkingArea::getAttribute(), GNEWalkingArea::getNBWalkingArea(), GUIDialog_ChooserAbstract::getObjectName(), GNEDialogACChooser::getObjectName(), GNEMultiEntryExitDetector::getParentName(), GNERerouter::getParentName(), GNETAZ::getParentName(), GNETractionSubstation::getParentName(), GNEVariableSpeedSign::getParentName(), GNEVType::getParentName(), GNEVTypeDistribution::getParentName(), GNEPOI::getParentName(), GNEPoly::getParentName(), GNEChange_TLS::GNEChange_TLS(), GNETLSEditorFrame::handleMultiChange(), GNENetHelper::AttributeCarriers::insertEdgeType(), GNEViewNet::mergeJunctions(), GUIGLObjectPopupMenu::onCmdCopyName(), GNENetHelper::AttributeCarriers::registerEdge(), GNENetHelper::AttributeCarriers::registerEdgeType(), GNENetHelper::AttributeCarriers::registerJunction(), SUMORTree::removeAdditionalGLObject(), and GNENet::splitEdge().
|
inlineinherited |
Returns the lane the vehicle is on Non const version indicates that something volatile is going on.
Definition at line 585 of file MSVehicle.h.
References MSVehicle::myLane.
Referenced by MSLaneChanger::changeOpposite(), MSLaneChanger::checkChangeOpposite(), MSVehicleTransfer::checkInsertions(), MSLane::detectCollisions(), MSLane::executeMovements(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdRemoveObject(), GUIViewTraffic::onGamingClick(), MSVehicle::Influencer::postProcessRemoteControl(), LIBSUMO_NAMESPACE::Vehicle::remove(), MSVehicleTransfer::remove(), and MSCalibrator::removePending().
|
inlineinherited |
return the current angle in navigational degrees
Definition at line 93 of file GUIBaseVehicle.h.
References GUIBaseVehicle::getAngle(), and GeomHelper::naviDegree().
Referenced by getParameterWindow(), and GUIMEVehicle::getParameterWindow().
|
virtualinherited |
returns the next edge (possibly an internal edge)
Reimplemented from MSBaseVehicle.
Definition at line 7509 of file MSVehicle.cpp.
References MSRoute::end(), MSLane::getCanonicalSuccessorLane(), MSLane::getEdge(), MSEdge::getInternalFollowingEdge(), MSBaseVehicle::getVClass(), MSLane::isInternal(), MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSBaseVehicle::myRoute, and MSBaseVehicle::succEdge().
|
virtualinherited |
get the upcoming parking area stop or nullptr
Implements SUMOVehicle.
Definition at line 1526 of file MSVehicle.cpp.
References MSBaseVehicle::myStops, MSStop::parkingarea, and MSStop::reached.
Referenced by MSVehicle::rerouteParkingArea().
|
virtualinherited |
returns the next imminent stop in the stop queue
Implements SUMOVehicle.
Definition at line 1353 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myStops.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSDevice_ToC::checkDynamicToC(), MSLaneChanger::checkOppositeStop(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), LIBSUMO_NAMESPACE::Vehicle::getStopState(), MSLaneChanger::hasOppositeStop(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), LIBSUMO_NAMESPACE::Vehicle::resume(), and MSVehicle::workOnMoveReminders().
|
virtualinherited |
return parameters for the next stop (SUMOVehicle Interface)
Implements SUMOVehicle.
Definition at line 1380 of file MSBaseVehicle.cpp.
References MSBaseVehicle::hasStops(), and MSBaseVehicle::myStops.
Referenced by drawAction_drawCarriageClass().
|
inlineinherited |
Get the distance and direction of the next upcoming turn for the vehicle (within its look-ahead range)
Definition at line 830 of file MSVehicle.h.
References MSVehicle::myNextTurn.
Referenced by MSLCM_SL2015::_wantsChangeSublane().
|
inlinevirtualinherited |
Implements SUMOVehicle.
Definition at line 897 of file MSBaseVehicle.h.
References MSBaseVehicle::myNumberParkingReroutes.
Referenced by GUIBaseVehicle::drawOnPos(), and MSBaseVehicle::getPrefixedParameter().
|
inlinevirtualinherited |
Returns the number of new routes this vehicle got.
Implements SUMOVehicle.
Definition at line 407 of file MSBaseVehicle.h.
References MSBaseVehicle::myNumberReroutes.
Referenced by GUIBaseVehicle::drawGLAdditional(), getColorValue(), GUIMEVehicle::getColorValue(), and GUIBaseVehicle::getScaleValue().
|
inherited |
return the number of passengers
Definition at line 1129 of file GUIBaseVehicle.cpp.
References MSBaseVehicle::getContainerDevice(), GUIBaseVehicle::myVehicle, and MSDevice_Transportable::size().
Referenced by drawAction_drawCarriageClass(), and GUIBaseVehicle::drawOnPos().
|
inlinevirtualinherited |
return the numerical ID which is only for internal usage
Implements SUMOTrafficObject.
Definition at line 719 of file MSBaseVehicle.h.
References MSBaseVehicle::myNumericalID.
Referenced by MSLane::vehicle_position_sorter::operator()(), and MSVehicleTransfer::VehicleInformation::operator<().
|
inherited |
return the number of passengers
Definition at line 1120 of file GUIBaseVehicle.cpp.
References MSBaseVehicle::getPersonDevice(), GUIBaseVehicle::myVehicle, and MSDevice_Transportable::size().
Referenced by drawAction_drawCarriageClass(), and GUIBaseVehicle::drawOnPos().
|
virtualinherited |
Returns the distance that was already driven by this vehicle.
Implements SUMOVehicle.
Definition at line 583 of file MSBaseVehicle.cpp.
References SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::hasArrived(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myDepartPos, and MSBaseVehicle::myOdometer.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getDistance(), getParameterWindow(), and GUIMEVehicle::getParameterWindow().
|
virtualinherited |
Returns the value for generic parameter 'name' or ''.
Reimplemented from GUIGlObject.
Definition at line 423 of file GUIBaseVehicle.cpp.
References MSBaseVehicle::getParameter(), Parameterised::getParameter(), and GUIBaseVehicle::myVehicle.
|
virtualinherited |
Returns the vehicle's parameter (including departure definition)
Implements SUMOTrafficObject.
Definition at line 177 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter.
Referenced by MSCFModel_CACC::_v(), MSLCM_SL2015::_wantsChangeSublane(), MSBaseVehicle::addStop(), MSLane::checkFailure(), MSLane::checkForPedestrians(), MSVehicle::checkLinkLeader(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::drawStopLabels(), MSCFModel_CACC::freeSpeed(), MSBaseVehicle::getDepartDelay(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), MSLane::getDepartSpeed(), LIBSUMO_NAMESPACE::TrafficLight::getFutureTripIds(), LIBSUMO_NAMESPACE::Vehicle::getLine(), GUIBaseVehicle::getOptionalName(), getParameterWindow(), GUIMEVehicle::getParameterWindow(), MSBaseVehicle::getPrefixedParameter(), GUIBaseVehicle::getScaleValue(), LIBSUMO_NAMESPACE::Vehicle::getVia(), MSRailSignal::hasInsertionConstraint(), MSBaseVehicle::initJunctionModelParams(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSAbstractLaneChangeModel::laneChangeOutput(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIViewTraffic::onGamingClick(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSVehicle::rerouteParkingArea(), MSDevice_Bluelight::resetVehicle(), MSLane::safeInsertionSpeed(), GUIBaseVehicle::setFunctionalColor(), MSBaseVehicle::setJunctionModelParameter(), LIBSUMO_NAMESPACE::Vehicle::setLine(), LIBSUMO_NAMESPACE::Vehicle::setVia(), METriggeredCalibrator::tryEmit(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().
|
virtual |
Returns an own parameter window.
[in] | app | The application needed to build the parameter window |
[in] | parent | The parent window needed to build the parameter window |
Implements GUIBaseVehicle.
Definition at line 102 of file GUIVehicle.cpp.
References GUIParameterTableWindow::closeBuilding(), MSVehicle::getAcceleration(), MSVehicle::getAccumulatedWaitingSeconds(), getBackLaneIDs(), MSBaseVehicle::getChosenSpeedFactor(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getDepartDelay(), MSBaseVehicle::getDevice(), GUIBaseVehicle::getDeviceDescription(), MSBaseVehicle::getElecHybridCurrent(), MSBaseVehicle::getHarmonoise_NoiseEmissions(), MSBaseVehicle::getImpatience(), MSVehicle::getInfluencer(), getLaneChangeMode(), MSVehicle::getLaneChangeModel(), getLaneID(), getLastLaneChangeOffset(), MSVehicle::getLateralPositionOnLane(), getLCStateCenter(), getLCStateLeft(), getLCStateRight(), getLeftSideOnEdge(), getLeftSublaneOnEdge(), getManeuverDist(), GUIBaseVehicle::getNaviDegree(), MSBaseVehicle::getOdometer(), MSBaseVehicle::getParameter(), MSBaseVehicle::getPersonNumber(), MSVehicle::getPositionOnLane(), getRightSideOnEdge2(), getRightSublaneOnEdge(), getShadowLaneID(), MSVehicle::getSlope(), MSVehicle::getSpeed(), MSAbstractLaneChangeModel::getSpeedLat(), getSpeedMode(), MSBaseVehicle::getStateOfCharge(), getStopInfo(), getTargetLaneID(), MSVehicle::getTimeGapOnLane(), MSVehicle::getTimeLossSeconds(), MSVehicle::getTimeSinceStartupSeconds(), MSBaseVehicle::getWaitingSeconds(), MSGlobals::gLateralResolution, MSGlobals::gSublane, MSGlobals::gWaitingTimeMemory, MSVehicle::hasInfluencer(), isSelected(), LANECHANGEMODE_DEFAULT, SUMOVehicleParameter::line, GUIParameterTableWindow::mkItem(), MSBaseVehicle::myParameter, SPEEDMODE_DEFAULT, and time2string().
|
virtualinherited |
Returns the name of the parent object (if any)
Reimplemented in GNEAccess, GNECalibrator, GNECalibratorFlow, GNEClosingLaneReroute, GNEClosingReroute, GNEDestProbReroute, GNEDetector, GNEMultiEntryExitDetector, GNEParkingAreaReroute, GNEParkingSpace, GNERerouter, GNERerouterInterval, GNERerouterSymbol, GNERouteProbe, GNERouteProbReroute, GNEStoppingPlace, GNETAZ, GNETAZSourceSink, GNETractionSubstation, GNEVaporizer, GNEVariableSpeedSign, GNEVariableSpeedSignStep, GNEVariableSpeedSignSymbol, GNEContainer, GNEPerson, GNEPersonTrip, GNERide, GNERoute, GNEStop, GNETranship, GNETransport, GNEVehicle, GNEVType, GNEVTypeDistribution, GNEWalk, GNELane, GUILane, GNEPOI, and GNEPoly.
Definition at line 185 of file GUIGlObject.cpp.
References StringUtils::emptyString.
Referenced by GUIGLObjectPopupMenu::onCmdCopyEdgeName().
|
inlineinherited |
Definition at line 905 of file MSBaseVehicle.h.
References MSBaseVehicle::myParkingMemory.
Referenced by GUIBaseVehicle::drawParkingInfo(), and MSBaseVehicle::getPrefixedParameter().
|
inherited |
Returns the sequence of past lanes (right-most on edge) based on the route starting at the current lane.
[in] | distance | The upstream distance to cover |
Definition at line 5945 of file MSVehicle.cpp.
References MSRoute::begin(), MSEdge::getInternalFollowingEdge(), MSEdge::getLanes(), MSLane::getLength(), MSLane::getLinkCont(), MSLane::getLogicalPredecessorLane(), MSLane::getOppositePos(), MSLane::getParallelOpposite(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getVClass(), MSLane::isInternal(), MSAbstractLaneChangeModel::isOpposite(), MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSVehicle::myLaneChangeModel, and MSBaseVehicle::myRoute.
Referenced by libsumo::Helper::applySubscriptionFilterLateralDistance(), and MSVehicle::getUpstreamOppositeLanes().
|
inlineinherited |
Definition at line 634 of file MSBaseVehicle.h.
References MSBaseVehicle::myPastStops.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), and LIBSUMO_NAMESPACE::Vehicle::getStops().
|
inlineinherited |
Definition at line 723 of file MSBaseVehicle.h.
References MSBaseVehicle::myPersonDevice.
Referenced by GUIBaseVehicle::getNumPassengers().
|
virtualinherited |
Returns the list of persons.
Implements SUMOVehicle.
Definition at line 1759 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getPersons().
Referenced by LIBSUMO_NAMESPACE::Vehicle::getPersonIDList().
|
virtualinherited |
Returns the number of persons.
Implements SUMOVehicle.
Definition at line 1753 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter, MSBaseVehicle::myPersonDevice, SUMOVehicleParameter::personNumber, and MSDevice_Transportable::size().
Referenced by MSBaseVehicle::allowsBoarding(), MEVehicle::checkStop(), getParameterWindow(), LIBSUMO_NAMESPACE::Vehicle::getPersonNumber(), MSVehicle::leaveLane(), MEVehicle::mayProceed(), MSVehicle::processNextStop(), MEVehicle::processStop(), and MSXMLRawOut::writeVehicle().
|
virtualinherited |
retrieve riding persons
Implements SUMOVehicle.
Definition at line 1788 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::getTransportables(), MSBaseVehicle::myEmptyTransportableVector, and MSBaseVehicle::myPersonDevice.
Referenced by MSE3Collector::enter(), MSBaseVehicle::getPersonIDList(), GUIBaseVehicle::getPopUpMenu(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSE2Collector::notifyEnter(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdSelectTransported(), MSVehicle::rerouteParkingArea(), and MSXMLRawOut::writeVehicle().
|
virtualinherited |
Returns an own popup-menu.
[in] | app | The application needed to build the popup-menu |
[in] | parent | The parent window needed to build the popup-menu |
Implements GUIGlObject.
Definition at line 337 of file GUIBaseVehicle.cpp.
References GUIGlObject::buildCenterPopupEntry(), GUIDesigns::buildFXMenuCommand(), GUIGlObject::buildNameCopyPopupEntry(), GUIGlObject::buildPopupHeader(), GUIGlObject::buildPositionCopyEntry(), GUIGlObject::buildSelectionPopupEntry(), GUIGlObject::buildShowParamsPopupEntry(), GUIGlObject::buildShowTypeParamsPopupEntry(), MSBaseVehicle::getContainers(), GUIGlObject::getGlID(), MSBaseVehicle::getPersons(), GUISUMOAbstractView::getTrackedID(), GUIBaseVehicle::hasActiveAddVisualisation(), MSBaseVehicle::isStopped(), MID_HIDE_ALLROUTES, MID_HIDE_BEST_LANES, MID_HIDE_CURRENTROUTE, MID_HIDE_FUTUREROUTE, MID_HIDE_LFLINKITEMS, MID_HIDE_ROUTE_NOLOOPS, MID_REMOVE_OBJECT, MID_SELECT_TRANSPORTED, MID_SHOW_ALLROUTES, MID_SHOW_BEST_LANES, MID_SHOW_CURRENTROUTE, MID_SHOW_FOES, MID_SHOW_FUTUREROUTE, MID_SHOW_LFLINKITEMS, MID_SHOW_ROUTE_NOLOOPS, MID_START_TRACK, MID_STOP_TRACK, MID_TOGGLE_STOP, GUIBaseVehicle::myPopup, GUIBaseVehicle::myVehicle, GUIBaseVehicle::VO_SHOW_ALL_ROUTES, GUIBaseVehicle::VO_SHOW_BEST_LANES, GUIBaseVehicle::VO_SHOW_FUTURE_ROUTE, GUIBaseVehicle::VO_SHOW_LFLINKITEMS, GUIBaseVehicle::VO_SHOW_ROUTE, and GUIBaseVehicle::VO_SHOW_ROUTE_NOLOOP.
|
inlinevirtual |
Return current position (x/y, cartesian)
Implements GUIBaseVehicle.
Definition at line 71 of file GUIVehicle.h.
References MSVehicle::getPosition().
Referenced by drawAction_drawCarriageClass(), drawRouteHelper(), and GUIViewTraffic::onGamingClick().
|
inherited |
Return the (x,y)-position, which the vehicle would reach if it continued along its best continuation lanes from the current for a distance of offset m.
offset |
Definition at line 1241 of file MSVehicle.cpp.
References MSLane::geometryPositionAtOffset(), MSVehicle::getBestLanesContinuation(), MSVehicle::getLane(), MSVehicle::getLateralPositionOnLane(), MSLane::getLength(), MSLane::getLinkCont(), MSLane::getLinkTo(), MSLane::getParallelOpposite(), MSLink::getViaLaneOrLane(), MSGlobals::gUsingInternalLanes, Position::INVALID, MSLane::isInternal(), MSVehicle::isOnRoad(), MSAbstractLaneChangeModel::isOpposite(), MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myPos, and MSVehicle::myState.
Referenced by MSDevice_SSM::determineConflictPoint().
|
inlinevirtualinherited |
Get the vehicle's position along the lane.
Implements SUMOTrafficObject.
Definition at line 377 of file MSVehicle.h.
References MSVehicle::State::myPos, and MSVehicle::myState.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToLeaderDistance(), MSVehicle::adaptToLeaders(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilters(), libsumo::Helper::applySubscriptionFilterTurn(), MSLaneChanger::avoidDeadlock(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeOpposite(), MSDevice_ToC::checkDynamicToC(), MSVehicleTransfer::checkInsertions(), MSLCM_SL2015::checkStrategicChange(), MSDevice_SSM::classifyEncounter(), MSVehicle::computeAngle(), MSDevice_SSM::computeGlobalMeasures(), MSLaneChanger::computeSafeOppositeLength(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSVehicle::estimateTimeToNextStop(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSLane::executeMovements(), MSLaneChanger::findCandidate(), MSDevice_SSM::findFoeConflictLane(), MSDevice_SSM::findSurroundingVehicles(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), MSLane::getBruttoOccupancy(), MSLaneChanger::getCloserFollower(), MSLaneChanger::getColumnleader(), MSEdge::getDepartPosBound(), MSVehicle::getDistanceToPosition(), MSLane::getFirstAnyVehicle(), MSLane::getFirstVehicleInformation(), MSLane::getFollower(), MSVehicle::getFollower(), MSLane::getFollowersOnConsecutive(), MSAbstractLaneChangeModel::getForwardPos(), MSEdge::getFreeLane(), MSVehicle::getLanePosAfterDist(), MSLane::getLastVehicleInformation(), MSLane::getLeader(), MSVehicle::getLeader(), MSLaneChangerSublane::getLeaders(), LIBSUMO_NAMESPACE::Vehicle::getNeighbors(), MSLane::getNettoOccupancy(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSCFModel_CC::getParameter(), getParameterWindow(), MSLane::getPartialBehind(), MSVehicle::getPastLanesUntil(), MSVehicle::getPosition(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSLCHelper::getRoundaboutDistBonus(), MSVehicle::getSlope(), MSVTKExport::getSpeed(), MSVehicle::getUpcomingLanesUntil(), MSLane::handleCollisionBetween(), MSCFModel_EIDM::internalspeedlimit(), MSLane::isInsertionSuccess(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSAbstractLaneChangeModel::laneChangeOutput(), MSLane::loadState(), MSVehicleTransfer::loadState(), MSLeaderDistanceInfo::moveSamePosTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSLCM_SL2015::mustOvertakeStopped(), MSLane::AnyVehicleIterator::nextIsMyVehicles(), MSDevice_GLOSA::notifyEnter(), MSDevice_Bluelight::notifyMove(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSAbstractLaneChangeModel::primaryLaneChanged(), MSVehicle::processNextStop(), MSCalibrator::remainingVehicleCapacity(), MSLaneChanger::resolveDeadlock(), MSLCM_LC2013::saveBlockerLength(), MSLCM_SL2015::saveBlockerLength(), selectBlockingFoes(), MSVehicle::setBlinkerInformation(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSLCM_SL2015::tieBrakeLeader(), MSVehicle::unsafeLinkAhead(), MSLCM_SL2015::updateCFRelated(), MSDevice_SSM::updateEncounter(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLane::updateLeaderInfo(), MSVehicle::updateParkingState(), MSVehicle::validatePosition(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSBatteryExport::write(), and MSQueueExport::writeLane().
|
inherited |
Get the vehicle's front position relative to the given lane.
Definition at line 4723 of file MSVehicle.cpp.
References MSVehicle::getBackPositionOnLane(), MSVehicleType::getLength(), and MSBaseVehicle::myType.
|
inherited |
retrieve parameters of devices, models and the vehicle itself
Definition at line 1954 of file MSBaseVehicle.cpp.
References StringUtils::endsWith(), StringTokenizer::get(), MSVehicle::getCarFollowModel(), MSBaseVehicle::getDeviceParameter(), Named::getID(), MSVehicle::getLaneChangeModel(), MSBaseVehicle::getNumberParkingReroutes(), MSBaseVehicle::getParameter(), MSCFModel::getParameter(), MSAbstractLaneChangeModel::getParameter(), Parameterised::getParameter(), MSBaseVehicle::getParkingMemory(), MSBaseVehicle::hasDevice(), StringTokenizer::size(), StringUtils::startsWith(), STEPS2TIME, and toString().
Referenced by GUIBaseVehicle::drawOnPos(), getColorValue(), GUIBaseVehicle::getScaleValue(), and MSFCDExport::write().
Definition at line 735 of file GUIVehicle.cpp.
References MSRoute::getEdges(), MSNet::getInstance(), MSEdge::getLanes(), MSBaseVehicle::getRoutePosition(), MSGlobals::gUsingInternalLanes, MSLane::isInternal(), MSVehicle::myFurtherLanes, MSVehicle::myLane, and MSBaseVehicle::myRoute.
Referenced by drawAction_drawCarriageClass().
|
inlinevirtualinherited |
Returns the vehicle's speed before the previous time step.
Reimplemented from MSBaseVehicle.
Definition at line 494 of file MSVehicle.h.
References MSVehicle::State::myPreviousSpeed, and MSVehicle::myState.
Referenced by MSDevice_SSM::checkConflictEntryAndExit(), and MSVehicle::checkReversal().
|
virtualinherited |
Returns the starting point for reroutes (usually the current edge)
This differs from *myCurrEdge only if the vehicle is on an internal edge or very close to the junction
Reimplemented from MSBaseVehicle.
Definition at line 1337 of file MSVehicle.cpp.
References MSRoute::end(), MSVehicle::getCarFollowModel(), MSLane::getLength(), MSLane::getNextNormal(), MSLane::getParallelOpposite(), MSAbstractLaneChangeModel::isOpposite(), MSVehicle::isOppositeLane(), MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, and MSVehicle::myState.
|
virtualinherited |
Get the vehicle's lateral position on the edge of the given lane (or its current edge if lane == 0)
Reimplemented from MSBaseVehicle.
Definition at line 6272 of file MSVehicle.cpp.
References MSVehicle::getCenterOnEdge(), MSBaseVehicle::getVehicleType(), and MSVehicleType::getWidth().
Referenced by MSLCM_SL2015::checkBlockingVehicles(), MSLane::detectCollisions(), getLeftSideOnEdge(), getRightSideOnEdge2(), and getRightSublaneOnEdge().
|
inline |
return right vehicle side on current edge (without argument)
Definition at line 132 of file GUIVehicle.h.
References MSVehicle::getRightSideOnEdge().
Referenced by getParameterWindow().
|
inherited |
Get the lateral position of the vehicles right side on the lane:
Definition at line 6248 of file MSVehicle.cpp.
References MSBaseVehicle::getVehicleType(), MSLane::getWidth(), MSVehicleType::getWidth(), MSVehicle::myLane, MSVehicle::State::myPosLat, and MSVehicle::myState.
Referenced by MSLCM_LC2013::adaptSpeedToPedestrians(), MSLaneChanger::checkChange(), MSLane::checkForPedestrians(), MSLane::getFollowersOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSVehicle::planMoveInternal(), and MSLaneChangerSublane::updateChanger().
|
inherited |
Get the lateral position of the vehicles right side on the lane:
Definition at line 6260 of file MSVehicle.cpp.
References MSBaseVehicle::getVehicleType(), MSLane::getWidth(), MSVehicleType::getWidth(), MSVehicle::State::myPosLat, and MSVehicle::myState.
int GUIVehicle::getRightSublaneOnEdge | ( | ) | const |
return the righmost sublane on the edge occupied by the vehicle
Definition at line 932 of file GUIVehicle.cpp.
References MSLane::getEdge(), MSVehicle::getRightSideOnEdge(), MSEdge::getSubLaneSides(), MAX2(), and MSVehicle::myLane.
Referenced by getParameterWindow().
|
virtualinherited |
Implements SUMOTrafficObject.
Definition at line 1944 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getEdge(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), and MSLane::getRNG().
Referenced by MSCFModel_Wiedemann::_v(), MSAbstractLaneChangeModel::avoidOvertakeRight(), MSVehicle::checkLinkLeader(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_Kerner::finalizeSpeed(), MSCFModel_PWag2009::followSpeed(), MSCFModel_W99::followSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSCFModel_KraussOrig1::patchSpeedBeforeLC(), MSCFModel_KraussX::patchSpeedBeforeLC(), MSCFModel_SmartSK::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::setApproachingForAllLinks(), and MSCFModel_SmartSK::updateMyHeadway().
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 1933 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getEdge(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), and MSLane::getRNGIndex().
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSBaseVehicle::insertStop(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), rerouteDRTStop(), LIBSUMO_NAMESPACE::Vehicle::rerouteEffort(), MSVehicle::rerouteParkingArea(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().
|
inlinevirtualinherited |
Returns the current route.
Implements SUMOVehicle.
Definition at line 134 of file MSBaseVehicle.h.
References MSBaseVehicle::myRoute.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), MSRailSignal::DriveWay::deadlockLaneOccupied(), GUIBaseVehicle::drawRoute(), GUIBaseVehicle::drawStopLabels(), MSDevice_SSM::findFoeConflictLane(), MSEdge::getDepartLane(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSCFModel_CC::getParameter(), LIBSUMO_NAMESPACE::Vehicle::getRoute(), LIBSUMO_NAMESPACE::Vehicle::getRouteID(), MSRailSignal::hasOncomingRailTraffic(), MSBaseVehicle::insertStop(), MSLane::isInsertionSuccess(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), MSVehicle::rerouteParkingArea(), GUIBaseVehicle::setFunctionalColor(), LIBSUMO_NAMESPACE::TrafficLight::updateConstraints(), MSVehicle::Influencer::updateRemoteControlRoute(), and MSFCDExport::write().
|
virtualinherited |
return index of edge within route
Implements SUMOTrafficObject.
Definition at line 569 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
Referenced by MSVehicle::computeFurtherLanes(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), getPreviousLane(), LIBSUMO_NAMESPACE::Vehicle::getRouteIndex(), MEVehicle::hasArrived(), MSVehicle::hasArrivedInternal(), MSVehicle::joinTrainPartFront(), MEVehicle::moveRoutePointer(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSVehicle::planMoveInternal(), rerouteDRTStop(), and MSFCDExport::write().
|
virtualinherited |
check for route validity at first insertion attempt
Implements SUMOVehicle.
Definition at line 672 of file MSBaseVehicle.cpp.
References MSGlobals::gCheckRoutes, Named::getID(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::hasValidRouteStart(), MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myRouteValidity, MSBaseVehicle::ROUTE_INVALID, MSBaseVehicle::ROUTE_UNCHECKED, TLF, VEHPARS_FORCE_REROUTE, SUMOVehicleParameter::wasSet(), and WRITE_WARNING.
|
inherited |
gets the size multiplier value according to the current scheme index
Definition at line 815 of file GUIBaseVehicle.cpp.
References MSBaseVehicle::getAcceleration(), MSVehicle::getAccumulatedWaitingSeconds(), MSVehicle::getBestLaneOffset(), MSBaseVehicle::getDepartDelay(), MSBaseVehicle::getEdge(), Named::getID(), MSVehicle::getLane(), MSVehicle::getLaneChangeModel(), MSBaseVehicle::getNumberReroutes(), MSBaseVehicle::getParameter(), Parameterised::getParameter(), MSBaseVehicle::getPrefixedParameter(), SUMOTrafficObject::getSpeed(), MSBaseVehicle::getStopArrivalDelay(), MSBaseVehicle::getStopDelay(), MSVehicle::getTimeGapOnLane(), MSBaseVehicle::getTimeLossSeconds(), MSEdge::getVehicleMaxSpeed(), MSLane::getVehicleMaxSpeed(), MSBaseVehicle::getWaitingSeconds(), MSAbstractLaneChangeModel::isOpposite(), MSBaseVehicle::isParking(), MSBaseVehicle::isSelected(), MSBaseVehicle::isStopped(), GUIBaseVehicle::myVehicle, STEPS2TIME, StringUtils::toBool(), StringUtils::toDouble(), GUIVisualizationSettings::vehicleScaleParam, and WRITE_WARNING.
Referenced by drawAction_drawCarriageClass(), GUIBaseVehicle::drawOnPos(), and GUIBaseVehicle::getExaggeration().
|
protectedinherited |
returns the seat position for the person with the given index
if there are not enough seats in the vehicle people have to squeeze onto the last seat
Definition at line 1048 of file GUIBaseVehicle.cpp.
References MIN2(), and GUIBaseVehicle::mySeatPositions.
Referenced by GUIBaseVehicle::drawAction_drawPersonsAndContainers().
std::string GUIVehicle::getShadowLaneID | ( | ) | const |
Definition at line 982 of file GUIVehicle.cpp.
References Named::getIDSecure(), and MSVehicle::getLaneChangeModel().
Referenced by getParameterWindow().
|
inlineinherited |
Returns the signals.
Definition at line 1190 of file MSVehicle.h.
References MSVehicle::mySignals.
Referenced by MSFCDExport::write().
|
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.
Definition at line 1922 of file MSBaseVehicle.cpp.
References MSVehicleType::buildSingularType(), MSVehicleType::getID(), Named::getID(), MSVehicleType::isVehicleSpecific(), MSBaseVehicle::myType, and MSBaseVehicle::replaceVehicleType().
Referenced by MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::processNextStop(), TraCIServerAPI_Vehicle::processSet(), MSVehicle::setActionStepLength(), MSDevice_ToC::setState(), and MSDevice_ToC::triggerMRM().
|
virtualinherited |
Returns the slope of the road at vehicle's position in degrees.
Implements SUMOTrafficObject.
Definition at line 1181 of file MSVehicle.cpp.
References MSLane::geometryPositionAtOffset(), MSVehicle::getBackPosition(), MSVehicle::getPosition(), MSVehicle::getPositionOnLane(), MSLane::getShape(), MSBaseVehicle::getStops(), MSLane::interpolateLanePosToGeometryPos(), Position::INVALID, MSBaseVehicle::isParking(), MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSVehicle::State::myPosLat, MSVehicle::myState, RAD2DEG, PositionVector::slopeDegreeAtOffset(), and Position::slopeTo2D().
Referenced by MSLaneChanger::changeOpposite(), getParameterWindow(), MSCFModel_KraussPS::maxNextSpeed(), MSCFModel_Rail::maxNextSpeed(), and MSCFModel_Rail::minNextSpeed().
|
inlinevirtualinherited |
Returns the vehicle's current speed.
Implements SUMOTrafficObject.
Definition at line 486 of file MSVehicle.h.
References MSVehicle::State::mySpeed, and MSVehicle::myState.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSCFModel_EIDM::_v(), MSCFModel_Wiedemann::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSDevice_GLOSA::adaptSpeed(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaders(), MSPModel_Striping::addCrossingVehs(), MSCriticalFollowerDistanceInfo::addFollower(), MSLCM_LC2013::addLCSpeedAdvice(), MSLCM_SL2015::addLCSpeedAdvice(), MSLane::addLeaders(), MSLCM_LC2013::anticipateFollowSpeed(), MSCFModel::applyStartupDelay(), MSLCHelper::canSaveBlockerLength(), MSLCM_SL2015::checkBlockingVehicles(), MSLaneChanger::checkChange(), MSDevice_SSM::checkConflictEntryAndExit(), MSDevice_ToC::checkDynamicToC(), GUIApplicationWindow::checkGamingEvents(), GUIApplicationWindow::checkGamingEventsDRT(), MSLaneChanger::checkOppositeStop(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSLCM_SL2015::commitFollowSpeed(), MSLCM_SL2015::commitManoeuvre(), MSDevice_SSM::computeDRAC(), MSDevice_SSM::computeGlobalMeasures(), MSLaneChanger::computeOvertakingTime(), MSLaneChanger::computeSafeOppositeLength(), MSLCM_LC2013::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSLink::couldBrakeForLeader(), MSLane::detectCollisions(), MSDevice_SSM::determineTTCandDRAC(), MSDevice_GLOSA::earliest_arrival(), MSDevice_SSM::estimateConflictTimes(), MSVehicle::estimateTimeToNextStop(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSCFModel::finalizeSpeed(), MSCFModel_CC::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_EIDM::finalizeSpeed(), MSCFModel_PWag2009::finalizeSpeed(), MSCFModel_Wiedemann::finalizeSpeed(), MSLane::forceVehicleInsertion(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), MSCFModel_CC::getACCAcceleration(), MSVehicle::getBrakeGap(), getColorValue(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSLane::getDepartSpeed(), MSLCM_SL2015::getLateralDrift(), MSLane::getLeader(), MSVehicle::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLane::getLeadersOnConsecutive(), MSLane::getMissingRearGap(), LIBSUMO_NAMESPACE::Vehicle::getNeighbors(), MSCFModel_CC::getParameter(), getParameterWindow(), MSCFModel_CC::getRadarMeasurements(), MSLaneChanger::getRealLeader(), MSVTKExport::getSpeed(), MSVehicle::getTimeGapOnLane(), MSCFModel_CC::getVehicleInformation(), MSPModel_Striping::getVehicleObstacles(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MSVehicle::handleCollisionStop(), MSIdling_Stop::idle(), MSLCM_DK2008::informBlocker(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), MSLCM_SL2015::informLeaders(), MSLane::insertVehicle(), MSCFModel::interactionGap(), MSCFModel_EIDM::interactionGap(), MSCFModel_IDM::interactionGap(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), MSAbstractLaneChangeModel::laneChangeOutput(), MSLane::lastInsertion(), MSLane::loadState(), MSVehicleTransfer::loadState(), MSDevice_ToC::MRMExecutionStep(), MSDevice_Bluelight::notifyMove(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), MSLCM_LC2013::overtakeDistance(), MSLCM_DK2008::patchSpeed(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSCFModel_KraussX::patchSpeedBeforeLC(), MSCFModel_SmartSK::patchSpeedBeforeLC(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSAbstractLaneChangeModel::predInteraction(), MSLCM_LC2013::prepareStep(), MSLCM_SL2015::preventSliding(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::registerInsertionApproach(), MSAbstractLaneChangeModel::remainingTime(), MSLane::safeInsertionSpeed(), MSLCHelper::saveBlockerLength(), LIBSUMO_NAMESPACE::Vehicle::setAcceleration(), MSVehicle::setBrakingSignals(), MSAbstractLaneChangeModel::setFollowerGaps(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), LIBSUMO_NAMESPACE::Vehicle::slowDown(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSLCM_SL2015::tieBrakeLeader(), MSVehicle::unsafeLinkAhead(), MSSimpleDriverState::updateAssumedGaps(), MSLCM_SL2015::updateCFRelated(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLCM_SL2015::updateGaps(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSBatteryExport::write(), and MSQueueExport::writeLane().
std::string GUIVehicle::getSpeedMode | ( | ) | const |
return the speed mode as bit string
Definition at line 997 of file GUIVehicle.cpp.
References MSVehicle::getInfluencer(), and getSpeedMode().
Referenced by getParameterWindow(), and getSpeedMode().
|
inherited |
Returns the uninfluenced velocity.
If no influencer exists (myInfluencer==0) the vehicle's current speed is returned. Otherwise the speed returned from myInfluencer->getOriginalSpeed().
Definition at line 6798 of file MSVehicle.cpp.
References MSVehicle::Influencer::getOriginalSpeed(), MSVehicle::myInfluencer, MSVehicle::State::mySpeed, and MSVehicle::myState.
|
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.
Definition at line 1695 of file MSBaseVehicle.cpp.
References MSDevice_Battery::getActualBatteryCapacity(), MSDevice_ElecHybrid::getActualBatteryCapacity(), and MSBaseVehicle::getDevice().
Referenced by getParameterWindow().
|
inherited |
returns the upcoming stop with the given index in the stop queue
Definition at line 1369 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myStops, and toString().
Referenced by LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), and LIBSUMO_NAMESPACE::Vehicle::setStopParameter().
|
virtualinherited |
Returns the estimated public transport stop arrival delay in seconds.
Reimplemented from MSBaseVehicle.
Definition at line 7488 of file MSVehicle.cpp.
References SUMOVehicleParameter::Stop::arrival, MSVehicle::estimateTimeToNextStop(), MSNet::getInstance(), MSBaseVehicle::hasStops(), INVALID_DOUBLE, MSBaseVehicle::myStops, MSStop::pars, MSStop::reached, SUMOVehicleParameter::Stop::started, and STEPS2TIME.
Referenced by getColorValue().
|
virtualinherited |
Returns the public transport stop delay in seconds.
Reimplemented from MSBaseVehicle.
Definition at line 7467 of file MSVehicle.cpp.
References DELTA_T, MSStop::duration, SUMOVehicleParameter::Stop::duration, MSVehicle::estimateTimeToNextStop(), MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSBaseVehicle::hasStops(), MAX2(), MSBaseVehicle::myStops, MSStop::pars, MSStop::reached, STEPS2TIME, TIME2STEPS, and SUMOVehicleParameter::Stop::until.
Referenced by getColorValue().
|
inherited |
get remaining stop duration or 0 if the vehicle isn't stopped
Definition at line 1359 of file MSBaseVehicle.cpp.
References MSBaseVehicle::isStopped(), and MSBaseVehicle::myStops.
Referenced by MSLaneChanger::computeOvertakingTime().
|
inherited |
Returns the list of still pending stop edges also returns the first and last stop position.
Definition at line 1307 of file MSBaseVehicle.cpp.
References MSStop::edge, MSStop::getEndPos(), MSBaseVehicle::haveValidStopEdges(), MSStop::lane, and MSBaseVehicle::myStops.
Referenced by MSBaseVehicle::reroute().
|
virtualinherited |
return list of route indices for the remaining stops
Implements SUMOVehicle.
Definition at line 1341 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSBaseVehicle::myRoute, and MSBaseVehicle::myStops.
|
privatevirtual |
retrieve information about the current stop state
Implements GUIBaseVehicle.
Definition at line 795 of file GUIVehicle.cpp.
References MSBaseVehicle::hasStops(), MSBaseVehicle::isParking(), MSBaseVehicle::isStopped(), MSBaseVehicle::myStops, and time2string().
Referenced by getParameterWindow().
|
inlinevirtualinherited |
returns the list of stops not yet reached in the stop queue
Implements SUMOVehicle.
Definition at line 630 of file MSBaseVehicle.h.
References MSBaseVehicle::myStops.
Referenced by GUIBaseVehicle::drawStopLabels(), MSCFModel_CC::finalizeSpeed(), LIBSUMO_NAMESPACE::TrafficLight::getFutureTripIds(), MSVehicle::getSlope(), LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), LIBSUMO_NAMESPACE::Vehicle::getStops(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().
std::string GUIVehicle::getTargetLaneID | ( | ) | const |
Definition at line 987 of file GUIVehicle.cpp.
References Named::getIDSecure(), and MSVehicle::getLaneChangeModel().
Referenced by getParameterWindow().
|
inherited |
Returns the time gap in seconds to the leader of the vehicle on the same lane.
If the distance is too big -1 is returned. The gap returned takes the minGap into account.
Definition at line 6130 of file MSVehicle.cpp.
References MSVehicle::getLeader(), MSVehicle::getSpeed(), and MSBaseVehicle::getVehicleType().
Referenced by getColorValue(), getParameterWindow(), and GUIBaseVehicle::getScaleValue().
|
inlinevirtualinherited |
Returns the SUMOTime lost (speed was lesser maximum speed)
Implements SUMOVehicle.
Definition at line 690 of file MSVehicle.h.
References MSVehicle::myTimeLoss, and TIME2STEPS.
|
inlinevirtualinherited |
Returns the time loss in seconds.
Reimplemented from MSBaseVehicle.
Definition at line 714 of file MSVehicle.h.
References MSVehicle::myTimeLoss.
Referenced by getColorValue(), and getParameterWindow().
|
inlineinherited |
Returns the SUMOTime spent driving since startup (speed was larger than 0.1m/s)
The value is reset if the vehicle halts (moves slower than 0.1m/s) Intentional stopping does not reset the time
Definition at line 673 of file MSVehicle.h.
References MSVehicle::myTimeSinceStartup.
Referenced by MSCFModel::applyStartupDelay(), MSCFModel_EIDM::finalizeSpeed(), and MSCFModel_EIDM::slowToStartTerm().
|
inlineinherited |
Definition at line 677 of file MSVehicle.h.
References MSVehicle::myTimeSinceStartup, and STEPS2TIME.
Referenced by getParameterWindow().
|
inlineinherited |
Returns the type of the object as coded in GUIGlObjectType.
Definition at line 154 of file GUIGlObject.h.
References GUIGlObject::myGLObjectType.
Referenced by GUIGlObject::buildSelectionPopupEntry(), drawAction_drawCarriageClass(), drawAction_drawLinkItems(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIPerson::drawAction_drawWalkingareaPath(), GNEAdditional::drawAdditionalID(), GNEAdditional::drawAdditionalName(), GNEViewNet::drawDeleteContour(), GNEEdge::drawEdgeGeometryPoints(), GNEVehicle::drawFlowLabel(), GUIBusStop::drawGL(), GUICalibrator::drawGL(), GUIChargingStation::drawGL(), GUIJunctionWrapper::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIOverheadWire::drawGL(), GUIOverheadWireClamp::drawGL(), GUIParkingArea::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GNEAccess::drawGL(), GNEBusStop::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNEEntryExitDetector::drawGL(), GNEInductionLoopDetector::drawGL(), GNEInstantInductionLoopDetector::drawGL(), GNELaneAreaDetector::drawGL(), GNEParkingArea::drawGL(), GNEParkingSpace::drawGL(), GNETAZ::drawGL(), GNEContainer::drawGL(), GNEPerson::drawGL(), GNEVehicle::drawGL(), GNEConnection::drawGL(), GNECrossing::drawGL(), GNEJunction::drawGL(), GNELane::drawGL(), GUIContainer::drawGL(), GUILane::drawGL(), GUIPerson::drawGL(), GNEPOI::drawGL(), GNEPoly::drawGL(), GUIBaseVehicle::drawGLAdditional(), GUIPerson::drawGLAdditional(), GNEDemandElement::drawJunctionLine(), GNEAdditional::drawListedAddtional(), GUIBaseVehicle::drawOnPos(), GNELaneAreaDetector::drawPartialGL(), GNEOverheadWire::drawPartialGL(), GNEEdgeData::drawPartialGL(), GNEEdgeRelData::drawPartialGL(), GNERoute::drawPartialGL(), GNEVehicle::drawPartialGL(), GNEDemandElement::drawPersonPlanPartial(), GNEViewNet::drawSelectContour(), GNEAdditional::drawSquaredAdditional(), GNEVehicle::drawStackLabel(), GNEStop::drawStopPersonOverBusStop(), GNEStop::drawStopPersonOverEdge(), GNEStop::drawVehicleStop(), GNEViewNet::getAttributeCarriersInBoundary(), GUIJunctionWrapper::getColorValue(), GUIEdge::getColorValue(), GNEViewNet::getConnectionAtPopupPosition(), GNEViewNet::getCrossingAtPopupPosition(), GNEViewNet::getEdgeAtPopupPosition(), GNEViewNet::getJunctionAtPopupPosition(), GNEViewNet::getLaneAtPopupPosition(), GUISUMOAbstractView::getObjectsAtPosition(), GUIEdge::getScaleValue(), GNEViewNet::getWalkingAreaAtPopupPosition(), GNEAdditional::isGLObjectLocked(), GNEDemandElement::isGLObjectLocked(), GNENetworkElement::isGLObjectLocked(), GUISelectedStorage::isSelected(), GUISUMOViewParent::isSelected(), GUIGlChildWindow::isSelected(), GUIGLObjectPopupMenu::onCmdCopyEdgeName(), GNESelectorFrame::SelectionOperation::onCmdLoad(), GUISUMOViewParent::onCmdSpeedFactor(), GUIDialog_ChooserAbstract::onCmdTrack(), GUISUMOAbstractView::onLeftBtnPress(), GUISUMOViewParent::onUpdSpeedFactor(), LayeredRTree::selectLayer(), GUIPolygon::setColor(), GNEJunction::setJunctionType(), GNEViewNetHelper::ObjectsUnderCursor::updateGenericDataElements(), GNEViewNetHelper::ObjectsUnderCursor::updateNetworkElements(), GNEViewNetHelper::ObjectsUnderCursor::updateShapeElements(), and GNEViewNetHelper::ObjectsUnderCursor::updateTAZElements().
|
virtual |
Returns an own type parameter window.
[in] | app | The application needed to build the parameter window |
[in] | parent | The parent window needed to build the parameter window |
Implements GUIBaseVehicle.
Definition at line 214 of file GUIVehicle.cpp.
References SUMOXMLDefinitions::CarFollowModels, GUIParameterTableWindow::closeBuilding(), MSVehicleType::getActionStepLengthSecs(), MSVehicle::getCarFollowModel(), MSVehicleType::getContainerCapacity(), MSVehicleType::getEmissionClass(), MSVehicleType::getGuiShape(), MSVehicleType::getHeight(), MSVehicleType::getID(), MSVehicle::getLaneChangeModel(), MSVehicleType::getLength(), MSVehicleType::getLoadingDuration(), SUMOVTypeParameter::getManoeuverAngleTimesS(), MSBaseVehicle::getMaxSpeed(), MSVehicleType::getMaxSpeedLat(), MSVehicleType::getMinGap(), MSVehicleType::getMinGapLat(), PollutantsInterface::getName(), MSVehicleType::getParameter(), MSVehicleType::getPersonCapacity(), MSVehicleType::getPreferredLateralAlignment(), MSVehicleType::getPreferredLateralAlignmentOffset(), MSVehicleType::getVehicleClass(), getVehicleShapeName(), MSBaseVehicle::getVehicleType(), MSVehicleType::getWidth(), GIVEN, MSGlobals::gLaneChangeDuration, MSGlobals::gLateralResolution, MSGlobals::gModelParkingManoeuver, gPrecision, SUMOVTypeParameter::jmParameter, SUMOXMLDefinitions::LaneChangeModels, SUMOVTypeParameter::lcParameter, GUIParameterTableWindow::mkItem(), MSBaseVehicle::myType, SUMOVTypeParameter::speedFactor, STEPS2TIME, SumoVehicleClassStrings, Distribution_Parameterized::toStr(), toString(), VTYPEPARS_ACTIONSTEPLENGTH_SET, and SUMOVTypeParameter::wasSet().
|
inherited |
Returns the upcoming (best followed by default 0) sequence of lanes to continue the route starting at the current lane.
[in] | distance | The downstream distance to cover |
Definition at line 5876 of file MSVehicle.cpp.
References MSRoute::end(), MSVehicle::getBestLanesContinuation(), MSLane::getEdge(), Named::getID(), MSLane::getInternalFollowingLane(), MSLane::getLength(), MSLane::getLinkCont(), MSLane::getOppositePos(), MSLane::getParallelOpposite(), MSVehicle::getPositionOnLane(), MSLane::isInternal(), MSAbstractLaneChangeModel::isOpposite(), MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSVehicle::myLaneChangeModel, and MSBaseVehicle::myRoute.
Referenced by libsumo::Helper::applySubscriptionFilterLateralDistance(), MSVehicle::executeFractionalMove(), MSVehicle::getLanePosAfterDist(), and MSDevice_Bluelight::notifyMove().
|
inherited |
Returns the sequence of opposite lanes corresponding to past lanes.
Definition at line 6003 of file MSVehicle.cpp.
References MSLane::getMaximumBrakeDist(), MSLane::getOpposite(), MSVehicle::getPastLanesUntil(), and MSVehicle::myLane.
Referenced by MSLane::addLeaders().
|
inlinevirtualinherited |
Returns the vehicle's access class.
Implements SUMOTrafficObject.
Definition at line 148 of file MSBaseVehicle.h.
References MSVehicleType::getParameter(), MSBaseVehicle::myType, and SUMOVTypeParameter::vehicleClass.
Referenced by MSBaseVehicle::addStop(), MSLaneChangerSublane::change(), MSLaneChanger::changeOpposite(), LIBSUMO_NAMESPACE::Vehicle::changeTarget(), GUIApplicationWindow::checkGamingEvents(), MSVehicle::checkReversal(), MSLCM_SL2015::checkStrategicChange(), drawAction_drawCarriageClass(), drawRouteHelper(), MSVehicle::enterLaneAtMove(), MSLane::executeMovements(), MSVehicle::getNextEdgePtr(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSVehicle::getPastLanesUntil(), MSLane::getVehicleStopOffset(), MESegment::hasSpaceFor(), MSVehicle::hasValidRouteStart(), MSLane::incorporateVehicle(), MSBaseVehicle::insertStop(), MSPedestrianPushButton::isActiveForEdge(), MSLane::isInsertionSuccess(), MSVehicle::leaveLane(), MSLaneChanger::mayChange(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSLCM_SL2015::mustOvertakeStopped(), MSDevice_Bluelight::notifyMove(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), MSBaseVehicle::rerouteBetweenStops(), rerouteDRTStop(), MSVehicle::rerouteParkingArea(), LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime(), MSVehicle::setBlinkerInformation(), and MSVehicle::updateBestLanes().
|
inlineinherited |
Definition at line 340 of file GUIBaseVehicle.h.
References GUIBaseVehicle::myVehicle.
Referenced by GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdSelectTransported().
|
inlinevirtualinherited |
Returns the vehicle's type definition.
Implements SUMOTrafficObject.
Definition at line 141 of file MSBaseVehicle.h.
References MSBaseVehicle::myType.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeaders(), MSPModel_Striping::addCrossingVehs(), MSLane::addLeaders(), MSBaseVehicle::allowsBoarding(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilters(), MSLaneChanger::avoidDeadlock(), MSAbstractLaneChangeModel::avoidOvertakeRight(), MSBaseVehicle::basePos(), MSLaneChanger::change(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeToNewLane(), MSLane::checkFailure(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSLaneChanger::checkOppositeStop(), MSVehicle::checkRewindLinkLanes(), MSDevice_SSM::classifyEncounter(), MSLCM_SL2015::commitManoeuvre(), MSLaneChanger::computeOvertakingTime(), MSAbstractLaneChangeModel::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), drawAction_drawCarriageClass(), drawAction_drawLinkItems(), drawAction_drawVehicleBlinker(), drawAction_drawVehicleBrakeLight(), GUIEdge::drawMesoVehicles(), GUIBaseVehicle::drawOnPos(), MSLane::enteredByLaneChange(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSDevice_SSM::estimateConflictTimes(), MSAbstractLaneChangeModel::estimateLCDuration(), MEVehicle::estimateLeaveSpeed(), MSVehicle::estimateTimeToNextStop(), MSLane::executeMovements(), MSLaneChangerSublane::findClosestLeader(), MSCFModel_Rail::followSpeed(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), MSAbstractLaneChangeModel::getAngleOffset(), MEVehicle::getBackPositionOnLane(), MSLane::getBruttoOccupancy(), GUIBaseVehicle::getCenteringBoundary(), GUIMEVehicle::getCenteringBoundary(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), MSBaseVehicle::getEmissionParameters(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), MSBaseVehicle::getImpatience(), MSVehicle::getLateralOverlap(), MSLane::getLeader(), MSVehicle::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), getLeftSideOnEdge(), MSVehicle::getLeftSideOnLane(), MSLCM_SL2015::getLongest(), MSAbstractLaneChangeModel::getMaxSpeedLat2(), MSLane::getNettoOccupancy(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MEVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnLane(), MSLane::getSpaceTillLastStanding(), MSLeaderInfo::getSubLanes(), MSVehicle::getTimeGapOnLane(), getTypeParameterWindow(), MSPModel_Striping::getVehicleObstacles(), libsumo::Helper::getVehicleType(), GUIBaseVehicle::getVType(), MSLCM_SL2015::getWidth(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MESegment::hasSpaceFor(), MSVehicle::ignoreRed(), MSLane::incorporateVehicle(), MSLCM_SL2015::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_SL2015::informLeaders(), MSLane::insertVehicle(), MSLink::isInFront(), MSLane::isInsertionSuccess(), MESegment::isOpen(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepClear(), MSLCM_SL2015::keepLatGap(), MSAbstractLaneChangeModel::laneChangeOutput(), MSLane::lastInsertion(), MSLane::leftByLaneChange(), MESegment::loadState(), MEVehicle::mayProceed(), MSPModel_Striping::moveInDirection(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSLCM_SL2015::mustOvertakeStopped(), MSDevice_Bluelight::notifyMove(), MSDevice_GLOSA::notifyMove(), LIBSUMO_NAMESPACE::Vehicle::openGap(), MSVehicle::overlap(), MSLCM_LC2013::overtakeDistance(), MSLCM_DK2008::patchSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSLCM_LC2013::prepareStep(), MSLCM_SL2015::preventSliding(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::processTraCISpeedControl(), MESegment::receive(), MSLaneChanger::ChangeElem::registerHop(), MSLaneChanger::registerUnchanged(), MSAbstractLaneChangeModel::remainingTime(), MESegment::Queue::remove(), MSLane::removeVehicle(), MSLaneChanger::resolveDeadlock(), MSLane::safeInsertionSpeed(), MSLCHelper::saveBlockerLength(), MSBaseVehicle::saveState(), selectBlockingFoes(), MESegment::send(), MSVehicleType::setActionStepLength(), MSAbstractLaneChangeModel::setFollowerGaps(), GUIBaseVehicle::setFunctionalColor(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MSVehicle::setTentativeLaneAndPosition(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), MSLCM_SL2015::updateCFRelated(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSFCDExport::write(), MSBatteryExport::write(), MSQueueExport::writeLane(), and MSLaneChanger::yieldToDeadlockOncoming().
|
inlineinherited |
Returns the vehicle's direction in radians.
Definition at line 737 of file MSVehicle.h.
References MSVehicle::myAngle, MSVehicle::myState, and MSVehicle::State::speed().
Referenced by MSCFModel_CC::_consensus(), MSCFModel_CC::getParameter(), and MSDevice_SSM::updateEncounter().
|
inlineprotectedinherited |
A shortcut to myVehicle.myType.
Definition at line 362 of file GUIBaseVehicle.h.
References MSBaseVehicle::getVehicleType(), and GUIBaseVehicle::myVehicle.
Referenced by GUIBaseVehicle::computeSeats(), drawAction_drawCarriageClass(), GUIMEVehicle::drawAction_drawCarriageClass(), GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges(), and GUIBaseVehicle::drawOnPos().
|
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.
Definition at line 251 of file MSBaseVehicle.h.
References SUMOTrafficObject::getWaitingTime(), and STEPS2TIME.
Referenced by MSLaneChanger::avoidDeadlock(), MSLaneChanger::changeOpposite(), MSLaneChanger::computeSurplusGap(), getColorValue(), GUIMEVehicle::getColorValue(), getParameterWindow(), GUIMEVehicle::getParameterWindow(), GUIBaseVehicle::getScaleValue(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSPedestrianPushButton::isActiveForEdge(), MSLaneChanger::resolveDeadlock(), MSVehicle::workOnMoveReminders(), MSEmissionExport::write(), MSQueueExport::writeLane(), MSFullExport::writeVehicles(), MSLaneChanger::yieldToDeadlockOncoming(), and MSLaneChanger::yieldToOppositeWaiting().
|
inlinevirtualinherited |
Returns the SUMOTime waited (speed was lesser than 0.1m/s)
The value is reset if the vehicle moves faster than 0.1m/s Intentional stopping does not count towards this time.
Implements SUMOTrafficObject.
Definition at line 663 of file MSVehicle.h.
References MSVehicle::myWaitingTime.
Referenced by MSVehicle::checkLinkLeader(), MSVehicle::checkRewindLinkLanes(), MSLane::executeMovements(), MSLink::getLeaderInfo(), MSDevice_Bluelight::notifyMove(), MSVehicle::processLinkApproaches(), selectBlockingFoes(), MSVehicle::setApproachingForAllLinks(), and MSLaneChanger::yieldToOppositeWaiting().
|
inherited |
Definition at line 1736 of file MSBaseVehicle.cpp.
References MSBaseVehicle::_getWeightsStorage().
|
inherited |
Returns the vehicle's internal edge travel times/efforts container.
If the vehicle does not have such a container, it is built.
Definition at line 1730 of file MSBaseVehicle.cpp.
References MSBaseVehicle::_getWeightsStorage().
Referenced by LIBSUMO_NAMESPACE::Vehicle::getAdaptedTraveltime(), MSNet::getEffort(), LIBSUMO_NAMESPACE::Vehicle::getEffort(), MSNet::getTravelTime(), LIBSUMO_NAMESPACE::Vehicle::setAdaptedTraveltime(), and LIBSUMO_NAMESPACE::Vehicle::setEffort().
|
inlineinherited |
Returns the vehicle's width.
Definition at line 510 of file MSBaseVehicle.h.
References MSVehicleType::getWidth(), and MSBaseVehicle::myType.
Referenced by MSDevice_SSM::classifyEncounter(), MSAbstractLaneChangeModel::determineTargetLane(), drawAction_drawCarriageClass(), GUIMEVehicle::drawAction_drawCarriageClass(), drawAction_drawVehicleBlinker(), drawAction_drawVehicleBrakeLight(), MSVehicle::getLateralOverlap(), MSVehicle::lateralDistanceToLane(), MSVehicle::planMoveInternal(), MSLaneChangerSublane::startChangeSublane(), and MSDevice_SSM::updatePassedEncounter().
|
virtualinherited |
Reimplemented from MSBaseVehicle.
Definition at line 6688 of file MSVehicle.cpp.
References ACCEL2SPEED, MSVehicle::computeAngle(), MSVehicle::computeFurtherLanes(), MSStop::edge, SUMOVehicleParameter::Stop::endPos, MSVehicle::getCarFollowModel(), MSVehicleType::getLength(), MSVehicle::getSpeed(), Position::INVALID, MSAbstractLaneChangeModel::isOpposite(), M_PI, MSCFModel::maximumSafeStopSpeed(), MIN2(), MSVehicle::myAngle, MSVehicle::myCachedPosition, MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::State::myPos, MSVehicle::State::mySpeed, MSVehicle::myState, MSBaseVehicle::myType, and MSStop::pars.
|
inherited |
Returns whether the named feature is enabled in the given view.
[in] | parent | The view for which the feature may be enabled |
[in] | which | The visualisation feature |
Definition at line 883 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::myAdditionalVisualizations.
Referenced by GUIBaseVehicle::drawGLAdditional(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowAllRoutes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowBestLanes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowCurrentRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowFutureRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowLFLinkItems(), and GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowRouteNoLoops().
|
virtualinherited |
Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge)
Reimplemented from MSBaseVehicle.
Definition at line 1070 of file MSVehicle.cpp.
References MSVehicle::hasArrivedInternal().
Referenced by MSLane::executeMovements().
|
protectedinherited |
Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge) method is called in the context of excecuteMove where opposite-direction vehicles are transformed temporarily to their forward lane and additional opposite-direction driving checks do not apply.
Definition at line 1076 of file MSVehicle.cpp.
References SUMOVehicleParameter::arrivalEdge, MSRoute::end(), MSLane::getLength(), MSBaseVehicle::getRoutePosition(), MSAbstractLaneChangeModel::isOpposite(), MSVehicle::isRemoteControlled(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSBaseVehicle::myParameter, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::myState, and MSBaseVehicle::myStops.
Referenced by MSVehicle::executeMove(), MSVehicle::hasArrived(), and MSVehicle::processLaneAdvances().
|
inlinevirtualinherited |
Returns whether this vehicle has already departed.
Implements SUMOVehicle.
Definition at line 379 of file MSBaseVehicle.h.
References MSBaseVehicle::myDeparture, and MSBaseVehicle::NOT_YET_DEPARTED.
Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::addStop(), MSBaseVehicle::createDevice(), MSVehicle::enterLaneAtInsertion(), MSLane::forceVehicleInsertion(), MSBaseVehicle::getDepartDelay(), LIBSUMO_NAMESPACE::Vehicle::getRouteIndex(), MSBaseVehicle::insertStop(), MEVehicle::loadState(), MSVehicle::loadState(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::remove(), MSBaseVehicle::replaceStop(), and MSBaseVehicle::rerouteBetweenStops().
|
inherited |
check whether the vehicle is equiped with a device of the given type
Definition at line 1828 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by MSBaseVehicle::createDevice(), and MSBaseVehicle::getPrefixedParameter().
|
inlineinherited |
Whether this vehicle is equipped with a MSDriverState.
Definition at line 1009 of file MSVehicle.h.
References MSVehicle::myDriverState.
Referenced by MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), and MSVehicle::planMove().
|
inlinevirtualinherited |
whether the vehicle is individually influenced (via TraCI or special parameters)
Implements MSBaseVehicle.
Definition at line 1690 of file MSVehicle.h.
References MSVehicle::myInfluencer.
Referenced by MSLaneChanger::changeOpposite(), MSLCM_SL2015::checkBlocking(), MSAbstractLaneChangeModel::checkTraCICommands(), LIBSUMO_NAMESPACE::Vehicle::deactivateGapControl(), MSLane::detectCollisionBetween(), drawRouteHelper(), getParameterWindow(), MSLane::handleCollisionBetween(), MSVehicle::influenceChangeDecision(), and MSLCM_SL2015::keepLatGap().
|
inlinevirtualinherited |
Returns whether the vehicle has to stop somewhere.
Implements SUMOVehicle.
Definition at line 590 of file MSBaseVehicle.h.
References MSBaseVehicle::myStops.
Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::basePos(), MSDevice_ToC::checkDynamicToC(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSVehicle::estimateTimeToNextStop(), MSBaseVehicle::getNextStopParameter(), MSVehicle::getStopArrivalDelay(), MSVehicle::getStopDelay(), getStopInfo(), MSLaneChanger::hasOppositeStop(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSBaseVehicle::isStoppedInRange(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), LIBSUMO_NAMESPACE::Vehicle::resume(), and MSVehicle::setBlinkerInformation().
|
virtualinherited |
Validates the current or given route.
[out] | msg | Description why the route is not valid (if it is the case) |
[in] | route | The route to check (or 0 if the current route shall be checked) |
Implements SUMOVehicle.
Definition at line 631 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSRoute::end(), MSVehicleType::getVehicleClass(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSBaseVehicle::myType, and TLF.
Referenced by MSBaseVehicle::getRouteValidity(), MESegment::initialise(), LIBSUMO_NAMESPACE::Vehicle::isRouteValid(), MSBaseVehicle::replaceRouteEdges(), and LIBSUMO_NAMESPACE::Vehicle::setRouteID().
|
virtualinherited |
checks wether the vehicle can depart on the first edge
Reimplemented from MSBaseVehicle.
Definition at line 1038 of file MSVehicle.cpp.
References SUMOVehicleParameter::departLane, SUMOVehicleParameter::departLaneProcedure, SUMOVehicleParameter::departSpeed, SUMOVehicleParameter::departSpeedProcedure, MSVehicleType::getID(), Named::getID(), MSVehicleType::getMaxSpeed(), MSBaseVehicle::getVClass(), GIVEN, MSBaseVehicle::myParameter, MSBaseVehicle::myRouteValidity, MSBaseVehicle::myType, MSBaseVehicle::ROUTE_START_INVALID_LANE, and MSBaseVehicle::ROUTE_START_INVALID_PERMISSIONS.
|
inherited |
check whether all stop.edge MSRouteIterators are valid and in order
Definition at line 1244 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSRoute::end(), SUMOVehicle::getBrakeGap(), Named::getID(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, SIMSTEP, time2string(), toString(), WRITE_ERROR, and WRITE_WARNING.
Referenced by MSVehicle::enterLaneAtMove(), MSBaseVehicle::getStopEdges(), MSVehicle::replaceRoute(), and rerouteDRTStop().
|
inherited |
whether this vehicle is except from collision checks
Definition at line 1587 of file MSVehicle.cpp.
References MSVehicle::myCollisionImmunity.
Referenced by MSLane::handleCollisionBetween().
|
inherited |
decide whether a red (or yellow light) may be ignore
Definition at line 6851 of file MSVehicle.cpp.
References DEBUG_COND, MSVehicle::Influencer::getEmergencyBrakeRedLight(), Named::getID(), MSNet::getInstance(), SUMOVTypeParameter::getJMParam(), MSLink::getLastStateChange(), MSVehicleType::getParameter(), MSLink::getState(), MSLink::getTLLogic(), MSBaseVehicle::getVehicleType(), MSLink::getViaLaneOrLane(), MSLink::haveRed(), MSLink::haveYellow(), MSVehicle::myInfluencer, SIMTIME, STEPS2TIME, SUMO_ATTR_JM_DRIVE_AFTER_RED_TIME, SUMO_ATTR_JM_DRIVE_AFTER_YELLOW_TIME, and toString().
Referenced by MSLaneChanger::changeOpposite(), MSLink::getLeaderInfo(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), and MSVehicle::processLinkApproaches().
|
inherited |
allow TraCI to influence a lane change decision
Definition at line 6808 of file MSVehicle.cpp.
References MSLane::getEdge(), MSVehicle::getInfluencer(), MSNet::getInstance(), MSVehicle::getLaneIndex(), MSVehicle::hasInfluencer(), MSVehicle::Influencer::influenceChangeDecision(), and MSVehicle::myLane.
Referenced by MSLCM_LC2013::_wantsChange(), MSAbstractLaneChangeModel::cancelRequest(), MSLaneChangerSublane::change(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeSublane(), MSLCM_SL2015::checkStrategicChange(), and MSAbstractLaneChangeModel::checkTraCICommands().
|
virtualinherited |
Reimplemented from MSBaseVehicle.
Definition at line 1028 of file MSVehicle.cpp.
References MSAbstractLaneChangeModel::build(), MSBaseVehicle::getDevice(), MSVehicleType::getLaneChangeModel(), MSBaseVehicle::initDevices(), MSVehicle::myDriverState, MSVehicle::myFrictionDevice, MSVehicle::myLaneChangeModel, and MSBaseVehicle::myType.
|
privateinherited |
Definition at line 1893 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getParameter(), MSBaseVehicle::setJunctionModelParameter(), and StringUtils::startsWith().
Referenced by MSBaseVehicle::MSBaseVehicle().
|
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).
[in] | nextStopIndex | The replacement index |
[in] | stop | Stop parameters |
[in] | info | The rerouting info |
[in] | teleport | Whether to cover the route to the new stop via teleporting |
[out] | errorMsg | returned error message |
Definition at line 1597 of file MSBaseVehicle.cpp.
References MSLane::allowsVehicleClass(), SUMOAbstractRouter< E, V >::compute(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getBaseInfluencer(), MSBaseVehicle::getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSRoute::getEdges(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRNGIndex(), MSBaseVehicle::getRoute(), MSBaseVehicle::BaseInfluencer::getRouterTT(), MELoop::getSegmentForEdge(), MSBaseVehicle::getVClass(), MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSBaseVehicle::hasDeparted(), MSStop::initPars(), MSLane::isInternal(), MSBaseVehicle::isStopped(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), MSStop::segment, SUMOVehicleParameter::stops, and toString().
Referenced by LIBSUMO_NAMESPACE::Vehicle::insertStop().
|
staticinherited |
interpret stop lane on opposite side of the road
Definition at line 961 of file MSBaseVehicle.cpp.
References MSEdge::dictionary(), SUMOVehicleParameter::Stop::edge, SUMOXMLDefinitions::getEdgeIDFromLane(), SUMOXMLDefinitions::getIndexFromLane(), MSEdge::getLanes(), MSEdge::getNumLanes(), MSEdge::getOppositeEdge(), and SUMOVehicleParameter::Stop::lane.
Referenced by MSRouteHandler::addStop(), and MSBaseVehicle::addStop().
|
inlineinherited |
Definition at line 424 of file MSVehicle.h.
References Position::INVALID, and MSVehicle::myCachedPosition.
Referenced by MSVehicleTransfer::checkInsertions().
|
inlineinherited |
Returns whether the next simulation step will be an action point for the vehicle.
Definition at line 629 of file MSVehicle.h.
References MSVehicle::getActionStepLength(), and MSVehicle::myLastActionTime.
Referenced by MSVehicle::checkActionStep(), and getColorValue().
|
inlineinherited |
Returns whether the current simulation step is an action point for the vehicle.
Definition at line 622 of file MSVehicle.h.
References MSVehicle::myActionStep.
Referenced by MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLaneChangerSublane::checkChangeToNewLane(), getColorValue(), MSLink::getZipperSpeed(), and MSLCM_SL2015::setOwnState().
|
inlineinherited |
get blocking status
Definition at line 164 of file GUIGlObject.h.
References GUIGlObject::myAmBlocked.
|
inlinevirtualinherited |
Whether it is a container.
Reimplemented in MSTransportable.
Definition at line 73 of file SUMOTrafficObject.h.
|
virtualinherited |
Returns the information whether the front of the vehicle is on the given lane.
Reimplemented from MSBaseVehicle.
Definition at line 4729 of file MSVehicle.cpp.
References MSLane::getBidiLane(), MSAbstractLaneChangeModel::getShadowLane(), MSVehicle::myLane, and MSVehicle::myLaneChangeModel.
Referenced by MSLaneChanger::findCandidate(), MSLane::getFirstVehicleInformation(), MSLane::getFollowersOnConsecutive(), MSLink::getLeaderInfo(), MSLane::getLeadersOnConsecutive(), MSLane::getPartialBehind(), MSLane::getPartialBeyond(), and MSLane::getSpaceTillLastStanding().
|
virtualinherited |
check if element is locked (Currently used only in NETEDIT)
Reimplemented in GNEAdditional, GNEDemandElement, and GNENetworkElement.
Definition at line 205 of file GUIGlObject.cpp.
|
inlinevirtualinherited |
Returns whether a sim vehicle is waiting to enter a lane (after parking has completed)
Implements SUMOVehicle.
Definition at line 615 of file MSVehicle.h.
References MSVehicle::myAmIdling.
Referenced by MSVehicle::updateWaitingTime().
|
inherited |
whether the given vehicle must be followed at the given junction
Definition at line 6911 of file MSVehicle.cpp.
References DEBUG_COND, MSLink::fromInternalLane(), MSVehicle::getBrakeGap(), MSLink::getCorrespondingEntryLink(), MSLane::getEdge(), MSLane::getEntryLink(), MSEdge::getFromJunction(), Named::getID(), MSLane::getIncomingLanes(), MSLink::getIndex(), MSLink::getInternalLaneBefore(), MSLink::getJunction(), MSVehicle::getLane(), MSVehicle::getLaneChangeModel(), MSBaseVehicle::getLength(), MSJunction::getLogic(), MSLane::getLogicalPredecessorLane(), MSLane::getNormalPredecessorLane(), MSJunctionLogic::getResponseFor(), MSVehicle::getSpeed(), MSLink::getState(), MSEdge::getToJunction(), MSLink::getViaLaneOrLane(), MSAbstractLaneChangeModel::hasBlueLight(), MSLink::havePriority(), MSLink::haveRed(), MSLink::haveYellow(), MSLink::isExitLinkAfterInternalJunction(), MSLink::isIndirect(), MSLane::isInternal(), MSVehicle::myJunctionConflictEntryTime, MSVehicle::myJunctionEntryTime, MSVehicle::myJunctionEntryTimeNeverYield, MSVehicle::myLane, SIMTIME, SUMO_const_haltingSpeed, and toString().
Referenced by MSVehicle::checkLinkLeader(), MSLane::detectCollisions(), MSLane::getLeaderOnConsecutive(), MSLane::getLeadersOnConsecutive(), and selectBlockingFoes().
|
virtualinherited |
returns whether the vehicle serves a public transport line that serves the given stop
Implements SUMOVehicle.
Definition at line 1808 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::Stop::endPos, MSRoute::getStops(), SUMOVehicleParameter::line, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOVehicleParameter::Stop::startPos, and SUMOVehicleParameter::stops.
|
inlinevirtualinherited |
Returns the information whether the vehicle is on a road (is simulated)
Reimplemented from MSBaseVehicle.
Definition at line 599 of file MSVehicle.h.
References MSVehicle::myAmOnNet.
Referenced by libsumo::Helper::applySubscriptionFilters(), GUIApplicationWindow::checkGamingEvents(), GUIApplicationWindow::checkGamingEventsDRT(), drawRouteHelper(), MSDevice_SSM::findSurroundingVehicles(), LIBSUMO_NAMESPACE::Vehicle::getBestLanes(), MSVehicle::getDistanceToPosition(), MSLane::getFollowersOnConsecutive(), MSVehicle::getPositionAlongBestLanes(), MSVTKExport::getPositions(), MSVTKExport::getSpeed(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), LIBSUMO_NAMESPACE::Vehicle::setType(), LIBSUMO_NAMESPACE::Vehicle::updateBestLanes(), MSBatteryExport::write(), and MSQueueExport::writeLane().
|
protectedinherited |
whether the give lane is reverse direction of the current route or not
Definition at line 5378 of file MSVehicle.cpp.
References MSLane::getEdge(), MSLane::getLinkCont(), MSLane::isInternal(), and MSBaseVehicle::myCurrEdge.
Referenced by MSVehicle::getRerouteOrigin(), and MSVehicle::updateBestLanes().
|
virtualinherited |
Returns whether the vehicle is parking.
Implements SUMOVehicle.
Definition at line 921 of file MSBaseVehicle.cpp.
References MSBaseVehicle::isStopped(), MSBaseVehicle::myStops, and OFFROAD.
Referenced by MSVehicleTransfer::add(), MELoop::changeSegment(), MSVehicle::computeAngle(), drawAction_drawCarriageClass(), drawRouteHelper(), MSLane::executeMovements(), getColorValue(), MSVehicle::getCurrentParkingArea(), MSVehicle::getPosition(), GUIBaseVehicle::getScaleValue(), MSVehicle::getSlope(), LIBSUMO_NAMESPACE::Vehicle::getSlope(), getStopInfo(), GUIMEVehicle::getStopInfo(), MESegment::receive(), MSVehicle::workOnMoveReminders(), and MSBatteryExport::write().
|
inlinevirtualinherited |
Whether it is a person.
Reimplemented in MSTransportable.
Definition at line 66 of file SUMOTrafficObject.h.
Referenced by MSE3Collector::enter(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSE2Collector::notifyEnter(), MSInductLoop::notifyEnter(), MSE2Collector::notifyLeave(), MSInductLoop::notifyLeave(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), MSE3Collector::MSE3EntryReminder::notifyMove(), and MSDetectorFileOutput::vehicleApplies().
|
virtualinherited |
Returns the information whether the vehicle is fully controlled via TraCI.
Reimplemented from MSBaseVehicle.
Definition at line 6827 of file MSVehicle.cpp.
References MSVehicle::Influencer::isRemoteControlled(), and MSVehicle::myInfluencer.
Referenced by MSVehicle::hasArrivedInternal(), MSVehicle::processLinkApproaches(), MSLaneChanger::startChange(), MSLaneChangerSublane::startChangeSublane(), and MSBatteryExport::write().
|
virtual |
whether this vehicle is selected in the GUI
Reimplemented from MSBaseVehicle.
Definition at line 927 of file GUIVehicle.cpp.
References GUIGlObject::getGlID(), GLO_VEHICLE, gSelected, and GUISelectedStorage::isSelected().
Referenced by getParameterWindow().
|
virtualinherited |
Returns whether the vehicle is at a stop.
Implements SUMOTrafficObject.
Definition at line 915 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myStops.
Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::allowsBoarding(), MSLaneChanger::changeOpposite(), MELoop::checkCar(), GUIApplicationWindow::checkGamingEvents(), GUIApplicationWindow::checkGamingEventsDRT(), MSVehicle::checkLinkLeader(), MSVehicle::checkRewindLinkLanes(), MSLaneChanger::computeSafeOppositeLength(), MSLaneChanger::computeSurplusGap(), GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges(), MSVehicle::executeMove(), MSLane::executeMovements(), MSVehicle::getArrivalTime(), getColorValue(), MSLink::getLeaderInfo(), GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::getScaleValue(), MEVehicle::getSpeed(), MSBaseVehicle::getStopDuration(), getStopInfo(), GUIMEVehicle::getStopInfo(), LIBSUMO_NAMESPACE::Vehicle::getStopState(), MSLCM_LC2013::informLeader(), MSBaseVehicle::insertStop(), MSBaseVehicle::isParking(), MSBaseVehicle::isStoppedInRange(), MSVehicle::isStoppedOnLane(), MSBaseVehicle::isStoppedParking(), MSBaseVehicle::isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), MSVehicle::planMoveInternal(), MEVehicle::processStop(), MESegment::receive(), MSVehicle::remainingStopDuration(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MSVehicle::saveState(), MESegment::send(), MSVehicle::setBrakingSignals(), MSVehicle::updateTimeLoss(), MSVehicle::updateWaitingTime(), MSVehicle::willStop(), and MSVehicle::workOnMoveReminders().
|
virtualinherited |
return whether the given position is within range of the current stop
Implements SUMOVehicle.
Definition at line 940 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::hasStops(), MSBaseVehicle::isStopped(), MSBaseVehicle::myStops, MSStop::pars, and SUMOVehicleParameter::Stop::startPos.
|
inherited |
Definition at line 1555 of file MSVehicle.cpp.
References MSBaseVehicle::isStopped(), MSVehicle::myLane, and MSBaseVehicle::myStops.
Referenced by MSLaneChanger::change(), and MSLaneChangerSublane::change().
|
virtualinherited |
Returns whether the vehicle is on a parking stop.
Implements SUMOVehicle.
Definition at line 934 of file MSBaseVehicle.cpp.
References MSBaseVehicle::isStopped(), MSBaseVehicle::myStops, and OFFROAD.
|
virtualinherited |
Returns whether the vehicle is on a triggered stop.
Implements SUMOVehicle.
Definition at line 928 of file MSBaseVehicle.cpp.
References MSBaseVehicle::isStopped(), and MSBaseVehicle::myStops.
Referenced by MELoop::changeSegment(), GUIBaseVehicle::drawStopLabels(), and MSVehicle::keepStopping().
|
inlinevirtualinherited |
Whether it is a vehicle.
Reimplemented from SUMOTrafficObject.
Definition at line 97 of file MSBaseVehicle.h.
|
protectedinherited |
try joining the given vehicle to the rear of this one (to resolve joinTriggered)
Definition at line 1893 of file MSVehicle.cpp.
References MSVehicle::getBackPositionOnLane(), MSVehicle::getLane(), MSVehicleType::getLength(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getSingularType(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::isStopped(), MSVehicle::myFurtherLanes, MSVehicle::myLane, MSBaseVehicle::myStops, MSBaseVehicle::myType, and MSVehicleType::setLength().
Referenced by MSVehicle::processNextStop().
|
protectedinherited |
try joining the given vehicle to the front of this one (to resolve joinTriggered)
Definition at line 1910 of file MSVehicle.cpp.
References MSVehicle::enterLaneAtMove(), MSVehicle::getBackPositionOnLane(), MSRoute::getEdges(), Named::getID(), MSNet::getInstance(), MSVehicle::getLane(), MSVehicleType::getLength(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getRoutePosition(), MSBaseVehicle::getSingularType(), MSBaseVehicle::getVehicleType(), MSEdge::isInternal(), MSLane::isInternal(), MSBaseVehicle::isStopped(), MSVehicle::myFurtherLanes, MSVehicle::myLane, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::myState, MSBaseVehicle::myStops, MSBaseVehicle::myType, MSVehicleType::setLength(), time2string(), and WRITE_WARNING.
Referenced by MSVehicle::processNextStop().
|
protectedinherited |
decide whether the given link must be kept clear
Definition at line 6839 of file MSVehicle.cpp.
References MSVehicle::getAccumulatedWaitingSeconds(), SUMOVTypeParameter::getJMParam(), MSVehicleType::getParameter(), MSBaseVehicle::getVehicleType(), MSLink::hasFoes(), MSLink::keepClear(), and SUMO_ATTR_JM_IGNORE_KEEPCLEAR_TIME.
Referenced by MSVehicle::checkRewindLinkLanes().
|
inherited |
Returns whether the vehicle is stopped and must continue to do so.
Definition at line 1560 of file MSVehicle.cpp.
References DELTA_T, MSBaseVehicle::isStopped(), MSBaseVehicle::isStoppedTriggered(), MIN2(), MSVehicle::State::myPos, MSVehicle::myState, and MSBaseVehicle::myStops.
Referenced by MSVehicleTransfer::checkInsertions(), MSVehicle::planMoveInternal(), and MSVehicle::processNextStop().
|
inherited |
Get the minimal lateral distance required to move fully onto the lane at given offset.
Definition at line 6394 of file MSVehicle.cpp.
References DEBUG_COND, Named::getID(), MSVehicle::getLaneChangeModel(), MSVehicle::getLateralPositionOnLane(), MSLane::getParallelLane(), MSLane::getParallelOpposite(), MSBaseVehicle::getWidth(), MSLane::getWidth(), MSAbstractLaneChangeModel::isOpposite(), MSVehicle::myLane, and SIMTIME.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), and MSAbstractLaneChangeModel::checkTraCICommands().
|
inherited |
Update of members if vehicle leaves a new lane in the lane change step or at arrival.
Definition at line 5281 of file MSVehicle.cpp.
References MSStopOut::active(), MSStop::busstop, MSStop::chargingStation, MSStop::containerstop, DEBUG_COND, MSStoppingPlace::enter(), MSLane::getBidiLane(), MSBaseVehicle::getContainerNumber(), MSLane::getEdge(), Named::getID(), MSNet::getInstance(), MSStopOut::getInstance(), MSVehicle::getLane(), MSLane::getLength(), MSBaseVehicle::getPersonNumber(), MSBaseVehicle::getVClass(), isRailway(), MSVehicle::myAmOnNet, MSBaseVehicle::myCurrEdge, MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, MSBaseVehicle::myMoveReminders, MSBaseVehicle::myOdometer, MSBaseVehicle::myPastStops, MSVehicle::State::myPos, MSVehicle::myState, MSVehicle::myStopDist, MSBaseVehicle::myStops, MSVehicle::myWaitingTime, MSMoveReminder::NOTIFICATION_JUNCTION, MSMoveReminder::NOTIFICATION_LANE_CHANGE, MSMoveReminder::NOTIFICATION_PARKING, MSMoveReminder::NOTIFICATION_TELEPORT, OFFROAD, SUMOVehicleParameter::Stop::parking, MSStop::pars, MSStop::reached, MSLane::resetPartialOccupation(), MSVehicle::resumeFromStopping(), SIMTIME, MSStopOut::stopStarted(), time2string(), and WRITE_WARNING.
Referenced by MSVehicleTransfer::checkInsertions(), MSDevice_Bluelight::notifyMove(), MSVehicle::onRemovalFromNet(), MSAbstractLaneChangeModel::primaryLaneChanged(), MSVehicle::processLaneAdvances(), and MSLane::removeVehicle().
|
inherited |
Definition at line 7143 of file MSVehicle.cpp.
References MSVehicle::myLFLinkLanes.
Referenced by MSStateHandler::myStartElement().
|
virtualinherited |
Loads the state of this vehicle from the given description.
Implements SUMOVehicle.
Definition at line 7094 of file MSVehicle.cpp.
References MSRoute::begin(), MSBaseVehicle::calculateArrivalParams(), GeomHelper::fromNaviDegree(), SUMOSAXAttributes::getFloat(), SUMOSAXAttributes::getString(), SUMOSAXAttributes::hasAttribute(), MSBaseVehicle::hasDeparted(), MSAbstractLaneChangeModel::loadState(), MSVehicle::myAcceleration, MSVehicle::myAngle, MSVehicle::State::myBackPos, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myDepartPos, MSBaseVehicle::myDeparture, MSVehicle::myLaneChangeModel, MSVehicle::myLastActionTime, MSVehicle::State::myLastCoveredDist, MSBaseVehicle::myNumberReroutes, MSBaseVehicle::myOdometer, MSBaseVehicle::myParameter, MSBaseVehicle::myPastStops, MSVehicle::State::myPos, MSVehicle::State::myPosLat, MSVehicle::State::myPreviousSpeed, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, MSVehicle::myState, MSVehicle::myStopDist, MSBaseVehicle::myStops, MSVehicle::myTimeLoss, MSVehicle::myWaitingTime, MSVehicle::myWaitingTimeCollector, SUMOVehicleParameter::parametersSet, MSVehicle::WaitingTimeCollector::setState(), SPEED2ACCEL, SUMO_ATTR_ANGLE, SUMO_ATTR_DISTANCE, SUMO_ATTR_POSITION, SUMO_ATTR_POSITION_LAT, SUMO_ATTR_SPEED, SUMO_ATTR_STATE, SUMO_ATTR_WAITINGTIME, VEHPARS_FORCE_REROUTE, and SUMOVehicleParameter::wasSet().
|
inherited |
accessor function to myManoeuvre equivalent
Definition at line 7368 of file MSVehicle.cpp.
References MSVehicle::Manoeuvre::manoeuvreIsComplete(), and MSVehicle::myManoeuvre.
Referenced by MSVehicle::computeAngle(), MSVehicle::planMove(), and MSVehicle::planMoveInternal().
|
virtualinherited |
mark element as front element (Currently used only in NETEDIT)
Reimplemented in GNEAdditional, GNEDemandElement, and GNENetworkElement.
Definition at line 212 of file GUIGlObject.cpp.
|
protectedinherited |
check if mouse is within elements geometry (for rectangles)
Definition at line 456 of file GUIGlObject.cpp.
References PositionVector::add(), GUIPostDrawing::addElementUnderCursor(), PositionVector::around(), DEG2RAD, gPostDrawing, GUIPostDrawing::mousePos, and PositionVector::rotate2D().
|
protectedinherited |
check if mouse is within elements geometry (for circles)
Definition at line 424 of file GUIGlObject.cpp.
References GUIPostDrawing::addElementUnderCursor(), Position::distanceSquaredTo2D(), gPostDrawing, and GUIPostDrawing::mousePos.
Referenced by GNECalibrator::drawCalibratorSymbol(), GNEJunction::drawDottedContours(), GNEAccess::drawGL(), GNEBusStop::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNEEntryExitDetector::drawGL(), GNEInductionLoopDetector::drawGL(), GNEInstantInductionLoopDetector::drawGL(), GNELaneAreaDetector::drawGL(), GNEParkingArea::drawGL(), GNEParkingSpace::drawGL(), GNERouteProbe::drawGL(), GNETAZ::drawGL(), GNEVaporizer::drawGL(), GNETAZRelData::drawGL(), GNEContainer::drawGL(), GNEPerson::drawGL(), GNEVehicle::drawGL(), GNEConnection::drawGL(), GNECrossing::drawGL(), GNELane::drawGL(), GNEWalkingArea::drawGL(), GNEPOI::drawGL(), GNEPoly::drawGL(), GNELaneAreaDetector::drawPartialGL(), GNEOverheadWire::drawPartialGL(), GNEEdgeData::drawPartialGL(), GNEEdgeRelData::drawPartialGL(), GNERoute::drawPartialGL(), GNEVehicle::drawPartialGL(), GNEDemandElement::drawPersonPlanPartial(), GNEAdditional::drawSquaredAdditional(), GNEStop::drawStopPersonOverEdge(), and GNEStop::drawVehicleStop().
|
protectedinherited |
check if mouse is within elements geometry (for filled shapes)
Definition at line 432 of file GUIGlObject.cpp.
References GUIPostDrawing::addElementUnderCursor(), PositionVector::around(), gPostDrawing, and GUIPostDrawing::mousePos.
|
protectedinherited |
check if mouse is within elements geometry (for shapes)
Definition at line 440 of file GUIGlObject.cpp.
References GUIPostDrawing::addElementUnderCursor(), PositionVector::distance2D(), gPostDrawing, and GUIPostDrawing::mousePos.
|
protectedinherited |
check if mouse is within elements geometry (for edges)
Definition at line 448 of file GUIGlObject.cpp.
References GUIPostDrawing::addElementUnderCursor(), PositionVector::distance2D(), gPostDrawing, and GUIPostDrawing::mousePos.
|
staticinherited |
get a numerical value for the priority of the upcoming link
Definition at line 5810 of file MSVehicle.cpp.
References MSLink::havePriority().
Referenced by MSVehicle::updateBestLanes().
|
inlineinherited |
return the distance to the next stop or doubleMax if there is none.
Definition at line 1048 of file MSVehicle.h.
References MSVehicle::myStopDist.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkOppositeStop(), MSLaneChanger::computeSafeOppositeLength(), MSLaneChanger::getBestLanesOpposite(), and MSLaneChanger::hasOppositeStop().
|
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 545 of file MSBaseVehicle.cpp.
References MSNet::getCurrentTimeStep(), MSNet::getInstance(), SUMOTrafficObject::getPositionOnLane(), MSNet::getVehicleControl(), MSBaseVehicle::myDepartPos, MSBaseVehicle::myDeparture, and MSVehicleControl::vehicleDeparted().
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::Influencer::postProcessRemoteControl(), and MESegment::receive().
|
inherited |
whether this vehicle has its back (and no its front) on the given edge
Definition at line 6591 of file MSVehicle.cpp.
References MSVehicle::myFurtherLanes.
Referenced by MSLane::getFollowersOnConsecutive().
|
inlinevirtualinherited |
notify object about left click
Reimplemented in GUITriggeredRerouter::GUITriggeredRerouterEdge.
Definition at line 213 of file GUIGlObject.h.
Referenced by GUISUMOAbstractView::onLeftBtnPress().
|
virtualinherited |
Called when the vehicle is removed from the network.
Moves along work reminders and informs all devices about quitting. Calls "leaveLane" then.
[in] | reason | why the vehicle leaves (reached its destination, parking, teleport) |
Reimplemented from MSBaseVehicle.
Definition at line 1015 of file MSVehicle.cpp.
References DEBUG_COND, Named::getID(), MSVehicleTransfer::getInstance(), MSVehicle::leaveLane(), MSVehicle::myLFLinkLanes, MSVehicleTransfer::remove(), MSVehicle::removeApproachingInformation(), SIMTIME, and toString().
Referenced by MSVehicleTransfer::add(), MSLane::detectCollisions(), MSLane::executeMovements(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdRemoveObject(), MSVehicle::Influencer::postProcessRemoteControl(), and MSCalibrator::removePending().
|
inlinestaticinherited |
Returns true if the two vehicles overlap.
Definition at line 757 of file MSVehicle.h.
References MSVehicleType::getLengthWithGap(), MSBaseVehicle::getVehicleType(), MSVehicle::State::myPos, and MSVehicle::myState.
Referenced by MSVehicle::enterLaneAtMove().
|
inherited |
decide whether the vehicle is passing a minor link or has comitted to do so
Definition at line 6895 of file MSVehicle.cpp.
References MSLane::getEdge(), MSLink::getFoeVisibilityDistance(), MSLane::getIncomingLanes(), MSLink::havePriority(), MSEdge::isInternal(), MSVehicle::myLane, and MSVehicle::myLFLinkLanes.
Referenced by MSCFModel_Krauss::patchSpeedBeforeLC().
|
inherited |
Compute safe velocities for the upcoming lanes based on positions and speeds from the last time step. Also registers ApproachingVehicleInformation for all links.
This method goes through the best continuation lanes of the current lane and computes the safe velocities for passing/stopping at the next link as a DriveProcessItem
Afterwards it checks if any DriveProcessItem should be discarded to avoid blocking a junction (checkRewindLinkLanes).
Finally the ApproachingVehicleInformation is registered for all links that shall be passed
[in] | t | The current timeStep |
[in] | ahead | The leaders (may be 0) |
[in] | lengthsInFront | Sum of vehicle lengths in front of the vehicle |
Definition at line 2014 of file MSVehicle.cpp.
References MSVehicle::checkActionStep(), MSVehicle::checkRewindLinkLanes(), DEBUG_COND, MSDevice_DriverState::getDriverState(), Named::getID(), MSVehicle::getLateralPositionOnLane(), MSVehicle::getManoeuvreType(), MSVehicle::getPositionOnLane(), MSVehicle::getSpeed(), MSGlobals::gModelParkingManoeuver, gPrecision, MSVehicle::hasDriverState(), MSVehicle::MANOEUVRE_EXIT, MSVehicle::MANOEUVRE_NONE, MSVehicle::manoeuvreIsComplete(), MSVehicle::myDriverState, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myLFLinkLanes, MSVehicle::myLFLinkLanesPrev, MSVehicle::myNextDriveItem, MSVehicle::myNextTurn, MSVehicle::myStopDist, MSVehicle::planMoveInternal(), MSVehicle::removePassedDriveItems(), MSAbstractLaneChangeModel::resetChanged(), MSVehicle::setActionStepLength(), MSVehicle::setManoeuvreType(), SIMTIME, STEPS2TIME, MSDevice_DriverState::update(), and MSVehicle::Influencer::updateRemoteControlRoute().
|
protectedinherited |
Definition at line 2083 of file MSVehicle.cpp.
References MSVehicle::DriveProcessItem::adaptLeaveSpeed(), MSVehicle::adaptToLeaderDistance(), MSVehicle::adaptToLeaders(), MSLeaderInfo::addLeader(), MSLeaderDistanceInfo::addLeader(), SUMOVehicleParameter::arrivalEdge, SUMOVehicleParameter::arrivalSpeed, SUMOVehicleParameter::arrivalSpeedProcedure, MSCFModel::brakeGap(), MSVehicle::checkLinkLeaderCurrentAndParallel(), MSVehicle::checkReversal(), MSLeaderInfo::clear(), MSVehicle::Influencer::considerSafeVelocity(), CRLL_LOOK_AHEAD, DEBUG_COND, DIST_TO_STOPLINE_EXPECT_PRIORITY, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, MSCFModel::estimateSpeedAfterDistance(), MSLeaderDistanceInfo::fixOppositeGaps(), MSCFModel::freeSpeed(), MSVehicle::Influencer::gapControlSpeed(), MSVehicle::getArrivalTime(), MSVehicle::getBestLanesContinuation(), MSLane::getBidiLane(), MSVehicle::getBrakeGap(), MSVehicle::getCarFollowModel(), MSAbstractLaneChangeModel::getCommittedSpeed(), MSLink::getCorrespondingEntryLink(), MSLane::getEdge(), MSCFModel::getEmergencyDecel(), MSStop::getEndPos(), MSLane::getFollowersOnConsecutive(), Named::getID(), MSLane::getIncomingLanes(), MSNet::getInstance(), MSVehicle::getLane(), MSAbstractLaneChangeModel::getLaneChangeCompletion(), MSParkingArea::getLastFreePosWithReservation(), MSLink::getLastStateChange(), MSLane::getLastVehicleInformation(), MSVehicle::getLateralOverlap(), MSVehicle::getLateralPositionOnLane(), MSVehicle::getLeftSideOnLane(), MSBaseVehicle::getLength(), MSLane::getLength(), MSVehicleType::getLength(), MSLane::getLinkCont(), MSCFModel::getMaxAccel(), MSCFModel::getMaxDecel(), MSVehicleType::getMinGap(), MSCFModel::getMinimalArrivalSpeed(), MSCFModel::getMinimalArrivalSpeedEuler(), MSLane::getOppositePos(), MSLane::getParallelLane(), MSLane::getParallelOpposite(), MSBaseVehicle::getParameter(), MSEdge::getPersons(), MSVehicle::getPositionOnLane(), MSLane::getRightSideOnEdge(), MSVehicle::getRightSideOnLane(), MSBaseVehicle::getRNG(), MSBaseVehicle::getRoutePosition(), MSAbstractLaneChangeModel::getShadowDirection(), MSAbstractLaneChangeModel::getShadowLane(), MSStop::getSpeed(), MSVehicle::getSpeed(), MSLane::getStopWatch(), MSLeaderInfo::getSublaneOffset(), MSEdge::getToJunction(), MSStop::getUntil(), MSBaseVehicle::getVClass(), MSLane::getVehicleMaxSpeed(), MSLane::getVehicleNumber(), MSLane::getVehicleNumberWithPartials(), MSLane::getVehiclesSecure(), MSLane::getVehicleStopOffset(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::getWidth(), MSEdge::getWidth(), MSLane::getWidth(), GIVEN, MSGlobals::gLateralResolution, MSGlobals::gModelParkingManoeuver, MSGlobals::gSemiImplicitEulerUpdate, MSGlobals::gSublane, MSGlobals::gTLSYellowMinDecel, MSAbstractLaneChangeModel::hasBlueLight(), MSLane::hasPedestrians(), MSLink::haveRed(), MSVehicle::ignoreRed(), MSVehicle::Influencer::influenceSpeed(), MSAbstractLaneChangeModel::isChangingLanes(), MSEdge::isFringe(), MSEdge::isInternal(), MSLane::isInternal(), MSLane::isLinkEnd(), MSAbstractLaneChangeModel::isOpposite(), isRailway(), MSBaseVehicle::isStopped(), MSVehicle::keepStopping(), MSStop::lane, LEFT, LINKSTATE_EQUAL, MSVehicle::manoeuvreIsComplete(), MAX2(), MSCFModel::maximumLaneSpeedCF(), MSCFModel::maximumSafeStopSpeed(), MSCFModel::maxNextSpeed(), MIN2(), MSCFModel::minNextSpeed(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSVehicle::myFurtherLanes, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSBaseVehicle::myParameter, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, MSVehicle::myState, MSBaseVehicle::myStops, MSVehicle::DriveProcessItem::myVLinkWait, MSVehicle::myWaitingTime, MSLane::nextBlocking(), NODIR, NUMERICAL_EPS_SPEED, MSLeaderInfo::numSublanes(), MSStop::parkingarea, MSStop::pars, RAIL_SIGNAL, RandHelper::rand(), MSStop::reached, MSLane::releaseVehicles(), MSAbstractLaneChangeModel::remainingTime(), MSLeaderInfo::removeOpposite(), RIGHT, MSLeaderInfo::setSublaneOffset(), SIMTIME, SPEED2DIST, SUMOVehicleParameter::Stop::startPos, STEPS2TIME, MSCFModel::stopSpeed(), STRAIGHT, MSLane::succLinkSec(), SUMO_ATTR_JM_DRIVE_RED_SPEED, SUMO_ATTR_JM_STOPLINE_GAP, TIME2STEPS, TL, MSLeaderInfo::toString(), MSLeaderDistanceInfo::toString(), toString(), TS, and WRITE_WARNINGF.
Referenced by MSVehicle::planMove().
|
protectedinherited |
This method checks if the vehicle has advanced over one or several lanes along its route and triggers the corresponding actions for the lanes and the vehicle. and adapts the given in/out parameters to the appropriate values.
[out] | passedLanes | Lanes, which the vehicle touched at some moment of the executed simstep |
[out] | emergencyReason | Reason for a possible emergency stop |
Definition at line 3975 of file MSVehicle.cpp.
References MSEdgeControl::checkCollisionForInactive(), MSVehicle::checkReversal(), DEBUG_COND, MSRoute::end(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSVehicle::enterLaneAtMove(), MSLane::getBidiLane(), MSNet::getCurrentTimeStep(), MSLink::getDirection(), MSLane::getEdge(), MSNet::getEdgeControl(), MSVehicle::Influencer::getEmergencyBrakeRedLight(), Named::getID(), MSNet::getInstance(), MSLink::getLane(), MSLink::getLaneBefore(), MSLane::getLength(), MSVehicleType::getLength(), MSLane::getLinkCont(), MSLane::getLinkTo(), MSBaseVehicle::getNextStop(), MSBaseVehicle::getVClass(), MSLane::getVehicleStopOffset(), MSLink::getViaLane(), MSLink::getViaLaneOrLane(), MSVehicle::hasArrivedInternal(), MSBaseVehicle::hasStops(), MSLink::haveRed(), MSVehicle::ignoreRed(), MSAbstractLaneChangeModel::isChangingLanes(), MSLink::isConflictEntryLink(), MSLink::isEntryLink(), MSLink::isExitLink(), MSLane::isInternal(), MSEdge::isVaporizing(), MSVehicle::leaveLane(), LEFT, MSLane::mustCheckJunctionCollisions(), MSBaseVehicle::myCurrEdge, MSVehicle::myFurtherLanes, MSVehicle::myInfluencer, MSVehicle::myJunctionConflictEntryTime, MSVehicle::myJunctionEntryTime, MSVehicle::myJunctionEntryTimeNeverYield, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myLFLinkLanes, MSVehicle::myNextDriveItem, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, MSVehicle::myState, MSBaseVehicle::myType, MSMoveReminder::NOTIFICATION_JUNCTION, MSMoveReminder::NOTIFICATION_VAPORIZED_VAPORIZER, RIGHT, SIMTIME, SUMOTime_MAX, SVC_RAIL_CLASSES, time2string(), and WRITE_WARNING.
Referenced by MSVehicle::executeFractionalMove(), and MSVehicle::executeMove().
|
protectedinherited |
This method iterates through the driveprocess items for the vehicle and adapts the given in/out parameters to the appropriate values.
[in/out] | vSafe The maximal safe (or admissible) velocity. |
[in/out] | vSafeMin The minimal safe (or admissible) velocity (used her for ensuring the clearing of junctions in time). |
[in/out] | vSafeMinDist The distance to the next link, which should either be crossed this step, or in front of which the vehicle need to stop. |
Definition at line 3298 of file MSVehicle.cpp.
References ACCEL2SPEED, MSCFModel::brakeGap(), DEBUG_COND, DIST2SPEED, gDebugFlag1, MSVehicle::getBestLanesContinuation(), MSVehicle::getCarFollowModel(), MSLane::getEdge(), MSLane::getFirstAnyVehicle(), MSLink::getFoeVisibilityDistance(), Named::getID(), MSBaseVehicle::getImpatience(), MSLink::getInternalLaneBefore(), MSLink::getJunction(), MSLink::getLaneBefore(), MSVehicle::getLateralPositionOnLane(), MSVehicleType::getLength(), MSCFModel::getMaxDecel(), MSLink::getParallelLink(), MSVehicle::Influencer::getRespectJunctionPriority(), MSAbstractLaneChangeModel::getShadowDirection(), MSAbstractLaneChangeModel::getShadowLane(), MSVehicle::getSpeed(), MSLink::getState(), MSEdge::getToJunction(), MSLane::getVehicleStopOffset(), MSBaseVehicle::getVehicleType(), MSLink::getViaLaneOrLane(), MSVehicle::getWaitingTime(), MSLane::getWidth(), MSLink::getZipperSpeed(), MSGlobals::gSemiImplicitEulerUpdate, MSLink::havePriority(), MSLink::haveYellow(), MSVehicle::ignoreRed(), MSLink::isCont(), MSLane::isInternal(), MSVehicle::isRemoteControlled(), MSEdge::isRoundabout(), MSLink::lastWasContMajor(), LINKSTATE_ZIPPER, MAX2(), MIN2(), MIN3(), MSVehicle::myHaveToWaitOnNextLink, MSVehicle::myInfluencer, MSVehicle::myJunctionConflictEntryTime, MSVehicle::myJunctionEntryTime, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myLFLinkLanes, MSVehicle::State::mySpeed, MSVehicle::myState, MSLink::opened(), SIMTIME, SUMO_const_haltingSpeed, SUMOTime_MAX, and MSVehicle::updateBestLanes().
Referenced by MSVehicle::executeMove().
|
inherited |
Processes stops, returns the velocity needed to reach the stop.
Definition at line 1593 of file MSVehicle.cpp.
References MSVehicle::activateReminders(), MSStopOut::active(), MSInsertionControl::add(), MSBaseVehicle::addReminder(), MSEdge::addWaiting(), MSDevice_Transportable::anyLeavingAtStop(), MSVehicle::boardTransportables(), MSStop::busstop, MSStop::chargingStation, MSStop::containerstop, MSStop::containerTriggered, DEBUG_COND, MSStop::duration, MSStop::edge, MSStop::endBoarding, SUMOVehicleParameter::Stop::endPos, MSParkingArea::enter(), MSStoppingPlace::enter(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), SUMOVehicleParameter::Stop::extension, MSStoppingPlace::fits(), MSVehicle::getActionStepLength(), MSStoppingPlace::getBeginLanePosition(), MSParkingArea::getCapacity(), MSVehicle::getCarFollowModel(), MSNet::getContainerControl(), MSBaseVehicle::getContainerNumber(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSStop::getEdge(), MSRoute::getEdges(), Named::getID(), Named::getIDSecure(), MSNet::getInsertionControl(), MSNet::getInstance(), MSStopOut::getInstance(), MSVehicleType::getLength(), MSParkingArea::getLotIndex(), MSCFModel::getMaxDecel(), MSStop::getMinDuration(), MSLane::getMoveReminders(), MSBaseVehicle::getNextStop(), MSParkingArea::getOccupancy(), MSParkingArea::getOccupancyIncludingBlocked(), MSBaseVehicle::getParameter(), MSVehicleType::getParameter(), MSNet::getPersonControl(), MSBaseVehicle::getPersonNumber(), MSVehicle::getPositionOnLane(), MSStop::getReachedThreshold(), MSBaseVehicle::getRoute(), MSBaseVehicle::getSingularType(), MSStop::getSpeed(), MSVehicle::getSpeed(), MSStop::getUntil(), MSBaseVehicle::getVClass(), MSVehicleControl::getVehicle(), MSNet::getVehicleControl(), MSLane::getVehicleMaxSpeed(), MSBaseVehicle::getVehicleType(), MSGlobals::gModelParkingManoeuver, MSGlobals::gSemiImplicitEulerUpdate, MSTransportableControl::hasAnyWaiting(), MSNet::hasContainers(), MSNet::hasPersons(), MSBaseVehicle::hasStops(), MSNet::informVehicleStateListener(), INVALID_DOUBLE, MSVehicle::isOnRoad(), isRailway(), SUMOVehicleParameter::Stop::join, MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSStop::joinTriggered, MSVehicle::keepStopping(), MSStop::lane, SUMOVehicleParameter::Stop::line, SUMOVTypeParameter::locomotiveLength, MAX2(), MSBaseVehicle::myAmRegisteredAsWaiting, MSBaseVehicle::myArrivalPos, MSVehicle::myCollisionImmunity, MSBaseVehicle::myContainerDevice, MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSVehicle::myManoeuvre, MSBaseVehicle::myPersonDevice, MSVehicle::State::myPos, MSVehicle::State::myPosLat, MSVehicle::myState, MSVehicle::myStopDist, MSBaseVehicle::myStops, MSBaseVehicle::myType, MSMoveReminder::NOTIFICATION_PARKING_REROUTE, OFFROAD, SUMOVehicleParameter::Stop::onDemand, SUMOVehicleParameter::Stop::parking, MSStop::parkingarea, MSParkingArea::parkOnRoad(), MSStop::pars, MSVehicle::State::pos(), SUMOVehicleParameter::Stop::posLat, MSStop::reached, MSVehicleControl::registerOneWaiting(), MSVehicleControl::registerStopStarted(), MSVehicle::resumeFromStopping(), MSVehicleType::setLength(), SIMTIME, MSStop::skipOnDemand, SUMOVehicleParameter::Stop::split, SUMOVehicleParameter::Stop::started, MSNet::STARTING_STOP, SUMOVehicleParameter::Stop::startPos, STEPS2TIME, STOPPING_PLACE_OFFSET, MSCFModel::stopSpeed(), MSStopOut::stopStarted(), SUMO_const_haltingSpeed, SUMOTime_MAX, TIME2STEPS, TL, MSStop::triggered, SUMOVehicleParameter::Stop::tripId, MSVehicleControl::unregisterOneWaiting(), WRITE_WARNING, and WRITE_WARNINGF.
Referenced by MSVehicleTransfer::checkInsertions(), MSCFModel::finalizeSpeed(), MSCFModel_CC::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_EIDM::finalizeSpeed(), MSLane::loadState(), and MSVehicleTransfer::loadState().
|
protectedinherited |
Check for speed advices from the traci client and adjust the speed vNext in the current (euler) / after the current (ballistic) simstep accordingly.
[in] | vSafe | The maximal safe (or admissible) velocity as determined from stops, junction approaches, car following, lane changing, etc. |
[in] | vNext | The next speed (possibly subject to traci influence) |
Definition at line 3557 of file MSVehicle.cpp.
References DEBUG_COND2, MSVehicleType::getCarFollowModel(), Named::getID(), MSNet::getInstance(), MSBaseVehicle::getVehicleType(), MSGlobals::gSemiImplicitEulerUpdate, MSVehicle::Influencer::implicitSpeedRemote(), MSVehicle::Influencer::influenceSpeed(), MSVehicle::Influencer::isRemoteControlled(), MAX2(), MSCFModel::maxNextSpeed(), MSCFModel::minNextSpeed(), MSVehicle::myInfluencer, MSVehicle::State::mySpeed, MSVehicle::myState, MSVehicle::Influencer::setOriginalSpeed(), and SIMTIME.
Referenced by MSVehicle::executeMove(), and MSVehicle::Influencer::postProcessRemoteControl().
|
inherited |
register approach on insertion
Definition at line 5003 of file MSVehicle.cpp.
References MSVehicle::getCarFollowModel(), MSCFModel::getMinimalArrivalSpeedEuler(), MSVehicle::getSpeed(), MSVehicle::DriveProcessItem::myDistance, MSVehicle::myLFLinkLanes, MSVehicle::DriveProcessItem::myLink, MSLink::setApproaching(), and SUMOTime_MAX.
Referenced by MSLane::isInsertionSuccess().
|
virtualinherited |
Returns the remaining stop duration for a stopped vehicle or 0.
Implements SUMOVehicle.
Definition at line 1572 of file MSVehicle.cpp.
References MSBaseVehicle::isStopped(), and MSBaseVehicle::myStops.
Referenced by MSVehicle::Manoeuvre::configureExitManoeuvre().
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 2033 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParkingMemory, and SIMSTEP.
|
virtualinherited |
score only needed when running with gui
Implements SUMOVehicle.
Definition at line 2053 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParkingMemory.
|
virtualinherited |
Adds the named visualisation feature to the given view.
[in] | parent | The view for which the feature shall be enabled |
[in] | which | The visualisation feature to enable |
Reimplemented from GUIGlObject.
Definition at line 899 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::myAdditionalVisualizations, and GUISUMOAbstractView::removeAdditionalGLVisualisation().
Referenced by GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideAllRoutes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideBestLanes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideCurrentRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideFutureRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideLFLinkItems(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideRouteNoLoops(), and GUIViewTraffic::onGamingRightClick().
|
protectedinherited |
unregister approach from all upcoming links
Definition at line 6456 of file MSVehicle.cpp.
References MSVehicle::myLaneChangeModel, and MSAbstractLaneChangeModel::removeShadowApproachingInformation().
Referenced by MSVehicle::onRemovalFromNet(), MSVehicle::setApproachingForAllLinks(), and MSVehicle::~MSVehicle().
|
virtualinherited |
notify object about popup menu removal
Reimplemented from GUIGlObject.
Definition at line 401 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::myPopup.
|
inherited |
Lets this object know a parameter window showing the object's values was closed.
[in] | w | The closed parameter window |
Definition at line 369 of file GUIGlObject.cpp.
References GUIGlObject::myParamWindows.
Referenced by GUIParameterTableWindow::~GUIParameterTableWindow().
|
protectedinherited |
Erase passed drive items from myLFLinkLanes (and unregister approaching information for corresponding links). Further, myNextDriveItem is reset.
Definition at line 3586 of file MSVehicle.cpp.
References DEBUG_COND, Named::getID(), MSVehicle::myLFLinkLanes, MSVehicle::myNextDriveItem, and SIMTIME.
Referenced by MSVehicle::planMove().
|
inherited |
Removes a MoveReminder dynamically.
[in] | rem | the reminder to remove |
Definition at line 713 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
|
virtualinherited |
removes a person or container
Implements SUMOVehicle.
Definition at line 1776 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myContainerDevice, MSBaseVehicle::myPersonDevice, and MSDevice_Transportable::removeTransportable().
|
virtualinherited |
replace the vehicle parameter (deleting the old one)
Implements SUMOVehicle.
Definition at line 183 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter.
Referenced by MSVehicle::rerouteParkingArea().
|
virtualinherited |
replace the current parking area stop with a new stop with merge duration
Implements SUMOVehicle.
Definition at line 1489 of file MSVehicle.cpp.
References SUMOVehicleParameter::Stop::duration, MSStop::edge, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, MSStoppingPlace::getBeginLanePosition(), MSStoppingPlace::getEndLanePosition(), Named::getID(), MSStoppingPlace::getLane(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSStop::parkingarea, SUMOVehicleParameter::Stop::parkingarea, MSStop::pars, and SUMOVehicleParameter::Stop::startPos.
Referenced by MSVehicle::rerouteParkingArea().
|
virtualinherited |
Replaces the current route by the given one.
It is possible that the new route is not accepted, if it does not contain the vehicle's current edge.
[in] | route | The new route to pass |
[in] | info | Information regarding the replacement |
[in] | removeStops | Whether stops should be removed if they do not fit onto the new route |
Reimplemented from MSBaseVehicle.
Definition at line 1085 of file MSVehicle.cpp.
References MSBaseVehicle::haveValidStopEdges(), MSVehicle::myLastBestLanesEdge, MSVehicle::myLastBestLanesInternalLane, MSBaseVehicle::replaceRoute(), and MSVehicle::updateBestLanes().
|
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).
[in] | edges | The new list of edges to pass |
[in] | onInit | Whether the vehicle starts with this route |
[in] | check | Whether the route should be checked for validity |
[in] | removeStops | Whether stops should be removed if they do not fit onto the new route |
Implements SUMOVehicle.
Definition at line 341 of file MSBaseVehicle.cpp.
References MSRoute::addReference(), MSRoute::begin(), RGBColor::DEFAULT_COLOR, MSRoute::dictionary(), StringUtils::endsWith(), MSGlobals::gCheckRoutes, MSRoute::getColor(), MSRoute::getEdges(), Named::getID(), MSBaseVehicle::getRerouteOrigin(), MSRoute::hasRoute(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSRoute::release(), MSBaseVehicle::replaceRoute(), MSRoute::setCosts(), MSRoute::setSavings(), MSRoute::size(), SUMO_TAG_PARKING_AREA_REROUTE, TL, toString(), and WRITE_WARNINGF.
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSBaseVehicle::insertStop(), MSVehicle::Influencer::postProcessRemoteControl(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), MSBaseVehicle::rerouteBetweenStops(), rerouteDRTStop(), MSVehicle::rerouteParkingArea(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), and MSVehicle::Influencer::updateRemoteControlRoute().
|
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
[in] | nextStopIndex | The replacement index |
[in] | stop | Stop parameters |
[in] | info | The rerouting info |
[in] | teleport | Whether to cover the route to the replacement stop via teleporting |
[out] | errorMsg | returned error message |
Definition at line 1439 of file MSBaseVehicle.cpp.
References MSLane::allowsVehicleClass(), SUMOAbstractRouter< E, V >::compute(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getBaseInfluencer(), MSBaseVehicle::getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSRoute::getEdges(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRNGIndex(), MSBaseVehicle::getRoute(), MSBaseVehicle::BaseInfluencer::getRouterTT(), MELoop::getSegmentForEdge(), MSBaseVehicle::getVClass(), MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSBaseVehicle::hasDeparted(), MSStop::initPars(), MSLane::isInternal(), MSBaseVehicle::isStopped(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSStop::pars, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), MSStop::segment, SUMOVehicleParameter::stops, and toString().
Referenced by LIBSUMO_NAMESPACE::Vehicle::replaceStop().
|
virtualinherited |
Replaces the current vehicle type by the one given.
[in] | type | The new vehicle type |
Reimplemented from MSBaseVehicle.
Definition at line 4518 of file MSVehicle.cpp.
References MSCFModel::createVehicleVariables(), MSVehicleType::getCarFollowModel(), MSVehicle::myCFVariables, and MSBaseVehicle::replaceVehicleType().
Referenced by MSDevice_Bluelight::resetVehicle(), and MSDevice_ToC::switchHolderType().
|
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.
[in] | t | The time for which the route is computed |
[in] | router | The router to use |
Implements SUMOVehicle.
Definition at line 211 of file MSBaseVehicle.cpp.
References MSEdge::allowedLanes(), SUMOVehicleParameter::arrivalPos, SUMOVehicleParameter::arrivalPosProcedure, MSBaseVehicle::calculateArrivalParams(), SUMOAbstractRouter< E, V >::compute(), SUMOAbstractRouter< E, V >::computeLooped(), DEBUG_COND, SUMOVehicleParameter::departPos, SUMOVehicleParameter::departPosProcedure, MSInsertionControl::descheduleDeparture(), MSEdge::dictionary(), MSRoute::end(), SUMOVehicleParameter::fromTaz, MSGlobals::gCheckRoutes, SUMOVehicle::getBrakeGap(), MSBaseVehicle::getEdge(), MSRoute::getEdges(), Named::getID(), Named::getIDSecure(), MSNet::getInsertionControl(), MSNet::getInstance(), SUMOTrafficObject::getLane(), MSRoute::getLastEdge(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRerouteOrigin(), MSBaseVehicle::getStopEdges(), MSBaseVehicle::getVClass(), GIVEN, MSEdge::isTazConnector(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::setDepartAndArrivalEdge(), SIMTIME, TL, TLF, toString(), SUMOVehicleParameter::toTaz, SUMOVehicleParameter::via, WRITE_WARNING, and WRITE_WARNINGF.
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), rerouteDRTStop(), LIBSUMO_NAMESPACE::Vehicle::rerouteEffort(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().
|
inherited |
reroute between stops nextStopIndex - 1 and nextStopIndex (defaults to current position / final edge) if the respective stops do not exist
[in] | nextStopIndex | The replacement index |
[in] | info | The rerouting info |
[in] | teleport | Whether to cover the route between stops via teleporting |
[out] | errorMsg | returned error message |
Definition at line 1543 of file MSBaseVehicle.cpp.
References SUMOAbstractRouter< E, V >::compute(), MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getBaseInfluencer(), MSBaseVehicle::getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSRoute::getEdges(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRNGIndex(), MSBaseVehicle::getRoute(), MSBaseVehicle::BaseInfluencer::getRouterTT(), MSBaseVehicle::getVClass(), MSBaseVehicle::hasDeparted(), MSLane::isInternal(), MSBaseVehicle::isStopped(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myStops, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), and toString().
Referenced by LIBSUMO_NAMESPACE::Vehicle::replaceStop().
void GUIVehicle::rerouteDRTStop | ( | MSStoppingPlace * | busStop | ) |
handle route to accomodate to given stop
Definition at line 1007 of file GUIVehicle.cpp.
References MSBaseVehicle::addStop(), SUMOVehicleParameter::Stop::busstop, SUMOVehicleParameter::Stop::containerTriggered, SUMOVehicleParameter::Stop::duration, SUMOVehicleParameter::Stop::endPos, MSStoppingPlace::getBeginLanePosition(), MSBaseVehicle::getDevice(), MSLane::getEdge(), MSRoute::getEdges(), MSStoppingPlace::getEndLanePosition(), Named::getID(), MSNet::getInstance(), MSStoppingPlace::getLane(), MSBaseVehicle::getRNGIndex(), MSBaseVehicle::getRoutePosition(), MSNet::getRouterTT(), MSRoutingEngine::getRouterTT(), MSBaseVehicle::getVClass(), MSBaseVehicle::haveValidStopEdges(), SUMOVehicleParameter::Stop::index, SUMOVehicleParameter::Stop::lane, SUMOVehicleParameter::line, MIN2(), MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, ONROAD, SUMOVehicleParameter::Stop::parametersSet, SUMOVehicleParameter::Stop::parking, MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::reroute(), SUMOVehicleParameter::Stop::startPos, STOP_END_SET, STOP_INDEX_FIT, STOP_START_SET, SUMOVehicleParameter::stops, SUMOTime_MAX, TIME2STEPS, SUMOVehicleParameter::Stop::triggered, and SUMOVehicleParameter::Stop::until.
Referenced by GUIViewTraffic::onGamingClick().
|
inherited |
reroute the vehicle to the new parking area, updating routes and passengers/containers associated trips
parkingAreaID | id of the new parking area |
Definition at line 6601 of file MSVehicle.cpp.
References SUMOVehicleParameter::arrivalPos, SUMOVehicleParameter::arrivalPosProcedure, SUMOAbstractRouter< E, V >::compute(), MSRoute::end(), MSBaseVehicle::getArrivalPos(), MSStoppingPlace::getBeginLanePosition(), MSBaseVehicle::getEdge(), MSLane::getEdge(), MSStoppingPlace::getEndLanePosition(), Named::getID(), MSVehicle::getInfluencer(), MSNet::getInstance(), MSStoppingPlace::getLane(), MSRoute::getLastEdge(), MSVehicle::getNextParkingArea(), MSBaseVehicle::getParameter(), MSBaseVehicle::getPersons(), MSBaseVehicle::getRNGIndex(), MSBaseVehicle::getRoute(), MSBaseVehicle::BaseInfluencer::getRouterTT(), MSNet::getStoppingPlace(), MSBaseVehicle::getVClass(), GIVEN, MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSBaseVehicle::myRoute, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceParameter(), MSVehicle::replaceParkingArea(), MSBaseVehicle::replaceRouteEdges(), SUMO_TAG_PARKING_AREA, SUMO_TAG_PARKING_AREA_REROUTE, time2string(), toString(), and WRITE_WARNING.
Referenced by LIBSUMO_NAMESPACE::Vehicle::rerouteParkingArea().
|
inherited |
Resets the action offset for the vehicle.
[in] | timeUntilNextAction | time interval from now for the next action, defaults to 0, which implies an immediate action point in the current step. |
Definition at line 1989 of file MSVehicle.cpp.
References MSNet::getCurrentTimeStep(), MSNet::getInstance(), and MSVehicle::myLastActionTime.
Referenced by MSLane::loadState(), MSVehicleType::setActionStepLength(), MSVehicle::setActionStepLength(), and MSVehicle::updateActionOffset().
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 2044 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParkingMemory.
|
inherited |
reset index of edge within route
Definition at line 575 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSRoute::end(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, and MSBaseVehicle::myRoute.
Referenced by MSCalibrator::execute(), and LIBSUMO_NAMESPACE::Vehicle::moveTo().
|
virtualinherited |
resumes a vehicle from stopping
Implements MSBaseVehicle.
Definition at line 6715 of file MSVehicle.cpp.
References MSStopOut::active(), MSStop::busstop, MSStop::chargingStation, SUMOVehicleParameter::Stop::collision, MSLane::COLLISION_ACTION_WARN, MSStop::containerstop, SUMOVehicleParameter::Stop::ended, MSNet::ENDING_STOP, MSLane::getCollisionAction(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), Named::getID(), MSNet::getInstance(), MSStopOut::getInstance(), MSStop::getSpeed(), MSNet::getVehicleControl(), MSGlobals::gLateralResolution, MSNet::informVehicleStateListener(), INVALID_DOUBLE, MSBaseVehicle::isStopped(), MSStop::lane, MSParkingArea::leaveFrom(), MSStoppingPlace::leaveFrom(), MSBaseVehicle::myAmRegisteredAsWaiting, MSVehicle::myCollisionImmunity, MSVehicle::myLane, MSBaseVehicle::myMoveReminders, MSBaseVehicle::myPastStops, MSVehicle::State::myPosLat, MSVehicle::myState, MSBaseVehicle::myStops, MSVehicle::myWaitingTime, MSStop::parkingarea, MSStop::pars, SUMOVehicleParameter::Stop::posLat, MSVehicleControl::registerStopEnded(), MSEdge::removeWaiting(), MSStopOut::stopEnded(), TIME2STEPS, MSVehicleControl::unregisterOneWaiting(), and MSVehicle::updateBestLanes().
Referenced by MSLane::executeMovements(), MSVehicle::leaveLane(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), MSVehicle::processNextStop(), and LIBSUMO_NAMESPACE::Vehicle::resume().
|
virtualinherited |
Saves the states of a vehicle.
Reimplemented from MSBaseVehicle.
Definition at line 7049 of file MSVehicle.cpp.
References MSRoute::begin(), OutputDevice::closeTag(), MSVehicle::WaitingTimeCollector::getState(), MSBaseVehicle::isStopped(), MSVehicle::myAngle, MSVehicle::State::myBackPos, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myDepartPos, MSBaseVehicle::myDeparture, MSBaseVehicle::myDevices, MSVehicle::myLaneChangeModel, MSVehicle::myLastActionTime, MSVehicle::State::myLastCoveredDist, MSBaseVehicle::myParameter, MSBaseVehicle::myPastStops, MSVehicle::State::myPos, MSVehicle::State::myPosLat, MSVehicle::State::myPreviousSpeed, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, MSVehicle::myState, MSBaseVehicle::myStops, MSVehicle::myTimeLoss, MSVehicle::myWaitingTime, MSVehicle::myWaitingTimeCollector, GeomHelper::naviDegree(), SUMOVehicleParameter::parametersSet, MSBaseVehicle::saveState(), MSAbstractLaneChangeModel::saveState(), STOP_ENDED_SET, STOP_STARTED_SET, SUMO_ATTR_ANGLE, SUMO_ATTR_ENDED, SUMO_ATTR_POSITION, SUMO_ATTR_POSITION_LAT, SUMO_ATTR_SPEED, SUMO_ATTR_STARTED, SUMO_ATTR_STATE, SUMO_ATTR_WAITINGTIME, time2string(), toString(), OutputDevice::writeAttr(), and Parameterised::writeParams().
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 2062 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParkingMemory.
|
virtual |
adds the blocking foes to the current selection
XXX if the vehicle intends to stop on an intersection, there could be a relevant exitLink (see #4299)
Implements GUIBaseVehicle.
Definition at line 825 of file GUIVehicle.cpp.
References gDebugFlag1, MSVehicle::getCarFollowModel(), GUIGlObject::getGlID(), Named::getID(), MSBaseVehicle::getImpatience(), MSVehicle::getLaneChangeModel(), MSVehicle::getLateralPositionOnLane(), MSVehicle::DriveProcessItem::getLeaveSpeed(), MSBaseVehicle::getLength(), MSLane::getLength(), MSVehicleType::getLength(), MSCFModel::getMaxDecel(), MSLink::getParallelLink(), MSVehicle::getPositionOnLane(), MSAbstractLaneChangeModel::getShadowDirection(), MSAbstractLaneChangeModel::getShadowLane(), MSBaseVehicle::getVehicleType(), MSLink::getViaLaneOrLane(), MSVehicle::getWaitingTime(), MSLane::getWidth(), gSelected, MSVehicle::isLeader(), MSVehicle::DriveProcessItem::myArrivalSpeed, MSVehicle::DriveProcessItem::myArrivalTime, MSVehicle::myLane, MSVehicle::myLFLinkLanes, MSVehicle::DriveProcessItem::myLink, MSLink::opened(), GUISelectedStorage::select(), and SIMTIME.
|
virtualinherited |
select GLObject (Currently used only in NETEDIT)
Reimplemented in GNEAdditional, GNEGenericData, GNEDemandElement, and GNENetworkElement.
Definition at line 224 of file GUIGlObject.cpp.
|
inherited |
Sets the action steplength of the vehicle.
actionStepLength | New value |
resetActionOffset | whether the action offset should be reset to zero, i.e., the next action step should follow immediately. |
Definition at line 1376 of file MSVehicle.cpp.
References MSVehicle::getActionStepLength(), MSBaseVehicle::getSingularType(), SUMOVehicleParserHelper::processActionStepLength(), MSVehicle::resetActionOffset(), MSVehicleType::setActionStepLength(), and MSVehicle::updateActionOffset().
Referenced by MSVehicle::planMove().
|
inherited |
Set a custom vehicle angle in rad, optionally updates furtherLanePosLat.
Definition at line 1353 of file MSVehicle.cpp.
References DEBUG_COND, Named::getID(), MSVehicle::getLateralPositionOnLane(), MSLane::getLinkTo(), MSVehicle::myAngle, MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::myLane, and SIMTIME.
Referenced by MSVehicle::Influencer::postProcessRemoteControl(), and MSLaneChangerSublane::startChangeSublane().
|
inherited |
Register junction approaches for all link items in the current plan.
Definition at line 4950 of file MSVehicle.cpp.
References MSVehicle::checkActionStep(), DEBUG_COND, Named::getID(), MSVehicle::getLane(), MSVehicle::getLaneChangeModel(), MSVehicle::getLateralPositionOnLane(), MSLink::getOppositeDirectionLink(), MSLink::getParallelLink(), MSLane::getRightSideOnEdge(), MSBaseVehicle::getRNG(), MSAbstractLaneChangeModel::getShadowDirection(), MSAbstractLaneChangeModel::getShadowLane(), MSVehicle::getWaitingTime(), MSAbstractLaneChangeModel::isOpposite(), LINKSTATE_ALLWAY_STOP, MSVehicle::myLaneChangeModel, MSVehicle::myLFLinkLanes, MSVehicle::myLFLinkLanesPrev, RandHelper::rand(), MSVehicle::removeApproachingInformation(), MSLink::setApproaching(), MSAbstractLaneChangeModel::setShadowApproachingInformation(), and SIMTIME.
|
inlinevirtualinherited |
Sets this vehicle's desired arrivalPos for its current route.
Implements SUMOVehicle.
Definition at line 364 of file MSBaseVehicle.h.
References MSBaseVehicle::myArrivalPos.
|
protectedinherited |
sets the blue flashing light for emergency vehicles
Definition at line 6158 of file MSVehicle.cpp.
References MSVehicle::getBestLanesContinuation(), MSVehicle::getCarFollowModel(), MSVehicle::getLane(), MSAbstractLaneChangeModel::getLaneChangeDirection(), MSLane::getLength(), MSLane::getLinkCont(), MSAbstractLaneChangeModel::getOwnState(), MSVehicle::getPositionOnLane(), MSVehicle::Influencer::getSignals(), MSBaseVehicle::getVClass(), MSLane::getVehicleMaxSpeed(), MSGlobals::gLefthand, MSBaseVehicle::hasStops(), MSAbstractLaneChangeModel::isChangingLanes(), LCA_BLOCKED, LCA_KEEPRIGHT, LCA_LEFT, LCA_RIGHT, LCA_SUBLANE, LEFT, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::mySignals, MSVehicle::myStopDist, MSBaseVehicle::myStops, OFFROAD, PARTLEFT, PARTRIGHT, RIGHT, MSVehicle::Influencer::setSignals(), MSLane::succLinkSec(), std::swap(), MSVehicle::switchOffSignal(), MSVehicle::switchOnSignal(), TURN, MSVehicle::VEH_SIGNAL_BLINKER_LEFT, and MSVehicle::VEH_SIGNAL_BLINKER_RIGHT.
Referenced by MSVehicle::executeMove().
|
inlineinherited |
set blocking status
Definition at line 169 of file GUIGlObject.h.
References GUIGlObject::myAmBlocked.
Referenced by GUIGlObjectStorage::getObjectBlocking().
|
protectedinherited |
sets the braking lights on/off
Definition at line 3800 of file MSVehicle.cpp.
References ACCEL2SPEED, MSVehicle::getSpeed(), MSBaseVehicle::isStopped(), SUMO_const_haltingSpeed, MSVehicle::switchOffSignal(), MSVehicle::switchOnSignal(), and MSVehicle::VEH_SIGNAL_BRAKELIGHT.
Referenced by MSVehicle::executeMove(), and MSVehicle::Influencer::postProcessRemoteControl().
|
inlinevirtualinherited |
Returns the precomputed factor by which the driver wants to be faster than the speed limit.
Implements SUMOVehicle.
Definition at line 525 of file MSBaseVehicle.h.
References MSBaseVehicle::myChosenSpeedFactor.
Referenced by MSCFModel_CC::finalizeSpeed(), MSDevice_GLOSA::notifyEnter(), MSDevice_GLOSA::notifyMove(), and GUISUMOViewParent::onCmdSpeedFactor().
|
protectedinherited |
sets the color according to the current settings
Definition at line 703 of file GUIBaseVehicle.cpp.
References GUIPropertySchemeStorage< T >::getActive(), GUIPropertyScheme< T >::getColor(), GUIBaseVehicle::getColorValue(), GUIPropertySchemeStorage< T >::getScheme(), GUIBaseVehicle::myVehicle, GLHelper::setColor(), GUIBaseVehicle::setFunctionalColor(), and GUIVisualizationSettings::vehicleColorer.
Referenced by GUIBaseVehicle::drawOnPos(), and GUIBaseVehicle::drawRoute().
|
inherited |
apply departEdge and arrivalEdge attributes
Definition at line 832 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::arrivalEdge, SUMOVehicleParameter::arrivalEdgeProcedure, MSRoute::begin(), DEFAULT, SUMOVehicleParameter::departEdge, SUMOVehicleParameter::departEdgeProcedure, MSRoute::getEdges(), Named::getID(), GIVEN, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, RandHelper::rand(), RANDOM, toString(), and WRITE_WARNING.
Referenced by MSBaseVehicle::MSBaseVehicle(), and MSBaseVehicle::reroute().
|
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 1869 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
|
protectedinherited |
sets the blue flashing light for emergency vehicles
Definition at line 6219 of file MSVehicle.cpp.
References MSVehicle::signalSet(), MSVehicle::switchOffSignal(), MSVehicle::switchOnSignal(), and MSVehicle::VEH_SIGNAL_EMERGENCY_BLUE.
Referenced by MSVehicle::executeMove().
|
inherited |
accessor function to myManoeuvre equivalent
Definition at line 7186 of file MSVehicle.cpp.
References MSVehicle::Manoeuvre::configureExitManoeuvre(), and MSVehicle::myManoeuvre.
Referenced by MSVehicleTransfer::checkInsertions().
|
staticinherited |
sets the color according to the current scheme index and some vehicle function
Definition at line 715 of file GUIBaseVehicle.cpp.
References RGBColor::BLUE, SUMOVehicleParameter::color, RGBColor::DEFAULT_COLOR, Position::distanceTo(), EMERGENCY, FIREBRIGADE, RGBColor::fromHSV(), SUMOVehicle::getAngle(), Boundary::getCenter(), MSRoute::getColor(), MSVehicleType::getColor(), MSRoute::getEdges(), MSVehicleType::getGuiShape(), MSNet::getInstance(), MSBaseVehicle::getParameter(), MSBaseVehicle::getRoute(), MSBaseVehicle::getVehicleType(), M_PI, GeomHelper::naviDegree(), POLICE, RGBColor::RED, VEHPARS_COLOR_SET, VTYPEPARS_COLOR_SET, MSVehicleType::wasSet(), SUMOVehicleParameter::wasSet(), RGBColor::WHITE, Position::x(), Boundary::xmax(), Boundary::xmin(), Position::y(), Boundary::ymax(), and Boundary::ymin().
Referenced by GUIBaseVehicle::setColor().
|
virtualinherited |
set the id (inherited from Named but forbidden for vehicles)
Reimplemented from Named.
Definition at line 172 of file MSBaseVehicle.cpp.
|
inlineinherited |
access function for Idling flag used to record whether vehicle is waiting to enter lane (after parking)
Definition at line 607 of file MSVehicle.h.
References MSVehicle::myAmIdling.
Referenced by MSVehicleTransfer::checkInsertions().
|
inherited |
set individual junction model paramete (not type related)
Definition at line 1881 of file MSBaseVehicle.cpp.
References Named::getID(), MSBaseVehicle::getParameter(), SUMOVehicleParameter::parametersSet, SUMO_ATTR_JM_IGNORE_IDS, SUMO_ATTR_JM_IGNORE_TYPES, toString(), and VEHPARS_JUNCTIONMODEL_PARAMS_SET.
Referenced by MSBaseVehicle::initJunctionModelParams().
|
inlineinherited |
Definition at line 420 of file MSVehicle.h.
References MSVehicle::State::myPosLat, and MSVehicle::myState.
Referenced by MSVehicleTransfer::checkInsertions(), and MSLCM_LC2013::prepareStep().
|
inherited |
accessor function to myManoeuvre equivalent
Definition at line 7241 of file MSVehicle.cpp.
References MSVehicle::myManoeuvre, and MSVehicle::Manoeuvre::setManoeuvreType().
Referenced by MSVehicle::planMove().
|
virtualinherited |
Changes the microsimID of the object.
Reimplemented in GNEEdge.
Definition at line 242 of file GUIGlObject.cpp.
References GUIGlObjectStorage::changeName(), GUIGlObject::createFullName(), GUIGlObjectStorage::gIDStorage, GUIGlObject::myFullName, and GUIGlObject::myMicrosimID.
Referenced by GNEBusStop::setAttribute(), GNECalibrator::setAttribute(), GNECalibratorFlow::setAttribute(), GNEChargingStation::setAttribute(), GNEClosingLaneReroute::setAttribute(), GNEClosingReroute::setAttribute(), GNEContainerStop::setAttribute(), GNEDestProbReroute::setAttribute(), GNEInductionLoopDetector::setAttribute(), GNEInstantInductionLoopDetector::setAttribute(), GNELaneAreaDetector::setAttribute(), GNEMultiEntryExitDetector::setAttribute(), GNEOverheadWire::setAttribute(), GNEParkingArea::setAttribute(), GNEParkingAreaReroute::setAttribute(), GNERerouter::setAttribute(), GNERouteProbe::setAttribute(), GNERouteProbReroute::setAttribute(), GNETAZ::setAttribute(), GNETAZSourceSink::setAttribute(), GNETractionSubstation::setAttribute(), GNEVaporizer::setAttribute(), GNEVariableSpeedSign::setAttribute(), GNEContainer::setAttribute(), GNEPerson::setAttribute(), GNERoute::setAttribute(), GNEVehicle::setAttribute(), GNEVType::setAttribute(), GNEVTypeDistribution::setAttribute(), GNEPOI::setAttribute(), GNEPoly::setAttribute(), GNELane::setIndex(), GNEEdge::setMicrosimID(), GNENetHelper::AttributeCarriers::updateEdgeTypeID(), GNEConnection::updateID(), and GNENetHelper::AttributeCarriers::updateJunctionID().
|
inlinevirtualinherited |
Implements SUMOVehicle.
Definition at line 900 of file MSBaseVehicle.h.
References MSBaseVehicle::myNumberParkingReroutes.
|
inherited |
Sets the influenced previous speed.
[in] | A | double value with the speed that overwrites the previous speed |
[in] | A | double value with the acceleration that overwrites the previous acceleration |
Definition at line 7167 of file MSVehicle.cpp.
References MAX2(), MSVehicle::myAcceleration, MSVehicle::State::myPreviousSpeed, MSVehicle::State::mySpeed, MSVehicle::myState, and SPEED2ACCEL.
Referenced by LIBSUMO_NAMESPACE::Vehicle::setPreviousSpeed().
|
inherited |
sets position outside the road network
Definition at line 6821 of file MSVehicle.cpp.
References MSVehicle::myCachedPosition.
Referenced by MSVehicle::Influencer::postProcessRemoteControl().
|
inherited |
set tentative lane and position during insertion to ensure that all cfmodels work (some of them require veh->getLane() to return a valid lane) Once the vehicle is sucessfully inserted the lane is set again (see enterLaneAtInsertion)
Definition at line 6239 of file MSVehicle.cpp.
References MSVehicleType::getLength(), MSBaseVehicle::getVehicleType(), MSVehicle::State::myBackPos, MSVehicle::myLane, MSVehicle::State::myPos, MSVehicle::State::myPosLat, and MSVehicle::myState.
Referenced by MSLane::freeInsertion(), MSLane::isInsertionSuccess(), MSLane::lastInsertion(), MSVehicleTransfer::loadState(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSDevice_Bluelight::notifyMove(), and MSAbstractLaneChangeModel::primaryLaneChanged().
|
inlineinherited |
Returns whether the given signal is on.
[in] | signal | The signal to return the value of |
Definition at line 1199 of file MSVehicle.h.
References MSVehicle::mySignals.
Referenced by MSVehicleTransfer::checkInsertions(), MSVehicle::checkRewindLinkLanes(), drawAction_drawVehicleBlinker(), drawAction_drawVehicleBlueLight(), drawAction_drawVehicleBrakeLight(), and MSVehicle::setEmergencyBlueLight().
|
virtualinherited |
Returns whether the vehicle stops at the given stopping place.
Implements SUMOVehicle.
Definition at line 1947 of file MSVehicle.cpp.
References MSBaseVehicle::myStops.
|
virtualinherited |
Returns whether the vehicle stops at the given edge.
Implements SUMOVehicle.
Definition at line 1963 of file MSVehicle.cpp.
References MSBaseVehicle::myStops.
|
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.
[in] | nSuccs | The number of edge to look forward |
Implements SUMOVehicle.
Definition at line 195 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
Referenced by MSVehicleTransfer::add(), MSLane::appropriate(), MSVehicleTransfer::checkInsertions(), MSLane::executeMovements(), MESegment::getLink(), MSVehicle::getNextEdgePtr(), MSBaseVehicle::hasArrived(), MESegment::hasSpaceFor(), MSPedestrianPushButton::isActiveForEdge(), and MELoop::nextSegment().
|
inlineinherited |
Switches the given signal off.
[in] | signal | The signal to mark as being switched off |
Definition at line 1182 of file MSVehicle.h.
References MSVehicle::mySignals.
Referenced by MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSVehicle::setBlinkerInformation(), MSVehicle::setBrakingSignals(), MSVehicle::setEmergencyBlueLight(), LIBSUMO_NAMESPACE::Vehicle::setSignals(), and MSAbstractLaneChangeModel::startLaneChangeManeuver().
|
inlineinherited |
Switches the given signal on.
[in] | signal | The signal to mark as being switched on |
Definition at line 1174 of file MSVehicle.h.
References MSVehicle::mySignals.
Referenced by MSVehicleTransfer::checkInsertions(), MSVehicle::setBlinkerInformation(), MSVehicle::setBrakingSignals(), MSVehicle::setEmergencyBlueLight(), LIBSUMO_NAMESPACE::Vehicle::setSignals(), and MSAbstractLaneChangeModel::startLaneChangeManeuver().
|
inherited |
whether the vehicle may safely move to the given lane with regard to upcoming links
Definition at line 6468 of file MSVehicle.cpp.
References MSCFModel::brakeGap(), MSVehicle::getBestLanesContinuation(), MSVehicle::getCarFollowModel(), MSLane::getEdge(), MSBaseVehicle::getLength(), MSLane::getLength(), MSVehicle::getPositionOnLane(), MSVehicle::getSpeed(), MSBaseVehicle::getVehicleType(), MSEdge::isInternal(), MSLane::isLinkEnd(), LINKSTATE_ZIPPER, MSVehicle::myLane, MSVehicle::myLFLinkLanes, and MSLane::succLinkSec().
Referenced by MSLaneChanger::checkChange().
|
inherited |
Process an updated action step length value (only affects the vehicle's action offset, The actionStepLength is stored in the (singular) vtype)
[in] | oldActionStepLength | The action step length previous to the update |
[in] | actionStepLength | The new action step length (stored in the vehicle's vtype). |
Definition at line 1995 of file MSVehicle.cpp.
References MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSVehicle::myLastActionTime, and MSVehicle::resetActionOffset().
Referenced by MSVehicleType::setActionStepLength(), and MSVehicle::setActionStepLength().
|
inherited |
computes the best lanes to use in order to continue the route
The information is rebuilt if the vehicle is on a different edge than the one stored in "myLastBestLanesEdge" or "forceRebuild" is true.
Otherwise, only the density changes on the stored lanes are adapted to the container only.
A rebuild must be done if the vehicle leaves a stop; then, another lane may become the best one.
If no starting lane ("startLane") is given, the vehicle's current lane ("myLane") is used as start of best lanes building.
[in] | forceRebuild | Whether the best lanes container shall be rebuilt even if the vehicle's edge has not changed |
[in] | startLane | The lane the process shall start at ("myLane" will be used if ==0) |
Definition at line 5391 of file MSVehicle.cpp.
References MSEdge::allowedLanes(), MSVehicle::LaneQ::allowsContinuation, MSLane::allowsVehicleClass(), SUMOVehicleParameter::arrivalLaneProcedure, MSVehicle::LaneQ::bestContinuations, MSVehicle::LaneQ::bestLaneOffset, MSCFModel::brakeGap(), MSVehicle::LaneQ::currentLength, DEBUG_COND, MSStop::edge, MSRoute::end(), MSVehicle::getBestLanesContinuation(), MSVehicle::getCarFollowModel(), MSBaseVehicle::getDevice(), MSLane::getEdge(), MSCFModel::getHeadwayTime(), Named::getID(), Named::getIDSecure(), MSNet::getInstance(), MSEdge::getLanes(), MSLane::getLength(), MSLane::getLinkCont(), MSLane::getLogicalPredecessorLane(), MSBaseVehicle::getMaxSpeed(), MSVehicleType::getMinGap(), MSLane::getNextNormal(), MSLane::getNormalPredecessorLane(), MSEdge::getOppositeEdge(), MSStop::getSpeed(), MSNet::getStoppingPlaceID(), MSBaseVehicle::getVClass(), MSVehicleType::getVehicleClass(), MSBaseVehicle::getVehicleType(), GIVEN, MSEdge::isInternal(), MSLane::isInternal(), MSAbstractLaneChangeModel::isOpposite(), MSStop::isOpposite, MSVehicle::isOppositeLane(), isRailway(), MSStop::lane, MSVehicle::LaneQ::lane, MSVehicle::LaneQ::length, MAX2(), MIN2(), MSBaseVehicle::myArrivalLane, MSBaseVehicle::myArrivalPos, MSVehicle::myBestLanes, MSBaseVehicle::myCurrEdge, MSVehicle::myCurrentLaneInBestLanes, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSVehicle::myLastBestLanesEdge, MSVehicle::myLastBestLanesInternalLane, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSBaseVehicle::myType, MSVehicle::nextLinkPriority(), MSVehicle::LaneQ::nextOccupation, MSVehicle::LaneQ::occupation, MSStop::pars, SIMTIME, SUMOVehicleParameter::Stop::startPos, SUMO_TAG_OVERHEAD_WIRE_SEGMENT, toString(), MSVehicle::updateBestLanes(), and MSVehicle::updateOccupancyAndCurrentBestLane().
Referenced by MSVehicle::addTraciStop(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::executeMove(), MSLane::forceVehicleInsertion(), MSEdge::getDepartLane(), MSLane::isInsertionSuccess(), MSLane::lastInsertion(), MSLane::loadState(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLinkApproaches(), MSVehicle::replaceRoute(), MSVehicle::resumeFromStopping(), LIBSUMO_NAMESPACE::Vehicle::setType(), MSVehicle::updateBestLanes(), LIBSUMO_NAMESPACE::Vehicle::updateBestLanes(), and MSVehicle::Influencer::updateRemoteControlRoute().
|
inherited |
Check whether the drive items (myLFLinkLanes) are up to date, and update them if required.
Definition at line 3640 of file MSVehicle.cpp.
References DEBUG_COND, MSVehicle::getBestLanesContinuation(), Named::getID(), MSVehicle::getLane(), MSLink::getLaneBefore(), MSLane::getLinkCont(), MSLink::getParallelLink(), MSLink::getViaLaneOrLane(), MSLane::isInternal(), MSVehicle::myLane, MSVehicle::myLFLinkLanes, MSVehicle::myNextDriveItem, MSLink::removeApproaching(), MSLink::setApproaching(), and SIMTIME.
Referenced by MSAbstractLaneChangeModel::primaryLaneChanged().
|
inherited |
update a vector of further lanes and return the new backPos
Definition at line 4536 of file MSVehicle.cpp.
References DEBUG_COND, Named::getID(), MSBaseVehicle::getLength(), MSVehicle::myFurtherLanes, MSVehicle::myFurtherLanesPosLat, MSVehicle::State::myPos, MSVehicle::State::myPosLat, MSVehicle::myState, SIMTIME, and toString().
Referenced by MSVehicle::executeMove(), and MSAbstractLaneChangeModel::updateShadowLane().
|
virtualinherited |
update GLObject (geometry, ID, etc.) (optional)
Reimplemented in GNEAdditional, GNEGenericData, GNEDemandElement, GNEConnection, GNECrossing, GNEEdge, GNEEdgeType, GNEInternalLane, GNEJunction, GNELane, GNELaneType, and GNEWalkingArea.
Definition at line 230 of file GUIGlObject.cpp.
|
protectedinherited |
updates LaneQ::nextOccupation and myCurrentLaneInBestLanes
Definition at line 5826 of file MSVehicle.cpp.
References DEBUG_COND, MSVehicle::myBestLanes, and MSVehicle::myCurrentLaneInBestLanes.
Referenced by MSVehicle::updateBestLanes().
|
inherited |
update state while parking
Definition at line 4502 of file MSVehicle.cpp.
References MSVehicle::getPositionOnLane(), MSBaseVehicle::myContainerDevice, MSBaseVehicle::myDevices, MSBaseVehicle::myPersonDevice, MSDevice_Transportable::notifyMove(), and MSVehicle::updateState().
Referenced by MSVehicleTransfer::checkInsertions().
|
protectedinherited |
updates the vehicles state, given a next value for its speed. This value can be negative in case of the ballistic update to indicate a stop within the next timestep. (You can call this a 'hack' to emulate reasoning based on accelerations: The assumed constant acceleration a within the next time step is then a = (vNext - vCurrent)/TS )
[in] | vNext | speed in the next time step |
Definition at line 4449 of file MSVehicle.cpp.
References DEBUG_COND, MSGlobals::gEmergencyDecelWarningThreshold, MSVehicle::getCarFollowModel(), MSVehicle::getDeltaPos(), Named::getID(), MSCFModel::getMaxDecel(), MSGlobals::gSemiImplicitEulerUpdate, MSVehicle::Influencer::implicitDeltaPosRemote(), Position::INVALID, MSVehicle::Influencer::isRemoteControlled(), MAX2(), MSVehicle::myAcceleration, MSVehicle::myCachedPosition, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::State::myLastCoveredDist, MSVehicle::myNextTurn, MSVehicle::State::myPos, MSVehicle::State::myPreviousSpeed, MSVehicle::State::mySpeed, MSVehicle::myState, SIMSTEP, SIMTIME, SPEED2ACCEL, SPEED2DIST, time2string(), TL, and WRITE_WARNINGF.
Referenced by MSVehicle::executeMove(), and MSVehicle::updateParkingState().
|
protectedinherited |
Updates the vehicle's time loss.
Definition at line 3831 of file MSVehicle.cpp.
References MSLane::getVehicleMaxSpeed(), MSBaseVehicle::isStopped(), MSVehicle::myLane, MSVehicle::myTimeLoss, and TS.
Referenced by MSVehicle::executeMove().
|
protectedinherited |
Updates the vehicle's waiting time counters (accumulated and consecutive)
Definition at line 3819 of file MSVehicle.cpp.
References MSVehicle::accelThresholdForWaiting(), DELTA_T, MSVehicle::isIdling(), MSBaseVehicle::isStopped(), MSVehicle::myAcceleration, MSVehicle::myWaitingTime, MSVehicle::myWaitingTimeCollector, MSVehicle::WaitingTimeCollector::passTime(), and SUMO_const_haltingSpeed.
Referenced by MSVehicle::executeMove(), MSVehicle::Influencer::postProcessRemoteControl(), and MSVehicle::workOnIdleReminders().
|
protectedinherited |
ensure that a vehicle-relative position is not invalid
Definition at line 1316 of file MSVehicle.cpp.
References MSLane::geometryPositionAtOffset(), MSVehicle::getLateralPositionOnLane(), MSLane::getLength(), MSVehicle::getPositionOnLane(), Position::INVALID, and MSVehicle::myFurtherLanes.
Referenced by MSVehicle::getPosition().
Returns the information whether the vehicle is fully controlled via TraCI within the lookBack time.
Reimplemented from MSBaseVehicle.
Definition at line 6833 of file MSVehicle.cpp.
References MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSVehicle::Influencer::getLastAccessTimeStep(), and MSVehicle::myInfluencer.
|
inherited |
Returns whether the vehicle will stop on the current edge.
Definition at line 1550 of file MSVehicle.cpp.
References MSLane::getEdge(), MSBaseVehicle::isStopped(), MSVehicle::myLane, and MSBaseVehicle::myStops.
Referenced by MSLink::getLeaderInfo().
|
inherited |
cycle through vehicle devices invoking notifyIdle
This is only implemented on the emissions device implemented to allow capture of emissions when vehicle is not on net.
Definition at line 1143 of file MSVehicle.cpp.
References MSVehicle::getLane(), MSBaseVehicle::myMoveReminders, and MSVehicle::updateWaitingTime().
Referenced by MSVehicleTransfer::checkInsertions().
|
inherited |
Processes active move reminder.
This method goes through all active move reminder, both those for the current lane, stored in "myMoveReminders" and those of prior lanes stored in "myOldLaneMoveReminders" calling "MSMoveReminder::notifyMove".
When processing move reminder from "myOldLaneMoveReminders", the offsets (prior lane lengths) are used, which are stored in "myOldLaneMoveReminderOffsets".
Each move reminder which is no longer active is removed from the container.
[in] | oldPos | The position the vehicle had before it has moved |
[in] | newPos | The position the vehicle has after it has moved |
[in] | newSpeed | The vehicle's speed within this move |
Definition at line 1100 of file MSVehicle.cpp.
References EnergyParams::getDouble(), MSBaseVehicle::getNextStop(), MSBaseVehicle::getWaitingSeconds(), MSBaseVehicle::isParking(), MSBaseVehicle::isStopped(), MAX2(), MSBaseVehicle::myEnergyParams, MSBaseVehicle::myMoveReminders, EnergyParams::setDouble(), STEPS2TIME, SUMO_ATTR_DURATION, SUMO_ATTR_PARKING, and SUMO_ATTR_WAITINGTIME.
Referenced by MSVehicle::executeFractionalMove(), and MSVehicle::executeMove().
|
staticprivateinherited |
vector for TypeNames Initializer
Definition at line 343 of file GUIGlObject.h.
|
staticinherited |
Definition at line 71 of file GUIGlObject.h.
Referenced by GUISUMOAbstractView::getTrackedID(), GUISUMOViewParent::onCmdSpeedFactor(), GUISUMOViewParent::onUpdSpeedFactor(), GUISUMOAbstractView::paintGL(), GUISUMOAbstractView::showToolTipFor(), and GUIViewTraffic::stopTrack().
|
protectedinherited |
The current acceleration after dawdling in m/s.
Definition at line 1901 of file MSVehicle.h.
Referenced by MSVehicle::executeMove(), MSVehicle::getAcceleration(), MSVehicle::loadState(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::setPreviousSpeed(), MSVehicle::updateState(), and MSVehicle::updateWaitingTime().
|
protectedinherited |
The flag myActionStep indicates whether the current time step is an action point for the vehicle.
Definition at line 1871 of file MSVehicle.h.
Referenced by MSVehicle::checkActionStep(), MSVehicle::executeMove(), and MSVehicle::isActive().
|
inherited |
Enabled visualisations, per view.
Definition at line 325 of file GUIBaseVehicle.h.
Referenced by GUIBaseVehicle::addActiveAddVisualisation(), GUIBaseVehicle::drawOnPos(), drawOutsideNetwork(), GUIBaseVehicle::hasActiveAddVisualisation(), GUIBaseVehicle::removeActiveAddVisualisation(), and GUIBaseVehicle::~GUIBaseVehicle().
|
privateinherited |
whether the object can be deleted
Definition at line 329 of file GUIGlObject.h.
Referenced by GUIGlObject::isBlocked(), and GUIGlObject::setBlocked().
|
protectedinherited |
Whether the vehicle is trying to enter the network (eg after parking so engine is running)
Definition at line 1919 of file MSVehicle.h.
Referenced by MSVehicle::isIdling(), and MSVehicle::setIdling().
|
protectedinherited |
Whether the vehicle is on the network (not parking, teleported, vaporized, or arrived)
Definition at line 1916 of file MSVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::isOnRoad(), and MSVehicle::leaveLane().
|
protectedinherited |
Whether this vehicle is registered as waiting for a person or container (for deadlock-recognition)
Definition at line 988 of file MSBaseVehicle.h.
Referenced by MSVehicle::boardTransportables(), MEVehicle::mayProceed(), MSVehicle::processNextStop(), MEVehicle::resumeFromStopping(), and MSVehicle::resumeFromStopping().
|
protectedinherited |
the angle in radians (
Definition at line 1924 of file MSVehicle.h.
Referenced by MSLaneChanger::continueChange(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::executeMove(), MSVehicle::getAngle(), MSVehicle::getVelocityVector(), MSVehicle::handleCollisionStop(), MSVehicle::loadState(), MSVehicle::saveState(), and MSVehicle::setAngle().
|
protectedinherited |
The destination lane where the vehicle stops.
Definition at line 969 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::calculateArrivalParams(), MSBaseVehicle::getArrivalLane(), and MSVehicle::updateBestLanes().
|
protectedinherited |
The position on the destination lane where the vehicle stops.
Definition at line 966 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::calculateArrivalParams(), MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getOdometer(), MEVehicle::hasArrived(), MSVehicle::hasArrivedInternal(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), MSBaseVehicle::reroute(), MSBaseVehicle::resetRoutePosition(), MSBaseVehicle::setArrivalPos(), and MSVehicle::updateBestLanes().
|
protectedinherited |
Definition at line 1891 of file MSVehicle.h.
Referenced by MSVehicle::adaptBestLanesOccupation(), drawBestLanes(), MSVehicle::getBestLaneDist(), MSVehicle::getBestLaneOffset(), MSVehicle::getBestLanes(), MSVehicle::getBestLanesContinuation(), MSVehicle::updateBestLanes(), and MSVehicle::updateOccupancyAndCurrentBestLane().
|
mutableprotectedinherited |
Definition at line 1932 of file MSVehicle.h.
Referenced by MSLaneChanger::continueChange(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSVehicle::getPosition(), MSVehicle::handleCollisionStop(), MSVehicle::invalidateCachedPosition(), MSVehicle::setRemoteState(), MSLaneChangerSublane::startChangeSublane(), and MSVehicle::updateState().
|
privateinherited |
The per vehicle variables of the car following model.
Definition at line 2120 of file MSVehicle.h.
Referenced by MSVehicle::getCarFollowVariables(), MSVehicle::MSVehicle(), MSVehicle::replaceVehicleType(), and MSVehicle::~MSVehicle().
|
protectedinherited |
A precomputed factor by which the driver wants to be faster than the speed limit.
Definition at line 924 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getChosenSpeedFactor(), MSBaseVehicle::getMaxSpeed(), MSBaseVehicle::saveState(), and MSBaseVehicle::setChosenSpeedFactor().
|
protectedinherited |
amount of time for which the vehicle is immune from collisions
Definition at line 1930 of file MSVehicle.h.
Referenced by MSVehicle::collisionStopTime(), MSVehicle::executeMove(), MSVehicle::ignoreCollision(), MSVehicle::processNextStop(), and MSVehicle::resumeFromStopping().
|
protectedinherited |
The containers this vehicle may have.
Definition at line 954 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addTransportable(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), MSBaseVehicle::getContainerDevice(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getContainers(), MSVehicle::processNextStop(), MSBaseVehicle::removeTransportable(), and MSVehicle::updateParkingState().
|
mutableprotectedinherited |
Definition at line 379 of file GUIBaseVehicle.h.
Referenced by drawAction_drawCarriageClass(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::getContainerPosition(), and GUIBaseVehicle::GUIBaseVehicle().
|
protectedinherited |
Iterator to current route-edge.
Definition at line 921 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addStop(), MSVehicle::checkReversal(), MEVehicle::checkStop(), drawRouteHelper(), GUIMEVehicle::drawRouteHelper(), MSVehicle::enterLaneAtMove(), MSVehicle::estimateTimeToNextStop(), MSBaseVehicle::getCurrentRouteEdge(), MSVehicle::getDistanceToPosition(), MSBaseVehicle::getEdge(), MSVehicle::getNextEdgePtr(), MSVehicle::getPastLanesUntil(), MSBaseVehicle::getRerouteOrigin(), MSVehicle::getRerouteOrigin(), MSBaseVehicle::getRoutePosition(), MSVehicle::getUpcomingLanesUntil(), MSVehicle::handleCollisionStop(), MEVehicle::hasArrived(), MSVehicle::hasArrivedInternal(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::insertStop(), MSVehicle::isOppositeLane(), MSVehicle::leaveLane(), MEVehicle::loadState(), MSVehicle::loadState(), MEVehicle::moveRoutePointer(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MEVehicle::processStop(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), MSBaseVehicle::rerouteBetweenStops(), MSVehicle::rerouteParkingArea(), MSBaseVehicle::resetRoutePosition(), MEVehicle::saveState(), MSVehicle::saveState(), MSBaseVehicle::setDepartAndArrivalEdge(), MSBaseVehicle::succEdge(), and MSVehicle::updateBestLanes().
|
protectedinherited |
Definition at line 1896 of file MSVehicle.h.
Referenced by MSVehicle::updateBestLanes(), and MSVehicle::updateOccupancyAndCurrentBestLane().
|
staticprivateinherited |
Definition at line 1006 of file MSBaseVehicle.h.
|
protectedinherited |
The real depart position.
Definition at line 963 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getDepartPos(), MSBaseVehicle::getOdometer(), MEVehicle::loadState(), MSVehicle::loadState(), MSBaseVehicle::onDepart(), MEVehicle::saveState(), and MSVehicle::saveState().
|
protectedinherited |
The real departure time.
Definition at line 960 of file MSBaseVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSBaseVehicle::getDeparture(), MSBaseVehicle::hasDeparted(), MEVehicle::loadState(), MSVehicle::loadState(), MSBaseVehicle::onDepart(), MEVehicle::saveState(), and MSVehicle::saveState().
|
protectedinherited |
The devices this vehicle has.
Definition at line 948 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addTransportable(), MSBaseVehicle::createDevice(), MSBaseVehicle::getDevice(), MSBaseVehicle::getDeviceParameter(), MSBaseVehicle::getDevices(), GUIBaseVehicle::GUIBaseVehicle(), MSBaseVehicle::hasDevice(), MSBaseVehicle::initDevices(), MEVehicle::saveState(), MSVehicle::saveState(), MSBaseVehicle::setDeviceParameter(), MSVehicle::updateParkingState(), and MSBaseVehicle::~MSBaseVehicle().
|
protectedinherited |
This vehicle's driver state.
Definition at line 1865 of file MSVehicle.h.
Referenced by MSVehicle::getDriverState(), MSVehicle::hasDriverState(), MSVehicle::initDevices(), and MSVehicle::planMove().
|
mutableprivateinherited |
Definition at line 1002 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::_getWeightsStorage(), and MSBaseVehicle::~MSBaseVehicle().
|
staticprotectedinherited |
Definition at line 1898 of file MSVehicle.h.
Referenced by MSVehicle::getBestLanesContinuation().
|
staticprotectedinherited |
Definition at line 995 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getContainers(), and MSBaseVehicle::getPersons().
|
mutableprotectedinherited |
The emission parameters this vehicle may have.
Definition at line 957 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getEmissionParameters(), MSBaseVehicle::replaceVehicleType(), MSVehicle::workOnMoveReminders(), and MSBaseVehicle::~MSBaseVehicle().
|
protectedinherited |
This vehicle's friction perception.
Definition at line 1868 of file MSVehicle.h.
Referenced by MSVehicle::getFriction(), and MSVehicle::initDevices().
|
privateinherited |
full name of GL Object
Definition at line 323 of file GUIGlObject.h.
Referenced by GUIGlObject::getFullName(), GUIGlObject::GUIGlObject(), and GUIGlObject::setMicrosimID().
|
protectedinherited |
The information into which lanes the vehicle laps into.
Definition at line 1908 of file MSVehicle.h.
Referenced by MSVehicle::checkReversal(), MSVehicle::computeAngle(), MSVehicle::computeFurtherLanes(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSVehicle::getBackLane(), getBackLaneIDs(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getBoundingBox(), MSVehicle::getCenterOnEdge(), MSVehicle::getFurtherLanes(), MSVehicle::getLatOffset(), getPreviousLane(), MSVehicle::getSlope(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::leaveLane(), MSVehicle::onFurtherEdge(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::setAngle(), MSVehicle::updateFurtherLanes(), MSVehicle::validatePosition(), and MSVehicle::~MSVehicle().
|
protectedinherited |
lateral positions on further lanes
Definition at line 1910 of file MSVehicle.h.
Referenced by MSVehicle::computeAngle(), MSVehicle::computeFurtherLanes(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getCenterOnEdge(), MSVehicle::getFurtherLanesPosLat(), MSVehicle::getLatOffset(), MSVehicle::getSlope(), MSVehicle::leaveLane(), MSVehicle::setAngle(), MSVehicle::updateFurtherLanes(), and MSVehicle::~MSVehicle().
|
privateinherited |
The numerical id of the object.
Definition at line 314 of file GUIGlObject.h.
Referenced by GUIGlObject::getGlID().
|
privateinherited |
The type of the object.
Definition at line 317 of file GUIGlObject.h.
Referenced by GUIGlObject::createFullName(), GUIGlObject::getClickPriority(), GUIGlObject::getType(), and GUIGlObject::GUIGlObject().
|
protectedinherited |
Definition at line 1921 of file MSVehicle.h.
Referenced by MSVehicle::checkRewindLinkLanes(), and MSVehicle::processLinkApproaches().
|
privateinherited |
icon associatd with this GL Object
Definition at line 326 of file GUIGlObject.h.
Referenced by GUIGlObject::buildPopupHeader(), and GUIGlObject::getGLIcon().
|
protectedinherited |
The name of the object.
Definition at line 125 of file Named.h.
Referenced by MSE2Collector::addDetectorToLanes(), RODFDetector::buildDestinationDistribution(), NGEdge::buildNBEdge(), NGNode::buildNBNode(), MSSOTLTrafficLightLogic::checkPhases(), NBNode::computeNodeShape(), NEMALogic::constructTimingAndPhaseDefs(), MSE2Collector::detectorUpdate(), GNEPOI::getAttribute(), GNEPoly::getAttribute(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), Named::getID(), NBEdge::getLaneID(), ROEdge::getStoredEffort(), GNEPOI::getSumoBaseObject(), MSLane::getSurroundingVehicles(), ROEdge::getTravelTime(), NBEdge::init(), MSDelayBasedTrafficLightLogic::init(), MSSOTLTrafficLightLogic::init(), NEMALogic::init(), MSLane::isInsertionSuccess(), NBNode::NBNode(), MSE2Collector::notifyEnter(), MSE2Collector::notifyLeave(), MSE2Collector::notifyMove(), MSMeanData::openInterval(), NEMALogic::parseControllerType(), RORouteDef::preComputeCurrentRoute(), NBEdge::reinitNodes(), MSRoute::release(), GNEPOI::setAttribute(), GNEPoly::setAttribute(), NBEdge::setGeometry(), Named::setID(), MSSOTLTrafficLightLogic::setToATargetPhase(), Distribution_Parameterized::toStr(), MSChargingStation::writeChargingStationOutput(), RODFDetector::writeEmitterDefinition(), MSOverheadWire::writeOverheadWireSegmentOutput(), RODFDetector::writeSingleSpeedTrigger(), MSTractionSubstation::writeTractionSubstationOutput(), MEInductLoop::writeXMLOutput(), and MSE3Collector::writeXMLOutput().
|
privateinherited |
An instance of a velocity/lane influencing instance; built in "getInfluencer".
Definition at line 2123 of file MSVehicle.h.
Referenced by MSVehicle::checkLinkLeaderCurrentAndParallel(), MSVehicle::checkRewindLinkLanes(), MSVehicle::enterLaneAtMove(), MSVehicle::getBaseInfluencer(), MSVehicle::getInfluencer(), MSVehicle::getPosition(), MSVehicle::getSpeedWithoutTraciInfluence(), MSVehicle::hasInfluencer(), MSVehicle::ignoreRed(), MSVehicle::isRemoteControlled(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processTraCISpeedControl(), MSVehicle::setBlinkerInformation(), MSVehicle::updateState(), MSVehicle::wasRemoteControlled(), and MSVehicle::~MSVehicle().
|
protectedinherited |
Definition at line 1937 of file MSVehicle.h.
Referenced by MSVehicle::checkLinkLeader(), MSVehicle::isLeader(), MSVehicle::processLaneAdvances(), and MSVehicle::processLinkApproaches().
|
protectedinherited |
time at which the current junction was entered
Definition at line 1935 of file MSVehicle.h.
Referenced by MSVehicle::checkLinkLeader(), MSVehicle::isLeader(), MSVehicle::processLaneAdvances(), and MSVehicle::processLinkApproaches().
|
protectedinherited |
Definition at line 1936 of file MSVehicle.h.
Referenced by MSVehicle::checkLinkLeader(), MSVehicle::isLeader(), and MSVehicle::processLaneAdvances().
|
protectedinherited |
The lane the vehicle is on.
Definition at line 1879 of file MSVehicle.h.
Referenced by MSVehicle::adaptLaneEntering2MoveReminder(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaders(), MSVehicle::addTraciStop(), MSVehicle::boardTransportables(), MSVehicle::checkLinkLeader(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSVehicle::computeAngle(), MSVehicle::computeFurtherLanes(), MSVehicle::congested(), drawAction_drawCarriageClass(), drawRouteHelper(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::estimateTimeToNextStop(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSVehicle::getBackLane(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getCenterOnEdge(), MSVehicle::getCurrentEdge(), MSVehicle::getDistanceToPosition(), MSVehicle::getFollower(), MSVehicle::getLane(), getLaneID(), MSVehicle::getLaneIndex(), MSVehicle::getLanePosAfterDist(), MSVehicle::getLateralOverlap(), MSVehicle::getLatOffset(), MSVehicle::getLeader(), MSVehicle::getLeftSideOnLane(), getLeftSublaneOnEdge(), MSVehicle::getMaxSpeedOnLane(), MSVehicle::getMutableLane(), MSVehicle::getNextEdgePtr(), MSVehicle::getPastLanesUntil(), MSVehicle::getPosition(), MSVehicle::getPositionAlongBestLanes(), getPreviousLane(), MSVehicle::getRerouteOrigin(), MSVehicle::getRightSideOnLane(), getRightSublaneOnEdge(), MSVehicle::getSlope(), MSVehicle::getUpcomingLanesUntil(), MSVehicle::getUpstreamOppositeLanes(), MSVehicle::handleCollisionStop(), MSVehicle::hasArrivedInternal(), MSVehicle::influenceChangeDecision(), MSVehicle::isFrontOnLane(), MSVehicle::isLeader(), MSVehicle::isStoppedOnLane(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::lateralDistanceToLane(), MSVehicle::leaveLane(), MSVehicle::passingMinor(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::rerouteParkingArea(), MSVehicle::resumeFromStopping(), selectBlockingFoes(), MSVehicle::setAngle(), MSVehicle::setBlinkerInformation(), MSVehicle::setTentativeLaneAndPosition(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), MSVehicle::updateDriveItems(), MSVehicle::updateState(), MSVehicle::updateTimeLoss(), and MSVehicle::willStop().
|
protectedinherited |
Definition at line 1881 of file MSVehicle.h.
Referenced by MSVehicle::adaptToLeaders(), MSVehicle::checkLinkLeader(), MSVehicle::checkLinkLeaderCurrentAndParallel(), MSVehicle::checkRewindLinkLanes(), MSVehicle::computeAngle(), MSVehicle::computeFurtherLanes(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::executeMove(), MSVehicle::fixPosition(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getCenterOnEdge(), MSVehicle::getLaneChangeModel(), MSVehicle::getLatOffset(), MSVehicle::getPastLanesUntil(), MSVehicle::getPosition(), MSVehicle::getPositionAlongBestLanes(), MSVehicle::getRerouteOrigin(), MSVehicle::getUpcomingLanesUntil(), MSVehicle::handleCollisionStop(), MSVehicle::hasArrivedInternal(), MSVehicle::initDevices(), MSVehicle::isFrontOnLane(), MSVehicle::loadState(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::removeApproachingInformation(), MSVehicle::saveState(), MSVehicle::setApproachingForAllLinks(), MSVehicle::setBlinkerInformation(), MSVehicle::updateBestLanes(), and MSVehicle::~MSVehicle().
|
protectedinherited |
Action offset (actions are taken at time myActionOffset + N*getActionStepLength()) Initialized to 0, to be set at insertion.
Definition at line 1874 of file MSVehicle.h.
Referenced by MSVehicle::checkActionStep(), MSVehicle::enterLaneAtInsertion(), MSVehicle::getLastActionTime(), MSVehicle::isActionStep(), MSVehicle::loadState(), MSVehicle::resetActionOffset(), MSVehicle::saveState(), and MSVehicle::updateActionOffset().
|
protectedinherited |
Definition at line 1883 of file MSVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtMove(), MSVehicle::replaceRoute(), and MSVehicle::updateBestLanes().
|
protectedinherited |
Definition at line 1884 of file MSVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::replaceRoute(), and MSVehicle::updateBestLanes().
|
protectedinherited |
container for the planned speeds in the current step
Definition at line 2003 of file MSVehicle.h.
Referenced by drawAction_drawLinkItems(), MSVehicle::executeFractionalMove(), MSVehicle::loadPreviousApproaching(), MSVehicle::MSVehicle(), MSVehicle::onRemovalFromNet(), MSVehicle::passingMinor(), MSVehicle::planMove(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::registerInsertionApproach(), MSVehicle::removePassedDriveItems(), selectBlockingFoes(), MSVehicle::setApproachingForAllLinks(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateDriveItems(), and MSVehicle::~MSVehicle().
|
protectedinherited |
planned speeds from the previous step for un-registering from junctions after the new container is filled
Definition at line 2006 of file MSVehicle.h.
Referenced by MSVehicle::planMove(), and MSVehicle::setApproachingForAllLinks().
|
mutableprotectedinherited |
The mutex used to avoid concurrent updates of the vehicle buffer.
Definition at line 375 of file GUIBaseVehicle.h.
Referenced by drawBestLanes(), and GUIBaseVehicle::~GUIBaseVehicle().
|
inherited |
Definition at line 1347 of file MSVehicle.h.
Referenced by MSVehicle::computeAngle(), MSVehicle::getManoeuvreType(), MSVehicle::manoeuvreIsComplete(), MSVehicle::processNextStop(), MSVehicle::setExitManoeuvre(), and MSVehicle::setManoeuvreType().
|
privateinherited |
ID of GL object.
Definition at line 320 of file GUIGlObject.h.
Referenced by GUIGlObject::getMicrosimID(), and GUIGlObject::setMicrosimID().
|
protectedinherited |
Currently relevant move reminders.
Definition at line 944 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::activateReminders(), MSVehicle::activateReminders(), MSVehicle::adaptLaneEntering2MoveReminder(), MSBaseVehicle::addReminder(), MSBaseVehicle::addTransportable(), GUIBaseVehicle::GUIBaseVehicle(), MSBaseVehicle::initDevices(), MSVehicle::leaveLane(), MSBaseVehicle::removeReminder(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MEVehicle::updateDetectorForWriting(), MEVehicle::updateDetectors(), MSVehicle::workOnIdleReminders(), and MSVehicle::workOnMoveReminders().
|
protectedinherited |
iterator pointing to the next item in myLFLinkLanes
Definition at line 2013 of file MSVehicle.h.
Referenced by MSVehicle::MSVehicle(), MSVehicle::planMove(), MSVehicle::processLaneAdvances(), MSVehicle::removePassedDriveItems(), and MSVehicle::updateDriveItems().
|
protectedinherited |
the upcoming turn for the vehicle
Definition at line 1905 of file MSVehicle.h.
Referenced by MSVehicle::getNextTurn(), MSVehicle::planMove(), and MSVehicle::updateState().
|
protectedinherited |
Definition at line 985 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getNumberParkingReroutes(), and MSBaseVehicle::setNumberParkingReroutes().
|
protectedinherited |
The number of reroutings.
Definition at line 972 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getNumberReroutes(), MEVehicle::loadState(), MSVehicle::loadState(), MSBaseVehicle::replaceRoute(), and MSBaseVehicle::saveState().
|
privateinherited |
Definition at line 998 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getNumericalID().
|
protectedinherited |
A simple odometer to keep track of the length of the route already driven.
Definition at line 978 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addToOdometer(), MSBaseVehicle::getOdometer(), MSVehicle::leaveLane(), MEVehicle::loadState(), MSVehicle::loadState(), MSVehicle::Influencer::postProcessRemoteControl(), MSBaseVehicle::saveState(), and MEVehicle::updateDetectors().
|
protectedinherited |
This vehicle's parameter.
Definition at line 912 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::addStop(), MSBaseVehicle::addStops(), MSBaseVehicle::addTraciStop(), MSBaseVehicle::addTransportable(), MSBaseVehicle::calculateArrivalParams(), MSBaseVehicle::createDevice(), MSVehicle::enterLaneAtMove(), getColorValue(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getParameter(), getParameterWindow(), GUIMEVehicle::getParameterWindow(), MSBaseVehicle::getPersonNumber(), MSBaseVehicle::getRouteValidity(), MEVehicle::hasArrived(), MSVehicle::hasArrivedInternal(), MSVehicle::hasValidRouteStart(), MSBaseVehicle::insertStop(), MSBaseVehicle::isLineStop(), MEVehicle::loadState(), MSVehicle::loadState(), MEVehicle::moveRoutePointer(), MSVehicle::planMoveInternal(), MSBaseVehicle::replaceParameter(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), rerouteDRTStop(), MSBaseVehicle::resetRoutePosition(), MEVehicle::saveState(), MSBaseVehicle::saveState(), MSVehicle::saveState(), MSBaseVehicle::setDepartAndArrivalEdge(), MSVehicle::updateBestLanes(), and MSBaseVehicle::~MSBaseVehicle().
|
privateinherited |
Parameter table windows which refer to this object.
Definition at line 332 of file GUIGlObject.h.
Referenced by GUIGlObject::addParameterTable(), GUIGlObject::removeParameterTable(), and GUIGlObject::~GUIGlObject().
|
protectedinherited |
memory for parking search
Definition at line 984 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getParkingMemory(), MSBaseVehicle::rememberBlockedParkingArea(), MSBaseVehicle::rememberParkingAreaScore(), MSBaseVehicle::resetParkingAreaScores(), MSBaseVehicle::sawBlockedParkingArea(), and MSBaseVehicle::~MSBaseVehicle().
|
protectedinherited |
The list of stops that the vehicle has already reached.
Definition at line 930 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getPastStops(), MSVehicle::leaveLane(), MSVehicle::loadState(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MEVehicle::saveState(), and MSVehicle::saveState().
|
protectedinherited |
The passengers this vehicle may have.
Definition at line 951 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addTransportable(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), MSBaseVehicle::getPersonDevice(), MSBaseVehicle::getPersonNumber(), MSBaseVehicle::getPersons(), MSVehicle::processNextStop(), MSBaseVehicle::removeTransportable(), and MSVehicle::updateParkingState().
|
privateinherited |
current popup (to clean up in destructor). GUIBaseVehicle is not responsible for removal
Definition at line 388 of file GUIBaseVehicle.h.
Referenced by GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::removedPopupMenu(), and GUIBaseVehicle::~GUIBaseVehicle().
|
protectedinherited |
This vehicle's route.
Definition at line 915 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addStop(), MSBaseVehicle::addStops(), MSBaseVehicle::basePos(), MSBaseVehicle::calculateArrivalParams(), MSVehicle::checkReversal(), MSVehicle::computeFurtherLanes(), drawRouteHelper(), MSVehicle::estimateTimeToNextStop(), MSVehicle::getDistanceToPosition(), MSVehicle::getNextEdgePtr(), MSVehicle::getPastLanesUntil(), getPreviousLane(), MSVehicle::getRerouteOrigin(), MSBaseVehicle::getRoute(), MSBaseVehicle::getRoutePosition(), MSBaseVehicle::getRouteValidity(), MSBaseVehicle::getStopIndices(), MSVehicle::getUpcomingLanesUntil(), MEVehicle::hasArrived(), MSVehicle::hasArrivedInternal(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::hasValidRouteStart(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::insertStop(), MSBaseVehicle::isLineStop(), MSVehicle::joinTrainPartFront(), MEVehicle::loadState(), MSVehicle::loadState(), MEVehicle::moveRoutePointer(), MSBaseVehicle::MSBaseVehicle(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), rerouteDRTStop(), MSVehicle::rerouteParkingArea(), MSBaseVehicle::resetRoutePosition(), MEVehicle::saveState(), MSBaseVehicle::saveState(), MSVehicle::saveState(), MSBaseVehicle::setDepartAndArrivalEdge(), MSBaseVehicle::succEdge(), MSVehicle::updateBestLanes(), and MSBaseVehicle::~MSBaseVehicle().
|
privateinherited |
Definition at line 385 of file GUIBaseVehicle.h.
Referenced by GUIBaseVehicle::drawRoute(), GUIBaseVehicle::GUIBaseVehicle(), and GUIBaseVehicle::~GUIBaseVehicle().
|
protectedinherited |
status of the current vehicle route
Definition at line 981 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getRouteValidity(), MSBaseVehicle::hasValidRouteStart(), and MSVehicle::hasValidRouteStart().
|
mutableprotectedinherited |
positions of seats in the vehicle (updated at every drawing step)
Definition at line 378 of file GUIBaseVehicle.h.
Referenced by drawAction_drawCarriageClass(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::getSeatPosition(), and GUIBaseVehicle::GUIBaseVehicle().
|
protectedinherited |
State of things of the vehicle that can be on or off.
Definition at line 1913 of file MSVehicle.h.
Referenced by MSVehicle::getSignals(), MSVehicle::setBlinkerInformation(), MSVehicle::signalSet(), MSVehicle::switchOffSignal(), and MSVehicle::switchOnSignal().
|
protectedinherited |
This Vehicles driving state (pos and speed)
Definition at line 1862 of file MSVehicle.h.
Referenced by MSVehicle::adaptToLeaders(), MSLaneChangerSublane::checkChangeToNewLane(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSVehicle::computeAngle(), MSVehicle::computeFurtherLanes(), MSVehicle::congested(), MSLaneChanger::continueChange(), drawAction_drawCarriageClass(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSVehicle::fixPosition(), MSVehicle::getArrivalTime(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getCenterOnEdge(), MSVehicle::getDeltaPos(), MSVehicle::getLastStepDist(), MSVehicle::getLateralPositionOnLane(), MSVehicle::getLatOffset(), MSVehicle::getLeftSideOnLane(), MSVehicle::getPosition(), MSVehicle::getPositionAlongBestLanes(), MSVehicle::getPositionOnLane(), MSVehicle::getPreviousSpeed(), MSVehicle::getRerouteOrigin(), MSVehicle::getRightSideOnLane(), MSVehicle::getSlope(), MSVehicle::getSpeed(), MSVehicle::getSpeedWithoutTraciInfluence(), MSVehicle::getVelocityVector(), MSVehicle::handleCollisionStop(), MSVehicle::hasArrivedInternal(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), MSVehicle::leaveLane(), MSVehicle::loadState(), MSVehicle::overlap(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::processTraCISpeedControl(), MSVehicle::resumeFromStopping(), MSVehicle::saveState(), MSVehicle::setLateralPositionOnLane(), MSVehicle::setPreviousSpeed(), MSVehicle::setTentativeLaneAndPosition(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::updateFurtherLanes(), and MSVehicle::updateState().
|
protectedinherited |
distance to the next stop or doubleMax if there is none
Definition at line 1927 of file MSVehicle.h.
Referenced by MSVehicle::executeMove(), MSVehicle::leaveLane(), MSVehicle::loadState(), MSVehicle::nextStopDist(), MSVehicle::planMove(), MSVehicle::processNextStop(), and MSVehicle::setBlinkerInformation().
|
protectedinherited |
The vehicle's list of stops.
Definition at line 927 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::addStop(), MSBaseVehicle::addTraciStop(), MSVehicle::addTraciStop(), MSVehicle::addTransportable(), MSBaseVehicle::allowsBoarding(), MSBaseVehicle::basePos(), MSVehicle::checkReversal(), MEVehicle::checkStop(), MSVehicle::collisionStopTime(), MSVehicle::computeAngle(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSVehicle::estimateTimeToNextStop(), MSVehicle::getArrivalTime(), MSVehicle::getCurrentParkingArea(), MEVehicle::getCurrentStoppingTimeSeconds(), MSVehicle::getNextParkingArea(), MSBaseVehicle::getNextStop(), MSBaseVehicle::getNextStopParameter(), MSVehicle::getPosition(), MSBaseVehicle::getStop(), MSVehicle::getStopArrivalDelay(), MSVehicle::getStopDelay(), MSBaseVehicle::getStopDuration(), MSBaseVehicle::getStopEdges(), MSBaseVehicle::getStopIndices(), getStopInfo(), MSBaseVehicle::getStops(), MSVehicle::hasArrivedInternal(), MSBaseVehicle::hasStops(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::insertStop(), MSBaseVehicle::isParking(), MSBaseVehicle::isStopped(), MSBaseVehicle::isStoppedInRange(), MSVehicle::isStoppedOnLane(), MSBaseVehicle::isStoppedParking(), MSBaseVehicle::isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), MSVehicle::leaveLane(), MSVehicle::loadState(), MEVehicle::mayProceed(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), MEVehicle::processStop(), MSVehicle::remainingStopDuration(), MSVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), rerouteDRTStop(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MEVehicle::saveState(), MSVehicle::saveState(), MSVehicle::setBlinkerInformation(), MSVehicle::stopsAt(), MSVehicle::stopsAtEdge(), MSVehicle::updateBestLanes(), and MSVehicle::willStop().
|
protectedinherited |
The offset when adding route stops with 'until' on route replacement.
Definition at line 975 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::replaceRoute().
|
protectedinherited |
the time loss in seconds due to driving with less than maximum speed
Definition at line 1859 of file MSVehicle.h.
Referenced by MSVehicle::getTimeLoss(), MSVehicle::getTimeLossSeconds(), MSVehicle::loadState(), MSVehicle::saveState(), and MSVehicle::updateTimeLoss().
|
protectedinherited |
duration of driving (speed > SUMO_const_haltingSpeed) after the last halting eposide
Definition at line 1940 of file MSVehicle.h.
Referenced by MSVehicle::executeMove(), MSVehicle::getTimeSinceStartup(), and MSVehicle::getTimeSinceStartupSeconds().
|
protectedinherited |
This vehicle's type.
Definition at line 918 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addStop(), MSBaseVehicle::calculateArrivalParams(), MSVehicle::computeFurtherLanes(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSVehicle::executeMove(), MSVehicle::getActionStepLength(), MSVehicle::getActionStepLengthSecs(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getBoundingBox(), MSVehicle::getBoundingPoly(), MSVehicle::getCarFollowModel(), MSBaseVehicle::getEmissions(), MSBaseVehicle::getHarmonoise_NoiseEmissions(), MSBaseVehicle::getLength(), MSBaseVehicle::getMaxSpeed(), MSVehicle::getMaxSpeedOnLane(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getSingularType(), getTypeParameterWindow(), GUIMEVehicle::getTypeParameterWindow(), MSBaseVehicle::getVClass(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::getWidth(), MSVehicle::handleCollisionStop(), MSBaseVehicle::hasValidRoute(), MSVehicle::hasValidRouteStart(), MSVehicle::initDevices(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MSBaseVehicle::replaceVehicleType(), MSVehicle::updateBestLanes(), and MSVehicle::~MSVehicle().
|
privateinherited |
The vehicle to which all calls should be delegated.
Definition at line 383 of file GUIBaseVehicle.h.
Referenced by GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges(), GUIBaseVehicle::drawGLAdditional(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::drawParkingInfo(), GUIBaseVehicle::drawRoute(), GUIBaseVehicle::drawStopLabels(), GUIBaseVehicle::getCenteringBoundary(), GUIBaseVehicle::getDeviceDescription(), GUIBaseVehicle::getNumContainers(), GUIBaseVehicle::getNumPassengers(), GUIBaseVehicle::getOptionalName(), GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::getScaleValue(), GUIBaseVehicle::getVehicle(), GUIBaseVehicle::getVType(), GUIBaseVehicle::GUIBaseVehicle(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdRemoveObject(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), and GUIBaseVehicle::setColor().
|
protectedinherited |
The time the vehicle waits (is not faster than 0.1m/s) in seconds.
Definition at line 1855 of file MSVehicle.h.
Referenced by MSVehicle::getWaitingTime(), MSVehicle::leaveLane(), MSVehicle::loadState(), MSVehicle::planMoveInternal(), MSVehicle::resumeFromStopping(), MSVehicle::saveState(), and MSVehicle::updateWaitingTime().
|
protectedinherited |
Definition at line 1856 of file MSVehicle.h.
Referenced by MSVehicle::getAccumulatedWaitingTime(), MSVehicle::loadState(), MSVehicle::saveState(), and MSVehicle::updateWaitingTime().
|
staticprotectedinherited |
Definition at line 993 of file MSBaseVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSBaseVehicle::hasDeparted(), and MSVehicle::Influencer::postProcessRemoteControl().
|
staticinherited |
associates object types with strings
Definition at line 70 of file GUIGlObject.h.
Referenced by GUIGlObject::createFullName(), GNESelectorFrame::SelectionOperation::onCmdLoad(), and GNESelectorFrame::SelectionOperation::onCmdSave().