Eclipse SUMO - Simulation of Urban MObility
|
A vehicle from the mesoscopic point of view. More...
#include <MEVehicle.h>
Public Types | |
typedef long long int | NumericalID |
enum | RouteValidity { ROUTE_VALID = 0 , ROUTE_UNCHECKED = 1 << 0 , ROUTE_INVALID = 1 << 1 , ROUTE_START_INVALID_PERMISSIONS = 1 << 2 , ROUTE_START_INVALID_LANE = 1 << 3 } |
Public Member Functions | |
virtual void | activateReminders (const MSMoveReminder::Notification reason, const MSLane *enteredLane=0) |
"Activates" all current move reminder | |
void | addReminder (MSMoveReminder *rem) |
Adds a MoveReminder dynamically. | |
void | addTo (const StoringVisitor &cont) const |
Adds this object to the given container. | |
void | addToOdometer (double value) |
Manipulate the odometer. | |
virtual void | addTransportable (MSTransportable *transportable) |
Adds a person or container to this vehicle. | |
bool | allowsBoarding (const MSTransportable *t) const |
whether the given transportable is allowed to board this vehicle | |
void | createDevice (const std::string &deviceName) |
create device of the given type | |
double | estimateLeaveSpeed (const MSLink *link) const |
Returns the vehicle's estimated speed after driving across the link. | |
virtual double | getAcceleration () const |
Returns the vehicle's acceleration. | |
double | getAngle () const |
Returns the vehicle's direction in degrees. | |
virtual int | getArrivalLane () const |
virtual double | getArrivalPos () const |
Returns this vehicle's desired arrivalPos for its current route (may change on reroute) | |
double | getAverageSpeed () const |
Returns the vehicle's estimated average speed on the segment assuming no further delays. | |
const MSLane * | getBackLane () const |
Returns the lane the where the rear of the object is currently at. | |
double | getBackPositionOnLane (const MSLane *lane) const |
Get the vehicle's position relative to the given lane. | |
PositionVector | getBoundingBox (double offset=0) const |
get bounding rectangle | |
double | getChosenSpeedFactor () const |
Returns the precomputed factor by which the driver wants to be faster than the speed limit. | |
double | getConservativeSpeed (SUMOTime &earliestArrival) const |
Returns the vehicle's estimated speed taking into account delays. | |
int | getContainerNumber () const |
Returns the number of containers. | |
const std::vector< MSTransportable * > & | getContainers () const |
retrieve riding containers | |
virtual const MSEdge * | getCurrentEdge () const |
Returns the edge the vehicle is currently at (possibly an internal edge) | |
const MSRouteIterator & | getCurrentRouteEdge () const |
Returns an iterator pointing to the current edge in this vehicles route. | |
SUMOTime | getDepartDelay () const |
Returns the depart delay. | |
double | getDepartPos () const |
Returns this vehicle's real departure position. | |
SUMOTime | getDeparture () const |
Returns this vehicle's real departure time. | |
MSDevice * | getDevice (const std::type_info &type) const |
Returns a device of the given type if it exists, nullptr otherwise. | |
std::string | getDeviceParameter (const std::string &deviceName, const std::string &key) const |
try to retrieve the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists | |
const std::vector< MSVehicleDevice * > & | getDevices () const |
Returns this vehicle's devices. | |
const MSEdge * | getEdge () const |
Returns the edge the vehicle is currently at. | |
const std::string & | getID () const |
Returns the id. | |
double | getImpatience () const |
Returns this vehicles impatience. | |
const MSLane * | getLane () const |
Returns the lane the vehicle is on. | |
virtual double | getLateralPositionOnLane () const |
Get the vehicle's lateral position on the lane. | |
int | getLeavingPersonNumber () const |
Returns the number of leaving persons. | |
double | getLength () const |
Returns the vehicle's length. | |
double | getMaxSpeed () const |
Returns the maximum speed (the minimum of desired and technical maximum speed) | |
virtual const MSEdge * | getNextEdgePtr () const |
returns the next edge (possibly an internal edge) | |
int | getNumberReroutes () const |
Returns the number of new routes this vehicle got. | |
double | getOdometer () const |
Returns the distance that was already driven by this vehicle. | |
const SUMOVehicleParameter & | getParameter () const |
Returns the vehicle's parameter (including departure definition) | |
std::vector< std::string > | getPersonIDList () const |
Returns the list of persons. | |
int | getPersonNumber () const |
Returns the number of persons. | |
const std::vector< MSTransportable * > & | getPersons () const |
retrieve riding persons | |
Position | getPosition (const double offset=0) const |
Return current position (x/y, cartesian) | |
double | getPositionOnLane () const |
Get the vehicle's position along the lane. | |
std::string | getPrefixedParameter (const std::string &key, std::string &error) const |
retrieve parameters of devices, models and the vehicle itself | |
double | getPreviousSpeed () const |
Returns the vehicle's previous speed. | |
virtual const MSEdge * | getRerouteDestination () const |
Returns the end point for reroutes (usually the last edge of the route) | |
virtual ConstMSEdgeVector::const_iterator | getRerouteOrigin () const |
Returns the starting point for reroutes (usually the current edge) | |
const MSRoute & | getRoute () const |
Returns the current route. | |
int | getRoutePosition () const |
return index of edge within route | |
ConstMSRoutePtr | getRoutePtr () const |
Returns the current route. | |
int | getRouteValidity (bool update=true, bool silent=false, std::string *msgReturn=nullptr) |
check for route validity at first insertion attempt | |
MSVehicleType & | getSingularType () |
Replaces the current vehicle type with a new one used by this vehicle only. | |
double | getSlope () const |
Returns the slope of the road at vehicle's position in degrees. | |
double | getSpeed () const |
Returns the vehicle's estimated speed assuming no delays. | |
virtual double | getStopArrivalDelay () const |
Returns the estimated public transport stop arrival delay in seconds. | |
virtual double | getStopDelay () const |
Returns the estimated public transport stop (departure) delay in seconds. | |
virtual double | getTimeLossSeconds () const |
Returns the time loss in seconds. | |
const std::set< SUMOTrafficObject::NumericalID > | getUpcomingEdgeIDs () const |
returns the numerical ids of edges to travel | |
SUMOVehicleClass | getVClass () const |
Returns the vehicle's access class. | |
const MSVehicleType & | getVehicleType () const |
Returns the vehicle's type definition. | |
const SUMOVTypeParameter & | getVTypeParameter () const |
Returns the vehicle's type parameter. | |
double | getWaitingSeconds () const |
Returns the number of seconds waited (speed was lesser than 0.1m/s) | |
double | getWidth () const |
Returns the vehicle's width. | |
bool | hasDeparted () const |
Returns whether this vehicle has already departed. | |
bool | hasDevice (const std::string &deviceName) const |
check whether the vehicle is equiped with a device of the given name | |
bool | hasJump (const MSRouteIterator &it) const |
check wether the vehicle has jump at the given part of its route | |
bool | hasValidRoute (std::string &msg, ConstMSRoutePtr route=0) const |
Validates the current or given route. | |
virtual bool | hasValidRouteStart (std::string &msg) |
checks wether the vehicle can depart on the first edge | |
bool | ignoreTransientPermissions () const |
Returns whether this object is ignoring transient permission changes (during routing) | |
virtual void | initDevices () |
virtual bool | isContainer () const |
Whether it is a container. | |
virtual bool | isFrontOnLane (const MSLane *) const |
Returns the information whether the front of the vehhicle is on the given lane. | |
bool | isLineStop (double position) const |
returns whether the vehicle serves a public transport line that serves the given stop | |
virtual bool | isPerson () const |
Whether it is a person. | |
virtual bool | isRemoteControlled () const |
Returns the information whether the vehicle is fully controlled via TraCI. | |
bool | isVehicle () const |
Whether it is a vehicle. | |
MEVehicle (SUMOVehicleParameter *pars, ConstMSRoutePtr route, MSVehicleType *type, const double speedFactor) | |
Constructor. | |
void | onDepart () |
Called when the vehicle is inserted into the network. | |
void | removeReminder (MSMoveReminder *rem) |
Removes a MoveReminder dynamically. | |
void | removeTransportable (MSTransportable *t) |
removes a person or container | |
void | replaceParameter (const SUMOVehicleParameter *newParameter) |
replace the vehicle parameter (deleting the old one) | |
bool | replaceRouteEdges (ConstMSEdgeVector &edges, double cost, double savings, const std::string &info, bool onInit=false, bool check=false, bool removeStops=true, std::string *msgReturn=nullptr) |
Replaces the current route by the given edges. | |
virtual void | replaceVehicleType (MSVehicleType *type) |
Replaces the current vehicle type by the one given. | |
bool | reroute (SUMOTime t, const std::string &info, SUMOAbstractRouter< MSEdge, SUMOVehicle > &router, const bool onInit=false, const bool withTaz=false, const bool silent=false, const MSEdge *sink=nullptr) |
Performs a rerouting using the given router. | |
void | resetRoutePosition (int index, DepartLaneDefinition departLaneProcedure) |
reset index of edge within route | |
virtual void | setArrivalPos (double arrivalPos) |
Sets this vehicle's desired arrivalPos for its current route. | |
void | setCarFollowModelParameter (const std::string &key, const std::string &value) |
set individual carFollow model parameters (not type related) | |
void | setChosenSpeedFactor (const double factor) |
Returns the precomputed factor by which the driver wants to be faster than the speed limit. | |
void | setDeviceParameter (const std::string &deviceName, const std::string &key, const std::string &value) |
try to set the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists | |
void | setID (const std::string &newID) |
set the id (inherited from Named but forbidden for vehicles) | |
void | setJunctionModelParameter (const std::string &key, const std::string &value) |
set individual junction model paramete (not type related) | |
bool | stopsAt (MSStoppingPlace *stop) const |
Returns whether the vehicle stops at the given stopping place. | |
bool | stopsAtEdge (const MSEdge *edge) const |
Returns whether the vehicle stops at the given edge. | |
const MSEdge * | succEdge (int nSuccs) const |
Returns the nSuccs'th successor of edge the vehicle is currently at. | |
virtual bool | wasRemoteControlled (SUMOTime lookBack=DELTA_T) const |
Returns the information whether the vehicle is fully controlled via TraCI. | |
insertion/removal | |
void | onRemovalFromNet (const MSMoveReminder::Notification reason) |
Called when the vehicle is removed from the network. | |
bool | moveRoutePointer () |
Update when the vehicle enters a new edge in the move step. | |
bool | hasArrived () const |
Returns whether this vehicle has already arrived (reached the arrivalPosition on its final edge) | |
bool | isOnRoad () const |
Returns the information whether the vehicle is on a road (is simulated) | |
virtual bool | isIdling () const |
Returns whether the vehicle is trying to re-enter the net. | |
void | setApproaching (MSLink *link) |
registers vehicle with the given link | |
SUMOTime | remainingStopDuration () const |
Returns the remaining stop duration for a stopped vehicle or 0. | |
void | processStop () |
ends the current stop and performs loading/unloading | |
SUMOTime | checkStop (SUMOTime time) |
Returns until when to stop at the current segment and sets the information that the stop has been reached. | |
bool | resumeFromStopping () |
double | getBrakeGap (bool delayed=false) const |
get distance for coming to a stop (used for rerouting checks) | |
void | setEventTime (SUMOTime t, bool hasDelay=true) |
Sets the (planned) time at which the vehicle leaves its current segment. | |
SUMOTime | getEventTime () const |
Returns the (planned) time at which the vehicle leaves its current segment. | |
virtual void | setSegment (MESegment *s, int idx=0) |
Sets the current segment the vehicle is at together with its que. | |
MESegment * | getSegment () const |
Returns the current segment the vehicle is on. | |
int | getQueIndex () const |
Returns the index of the que the vehicle is in. | |
double | getRightSideOnEdge (const MSLane *) const |
Get the vehicle's lateral position on the edge of the given lane (or its current edge if lane == 0) | |
void | setLastEntryTime (SUMOTime t) |
Sets the entry time for the current segment. | |
SUMOTime | getLastEntryTime () const |
Returns the time the vehicle entered the current segment. | |
SUMOTime | getLastActionTime () const |
Returns the time of the vehicle's last action point. | |
void | setBlockTime (const SUMOTime t) |
Sets the time at which the vehicle was blocked. | |
SUMOTime | getBlockTime () const |
Returns the time at which the vehicle was blocked. | |
SUMOTime | getWaitingTime (const bool accumulated=false) const |
Returns the duration for which the vehicle was blocked. | |
SUMOTime | getTimeLoss () const |
double | getEventTimeSeconds () const |
Returns the earliest leave time for the current segment. | |
double | getLastEntryTimeSeconds () const |
Returns the entry time for the current segment. | |
double | getBlockTimeSeconds () const |
Returns the time at which the vehicle was blocked on the current segment. | |
double | getCurrentLinkPenaltySeconds () const |
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty. | |
double | getCurrentStoppingTimeSeconds () const |
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty. | |
bool | replaceRoute (ConstMSRoutePtr route, const std::string &info, bool onInit=false, int offset=0, bool addRouteStops=true, bool removeStops=true, std::string *msgReturn=nullptr) |
Replaces the current route by the given one. | |
bool | mayProceed () |
Returns whether the vehicle is allowed to pass the next junction, checks also for triggered stops. | |
void | updateDetectorForWriting (MSMoveReminder *rem, SUMOTime currentTime, SUMOTime exitTime) |
Updates a single vehicle detector if present. | |
void | updateDetectors (SUMOTime currentTime, const bool isLeave, const MSMoveReminder::Notification reason=MSMoveReminder::NOTIFICATION_JUNCTION) |
Updates all vehicle detectors. | |
BaseInfluencer & | getBaseInfluencer () |
Returns the velocity/lane influencer. | |
const BaseInfluencer * | getBaseInfluencer () const |
bool | hasInfluencer () const |
whether the vehicle is individually influenced (via TraCI or special parameters) | |
Helper methods for parsing parameters from the object itself, it's type or the global OptionsCont | |
std::string | getStringParam (const std::string ¶mName, const bool required=false, const std::string &deflt="") const |
Retrieve a string parameter for the traffic object. | |
double | getFloatParam (const std::string ¶mName, const bool required=false, const double deflt=INVALID_DOUBLE) const |
Retrieve a floating point parameter for the traffic object. | |
bool | getBoolParam (const std::string ¶mName, const bool required=false, const bool deflt=false) const |
Retrieve a boolean parameter for the traffic object. | |
SUMOTime | getTimeParam (const std::string ¶mName, const bool required=false, const SUMOTime deflt=SUMOTime_MIN) const |
Retrieve a time parameter for the traffic object. | |
Static Public Member Functions | |
template<class T > | |
static std::string | getIDSecure (const T *obj, const std::string &fallBack="NULL") |
get an identifier for Named-like object which may be Null | |
Protected Attributes | |
bool | myAmRegisteredAsWaiting = false |
Whether this vehicle is registered as waiting for a person or container (for deadlock-recognition) | |
bool | myAmReversed = false |
int | myArrivalLane |
The destination lane where the vehicle stops. | |
double | myArrivalPos |
The position on the destination lane where the vehicle stops. | |
StoppingPlaceMemory * | myChargingMemory = nullptr |
MSDevice_Transportable * | myContainerDevice |
The containers this vehicle may have. | |
double | myDepartPos |
The real depart position. | |
SUMOTime | myDeparture |
The real departure time. | |
std::vector< MSVehicleDevice * > | myDevices |
The devices this vehicle has. | |
EnergyParams * | myEnergyParams |
The emission parameters this vehicle may have. | |
std::string | myID |
The name of the object. | |
int | myNumberParkingReroutes = 0 |
int | myNumberReroutes |
The number of reroutings. | |
double | myOdometer |
A simple odometer to keep track of the length of the route already driven. | |
StoppingPlaceMemory * | myParkingMemory = nullptr |
memory for parking search | |
MSDevice_Transportable * | myPersonDevice |
The passengers this vehicle may have. | |
int | myRouteValidity |
status of the current vehicle route | |
int | myRoutingMode |
routing mode (see TraCIConstants.h) | |
SUMOTime | myStopUntilOffset |
The offset when adding route stops with 'until' on route replacement. | |
Static Protected Attributes | |
static std::vector< MSTransportable * > | myEmptyTransportableVector |
static const SUMOTime | NOT_YET_DEPARTED = SUMOTime_MAX |
Private Member Functions | |
MSEdgeWeightsStorage & | _getWeightsStorage () const |
void | checkRouteRemoval () |
remove route at the end of the simulation | |
std::string | getFlowID () const |
reconstruct flow id from vehicle id | |
void | initTransientModelParams () |
init model parameters from generic params | |
bool | insertJump (int nextStopIndex, MSRouteIterator itStart, std::string &errorMsg) |
helper function | |
void | setSkips (MSStop &stop, int prevActiveStops) |
patch stop.pars.index to record the number of skipped candidate edges before stop.edge (in a looped route) | |
Private Attributes | |
MSEdgeWeightsStorage * | myEdgeWeights |
const NumericalID | myNumericalID |
Static Private Attributes | |
static NumericalID | myCurrentNumericalIndex = 0 |
state io | |
MESegment * | mySegment |
The segment the vehicle is at. | |
int | myQueIndex |
Index of the que the vehicle is in (important for multiqueue extension) | |
SUMOTime | myEventTime |
The (planned) time of leaving the segment (cell) | |
SUMOTime | myLastEntryTime |
The time the vehicle entered its current segment. | |
SUMOTime | myBlockTime |
The time at which the vehicle was blocked on its current segment. | |
BaseInfluencer * | myInfluencer |
An instance of a velocity/lane influencing instance; built in "getInfluencer". | |
void | saveState (OutputDevice &out) |
Saves the states of a vehicle. | |
void | loadState (const SUMOSAXAttributes &attrs, const SUMOTime offset) |
Loads the state of this vehicle from the given description. | |
state io | |
const SUMOVehicleParameter * | myParameter |
This vehicle's parameter. | |
ConstMSRoutePtr | myRoute |
This vehicle's route. | |
MSVehicleType * | myType |
This vehicle's type. | |
MSRouteIterator | myCurrEdge |
Iterator to current route-edge. | |
double | myChosenSpeedFactor |
A precomputed factor by which the driver wants to be faster than the speed limit. | |
std::list< MSStop > | myStops |
The vehicle's list of stops. | |
std::vector< SUMOVehicleParameter::Stop > | myPastStops |
The list of stops that the vehicle has already reached. | |
virtual bool | handleCollisionStop (MSStop &stop, const double distToStop) |
bool | isStopped () const |
Returns whether the vehicle is at a stop. | |
bool | isParking () const |
Returns whether the vehicle is parking. | |
bool | isJumping () const |
Returns whether the vehicle is perform a jump. | |
bool | isReversed () const |
Returns whether the logical state of the vehicle is reversed - for drawing. | |
bool | isStoppedTriggered () const |
Returns whether the vehicle is on a triggered stop. | |
bool | isStoppedParking () const |
Returns whether the vehicle is on a parking stop. | |
bool | isStoppedInRange (const double pos, const double tolerance, bool checkFuture=false) const |
return whether the given position is within range of the current stop | |
bool | hasStops () const |
Returns whether the vehicle has to stop somewhere. | |
bool | replaceParkingArea (MSParkingArea *parkingArea, std::string &errorMsg) |
replace the current parking area stop with a new stop with merge duration | |
MSParkingArea * | getNextParkingArea () |
get the upcoming parking area stop or nullptr | |
MSParkingArea * | getCurrentParkingArea () |
get the current parking area stop or nullptr | |
const std::vector< std::string > & | getParkingBadges () const |
get the valid parking access rights (vehicle settings override vehicle type settings) | |
double | basePos (const MSEdge *edge) const |
departure position where the vehicle fits fully onto the edge (if possible) | |
bool | addStop (const SUMOVehicleParameter::Stop &stopPar, std::string &errorMsg, SUMOTime untilOffset=0, MSRouteIterator *searchStart=nullptr) |
Adds a stop. | |
void | addStops (const bool ignoreStopErrors, MSRouteIterator *searchStart=nullptr, bool addRouteStops=true) |
Adds stops to the built vehicle. | |
bool | haveValidStopEdges (bool silent=false) const |
check whether all stop.edge MSRouteIterators are valid and in order | |
const ConstMSEdgeVector | getStopEdges (double &firstPos, double &lastPos, std::set< int > &jumps) const |
Returns the list of still pending stop edges also returns the first and last stop position. | |
std::vector< std::pair< int, double > > | getStopIndices () const |
return list of route indices for the remaining stops | |
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 | |
MSStop & | getStop (int nextStopIndex) |
const SUMOVehicleParameter::Stop * | getNextStopParameter () const |
return parameters for the next stop (SUMOVehicle Interface) | |
virtual bool | addTraciStop (SUMOVehicleParameter::Stop stop, std::string &errorMsg) |
void | unregisterWaiting () |
mark vehicle as active | |
bool | abortNextStop (int nextStopIndex=0) |
deletes the next stop at the given index if it exists | |
bool | replaceStop (int nextStopIndex, SUMOVehicleParameter::Stop stop, const std::string &info, bool teleport, std::string &errorMsg) |
bool | rerouteBetweenStops (int nextStopIndex, const std::string &info, bool teleport, std::string &errorMsg) |
bool | insertStop (int nextStopIndex, SUMOVehicleParameter::Stop stop, const std::string &info, bool teleport, std::string &errorMsg) |
virtual bool | isSelected () const |
whether this vehicle is selected in the GUI | |
int | getRNGIndex () const |
SumoRNG * | getRNG () const |
NumericalID | getNumericalID () const |
return the numerical ID which is only for internal usage | |
const MSDevice_Transportable * | getPersonDevice () const |
const MSDevice_Transportable * | getContainerDevice () const |
EnergyParams * | getEmissionParameters () const |
retrieve parameters for the energy consumption model | |
void | rememberBlockedParkingArea (const MSStoppingPlace *pa, bool local) |
SUMOTime | sawBlockedParkingArea (const MSStoppingPlace *pa, bool local) const |
void | rememberBlockedChargingStation (const MSStoppingPlace *cs, bool local) |
SUMOTime | sawBlockedChargingStation (const MSStoppingPlace *cs, bool local) const |
void | rememberParkingAreaScore (const MSStoppingPlace *pa, const std::string &score) |
score only needed when running with gui | |
void | resetParkingAreaScores () |
void | rememberChargingStationScore (const MSStoppingPlace *cs, const std::string &score) |
void | resetChargingStationScores () |
int | getNumberParkingReroutes () const |
void | setNumberParkingReroutes (int value) |
const StoppingPlaceMemory * | getParkingMemory () const |
const StoppingPlaceMemory * | getChargingMemory () const |
Move reminder structures | |
MoveReminderCont | myMoveReminders |
Currently relevant move reminders. | |
typedef std::vector< std::pair< MSMoveReminder *, double > > | MoveReminderCont |
Definition of a move reminder container. | |
Emission retrieval | |
template<PollutantsInterface::EmissionType ET> | |
double | getEmissions () const |
Returns emissions of the current state The value is always per 1s, so multiply by step length if necessary. | |
double | getStateOfCharge () const |
Returns actual state of charge of battery (Wh) RICE_CHECK: This may be a misnomer, SOC is typically percentage of the maximum battery capacity. | |
double | getRelativeStateOfCharge () const |
Returns actual relative state of charge of battery (-) | |
double | getChargedEnergy () const |
Returns the energy charged to the battery in the current time step (Wh) | |
double | getMaxChargeRate () const |
Returns the maximum charge rate allowed by the battery in the current time step (W) | |
double | getElecHybridCurrent () const |
Returns actual current (A) of ElecHybrid device RICE_CHECK: Is this the current consumed from the overhead wire or the current driving the powertrain of the vehicle? RICE_REV_JS: It is the current drawn from the overhead wire (value if the vehicle is not connected to overhead wire?) | |
double | getHarmonoise_NoiseEmissions () const |
Returns noise emissions of the current state. | |
int | getRoutingMode () const |
return routing mode (configures router choice but also handling of transient permission changes) | |
void | setRoutingMode (int value) |
Sets routing behavior. | |
SUMOAbstractRouter< MSEdge, SUMOVehicle > & | getRouterTT () const |
const MSEdgeWeightsStorage & | getWeightsStorage () const |
Returns the vehicle's internal edge travel times/efforts container. | |
MSEdgeWeightsStorage & | getWeightsStorage () |
virtual std::pair< const MSVehicle *const, double > | getLeader (double dist=0) const |
Returns the leader of the vehicle looking for a fixed distance. | |
virtual std::pair< const MSVehicle *const, double > | getFollower (double dist=0) const |
Returns the follower of the vehicle looking for a fixed distance. | |
void | calculateArrivalParams (bool onInit) |
(Re-)Calculates the arrival position and lane from the vehicle parameters | |
void | setDepartAndArrivalEdge () |
apply departEdge and arrivalEdge attributes | |
static MSLane * | interpretOppositeStop (SUMOVehicleParameter::Stop &stop) |
interpret stop lane on opposite side of the road | |
A vehicle from the mesoscopic point of view.
Definition at line 42 of file MEVehicle.h.
|
protectedinherited |
Definition of a move reminder container.
Definition at line 1045 of file MSBaseVehicle.h.
|
inherited |
Definition at line 56 of file SUMOTrafficObject.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 72 of file MSBaseVehicle.h.
MEVehicle::MEVehicle | ( | SUMOVehicleParameter * | pars, |
ConstMSRoutePtr | 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 53 of file MEVehicle.cpp.
|
privateinherited |
Definition at line 2160 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myEdgeWeights.
Referenced by MSBaseVehicle::getWeightsStorage(), and MSBaseVehicle::getWeightsStorage().
|
virtualinherited |
deletes the next stop at the given index if it exists
Implements SUMOVehicle.
Definition at line 1709 of file MSBaseVehicle.cpp.
References MSBaseVehicle::hasDeparted(), MSBaseVehicle::hasStops(), MSBaseVehicle::isStopped(), MSBaseVehicle::myParameter, MSBaseVehicle::myStops, MSBaseVehicle::resumeFromStopping(), and SUMOVehicleParameter::stops.
Referenced by MSDevice_StationFinder::notifyMove(), and LIBSUMO_NAMESPACE::Vehicle::replaceStop().
|
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) |
Definition at line 844 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSIdling_TaxiStand::idle(), MESegment::receive(), and MELoop::teleportVehicle().
|
inherited |
Adds a MoveReminder dynamically.
[in] | rem | the reminder to add |
Definition at line 817 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::adaptLaneEntering2MoveReminder(), MESegment::Queue::addReminders(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), and MSDriveWay::loadState().
|
virtualinherited |
Adds a stop.
The stop is put into the sorted list.
[in] | stop | The stop to add |
Implements SUMOVehicle.
Definition at line 1190 of file MSBaseVehicle.cpp.
References MSParkingArea::accepts(), MSBaseVehicle::addStop(), MSLane::allowsVehicleClass(), SUMOVehicleParameter::Stop::arrival, BASE, MSBaseVehicle::basePos(), MSStop::busstop, MSStop::chargingStation, SUMOVehicleParameter::Stop::collision, MSStop::containerstop, DEBUG_COND, DEFAULT, SUMOVehicleParameter::departPos, SUMOVehicleParameter::departPosProcedure, MSEdge::dictionary(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::ended, SUMOVehicleParameter::Stop::endPos, MSStop::getArrival(), SUMOVehicle::getBrakeGap(), MSStop::getDescription(), MSBaseVehicle::getEdge(), MSLane::getEdge(), MSStop::getEndPos(), MSEdge::getFirstAllowed(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), MSBaseVehicle::getLength(), MSLane::getLength(), MSVehicleType::getLength(), MSLane::getNextNormal(), MSEdge::getNormalBefore(), MSEdge::getOppositeEdge(), MSBaseVehicle::getParameter(), SUMOTrafficObject::getPositionOnLane(), MELoop::getSegmentForEdge(), MSStop::getUntil(), MSBaseVehicle::getVClass(), MSVehicleType::getVehicleClass(), GIVEN, MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSGlobals::gUseStopEnded, MSBaseVehicle::handleCollisionStop(), MSBaseVehicle::hasDeparted(), SUMOVehicleParameter::id, SUMOVehicleParameter::Stop::index, MSStop::initPars(), MSBaseVehicle::interpretOppositeStop(), MSEdge::isInternal(), MSLane::isInternal(), MSEdge::isNormal(), MSStop::isOpposite, MSStop::lane, SUMOVehicleParameter::Stop::lane, MIN2(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSBaseVehicle::myType, MSStop::overheadWireSegment, MSStop::parkingarea, MSStop::pars, MSStop::segment, MSBaseVehicle::setSkips(), SUMOVehicleParameter::Stop::startPos, STOP_INDEX_END, STOP_INDEX_FIT, STOP_INDEX_REPEAT, MSRailSignalConstraint::storeTripId(), time2string(), toString(), SUMOVehicleParameter::Stop::tripId, SUMOVehicleParameter::Stop::until, and MSNet::warnOnce().
Referenced by MSBaseVehicle::addStop(), MSBaseVehicle::addStops(), MSBaseVehicle::addTraciStop(), MSBaseVehicle::replaceRoute(), and GUIVehicle::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 1502 of file MSBaseVehicle.cpp.
References MSBaseVehicle::addStop(), SUMOVehicleParameter::depart, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOVehicleParameter::repetitionOffset, SUMOVehicleParameter::repetitionsDone, SUMOVehicleParameter::stops, and WRITE_WARNING.
Referenced by MSVehicleControl::initVehicle(), loadState(), MSVehicle::loadState(), 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 443 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 |
XXX handle stops added out of order
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 1673 of file MSBaseVehicle.cpp.
References MSBaseVehicle::addStop(), SUMOVehicleParameter::Stop::containerTriggered, SUMOVehicleParameter::Stop::duration, SUMOVehicleParameter::Stop::endPos, SUMOVehicleParameter::Stop::lane, MSBaseVehicle::myParameter, MSBaseVehicle::myStops, SUMOVehicleParameter::Stop::parking, SUMOVehicleParameter::stops, SUMOVehicleParameter::Stop::triggered, and SUMOVehicleParameter::Stop::until.
Referenced by MSVehicle::addTraciStop(), and LIBSUMO_NAMESPACE::Vehicle::setStop().
|
virtualinherited |
Adds a person or container to this vehicle.
[in] | transportable | The person/container to add |
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 697 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::addTransportable(), MSDevice_Transportable::buildVehicleDevices(), CONTAINER_TRIGGERED, SUMOVehicleParameter::depart, SUMOVehicleParameter::departProcedure, MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSTransportable::isPerson(), MSBaseVehicle::myContainerDevice, MSBaseVehicle::myDevices, MSBaseVehicle::myMoveReminders, MSBaseVehicle::myParameter, MSBaseVehicle::myPersonDevice, and TRIGGERED.
Referenced by MSVehicle::addTransportable(), and MSDevice_Transportable::transferAtSplitOrJoin().
|
virtualinherited |
whether the given transportable is allowed to board this vehicle
Implements SUMOVehicle.
Definition at line 678 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 1161 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getLength(), MSEdge::getLength(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::hasStops(), MAX2(), MIN2(), MSBaseVehicle::myRoute, and MSBaseVehicle::myStops.
Referenced by MSBaseVehicle::addStop(), and MSLane::insertVehicle().
|
inherited |
(Re-)Calculates the arrival position and lane from the vehicle parameters
Definition at line 876 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::arrivalEdge, SUMOVehicleParameter::arrivalLane, SUMOVehicleParameter::arrivalLaneProcedure, SUMOVehicleParameter::arrivalPos, SUMOVehicleParameter::arrivalPosProcedure, SUMOVehicleParameter::arrivalSpeed, SUMOVehicleParameter::arrivalSpeedProcedure, CENTER, FIRST_ALLOWED, Named::getID(), MSEdge::getLanes(), MSVehicleType::getVehicleClass(), GIVEN, MAX2(), MIN2(), MSBaseVehicle::myArrivalLane, MSBaseVehicle::myArrivalPos, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myType, RandHelper::rand(), RANDOM, SIMSTEP, time2string(), TL, toString(), and WRITE_WARNINGF.
Referenced by loadState(), MSVehicle::loadState(), MSBaseVehicle::MSBaseVehicle(), MSBaseVehicle::replaceRoute(), and MSBaseVehicle::reroute().
|
privateinherited |
remove route at the end of the simulation
Definition at line 154 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getFlowID(), MSNet::getInstance(), MSNet::hasInstance(), and MSBaseVehicle::myRoute.
Referenced by MSBaseVehicle::replaceRoute(), and MSBaseVehicle::~MSBaseVehicle().
Returns until when to stop at the current segment and sets the information that the stop has been reached.
[in] | time | the current time |
Definition at line 230 of file MEVehicle.cpp.
References MSStopOut::active(), DELTA_T, MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getDevice(), Named::getID(), MSStopOut::getInstance(), MSBaseVehicle::getPersonNumber(), MSGlobals::gUseStopEnded, MAX2(), MSBaseVehicle::myCurrEdge, myLastEntryTime, mySegment, MSBaseVehicle::myStops, MSDevice_Taxi::notifyMove(), MSStopOut::stopStarted(), SUMOTime_MAX, time2string(), TL, MSDevice_Tripinfo::updateStopTime(), and WRITE_WARNINGF.
Referenced by MESegment::receive().
|
inherited |
create device of the given type
Definition at line 2272 of file MSBaseVehicle.cpp.
References MSDevice_Routing::buildVehicleDevices(), MSBaseVehicle::getDevice(), MSBaseVehicle::hasDeparted(), MSBaseVehicle::hasDevice(), MSBaseVehicle::myDevices, MSBaseVehicle::myParameter, MSMoveReminder::NOTIFICATION_DEPARTED, MSDevice_Routing::notifyEnter(), and TLF.
double MEVehicle::estimateLeaveSpeed | ( | const MSLink * | link | ) | const |
Returns the vehicle's estimated speed after driving across the link.
Definition at line 140 of file MEVehicle.cpp.
References MSLink::getLength(), getSpeed(), MSLane::getVehicleMaxSpeed(), MSBaseVehicle::getVehicleType(), MSLink::getViaLaneOrLane(), and MIN2().
Referenced by MESegment::isOpen().
|
virtualinherited |
Returns the vehicle's acceleration.
This default implementation returns always 0.
Implements SUMOTrafficObject.
Reimplemented in MSVehicle.
Definition at line 629 of file MSBaseVehicle.cpp.
Referenced by MSBaseVehicle::getEmissions(), MSBaseVehicle::getHarmonoise_NoiseEmissions(), and GUIBaseVehicle::getScaleValue().
|
virtual |
Returns the vehicle's direction in degrees.
Implements SUMOVehicle.
Definition at line 80 of file MEVehicle.cpp.
References MSBaseVehicle::getEdge(), MSEdge::getLanes(), getPositionOnLane(), MSLane::getShape(), MSLane::interpolateLanePosToGeometryPos(), and PositionVector::rotationAtOffset().
Referenced by GUIMEVehicle::getAngle(), getBoundingBox(), and GUIMEVehicle::getVisualAngle().
|
inlinevirtualinherited |
Definition at line 401 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 397 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().
double MEVehicle::getAverageSpeed | ( | ) | const |
Returns the vehicle's estimated average speed on the segment assuming no further delays.
Definition at line 129 of file MEVehicle.cpp.
References MSBaseVehicle::getEdge(), MESegment::getLength(), MIN2(), myEventTime, myLastEntryTime, myQueIndex, mySegment, MESegment::PARKING_QUEUE, and STEPS2TIME.
Referenced by getSpeed(), and MSDevice_ElecHybrid::notifyLeave().
|
inlinevirtual |
Returns the lane the where the rear of the object is currently at.
Implements SUMOTrafficObject.
Definition at line 85 of file MEVehicle.h.
|
virtual |
Get the vehicle's position relative to the given lane.
Implements SUMOTrafficObject.
Definition at line 66 of file MEVehicle.cpp.
References MSVehicleType::getLength(), getPositionOnLane(), and MSBaseVehicle::getVehicleType().
|
virtual |
Returns the velocity/lane influencer.
If no influencer was existing before, one is built, first
Implements MSBaseVehicle.
Definition at line 508 of file MEVehicle.cpp.
References myInfluencer.
|
virtual |
|
inline |
Returns the time at which the vehicle was blocked.
Definition at line 277 of file MEVehicle.h.
References myBlockTime.
Referenced by MELoop::checkCar(), and getBlockTimeSeconds().
|
inline |
Returns the time at which the vehicle was blocked on the current segment.
Definition at line 304 of file MEVehicle.h.
References getBlockTime(), and STEPS2TIME.
Referenced by GUIEdge::drawMesoVehicles(), GUIMEVehicle::getCenteringBoundary(), GUIMEVehicle::getParameterWindow(), and MSDevice_ElecHybrid::notifyLeave().
|
inherited |
Retrieve a boolean parameter for the traffic object.
paramName | the parameter name |
required | whether it is an error if the parameter is not set |
deflt | the default value to take if the parameter is not set (the default in the OptionsCont takes precedence) |
Definition at line 76 of file SUMOTrafficObject.cpp.
References Named::getID(), SUMOTrafficObject::getStringParam(), SUMOTrafficObject::isPerson(), SUMOTrafficObject::isVehicle(), TL, StringUtils::toBool(), toString(), and WRITE_ERRORF.
Referenced by MSDevice_GLOSA::buildVehicleDevices(), and MSDevice_ToC::buildVehicleDevices().
|
virtual |
get bounding rectangle
Implements SUMOVehicle.
Definition at line 100 of file MEVehicle.cpp.
References PositionVector::append(), PositionVector::extrapolate2D(), getAngle(), MSBaseVehicle::getLength(), getPosition(), MSVehicleType::getWidth(), M_PI, MAX2(), MIN2(), PositionVector::move2side(), MSBaseVehicle::myType, and PositionVector::reverse().
|
inlinevirtual |
get distance for coming to a stop (used for rerouting checks)
Implements SUMOVehicle.
Definition at line 186 of file MEVehicle.h.
References MESegment::getLength(), myQueIndex, mySegment, MESegment::PARKING_QUEUE, and UNUSED_PARAMETER.
|
inherited |
Returns the energy charged to the battery in the current time step (Wh)
Definition at line 2103 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getDevice(), MSDevice_Battery::getEnergyCharged(), and MSDevice_ElecHybrid::getEnergyCharged().
Referenced by GUIVehicle::getColorValue(), and GUIVehicle::getParameterWindow().
|
inlineinherited |
Definition at line 1009 of file MSBaseVehicle.h.
References MSBaseVehicle::myChargingMemory.
Referenced by GUIBaseVehicle::drawChargingInfo(), and MSDevice_StationFinder::findChargingStation().
|
inlinevirtualinherited |
Returns the precomputed factor by which the driver wants to be faster than the speed limit.
Implements SUMOTrafficObject.
Definition at line 569 of file MSBaseVehicle.h.
References MSBaseVehicle::myChosenSpeedFactor.
Referenced by MSLane::getDepartSpeed(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), MSCFModel_EIDM::internalspeedlimit(), MSDevice_GLOSA::MSDevice_GLOSA(), MSDevice_GLOSA::notifyMove(), GUISUMOViewParent::onUpdSpeedFactor(), and MSVehicle::slowDownForSchedule().
double MEVehicle::getConservativeSpeed | ( | SUMOTime & | earliestArrival | ) | const |
Returns the vehicle's estimated speed taking into account delays.
[in,out] | earliestArrival | A lower bound on leaveTime, modified to contain new lower bound on leave Time |
Definition at line 149 of file MEVehicle.cpp.
References DELTA_T, MESegment::getLength(), MAX2(), myEventTime, myLastEntryTime, mySegment, and STEPS2TIME.
|
inlineinherited |
Definition at line 807 of file MSBaseVehicle.h.
References MSBaseVehicle::myContainerDevice.
Referenced by GUIBaseVehicle::getNumContainers().
|
virtualinherited |
Returns the number of containers.
Implements SUMOVehicle.
Definition at line 2202 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::containerNumber, MSBaseVehicle::myContainerDevice, MSBaseVehicle::myParameter, and MSDevice_Transportable::size().
Referenced by MSBaseVehicle::allowsBoarding(), checkStop(), GUIVehicle::getParameterWindow(), MSVehicle::leaveLane(), mayProceed(), MSVehicle::processNextStop(), processStop(), and MSXMLRawOut::writeVehicle().
|
virtualinherited |
retrieve riding containers
Implements SUMOVehicle.
Definition at line 2231 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::getTransportables(), MSBaseVehicle::myContainerDevice, and MSBaseVehicle::myEmptyTransportableVector.
Referenced by GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdSelectTransported(), and MSXMLRawOut::writeVehicle().
|
inlinevirtualinherited |
Returns the edge the vehicle is currently at (possibly an internal edge)
Reimplemented in MSVehicle.
Definition at line 199 of file MSBaseVehicle.h.
References MSBaseVehicle::getEdge().
Referenced by GUIBaseVehicle::drawOnPos().
double MEVehicle::getCurrentLinkPenaltySeconds | ( | ) | const |
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty.
Definition at line 434 of file MEVehicle.cpp.
References MESegment::getLinkPenalty(), mySegment, and STEPS2TIME.
Referenced by GUIMEVehicle::getParameterWindow().
|
inherited |
get the current parking area stop or nullptr
Definition at line 1141 of file MSBaseVehicle.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 301 of file MSBaseVehicle.h.
References MSBaseVehicle::myCurrEdge.
Referenced by GUIBaseVehicle::drawStopLabels(), MSDevice_SSM::findFoeConflictLane(), MSLane::getLeaderOnConsecutive(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSIdling_Stop::idle(), MSBaseVehicle::insertStop(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().
double MEVehicle::getCurrentStoppingTimeSeconds | ( | ) | const |
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty.
Definition at line 317 of file MEVehicle.cpp.
References myLastEntryTime, MSBaseVehicle::myStops, and STEPS2TIME.
Referenced by GUIMEVehicle::getParameterWindow().
|
virtualinherited |
Returns the depart delay.
Implements SUMOVehicle.
Definition at line 643 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::depart, MSBaseVehicle::getDeparture(), MSBaseVehicle::getParameter(), MSBaseVehicle::hasDeparted(), and SIMSTEP.
Referenced by GUIVehicle::getColorValue(), GUIMEVehicle::getColorValue(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), GUIBaseVehicle::getScaleValue(), and MSLane::insertVehicle().
|
inlinevirtualinherited |
Returns this vehicle's real departure position.
Implements SUMOVehicle.
Definition at line 389 of file MSBaseVehicle.h.
References MSBaseVehicle::myDepartPos.
|
inlinevirtualinherited |
Returns this vehicle's real departure time.
Implements SUMOVehicle.
Definition at line 365 of file MSBaseVehicle.h.
References MSBaseVehicle::myDeparture.
Referenced by MSBaseVehicle::getDepartDelay(), LIBSUMO_NAMESPACE::Vehicle::getDeparture(), MSDevice_GLOSA::notifyEnter(), and MSVehicle::Influencer::postProcessRemoteControl().
|
virtualinherited |
Returns a device of the given type if it exists, nullptr otherwise.
Implements SUMOTrafficObject.
Definition at line 994 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by MSBaseVehicle::allowsBoarding(), MSVehicle::boardTransportables(), checkStop(), MSBaseVehicle::createDevice(), LIBSUMO_NAMESPACE::Vehicle::dispatchTaxi(), GUIBaseVehicle::drawOnPos(), MSVehicle::executeMove(), MSCFModel_EIDM::freeSpeed(), MSBaseVehicle::getChargedEnergy(), MSBaseVehicle::getElecHybridCurrent(), MSBaseVehicle::getMaxChargeRate(), GUIVehicle::getParameterWindow(), MSBaseVehicle::getRelativeStateOfCharge(), MSBaseVehicle::getStateOfCharge(), MSVehicle::initDevices(), MSCFModel_EIDM::internalspeedlimit(), mayProceed(), MSDevice_Bluelight::notifyMove(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), GUIVehicle::rerouteDRTStop(), MSStageDriving::setArrived(), MSVehicle::updateBestLanes(), and MSBatteryExport::write().
|
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 2291 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices, and TLF.
Referenced by MSBaseVehicle::getPrefixedParameter().
|
inlinevirtualinherited |
Returns this vehicle's devices.
Implements SUMOVehicle.
Definition at line 481 of file MSBaseVehicle.h.
References MSBaseVehicle::myDevices.
Referenced by GUIBaseVehicle::getDeviceDescription().
|
virtualinherited |
Returns the edge the vehicle is currently at.
Implements SUMOTrafficObject.
Definition at line 222 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myCurrEdge.
Referenced by MSVehicleTransfer::add(), MSBaseVehicle::addStop(), MELoop::changeSegment(), MELoop::checkCar(), MSVehicleTransfer::checkInsertions(), GUIBaseVehicle::drawOnPos(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::estimateTimeToNextStop(), METriggeredCalibrator::execute(), MSLane::executeMovements(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Vehicle::getAllowedSpeed(), getAngle(), getAverageSpeed(), GUIMEVehicle::getCenteringBoundary(), MSBaseVehicle::getCurrentEdge(), MSVehicle::getCurrentEdge(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), GUIMEVehicle::getEdgeID(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), getPosition(), getRightSideOnEdge(), MSBaseVehicle::getRNG(), MSBaseVehicle::getRNGIndex(), LIBSUMO_NAMESPACE::Vehicle::getRoadID(), GUIBaseVehicle::getScaleValue(), getSlope(), MSLCM_SL2015::getVehicleCenter(), MSBaseVehicle::isJumping(), TraCIServerAPI_Vehicle::processSet(), MESegment::receive(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::reroute(), MSVehicle::rerouteParkingArea(), MELoop::teleportVehicle(), 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 2128 of file MSBaseVehicle.cpp.
References MSDevice_ElecHybrid::getCurrentFromOverheadWire(), and MSBaseVehicle::getDevice().
Referenced by GUIVehicle::getParameterWindow().
|
inlinevirtualinherited |
retrieve parameters for the energy consumption model
Implements SUMOVehicle.
Definition at line 812 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 827 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().
|
inline |
Returns the (planned) time at which the vehicle leaves its current segment.
Definition at line 206 of file MEVehicle.h.
References myEventTime.
Referenced by MELoop::addLeaderCar(), MELoop::checkCar(), getEventTimeSeconds(), LIBSUMO_NAMESPACE::Vehicle::getLastActionTime(), MESegment::isOpen(), MESegment::receive(), MELoop::removeLeaderCar(), MESegment::send(), setApproaching(), MESegment::setSpeedForQueue(), MELoop::teleportVehicle(), and updateDetectors().
|
inline |
Returns the earliest leave time for the current segment.
Definition at line 294 of file MEVehicle.h.
References getEventTime(), and STEPS2TIME.
Referenced by GUIEdge::drawMesoVehicles(), GUIMEVehicle::getCenteringBoundary(), and GUIMEVehicle::getParameterWindow().
|
inherited |
Retrieve a floating point parameter for the traffic object.
paramName | the parameter name |
required | whether it is an error if the parameter is not set |
deflt | the default value to take if the parameter is not set (the default in the OptionsCont takes precedence) |
Definition at line 58 of file SUMOTrafficObject.cpp.
References Named::getID(), SUMOTrafficObject::getStringParam(), SUMOTrafficObject::isPerson(), Distribution_Parameterized::isValid(), SUMOTrafficObject::isVehicle(), Distribution_Parameterized::sample(), TL, toString(), and WRITE_ERRORF.
Referenced by MSDevice_Bluelight::buildVehicleDevices(), MSDevice_DriverState::buildVehicleDevices(), MSDevice_Friction::buildVehicleDevices(), MSDevice_GLOSA::buildVehicleDevices(), MSDevice_Routing::buildVehicleDevices(), MSDevice_ToC::buildVehicleDevices(), MSDevice_Taxi::dispatchShared(), MSPModel_JuPedSim::execute(), MSDevice_ToC::getDynamicMRMProbability(), MSDevice_ToC::getOpenGapParams(), MSPModel_Striping::moveInDirectionOnLane(), MSDevice_GLOSA::notifyEnter(), MSDevice_Bluelight::notifyMove(), and MSDevice_Battery::readParameterValue().
|
privateinherited |
reconstruct flow id from vehicle id
Definition at line 164 of file MSBaseVehicle.cpp.
References Named::getID().
Referenced by MSBaseVehicle::checkRouteRemoval().
|
inlinevirtualinherited |
Returns the follower of the vehicle looking for a fixed distance.
If the distance is not given it is set to the value of MSCFModel::brakeGap(2*roadSpeed, 4.5, 0) The gap returned does not include the minGap. If there are multiple followers, the one that maximizes the term (getSecureGap - gap) is returned.
dist | up to which distance to look at least for a leader |
Reimplemented in MSVehicle.
Definition at line 969 of file MSBaseVehicle.h.
References TL, UNUSED_PARAMETER, and WRITE_WARNING.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getFollower().
|
inherited |
Returns noise emissions of the current state.
Definition at line 2138 of file MSBaseVehicle.cpp.
References HelpersHarmonoise::computeNoise(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.
Referenced by GUIVehicle::getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getNoiseEmission(), and GUIVehicle::getParameterWindow().
|
inlineinherited |
Returns the id.
Definition at line 74 of file Named.h.
References Named::myID.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSDriveWay::_saveState(), MSCFModel_EIDM::_v(), MSCFModel_ACC::_v(), MSCFModel_IDM::_v(), MSCFModel_CACC::_v(), MSCFModel_Wiedemann::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLaneChangerSublane::abortLCManeuver(), MSTransportable::abortStage(), MSDevice_GLOSA::adaptSpeed(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaderDistance(), MSVehicle::adaptToLeaders(), MSVehicle::adaptToOncomingLeader(), MSVehicleTransfer::add(), MSDetectorControl::add(), MSPModel_JuPedSim::add(), MSPModel_Striping::add(), PCPolyContainer::add(), ShapeContainer::add(), PCPolyContainer::add(), ShapeContainer::add(), MSDetectorControl::add(), MSDetectorControl::add(), NLTriggerBuilder::addAccess(), RORouteDef::addAlternative(), MSLane::addApproachingLane(), MSDriveWay::addBidiFoes(), MSTractionSubstation::addChargeValueForOutput(), MSChargingStation::addChargeValueForOutput(), MSOverheadWire::addChargeValueForOutput(), NBNodeCont::addCluster2Join(), NLHandler::addConflict(), NLHandler::addConnection(), NBLoadedSUMOTLDef::addConnection(), MSPModel_Striping::addCrossingVehs(), RODFDetectorCon::addDetector(), NIXMLEdgesHandler::addEdge(), RONet::addEdge(), ROJTREdge::addFollowerProbability(), MSLane::addLeaders(), MSTLLogicControl::TLSLogicVariants::addLogic(), RONet::addNode(), MSLaneChangerSublane::addOutsideLeaders(), MSTractionSubstation::addOverheadWireClampToCircuit(), MSTractionSubstation::addOverheadWireInnerSegmentToCircuit(), MSTractionSubstation::addOverheadWireSegmentToCircuit(), MSDriveWay::addParallelFoes(), NIImporter_SUMO::addPhase(), GUIEdge::addRerouter(), MSDevice_Taxi::addReservation(), MSDispatch::addReservation(), MSRouteHandler::addRideOrTransport(), RONet::addRouteDef(), MSDriveWay::addSidings(), NIXMLEdgesHandler::addSplit(), NBTrafficLightLogic::addStep(), MSRouteHandler::addStop(), RORouteHandler::addStop(), ROVehicle::addStop(), MSBaseVehicle::addStop(), MSNet::addStoppingPlace(), MSRouteHandler::addTranship(), MSVehicle::addTransportable(), AGActivityTripWriter::addTrip(), MSPModel_JuPedSim::addWaitingSet(), NIXMLConnectionsHandler::addWalkingArea(), MSBaseVehicle::allowsBoarding(), MSTransportable::appendStage(), LIBSUMO_NAMESPACE::Person::appendWalkingStage(), MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilterLateralDistanceSinglePass(), libsumo::Helper::applySubscriptionFilters(), libsumo::Helper::applySubscriptionFilterTurn(), MSLaneChanger::avoidDeadlock(), MSDevice_ToC::awarenessRecoveryStep(), GUITrafficLightLogicWrapper::begin2TrackPhases(), MSPModel_Interacting::blockedAtDist(), MSLink::blockedAtTime(), MSLink::blockedByFoe(), MSVehicle::boardTransportables(), MSVehicle::brakeForOverlap(), NIVisumTL::build(), LIBSUMO_NAMESPACE::TrafficLight::buildConstraint(), MSSOTLE2Sensors::buildContinueSensior(), MSSOTLE2Sensors::buildCountSensorForLane(), MSSOTLE2Sensors::buildCountSensorForOutLane(), NBNode::buildCrossings(), NBNode::buildCrossingsAndWalkingAreas(), MSTransportableDevice_Routing::buildDevices(), MSTransportableDevice_BTreceiver::buildDevices(), MSTransportableDevice_BTsender::buildDevices(), MSTransportableDevice_FCD::buildDevices(), MSTransportableDevice_FCDReplay::buildDevices(), NIImporter_VISUM::buildDistrictNode(), MSDriveWay::buildDriveWay(), NLDetectorBuilder::buildE2Detector(), NLDetectorBuilder::buildE2Detector(), RODFNet::buildEdgeFlowMap(), NLDetectorBuilder::buildInductLoop(), NBEdge::buildInnerEdges(), NLTriggerBuilder::buildInnerOverheadWireSegments(), GNETLSEditorFrame::buildInternalLanes(), NIVissimEdge::buildNBEdge(), NGEdge::buildNBEdge(), NBOwnTLDef::buildNemaPhases(), NBRampsComputer::buildOffRamp(), NBRampsComputer::buildOnRamp(), MSPModel_JuPedSim::buildPedestrianNetwork(), MSDriveWay::buildRoute(), MELoop::buildSegmentsFor(), MSSOTLE2Sensors::buildSensorForLane(), MSSOTLE2Sensors::buildSensorForOutLane(), libsumo::Helper::buildStopParameters(), MSDriveWay::buildSubFoe(), MSDevice_Bluelight::buildVehicleDevices(), MSVehicleDevice_BTreceiver::buildVehicleDevices(), MSVehicleDevice_BTsender::buildVehicleDevices(), MSDevice_DriverState::buildVehicleDevices(), MSDevice_ElecHybrid::buildVehicleDevices(), MSDevice_Example::buildVehicleDevices(), MSDevice_FCD::buildVehicleDevices(), MSDevice_FCDReplay::buildVehicleDevices(), MSDevice_Friction::buildVehicleDevices(), MSDevice_GLOSA::buildVehicleDevices(), MSDevice_Routing::buildVehicleDevices(), MSDevice_SSM::buildVehicleDevices(), MSDevice_Taxi::buildVehicleDevices(), MSDevice_ToC::buildVehicleDevices(), MSDevice_Tripinfo::buildVehicleDevices(), MSDevice_Transportable::buildVehicleDevices(), MSDevice_Vehroutes::buildVehicleDevices(), MSDevice_Battery::buildVehicleDevices(), NBNode::buildWalkingAreas(), MSBaseVehicle::calculateArrivalParams(), MSSwarmTrafficLightLogic::calculateEtaDiff(), MSSwarmTrafficLightLogic::calculateEtaRatio(), NEMALogic::calculateInitialPhases170(), MSE2Collector::calculateTimeLossAndTimeOnDetector(), MSDevice_Taxi::cancelCurrentCustomers(), MSDevice_Taxi::cancelCustomer(), MSStageDriving::canLeaveVehicle(), MSSOTLPolicyBasedTrafficLightLogic::canRelease(), MSLCHelper::canSaveBlockerLength(), MSDriveWay::canUseSiding(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLCM_SL2015::changed(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), MSActuatedTrafficLightLogic::changeStepAndDuration(), MSSimpleTrafficLightLogic::changeStepAndDuration(), LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSCFModel_CC::changeWholePlatoonLane(), MSTLLogicControl::check2Switch(), MSEdge::checkAndRegisterBiDirEdge(), MSLaneChanger::checkChange(), MSLaneChanger::checkChangeOpposite(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeSublane(), NBEdgeCont::checkConsistency(), MSDriveWay::checkCrossingFlanks(), MSDevice_ToC::checkDynamicToC(), MSLane::checkFailure(), MSDriveWay::checkFlanks(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSE2Collector::checkPositioning(), MSRoute::checkRemoval(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), checkStop(), MSLCM_SL2015::checkStrategicChange(), MSAbstractLaneChangeModel::checkTraCICommands(), MSLaneChanger::checkTraCICommands(), MSLink::checkWalkingAreaFoe(), MSSwarmTrafficLightLogic::choosePolicy(), MSDevice_SSM::classifyEncounter(), ShapeContainer::clearHighlights(), NBTrafficLightLogic::closeBuilding(), ODDistrictHandler::closeDistrict(), NLHandler::closeEdge(), MSDevice_SSM::closeEncounter(), RORouteHandler::closeRouteDistribution(), MSRouteHandler::closeVehicle(), RORouteHandler::closeVehicle(), NBTrafficLightDefinition::collectAllLinks(), NBTrafficLightDefinition::collectEdges(), NBLoadedSUMOTLDef::collectEdgeVectors(), NBLoadedTLDef::collectLinks(), MSLCM_SL2015::commitManoeuvre(), IntermodalRouter< E, L, N, V >::compute(), NBTrafficLightDefinition::compute(), ROJTRRouter::compute(), MSVehicle::computeAngle(), MSDispatch::computeDetourTime(), MSDispatch_GreedyClosest::computeDispatch(), NBNodeShapeComputer::computeEdgeBoundaries(), MSVehicle::computeFurtherLanes(), MSDevice_SSM::computeGlobalMeasures(), NBNode::computeInternalLaneShape(), NBNode::computeLanes2Lanes(), NBNode::computeLogic(), NBOwnTLDef::computeLogicAndConts(), NBNodeShapeComputer::computeNodeShapeDefault(), NBNodeShapeComputer::computeNodeShapeSmall(), NBNodeTypeComputer::computeNodeTypes(), NBRampsComputer::computeRamps(), RODFNet::computeRoutesFor(), MSLaneChanger::computeSafeOppositeLength(), NBTrafficLightLogicCont::computeSingleLogic(), NBNode::computeSmoothShape(), MSLCM_LC2013::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSDevice_SSM::computeSSMs(), MSLaneChanger::computeSurplusGap(), NBTurningDirectionsComputer::computeTurnDirectionsForNode(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSDriveWay::conflictLaneOccupied(), NGNet::connect(), MSRailSignal::constraintsAllow(), NEMALogic::constructTimingAndPhaseDefs(), MSLaneChanger::continueChange(), MSLaneChangerSublane::continueChangeSublane(), libsumo::Helper::convertCartesianToRoadMap(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), NBLoadedSUMOTLDef::copyIndices(), NBOwnTLDef::correctConflicting(), NBOwnTLDef::corridorLike(), MSSOTLWaveTrafficLightLogic::countVehicles(), MSSOTLE2Sensors::countVehicles(), MSDevice_SSM::createEncounters(), GNETLSEditorFrame::TLSDefinition::createTLS(), GUINet::createTLWrapper(), MSDevice_Taxi::customerArrived(), NBNodeCont::customTLID(), MSDevice_ToC::deactivateDeliberateLCs(), libsumo::Helper::debugPrint(), MSLCM_SL2015::decideDirection(), MSActuatedTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decideNextPhase(), MSSOTLPolicyBasedTrafficLightLogic::decideNextPhase(), MSSwarmTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decidePolicy(), MSSwarmTrafficLightLogic::decidePolicy(), MSVehicleControl::deleteVehicle(), MSDevice_ElecHybrid::deleteVehicleFromCircuit(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSE3Collector::detectorUpdate(), MSLane::detectPedestrianJunctionCollision(), NIVissimDistrictConnection::dict_BuildDistrictNodes(), NIVissimDistrictConnection::dict_BuildDistricts(), MSEdge::dictionaryHint(), NBNodeCont::discardTrafficLights(), MSDispatch_Greedy::dispatch(), MSDispatch_GreedyShared::dispatch(), MSDispatch_RouteExtension::dispatch(), MSDevice_Taxi::dispatchShared(), GUILane::drawGL(), MSDevice_SSM::Encounter::Encounter(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSE3Collector::enter(), NEMAPhase::enter(), MSParkingArea::enter(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSTransportableControl::erase(), NEMALogic::error_handle_not_set(), MSStoppingPlaceRerouter::evaluateDestination(), METriggeredCalibrator::execute(), Command_SaveTLSProgram::execute(), Command_SaveTLSState::execute(), Command_SaveTLSSwitches::execute(), Command_SaveTLSSwitchStates::execute(), Command_RouteReplacement::execute(), MSDevice_BTreceiver::BTreceiverUpdate::execute(), MSVTypeProbe::execute(), MSPModel_Striping::MovePedestrians::execute(), MSCalibrator::execute(), MSPModel_JuPedSim::execute(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSLane::executeMovements(), NBNodeCont::extract(), NBTrafficLightLogicCont::extract(), MSDevice_SSM::filterByConflictType(), LIBSUMO_NAMESPACE::Person::filterReservation(), NBLoadedSUMOTLDef::finalChecks(), MSCFModel::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_EIDM::finalizeSpeed(), MSLaneChanger::findCandidate(), LIBSUMO_NAMESPACE::TrafficLight::findConstraintsDeadLocks(), MSRailSignalControl::findDeadlockFoes(), MSDriveWay::findFlankProtection(), MSDevice_SSM::findFoeConflictLane(), MSDevice_SSM::findSurroundingVehicles(), MSDevice_SSM::flushConflicts(), MSDevice_SSM::flushGlobalMeasures(), MSDriveWay::foeDriveWayOccupied(), MSCFModel_CACC::followSpeed(), MSCFModel_EIDM::followSpeed(), MSCFModel_W99::followSpeed(), NBTrafficLightDefinition::forbids(), MSLaneChanger::foundHilltop(), MSCFModel_EIDM::freeSpeed(), NBNodeCont::generateNodeClusters(), MSDevice_Tripinfo::generateOutput(), MSDevice_StationFinder::generateOutput(), MSStopOut::generateOutputForUnfinished(), GUITrafficLightLogicWrapper::getActiveTLLogic(), RODFDetectorCon::getAggFlowFor(), RODFDetectorCon::getAnyDetectorForEdge(), MSPModel_Striping::getArbitraryPath(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), LIBSUMO_NAMESPACE::Vehicle::getBestLanes(), MSLaneChanger::getBestLanesOpposite(), NBOwnTLDef::getBestPair(), LIBSUMO_NAMESPACE::Edge::getBidiEdge(), LIBSUMO_NAMESPACE::Lane::getBidiLane(), SUMOTrafficObject::getBoolParam(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), MSVehicle::getCenterOnEdge(), MSDevice_Battery::getChargingStationID(), MSDriveWay::getClickableTLLinkID(), GUIVehicle::getColorValue(), MSLaneChanger::getColumnleader(), MSActuatedTrafficLightLogic::getConditions(), LIBSUMO_NAMESPACE::TrafficLight::getConstraintsByFoe(), LIBSUMO_NAMESPACE::TrafficLight::getControlledLinks(), MSLane::getCriticalLeader(), MSCalibrator::getCurrentStateInterval(), NBNodeShapeComputer::getDefaultRadius(), MSDriveWay::getDepartureDriveway(), MSLink::getDescription(), MSStop::getDescription(), MSRailSignalConstraint_Predecessor::getDescription(), NBTrafficLightDefinition::getDescription(), MSStageTrip::getDestinationDescription(), GUIPerson::getDestinationEdgeID(), GUIPerson::getDestinationStopID(), MSDevice_SSM::getDetectionRange(), RODFNet::getDetectorEdge(), MSActuatedTrafficLightLogic::getDetectorPriority(), MSRailSignal::LinkInfo::getDriveWay(), MSRailSignal::LinkInfo::getDriveWay(), GUIVehicle::getDriveWays(), MSSimpleTrafficLightLogic::getEarliest(), GUIPerson::getEdgeID(), GUIMEVehicle::getEdgeID(), MSMeanData::getEdgeID(), LIBSUMO_NAMESPACE::RouteProbe::getEdgeID(), MSDevice_SSM::getExtraTime(), MSLane::getFirstVehicleInformation(), SUMOTrafficObject::getFloatParam(), MSBaseVehicle::getFlowID(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), GUIPerson::getFromEdgeID(), MSPModel_InteractingState::getID(), MSPModel_Striping::PStateVehicle::getID(), NBEdge::getID(), LIBSUMO_NAMESPACE::Vehicle::getJunctionFoes(), MSDriveWay::getJunctionLinkID(), LIBSUMO_NAMESPACE::Calibrator::getLaneID(), NEMALogic::getLaneInfoFromNEMAState(), MSParkingArea::getLastFreePos(), MSParkingArea::getLastFreePosWithReservation(), MSLane::getLastVehicleInformation(), MSSimpleTrafficLightLogic::getLatest(), MSVehicle::getLatOffset(), MSLane::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), MSLink::getLengthBeforeCrossing(), MSDevice_BTsender::getLocation(), MSDevice_SSM::getMDRAC_PRT(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForInputLanes(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForOutputLanes(), MSDevice_SSM::getMeasuresAndThresholds(), NIImporter_VISUM::getNamedEdgeContinuating(), MSPModel_Striping::getNeighboringObstacles(), MSRailSignal::getNewDrivewayID(), MSCalibrator::getNewVehicleID(), MSPerson::getNextEdge(), MSPModel_Striping::getNextLane(), MSPModel_Striping::getNextLaneObstacles(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSStageTrip::getOriginDescription(), MSDevice_SSM::getOutputFilename(), MSDevice_ElecHybrid::getOverheadWireSegmentID(), MSOverheadWire::getOverheadWireSegmentName(), MSDevice_StationFinder::getParameter(), MSDevice_ToC::getParameter(), MSActuatedTrafficLightLogic::getParameter(), NEMALogic::getParameter(), LIBSUMO_NAMESPACE::Simulation::getParameter(), GUITrafficLightLogicWrapper::getParameterWindow(), GUIContainer::getParameterWindow(), GUILane::getParameterWindow(), GUILane::getParentName(), MSLane::getPartialBehind(), MSSimpleDriverState::getPerceivedHeadway(), MSSimpleDriverState::getPerceivedSpeedDifference(), MSSOTLTrafficLightLogic::getPhaseIndexWithMaxCTS(), MSSwarmTrafficLightLogic::getPheromoneForInputLanes(), MSSwarmTrafficLightLogic::getPheromoneForOutputLanes(), PolygonDynamics::getPolygonID(), GUITrafficLightLogicWrapper::getPopUpMenu(), NLTriggerBuilder::getPosition(), NLDetectorBuilder::getPositionChecking(), MSBaseVehicle::getPrefixedParameter(), MSCFModel_CC::getRadarMeasurements(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), LIBSUMO_NAMESPACE::Vehicle::getRoadID(), MSLCHelper::getRoundaboutDistBonus(), LIBSUMO_NAMESPACE::Vehicle::getRouteID(), LIBSUMO_NAMESPACE::Calibrator::getRouteProbeID(), MSBaseVehicle::getRouteValidity(), GUIBaseVehicle::getScaleValue(), MSAbstractLaneChangeModel::getShadowLane(), MSBaseVehicle::getSingularType(), MSTransportable::getSingularType(), LIBSUMO_NAMESPACE::Person::getStage(), MSStageDriving::getStageSummary(), MSStageTranship::getStageSummary(), MSStageWaiting::getStageSummary(), MSStageWalking::getStageSummary(), MSDevice_Taxi::getStopLane(), MSNet::getStoppingPlaceID(), SUMOTrafficObject::getStringParam(), MSLane::getSurroundingVehicles(), MSActuatedTrafficLightLogic::getTarget(), LIBSUMO_NAMESPACE::Vehicle::getTeleportingIDList(), SUMOTrafficObject::getTimeParam(), MSDriveWay::getTLLinkID(), NIImporter_OpenDrive::getTLSSecure(), MSDevice_ElecHybrid::getTractionSubstationID(), PedestrianEdge< E, L, N, V >::getTravelTime(), MSVehicle::getUpcomingLanesUntil(), MSLane::getUpcomingLinks(), MSDevice_SSM::getUpstreamVehicles(), MSRailSignalConstraint::getVeh(), LIBSUMO_NAMESPACE::Person::getVehicle(), LIBSUMO_NAMESPACE::TrafficLight::getVehicleByTripId(), GUIPerson::getVehicleID(), MSPModel_Striping::getVehicleObstacles(), MSStageTrip::getVehicles(), MSDevice_SSM::getVehiclesOnJunction(), MSStageDriving::getWaitingDescription(), MSEdge::getWaitingVehicle(), MSStoppingPlaceRerouter::getWeight(), MSLink::getZipperSpeed(), GNEEdge::GNEEdge(), NBNode::guessCrossings(), RODFDetectorCon::guessEmptyFlows(), NBNodeCont::guessTLs(), GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerWindow(), MSLane::handleCollisionBetween(), MSLane::handleIntermodalCollisionBetween(), MSRailSignal::hasInsertionConstraint(), MSDriveWay::hasJoin(), MSDriveWay::hasLinkConflict(), MSBaseVehicle::hasValidRouteStart(), MSVehicle::hasValidRouteStart(), MSRailSignalControl::haveDeadlock(), MSBaseVehicle::haveValidStopEdges(), LIBSUMO_NAMESPACE::POI::highlight(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSIdling_Stop::idle(), MSIdling_RandomCircling::idle(), MSIdling_TaxiStand::idle(), MSLink::ignoreFoe(), MSVehicle::ignoreFoe(), MSVehicle::ignoreRed(), MSVehicle::Influencer::implicitDeltaPosRemote(), NBNode::indirectLeftShape(), MSLCM_LC2013::inform(), MSLCM_SL2015::inform(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), MSCalibrator::init(), NBEdge::init(), MSDeterministicHiLevelTrafficLightLogic::init(), MSSOTLTrafficLightLogic::init(), MSSwarmTrafficLightLogic::init(), MSTrafficLightLogic::init(), MSActuatedTrafficLightLogic::init(), MSDelayBasedTrafficLightLogic::init(), MSRailSignal::init(), NEMALogic::init(), MSActuatedTrafficLightLogic::initAttributeOverride(), MSE2Collector::initAuxiliaries(), MESegment::initialise(), MSPModel_JuPedSim::initialize(), MSTrafficLightLogic::initMesoTLSPenalties(), NBOwnTLDef::initNeedsContRelation(), PolygonDynamics::initTrackedPosition(), NIImporter_SUMO::initTrafficLightLogic(), NIXMLTrafficLightsHandler::initTrafficLightLogic(), NBDistrictCont::insert(), NBNodeCont::insert(), NBTrafficLightLogicCont::insert(), NIImporter_OpenStreetMap::insertEdge(), MSCFModel_IDM::insertionFollowSpeed(), MSBaseVehicle::insertStop(), MSLane::insertVehicle(), MSEdge::insertVehicle(), MSPModel_Striping::insertWalkArePaths(), MSLane::integrateNewVehicles(), IntermodalNetwork< E, L, N, V >::IntermodalNetwork(), GNEJunction::invalidateTLS(), NBNode::invalidateTLS(), MSTLLogicControl::isActive(), MSPedestrianPushButton::isActiveForEdge(), MSPedestrianPushButton::isActiveOnAnySideOfTheRoad(), RODFNet::isAllowed(), RODFNet::isDestination(), RODFNet::isFalseSource(), MSLane::isInsertionSuccess(), MSBaseVehicle::isJumping(), MSVehicle::isLeader(), MESegment::isOpen(), MSCFModel_CC::isPlatoonLaneChangeSafe(), RODFNet::isSource(), NIImporter_VISUM::isSplitEdge(), MSSOTLTrafficLightLogic::isThresholdPassed(), RORoute::isValid(), MSStageDriving::isWaitingFor(), MESegment::jamThresholdForSpeed(), NBNodeCont::joinNodeCluster(), MSVehicle::joinTrainPartFront(), MSAbstractLaneChangeModel::laneChangeOutput(), MSVehicle::lateralDistanceToLane(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSVehicle::leaveLane(), MSVehicle::leaveLaneBack(), MSDevice_BTreceiver::BTreceiverUpdate::leaveRange(), MSPedestrianPushButton::loadCrossingEdgeMap(), MSStopOut::loadedContainers(), MSStopOut::loadedPersons(), NIImporter_OpenDrive::loadNetwork(), MSPedestrianPushButton::loadPushButtons(), MSVehicle::loadState(), MSVehicleTransfer::loadState(), MSActuatedTrafficLightLogic::loadState(), ODDistrictCont::makeDistricts(), MSE2Collector::makeMoveNotification(), MSE2Collector::makeVehicleInfo(), NWWriter_OpenDrive::mapmatchRoadObjects(), MSDriveWay::match(), mayProceed(), MSSOTLE2Sensors::meanVehiclesSpeed(), METriggeredCalibrator::METriggeredCalibrator(), MSDevice_FCDReplay::move(), MSTransportableDevice_FCDReplay::move(), MSPModel_Striping::moveInDirection(), MSPModel_Striping::moveInDirectionOnLane(), MSPModel_Striping::PState::moveTo(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), MSDevice_ToC::MRMExecutionStep(), MSChargingStation::MSChargingStation(), MSDevice_Battery::MSDevice_Battery(), MSDevice_ElecHybrid::MSDevice_ElecHybrid(), MSDevice_Taxi::MSDevice_Taxi(), MSDevice_ToC::MSDevice_ToC(), MSE2Collector::MSE2Collector(), 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(), MSDevice_FCDReplay::FCDHandler::myStartElement(), MSPModel_Interacting::nextBlocking(), MSLane::AnyVehicleIterator::nextIsMyVehicles(), MSDevice_ElecHybrid::notifyEnter(), MSE2Collector::notifyEnter(), MSDevice_Bluelight::notifyEnter(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_Example::notifyEnter(), MSDevice_GLOSA::notifyEnter(), MSDevice_SSM::notifyEnter(), MSDevice_Tripinfo::notifyEnter(), MSMeanData::MeanDataValues::notifyEnter(), MSMeanData::MeanDataValueTracker::notifyEnter(), MSMeanData_Net::MSLaneMeanDataValues::notifyEnter(), MSRailSignalConstraint_Predecessor::PassedTracker::notifyEnter(), MSCalibrator::VehicleRemover::notifyEnter(), MSE3Collector::MSE3EntryReminder::notifyEnter(), MSE3Collector::MSE3LeaveReminder::notifyEnter(), MSDriveWay::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(), MSDriveWay::notifyLeave(), MSDriveWay::notifyLeaveBack(), 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_StationFinder::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(), MSPModel_Striping::PState::PState(), NBTrafficLightDefinition::railSignalUncontrolled(), MSDevice_Battery::readParameterValue(), MSOffTrafficLightLogic::rebuildPhase(), NBEdge::recheckLanes(), NBEdgeCont::recheckPostProcessConnections(), NIImporter_OpenStreetMap::reconstructLayerElevation(), NBLoadedSUMOTLDef::reconstructLogic(), NBEdge::reduceGeometry(), MSNet::registerCollision(), MSPModel_Striping::registerCrossingApproach(), MSLink::removeApproaching(), MSLink::removeApproachingPerson(), LIBSUMO_NAMESPACE::TrafficLight::removeConstraints(), MSVehicle::removePassedDriveItems(), MSCalibrator::removePending(), MSDispatch::removeReservation(), GNEJunction::removeTLSConnections(), NBNodeCont::rename(), NBTrafficLightLogicCont::rename(), RORouteDef::repairCurrentRoute(), GNEJunction::replaceIncomingConnections(), MSBaseVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::replaceStop(), MSTransportable::replaceVehicleType(), MSPerson::replaceWalk(), NIImporter_DlrNavteq::TrafficlightsHandler::report(), NLEdgeControlBuilder::reportCurrentEdgeOrLane(), MSDevice_SSM::requestsTrajectories(), MSDevice_ToC::requestToC(), MSStageTrip::reroute(), MSStoppingPlaceRerouter::reroute(), MSBaseVehicle::reroute(), MSRailSignal::LinkInfo::reroute(), GUIVehicle::rerouteDRTStop(), MSVehicle::rerouteParkingArea(), MSTransportable::rerouteParkingArea(), MSDevice_StationFinder::rerouteToChargingStation(), MSDriveWay::reserve(), MSDevice_ToC::resetDeliberateLCs(), MSLane::resetManeuverReservation(), MSLane::resetPartialOccupation(), MSDevice_Bluelight::resetVehicle(), MSLaneChanger::resolveDeadlock(), LIBSUMO_NAMESPACE::Vehicle::resume(), resumeFromStopping(), MSVehicle::resumeFromStopping(), MSRailSignal::retrieveDriveWay(), NIImporter_OpenDrive::retrieveSignalEdges(), RODFNet::revalidateFlows(), NBRailwayTopologyAnalyzer::reverseEdges(), MSStageDriving::routeOutput(), MSStageTranship::routeOutput(), MSStageTrip::routeOutput(), MSStageWaiting::routeOutput(), MSStageWalking::routeOutput(), MSLane::safeInsertionSpeed(), RONet::saveAndRemoveRoutesUntil(), ROPerson::Ride::saveAsXML(), ROVehicle::saveAsXML(), MSLCM_LC2013::saveBlockerLength(), MSLane::saveState(), MESegment::saveState(), MSDevice::saveState(), MSDevice_Battery::saveState(), MSDevice_Routing::saveState(), MSDevice_StationFinder::saveState(), MSDevice_Transportable::saveState(), MSDevice_Tripinfo::saveState(), MSDevice_Vehroutes::saveState(), MSTransportableDevice_Routing::saveState(), MSSimpleTrafficLightLogic::saveState(), MSStageDriving::saveState(), MSCalibrator::scheduleRemoval(), GUIVehicle::selectBlockingFoes(), MSE2Collector::selectLanes(), MSVehicle::setAngle(), MSLink::setApproaching(), MSLink::setApproaching(), MSVehicle::setApproachingForAllLinks(), NBNodeCont::setAsTLControlled(), GNEJunction::setAttribute(), MSSimpleDriverState::setAwareness(), MSLane::setBidiLane(), MSEdge::setBidiLanes(), NLEdgeControlBuilder::setDefaultStopOffset(), MSBaseVehicle::setDepartAndArrivalEdge(), MSCalibrator::setFlow(), NBEdge::setGeometry(), MSBaseVehicle::setJunctionModelParameter(), MSTransportable::setJunctionModelParameter(), MSAbstractLaneChangeModel::setManeuverDist(), MSLane::setManeuverReservation(), MSDevice_Battery::setMaximumBatteryCapacity(), MSDevice_Battery::setMaximumChargeRate(), NBEdge::setNodeBorder(), MSLane::setOpposite(), MSLCM_SL2015::setOwnState(), MSDevice_ToC::setParameter(), MSActuatedTrafficLightLogic::setParameter(), MSSimpleTrafficLightLogic::setParameter(), NEMALogic::setParameter(), MSCFModel_CACC::setParameter(), MSCFModel_CC::setParameter(), MSLane::setPartialOccupation(), NBEdgePriorityComputer::setPriorityJunctionPriorities(), libsumo::Helper::setRemoteControlled(), libsumo::Helper::setRemoteControlled(), MSLink::setRequestInformation(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), LIBSUMO_NAMESPACE::Vehicle::setRouteID(), MSDevice_Battery::setStoppingThreshold(), NBLoadedSUMOTLDef::setTLControllingInformation(), NBLoadedTLDef::setTLControllingInformation(), NBOwnTLDef::setTLControllingInformation(), NBTrafficLightLogicCont::setTLControllingInformation(), MSStageDriving::setVehicle(), MSOverheadWire::setVoltage(), NBEdge::shiftPositionAtNode(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSVehicle::slowDownForSchedule(), MSLane::sortManeuverReservations(), IntermodalNetwork< E, L, N, V >::splitEdge(), MSLaneChangerSublane::startChangeSublane(), MSStopOut::stopEnded(), MSCFModel_EIDM::stopSpeed(), MSStopOut::stopStarted(), MSRailSignal::storeTraCIVehicles(), MSLane::succLinkSec(), LIBSUMO_NAMESPACE::TrafficLight::swapConstraints(), MSDevice_ToC::switchHolderType(), GNETLSEditorFrame::TLSDefinition::switchProgram(), GUITrafficLightLogicWrapper::switchTLSLogic(), MSDevice_StationFinder::teleportToChargingStation(), MELoop::teleportVehicle(), MSDevice_ToC::ToCPreparationStep(), libsumo::Helper::TransportableStateListener::transportableStateChanged(), TraCIServer::transportableStateChanged(), MSDevice_ToC::triggerDownwardToC(), MSDevice_ToC::triggerMRM(), MSTriggeredRerouter::triggerRouting(), MSDevice_ToC::triggerUpwardToC(), MSTransportable::tripInfoOutput(), MSPerson::MSPersonStage_Access::tripInfoOutput(), METriggeredCalibrator::tryEmit(), MSPModel_JuPedSim::tryPedestrianInsertion(), MSSOTLTrafficLightLogic::trySwitch(), MSActuatedTrafficLightLogic::trySwitch(), NEMALogic::trySwitch(), MSStopOut::unloadedContainers(), MSStopOut::unloadedPersons(), MSPModel_Interacting::unregisterCrossingApproach(), MSDevice_SSM::update(), MSSimpleDriverState::update(), PolygonDynamics::update(), MSDevice_SSM::updateAndWriteOutput(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSLCM_SL2015::updateCFRelated(), MSDevice_StationFinder::updateChargeLimit(), LIBSUMO_NAMESPACE::TrafficLight::updateConstraints(), MSSOTLTrafficLightLogic::updateCTS(), NLEdgeControlBuilder::updateCurrentLaneStopOffset(), MSRailSignal::updateCurrentPhase(), MSVehicle::updateDriveItems(), MSDevice_SSM::updateEncounter(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), MSLCM_SL2015::updateGaps(), GNENetHelper::AttributeCarriers::updateJunctionID(), MSDevice_Taxi::updateMove(), MSSwarmTrafficLightLogic::updatePheromoneLevels(), MSVehicle::Influencer::updateRemoteControlRoute(), MSDispatch::updateReservationFromPos(), MSSwarmTrafficLightLogic::updateSensitivities(), MSAbstractLaneChangeModel::updateShadowLane(), MSVehicle::updateState(), MSAbstractLaneChangeModel::updateTargetLane(), MSDevice_BTreceiver::BTreceiverUpdate::updateVisibility(), MSDevice_SSM::useGeoCoords(), NEMALogic::validate_timing(), NBNodeTypeComputer::validateRailCrossings(), libsumo::Helper::VehicleStateListener::vehicleStateChanged(), TraCIServer::vehicleStateChanged(), MSDynamicShapeUpdater::vehicleStateChanged(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSInstantInductLoop::write(), NBParking::write(), MSElecHybridExport::write(), MSFCDExport::write(), MSBatteryExport::write(), MSEmissionExport::write(), MSRailSignalConstraint_Predecessor::write(), MSElecHybridExport::writeAggregated(), MSLink::writeApproaching(), MSDriveWay::writeBlocks(), MSRailSignal::writeBlocks(), NWWriter_DlrNavteq::writeConnectedLanes(), MSDriveWay::writeDepatureBlocks(), NWWriter_SUMO::writeDistrict(), MSMeanData::writeEdge(), NWWriter_SUMO::writeEdge(), MSFullExport::writeEdge(), MSXMLRawOut::writeEdge(), MSRoute::writeEdgeIDs(), NWWriter_XML::writeEdgesAndConnections(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), RODFDetectorCon::writeEmitters(), RODFDetectorCon::writeEndRerouterDetectors(), NWWriter_OpenDrive::writeInternalEdge(), ROMAAssignments::writeInterval(), NWWriter_SUMO::writeJunction(), MSFullExport::writeLane(), MSQueueExport::writeLane(), MSXMLRawOut::writeLane(), MSDevice_SSM::writeLanesPositions(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_OpenDrive::writeNetwork(), NWWriter_XML::writeNodes(), NWWriter_DlrNavteq::writeNodesUnsplitted(), MSTractionSubstation::writeOut(), MSDevice_ToC::writeOutput(), MSNet::writeOutput(), MSDevice_Vehroutes::writeOutput(), MSOverheadWire::writeOverheadWireSegmentOutput(), MSDevice_SSM::writePositions(), NWWriter_OpenDrive::writeRoadObjectPOI(), NWWriter_OpenDrive::writeRoadObjectPoly(), NWWriter_SUMO::writeRoundabout(), NWWriter_OpenDrive::writeSignals(), RODFDetectorCon::writeSpeedTrigger(), NWWriter_SUMO::writeTrafficLight(), NWWriter_DlrNavteq::writeTrafficSignals(), MSFCDExport::writeTransportable(), MSXMLRawOut::writeTransportable(), RODFDetectorCon::writeValidationDetectors(), MSXMLRawOut::writeVehicle(), MSAmitranTrajectories::writeVehicle(), MSFullExport::writeVehicles(), SUMOPolygon::writeXML(), PointOfInterest::writeXML(), MSE2Collector::writeXMLOutput(), MSInductLoop::writeXMLOutput(), MSCalibrator::writeXMLOutput(), MSRouteProbe::writeXMLOutput(), MSLaneChanger::yieldToDeadlockOncoming(), MSLaneChanger::yieldToOppositeWaiting(), MSCalibrator::~MSCalibrator(), MSDevice_Transportable::~MSDevice_Transportable(), MSLaneSpeedTrigger::~MSLaneSpeedTrigger(), MSTriggeredRerouter::~MSTriggeredRerouter(), and RONet::~RONet().
|
inlinestaticinherited |
get an identifier for Named-like object which may be Null
Definition at line 67 of file Named.h.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSDriveWay::addSidings(), MSLaneChanger::avoidDeadlock(), MSDriveWay::canUseSiding(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChangeOpposite(), MSDriveWay::checkFlanks(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), AStarRouter< E, V >::compute(), DijkstraRouter< E, V >::compute(), NBOwnTLDef::computeLogicAndConts(), MSDriveWay::conflictLaneOccupied(), NBPTLineCont::constructRoute(), MSLaneChanger::continueChange(), MSLane::detectCollisions(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::executeMove(), NBRailwayTopologyAnalyzer::extendDirectionPriority(), NBPTLineCont::findWay(), MSDriveWay::foeDriveWayOccupied(), MSCFModel_CACC::followSpeed(), MSCFModel_W99::followSpeed(), MSStopOut::generateOutputForUnfinished(), MSVehicle::getBackPositionOnLane(), NBOwnTLDef::getBestCombination(), NBOwnTLDef::getBestPair(), MSVehicle::getCenterOnEdge(), MSLaneChanger::getColumnleader(), NBEdge::Connection::getDescription(), MSLane::getFollowersOnConsecutive(), GUIVehicle::getLaneID(), LIBSUMO_NAMESPACE::Person::getLaneID(), MSVehicle::getLatOffset(), MSLane::getLeaderOnConsecutive(), MSLaneChanger::getOncomingOppositeVehicle(), MSLaneChanger::getRealLeader(), GUIVehicle::getShadowLaneID(), GUIVehicle::getTargetLaneID(), MSDevice_SSM::getVehiclesOnJunction(), NBEdgeCont::guessRoundabouts(), MSDriveWay::hasLinkConflict(), MSCFModel_IDM::insertionFollowSpeed(), MSLane::isInsertionSuccess(), MESegment::isOpen(), joinNamedToString(), joinNamedToString(), joinNamedToStringSorting(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), libsumo::Helper::moveToXYMap_matchingRoutePosition(), MSDevice_Bluelight::notifyEnter(), MSDevice_Bluelight::notifyLeave(), MSDriveWay::notifyLeave(), MSDriveWay::notifyLeaveBack(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSBaseVehicle::replaceRoute(), MSStoppingPlaceRerouter::reroute(), MSBaseVehicle::reroute(), MSLaneChanger::resolveDeadlock(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSLeaderInfo::toString(), MSLeaderDistanceInfo::toString(), MSCriticalFollowerDistanceInfo::toString(), toString(), toString(), toString(), MSTriggeredRerouter::triggerRouting(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSAbstractLaneChangeModel::updateShadowLane(), MSPModel_Striping::PState::walk(), and MSLaneChanger::yieldToDeadlockOncoming().
|
virtualinherited |
Returns this vehicles impatience.
Implements SUMOVehicle.
Definition at line 986 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getBaseInfluencer(), MSBaseVehicle::getImpatience(), MSBaseVehicle::getVehicleType(), SUMOTrafficObject::getWaitingTime(), MSGlobals::gTimeToImpatience, MSBaseVehicle::hasInfluencer(), MAX2(), and MIN2().
Referenced by MSVehicle::checkRewindLinkLanes(), MSLane::getCriticalLeader(), MSBaseVehicle::getImpatience(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), GUIVehicle::getParameterWindow(), MSLCM_LC2013::informFollower(), MSLane::isInsertionSuccess(), MESegment::isOpen(), MSVehicle::planMoveInternal(), MSVehicle::processLinkApproaches(), and GUIVehicle::selectBlockingFoes().
|
inlinevirtual |
Returns the lane the vehicle is on.
Implements SUMOTrafficObject.
Definition at line 81 of file MEVehicle.h.
|
inlinevirtual |
Returns the time of the vehicle's last action point.
Implements SUMOVehicle.
Definition at line 261 of file MEVehicle.h.
References SIMSTEP.
|
inline |
Returns the time the vehicle entered the current segment.
Definition at line 254 of file MEVehicle.h.
References myLastEntryTime.
Referenced by MELoop::changeSegment(), getLastEntryTimeSeconds(), MESegment::newArrival(), MSDevice_ElecHybrid::notifyLeave(), updateDetectorForWriting(), and updateDetectors().
|
inline |
Returns the entry time for the current segment.
Definition at line 299 of file MEVehicle.h.
References getLastEntryTime(), and STEPS2TIME.
Referenced by GUIEdge::drawMesoVehicles(), GUIMEVehicle::getCenteringBoundary(), GUIMEVehicle::getParameterWindow(), and MSDevice_ElecHybrid::notifyLeave().
|
inlinevirtualinherited |
Get the vehicle's lateral position on the lane.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 248 of file MSBaseVehicle.h.
Referenced by GUIVehicle::getParameterWindow().
|
inlinevirtualinherited |
Returns the leader of the vehicle looking for a fixed distance.
If the distance is not given it is calculated from the brake gap. The gap returned does not include the minGap.
dist | up to which distance to look at least for a leader |
Reimplemented in MSVehicle.
Definition at line 955 of file MSBaseVehicle.h.
References TL, UNUSED_PARAMETER, and WRITE_WARNING.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getLeader().
|
inherited |
Returns the number of leaving persons.
Definition at line 2177 of file MSBaseVehicle.cpp.
References MSStageDriving::canLeaveVehicle(), MSNet::getInstance(), MSBaseVehicle::getPersons(), MSVehicleControl::getVehicle(), MSNet::getVehicleControl(), MSBaseVehicle::myStops, and MSDevice_Transportable::willTransferAtJoin().
|
inlinevirtualinherited |
Returns the vehicle's length.
Implements SUMOVehicle.
Definition at line 553 of file MSBaseVehicle.h.
References MSVehicleType::getLength(), and MSBaseVehicle::myType.
Referenced by MSBaseVehicle::addStop(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilters(), MSBaseVehicle::basePos(), MSAbstractLaneChangeModel::calcAngleOffset(), MSDevice_SSM::checkConflictEntryAndExit(), MSVehicle::checkRewindLinkLanes(), MSDevice_SSM::classifyEncounter(), MSVehicle::computeAngle(), MSTrainHelper::computeCarriages(), MSLane::detectCollisionBetween(), MSDevice_SSM::determineConflictPoint(), MSDevice_SSM::determineTTCandDRACandPPETandMDRAC(), GUIMEVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawAction_drawLinkItems(), MSVehicle::enterLaneAtInsertion(), MSVehicle::executeMove(), MSDevice_SSM::findSurroundingVehicles(), MSVehicle::Influencer::gapControlSpeed(), getBoundingBox(), MSVehicle::getBoundingBox(), GUIMEVehicle::getCenteringBoundary(), MSVehicle::getDistanceToLeaveJunction(), MSLane::getFollowersOnConsecutive(), LIBSUMO_NAMESPACE::Edge::getLastStepLength(), MSLink::getLeaderInfo(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), MSEdge::getOccupancy(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSLane::insertVehicle(), MSVehicle::isLeader(), MSDevice_Bluelight::notifyMove(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), MSBaseVehicle::replaceRoute(), MSLane::safeInsertionSpeed(), MSVehicle::unsafeLinkAhead(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), and MSDevice_SSM::updatePassedEncounter().
|
inherited |
Returns the maximum charge rate allowed by the battery in the current time step (W)
Definition at line 2118 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getDevice(), and MSDevice_Battery::getMaximumChargeRate().
Referenced by GUIVehicle::getParameterWindow().
|
virtualinherited |
Returns the maximum speed (the minimum of desired and technical maximum speed)
Implements SUMOTrafficObject.
Definition at line 206 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(), GUIVehicle::getTypeParameterWindow(), GUIMEVehicle::getTypeParameterWindow(), MSVehicle::Influencer::implicitDeltaPosRemote(), MSVehicle::Influencer::implicitSpeedRemote(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::slowDownForSchedule(), MSVehicle::updateBestLanes(), MSLCM_DK2008::wantsChangeToLeft(), and MSLCM_DK2008::wantsChangeToRight().
|
inlinevirtualinherited |
returns the next edge (possibly an internal edge)
Implements SUMOTrafficObject.
Reimplemented in MSVehicle.
Definition at line 213 of file MSBaseVehicle.h.
|
virtualinherited |
get the upcoming parking area stop or nullptr
Implements SUMOVehicle.
Definition at line 1127 of file MSBaseVehicle.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 1637 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(), GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSVehicle::executeMove(), LIBSUMO_NAMESPACE::Vehicle::getStopState(), MSLaneChanger::hasOppositeStop(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MSBaseVehicle::reroute(), LIBSUMO_NAMESPACE::Vehicle::resume(), and MSVehicle::workOnMoveReminders().
|
virtualinherited |
return parameters for the next stop (SUMOVehicle Interface)
Implements SUMOVehicle.
Definition at line 1664 of file MSBaseVehicle.cpp.
References MSBaseVehicle::hasStops(), and MSBaseVehicle::myStops.
Referenced by MSTrainHelper::computeCarriages(), MSDriveWay::conflictLaneOccupied(), and MSLane::insertVehicle().
|
inlinevirtualinherited |
Implements SUMOVehicle.
Definition at line 998 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 450 of file MSBaseVehicle.h.
References MSBaseVehicle::myNumberReroutes.
Referenced by GUIBaseVehicle::drawGLAdditional(), GUIVehicle::getColorValue(), GUIMEVehicle::getColorValue(), and GUIBaseVehicle::getScaleValue().
|
inlinevirtualinherited |
return the numerical ID which is only for internal usage
Implements SUMOTrafficObject.
Definition at line 799 of file MSBaseVehicle.h.
References MSBaseVehicle::myNumericalID.
Referenced by MSLane::vehicle_position_sorter::operator()(), and MSVehicleTransfer::VehicleInformation::operator<().
|
virtualinherited |
Returns the distance that was already driven by this vehicle.
Implements SUMOVehicle.
Definition at line 673 of file MSBaseVehicle.cpp.
References SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::hasArrived(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myDepartPos, and MSBaseVehicle::myOdometer.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getDistance(), GUIVehicle::getParameterWindow(), and GUIMEVehicle::getParameterWindow().
|
virtualinherited |
Returns the vehicle's parameter (including departure definition)
Implements SUMOTrafficObject.
Definition at line 188 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter.
Referenced by MSCFModel_CACC::_v(), MSLCM_SL2015::_wantsChangeSublane(), MSBaseVehicle::addStop(), MSVehicle::checkLinkLeader(), MSVehicle::computeAngle(), GUIVehicle::drawAction_drawCarriageClass(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::drawStopLabels(), MSCFModel_CACC::freeSpeed(), MSBaseVehicle::getDepartDelay(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), MSLane::getDepartSpeed(), LIBSUMO_NAMESPACE::TrafficLight::getFutureTripIds(), MSLane::getInsertionChecks(), LIBSUMO_NAMESPACE::Vehicle::getLine(), GUIBaseVehicle::getOptionalName(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), MSBaseVehicle::getPrefixedParameter(), GUIBaseVehicle::getScaleValue(), LIBSUMO_NAMESPACE::Vehicle::getVia(), MSRailSignal::hasInsertionConstraint(), MSVehicle::ignoreFoe(), MSBaseVehicle::initTransientModelParams(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSAbstractLaneChangeModel::laneChangeOutput(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIViewTraffic::onGamingClick(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSVehicle::rerouteParkingArea(), MSDevice_Bluelight::resetVehicle(), MSBaseVehicle::setCarFollowModelParameter(), GUIBaseVehicle::setFunctionalColor(), MSBaseVehicle::setJunctionModelParameter(), LIBSUMO_NAMESPACE::Vehicle::setLine(), LIBSUMO_NAMESPACE::Vehicle::setVia(), METriggeredCalibrator::tryEmit(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().
|
inherited |
get the valid parking access rights (vehicle settings override vehicle type settings)
Definition at line 1151 of file MSBaseVehicle.cpp.
References MSVehicleType::getParkingBadges(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::myParameter, SUMOVehicleParameter::parkingBadges, VEHPARS_PARKING_BADGES_SET, and SUMOVehicleParameter::wasSet().
Referenced by MSParkingArea::accepts(), and GUIVehicle::getParameterWindow().
|
inlineinherited |
Definition at line 1005 of file MSBaseVehicle.h.
References MSBaseVehicle::myParkingMemory.
Referenced by GUIBaseVehicle::drawParkingInfo(), and MSBaseVehicle::getPrefixedParameter().
|
inlineinherited |
Definition at line 711 of file MSBaseVehicle.h.
References MSBaseVehicle::myPastStops.
Referenced by MSVehicleTransfer::add(), LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), and LIBSUMO_NAMESPACE::Vehicle::getStops().
|
inlineinherited |
Definition at line 803 of file MSBaseVehicle.h.
References MSBaseVehicle::myPersonDevice.
Referenced by GUIBaseVehicle::getNumPassengers().
|
virtualinherited |
Returns the list of persons.
Implements SUMOVehicle.
Definition at line 2192 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getPersons().
Referenced by LIBSUMO_NAMESPACE::Vehicle::getPersonIDList().
|
virtualinherited |
Returns the number of persons.
Implements SUMOVehicle.
Definition at line 2171 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter, MSBaseVehicle::myPersonDevice, SUMOVehicleParameter::personNumber, and MSDevice_Transportable::size().
Referenced by MSBaseVehicle::allowsBoarding(), checkStop(), GUIVehicle::getParameterWindow(), LIBSUMO_NAMESPACE::Vehicle::getPersonNumber(), MSVehicle::leaveLane(), mayProceed(), MSVehicle::processNextStop(), processStop(), and MSXMLRawOut::writeVehicle().
|
virtualinherited |
retrieve riding persons
Implements SUMOVehicle.
Definition at line 2221 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::getTransportables(), MSBaseVehicle::myEmptyTransportableVector, and MSBaseVehicle::myPersonDevice.
Referenced by MSE3Collector::enter(), MSBaseVehicle::getLeavingPersonNumber(), MSBaseVehicle::getPersonIDList(), GUIBaseVehicle::getPopUpMenu(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSE2Collector::notifyEnter(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdSelectTransported(), MSVehicle::rerouteParkingArea(), and MSXMLRawOut::writeVehicle().
|
virtual |
Return current position (x/y, cartesian)
If the vehicle's myLane is 0, Position::INVALID.
[in] | offset | optional offset in longitudinal direction |
Implements SUMOTrafficObject.
Definition at line 94 of file MEVehicle.cpp.
References MSLane::geometryPositionAtOffset(), MSBaseVehicle::getEdge(), MSEdge::getLanes(), and getPositionOnLane().
Referenced by getBoundingBox(), GUIMEVehicle::getPosition(), and GUIMEVehicle::getVisualPosition().
|
virtual |
Get the vehicle's position along the lane.
Implements SUMOTrafficObject.
Definition at line 72 of file MEVehicle.cpp.
References MESegment::getIndex(), MESegment::getLength(), and mySegment.
Referenced by getAngle(), getBackPositionOnLane(), GUIMEVehicle::getCenteringBoundary(), GUIMEVehicle::getParameterWindow(), getPosition(), getSlope(), and hasArrived().
|
inherited |
retrieve parameters of devices, models and the vehicle itself
Definition at line 2444 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, TL, TLF, and toString().
Referenced by GUIBaseVehicle::drawOnPos(), GUIVehicle::getColorValue(), GUIBaseVehicle::getScaleValue(), and MSFCDExport::write().
|
virtualinherited |
Returns the vehicle's previous speed.
Implements SUMOTrafficObject.
Reimplemented in MSVehicle.
Definition at line 91 of file MSBaseVehicle.cpp.
|
inline |
Returns the index of the que the vehicle is in.
Definition at line 232 of file MEVehicle.h.
References myQueIndex.
Referenced by MESegment::addReminders(), MELoop::changeSegment(), MELoop::checkCar(), GUIMEVehicle::getCenteringBoundary(), LIBSUMO_NAMESPACE::Vehicle::getLaneIndex(), MESegment::getLink(), GUIMEVehicle::getParameterWindow(), MESegment::removeCar(), saveState(), and MESegment::send().
|
inherited |
Returns actual relative state of charge of battery (-)
Definition at line 2088 of file MSBaseVehicle.cpp.
References MSDevice_Battery::getActualBatteryCapacity(), MSDevice_ElecHybrid::getActualBatteryCapacity(), MSBaseVehicle::getDevice(), MSDevice_Battery::getMaximumBatteryCapacity(), and MSDevice_ElecHybrid::getMaximumBatteryCapacity().
Referenced by GUIVehicle::getColorValue(), and GUIVehicle::getParameterWindow().
|
inlinevirtualinherited |
Returns the end point for reroutes (usually the last edge of the route)
Implements SUMOTrafficObject.
Definition at line 275 of file MSBaseVehicle.h.
References MSBaseVehicle::myRoute.
|
inlinevirtualinherited |
Returns the starting point for reroutes (usually the current edge)
This differs from *myCurrEdge only if the vehicle is on an internal edge
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 267 of file MSBaseVehicle.h.
References MSBaseVehicle::myCurrEdge.
Referenced by MSBaseVehicle::replaceRouteEdges(), and MSBaseVehicle::reroute().
|
virtual |
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 529 of file MEVehicle.cpp.
References MSBaseVehicle::getEdge(), MESegment::getIndex(), MSEdge::getLanes(), MSLane::getRightSideOnEdge(), MSBaseVehicle::getVehicleType(), MSLane::getWidth(), MSVehicleType::getWidth(), and mySegment.
|
virtualinherited |
Implements SUMOTrafficObject.
Definition at line 2434 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getEdge(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), and MSLane::getRNG().
Referenced by MSCFModel_Wiedemann::_v(), MSAbstractLaneChangeModel::avoidOvertakeRight(), MSVehicle::betterContinuation(), 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(), MSBaseVehicle::replaceVehicleType(), MSVehicle::setApproachingForAllLinks(), and MSCFModel_SmartSK::updateMyHeadway().
|
virtualinherited |
Implements SUMOTrafficObject.
Definition at line 2423 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getEdge(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), and MSLane::getRNGIndex().
Referenced by MSBaseVehicle::getRouterTT(), GUIVehicle::rerouteDRTStop(), and LIBSUMO_NAMESPACE::Vehicle::rerouteEffort().
|
inlinevirtualinherited |
Returns the current route.
Implements SUMOVehicle.
Definition at line 139 of file MSBaseVehicle.h.
References MSBaseVehicle::myRoute.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), GUIBaseVehicle::drawStopLabels(), MSDevice_SSM::findFoeConflictLane(), MSEdge::getDepartLane(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), MSLane::getLeaderOnConsecutive(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), LIBSUMO_NAMESPACE::Vehicle::getRoute(), LIBSUMO_NAMESPACE::Vehicle::getRouteID(), MSIdling_Stop::idle(), MSBaseVehicle::insertStop(), MSLCHelper::isBidiFollower(), MSLane::isInsertionSuccess(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), MSVehicle::rerouteParkingArea(), MSDevice_StationFinder::rerouteToChargingStation(), GUIBaseVehicle::setFunctionalColor(), LIBSUMO_NAMESPACE::TrafficLight::updateConstraints(), MSVehicle::Influencer::updateRemoteControlRoute(), and MSFCDExport::write().
|
virtualinherited |
return index of edge within route
Implements SUMOTrafficObject.
Definition at line 659 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
Referenced by MSVehicle::computeFurtherLanes(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), MSLane::getLeaderOnConsecutive(), MSVehicle::getPreviousLane(), LIBSUMO_NAMESPACE::Vehicle::getRouteIndex(), hasArrived(), MSVehicle::hasArrivedInternal(), MSVehicle::joinTrainPartFront(), moveRoutePointer(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), GUIVehicle::rerouteDRTStop(), and MSFCDExport::write().
|
inlinevirtualinherited |
Returns the current route.
Implements SUMOVehicle.
Definition at line 146 of file MSBaseVehicle.h.
References MSBaseVehicle::myRoute.
Referenced by GUIBaseVehicle::drawRoute(), and MSCFModel_CC::getParameter().
|
inherited |
Definition at line 2372 of file MSBaseVehicle.cpp.
References MSNet::getInstance(), MSBaseVehicle::getRNGIndex(), MSNet::getRouterTT(), MSRoutingEngine::getRouterTT(), MSBaseVehicle::getVClass(), MSBaseVehicle::myRoutingMode, and libsumo::ROUTING_MODE_AGGREGATED.
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSBaseVehicle::insertStop(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), MSVehicle::rerouteParkingArea(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().
|
virtualinherited |
check for route validity at first insertion attempt
Implements SUMOVehicle.
Definition at line 787 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.
|
inlinevirtualinherited |
return routing mode (configures router choice but also handling of transient permission changes)
Implements SUMOTrafficObject.
Definition at line 926 of file MSBaseVehicle.h.
References MSBaseVehicle::myRoutingMode.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getRoutingMode(), MSNet::getTravelTime(), MSBaseVehicle::ignoreTransientPermissions(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().
|
inline |
Returns the current segment the vehicle is on.
Definition at line 224 of file MEVehicle.h.
References mySegment.
Referenced by MELoop::changeSegment(), MELoop::checkCar(), GUIMEVehicle::getCenteringBoundary(), GUIMEVehicle::getColorValue(), GUIMEVehicle::getSegmentIndex(), isOnRoad(), MESegment::loadState(), MSDevice_ElecHybrid::notifyLeave(), setApproaching(), MELoop::teleportVehicle(), and MELoop::vaporizeCar().
|
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 2412 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().
|
virtual |
Returns the slope of the road at vehicle's position in degrees.
Implements SUMOTrafficObject.
Definition at line 87 of file MEVehicle.cpp.
References MSBaseVehicle::getEdge(), MSEdge::getLanes(), getPositionOnLane(), MSLane::getShape(), MSLane::interpolateLanePosToGeometryPos(), and PositionVector::slopeDegreeAtOffset().
|
virtual |
Returns the vehicle's estimated speed assuming no delays.
Implements SUMOTrafficObject.
Definition at line 119 of file MEVehicle.cpp.
References getAverageSpeed(), getWaitingTime(), and MSBaseVehicle::isStopped().
Referenced by estimateLeaveSpeed(), GUIMEVehicle::getColorValue(), GUIMEVehicle::getParameterWindow(), MESegment::isOpen(), MESegment::newArrival(), MSDevice_ElecHybrid::notifyLeave(), MESegment::receive(), and setApproaching().
|
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 2073 of file MSBaseVehicle.cpp.
References MSDevice_Battery::getActualBatteryCapacity(), MSDevice_ElecHybrid::getActualBatteryCapacity(), and MSBaseVehicle::getDevice().
Referenced by GUIVehicle::getParameterWindow().
|
inherited |
returns the upcoming stop with the given index in the stop queue
Definition at line 1653 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myStops, and TLF.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), MSIdling_TaxiStand::idle(), MSDevice_StationFinder::notifyMove(), and LIBSUMO_NAMESPACE::Vehicle::setStopParameter().
|
inlinevirtualinherited |
Returns the estimated public transport stop arrival delay in seconds.
Reimplemented in MSVehicle.
Definition at line 381 of file MSBaseVehicle.h.
References INVALID_DOUBLE.
Referenced by GUIBaseVehicle::getScaleValue(), LIBSUMO_NAMESPACE::Vehicle::getStopArrivalDelay(), and MSFCDExport::write().
|
inlinevirtualinherited |
Returns the estimated public transport stop (departure) delay in seconds.
Reimplemented in MSVehicle.
Definition at line 374 of file MSBaseVehicle.h.
Referenced by GUIBaseVehicle::getScaleValue(), and LIBSUMO_NAMESPACE::Vehicle::getStopDelay().
|
inherited |
get remaining stop duration or 0 if the vehicle isn't stopped
Definition at line 1643 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 1581 of file MSBaseVehicle.cpp.
References MSStop::edge, MSStop::getEndPos(), MSBaseVehicle::haveValidStopEdges(), INVALID_DOUBLE, MSStop::lane, MAX2(), and MSBaseVehicle::myStops.
Referenced by MSBaseVehicle::reroute().
|
virtualinherited |
return list of route indices for the remaining stops
Implements SUMOVehicle.
Definition at line 1625 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myRoute, and MSBaseVehicle::myStops.
|
inlinevirtualinherited |
returns the list of stops not yet reached in the stop queue
Implements SUMOVehicle.
Definition at line 707 of file MSBaseVehicle.h.
References MSBaseVehicle::myStops.
Referenced by GUIBaseVehicle::drawStopLabels(), MSCFModel_CC::finalizeSpeed(), LIBSUMO_NAMESPACE::TrafficLight::getFutureTripIds(), MSVehicle::getSlope(), LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), LIBSUMO_NAMESPACE::Vehicle::getStops(), MSIdling_TaxiStand::idle(), MSDevice_StationFinder::teleportToChargingStation(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().
|
inherited |
Retrieve a string parameter for the traffic object.
paramName | the parameter name |
required | whether it is an error if the parameter is not set |
deflt | the default value to take if the parameter is not set (the default in the OptionsCont takes precedence) |
Definition at line 33 of file SUMOTrafficObject.cpp.
References OptionsCont::exists(), Named::getID(), OptionsCont::getOptions(), SUMOTrafficObject::getParameter(), Parameterised::getParameter(), OptionsCont::getValueString(), SUMOTrafficObject::getVTypeParameter(), SUMOTrafficObject::isPerson(), OptionsCont::isSet(), SUMOTrafficObject::isVehicle(), and TLF.
Referenced by MSDevice_ToC::buildVehicleDevices(), MSDevice_Battery::buildVehicleDevices(), SUMOTrafficObject::getBoolParam(), SUMOTrafficObject::getFloatParam(), MSDevice_Taxi::getParameter(), SUMOTrafficObject::getTimeParam(), MSBaseVehicle::initTransientModelParams(), MSDevice_Taxi::MSDevice_Taxi(), MSTransportableDevice_Routing::MSTransportableDevice_Routing(), and MSDevice_Taxi::prepareStop().
|
inlinevirtual |
|
inlinevirtualinherited |
Returns the time loss in seconds.
Reimplemented in MSVehicle.
Definition at line 281 of file MSBaseVehicle.h.
Referenced by GUIBaseVehicle::getScaleValue(), and LIBSUMO_NAMESPACE::Vehicle::getTimeLoss().
|
inherited |
Retrieve a time parameter for the traffic object.
paramName | the parameter name |
required | whether it is an error if the parameter is not set |
deflt | the default value to take if the parameter is not set (the default in the OptionsCont takes precedence) |
Definition at line 89 of file SUMOTrafficObject.cpp.
References Named::getID(), SUMOTrafficObject::getStringParam(), SUMOTrafficObject::isPerson(), SUMOTrafficObject::isVehicle(), string2time(), time2string(), TL, and WRITE_ERRORF.
Referenced by MSTransportableDevice_Routing::buildDevices(), and MSDevice_Routing::buildVehicleDevices().
|
virtualinherited |
returns the numerical ids of edges to travel
Implements SUMOTrafficObject.
Definition at line 228 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
|
inlinevirtualinherited |
Returns the vehicle's access class.
Implements SUMOTrafficObject.
Definition at line 167 of file MSBaseVehicle.h.
References MSVehicleType::getParameter(), MSBaseVehicle::myType, and SUMOVTypeParameter::vehicleClass.
Referenced by MSBaseVehicle::addStop(), MSLaneChangerSublane::change(), MSLaneChanger::changeOpposite(), MELoop::checkCar(), GUIApplicationWindow::checkGamingEvents(), MSVehicle::checkReversal(), MSLCM_SL2015::checkStrategicChange(), MSVehicle::cleanupFurtherLanes(), MSTrainHelper::computeCarriages(), MSVehicle::computeFurtherLanes(), GUIVehicle::drawRouteHelper(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::executeMove(), MSLane::executeMovements(), LIBSUMO_NAMESPACE::Simulation::findRoute(), MSVehicle::getNextEdgePtr(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), GUIVehicle::getParameterWindow(), MSVehicle::getPastLanesUntil(), MSVehicle::getRerouteOrigin(), MSBaseVehicle::getRouterTT(), MSLane::getVehicleStopOffset(), MESegment::hasSpaceFor(), MSVehicle::hasValidRouteStart(), MSLane::incorporateVehicle(), MSBaseVehicle::insertJump(), MSBaseVehicle::insertStop(), MSPedestrianPushButton::isActiveForEdge(), MSLane::isInsertionSuccess(), MSVehicle::leaveLane(), MSLaneChanger::mayChange(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSLCM_SL2015::mustOvertakeStopped(), MSDevice_Bluelight::notifyMove(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), GUIVehicle::rerouteDRTStop(), MSVehicle::setApproachingForAllLinks(), MSVehicle::setBlinkerInformation(), MSVehicle::updateBestLanes(), and MSVehicle::updateFurtherLanes().
|
inlinevirtualinherited |
Returns the vehicle's type definition.
Implements SUMOTrafficObject.
Definition at line 153 of file MSBaseVehicle.h.
References MSBaseVehicle::myType.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeaders(), MSPModel_Striping::addCrossingVehs(), MSLane::addLeaders(), MSLaneChangerSublane::addOutsideLeaders(), MSBaseVehicle::allowsBoarding(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilters(), MSLaneChanger::avoidDeadlock(), MSAbstractLaneChangeModel::avoidOvertakeRight(), MSBaseVehicle::basePos(), MSVehicle::betterContinuation(), MSVehicle::brakeForOverlap(), MSLaneChanger::change(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeToNewLane(), MSLane::checkFailure(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSLaneChanger::checkOppositeStop(), MSVehicle::checkRewindLinkLanes(), MSLink::checkWalkingAreaFoe(), MSDevice_SSM::classifyEncounter(), MSLCM_SL2015::commitManoeuvre(), MSVehicle::computeAngle(), MSTrainHelper::computeCarriages(), MSLaneChanger::computeOvertakingTime(), MSAbstractLaneChangeModel::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSTrainHelper::computeTrainDimensions(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), GUIVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawAction_drawLinkItems(), GUIVehicle::drawAction_drawVehicleBlinker(), GUIVehicle::drawAction_drawVehicleBrakeLight(), GUIEdge::drawMesoVehicles(), GUIBaseVehicle::drawOnPos(), MSLane::enteredByLaneChange(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSDevice_SSM::estimateConflictTimes(), MSDevice_StationFinder::estimateConsumption(), MSAbstractLaneChangeModel::estimateLCDuration(), estimateLeaveSpeed(), MSVehicle::estimateTimeToNextStop(), MSLane::executeMovements(), MSLaneChangerSublane::findClosestLeader(), MSCFModel_Rail::followSpeed(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), getBackPositionOnLane(), MSLane::getBruttoOccupancy(), GUIBaseVehicle::getCenteringBoundary(), GUIMEVehicle::getCenteringBoundary(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), MSAbstractLaneChangeModel::getDesiredAlignment(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), MSBaseVehicle::getEmissionParameters(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), MSBaseVehicle::getImpatience(), LIBSUMO_NAMESPACE::Vehicle::getJunctionFoes(), MSVehicle::getLateralOverlap(), MSLane::getLeader(), MSVehicle::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), GUIVehicle::getLeftSideOnEdge(), MSVehicle::getLeftSideOnEdge(), MSVehicle::getLeftSideOnLane(), MSVehicle::getLeftSideOnLane(), MSLCM_SL2015::getLongest(), MSAbstractLaneChangeModel::getMaxSpeedLat2(), MSLane::getNettoOccupancy(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSBaseVehicle::getParkingBadges(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), getRightSideOnEdge(), MSVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnLane(), MSVehicle::getRightSideOnLane(), MSLane::getSpaceTillLastStanding(), MSLeaderInfo::getSubLanes(), MSVehicle::getTimeGapOnLane(), GUIVehicle::getTypeParameterWindow(), MSPModel_Striping::getVehicleObstacles(), libsumo::Helper::getVehicleType(), GUIBaseVehicle::getVType(), MSLCM_SL2015::getWidth(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MESegment::hasSpaceFor(), MSVehicle::ignoreRed(), MSLane::incorporateVehicle(), MSLCM_SL2015::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), MSLCM_SL2015::informLeaders(), MSLane::insertVehicle(), MSLink::isInFront(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), MESegment::isOpen(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepClear(), MSLCM_SL2015::keepLatGap(), MSAbstractLaneChangeModel::laneChangeOutput(), MSLane::lastInsertion(), MSLane::leftByLaneChange(), MESegment::loadState(), mayProceed(), MSPModel_Striping::moveInDirection(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSLCM_SL2015::mustOvertakeStopped(), MSDevice_Bluelight::notifyMove(), MSDevice_GLOSA::notifyMove(), LIBSUMO_NAMESPACE::Vehicle::openGap(), MSVehicle::overlap(), MSLCM_LC2013::overtakeDistance(), MSLCM_DK2008::patchSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSLCM_LC2013::prepareStep(), MSLCM_SL2015::preventSliding(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::processTraCISpeedControl(), MESegment::receive(), MSLaneChanger::ChangeElem::registerHop(), MSLaneChanger::registerUnchanged(), MSAbstractLaneChangeModel::remainingTime(), MESegment::Queue::remove(), MSLane::removeVehicle(), MSLaneChanger::resolveDeadlock(), MSLane::safeInsertionSpeed(), MSBaseVehicle::saveState(), GUIVehicle::selectBlockingFoes(), MESegment::send(), MSVehicleType::setActionStepLength(), MSAbstractLaneChangeModel::setFollowerGaps(), GUIBaseVehicle::setFunctionalColor(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MSVehicle::setTentativeLaneAndPosition(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSVehicle::slowDownForSchedule(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSLCM_SL2015::updateCFRelated(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSFCDExport::write(), MSQueueExport::writeLane(), and MSLaneChanger::yieldToDeadlockOncoming().
|
inlinevirtualinherited |
Returns the vehicle's type parameter.
Implements SUMOTrafficObject.
Definition at line 160 of file MSBaseVehicle.h.
References MSVehicleType::getParameter(), and MSBaseVehicle::myType.
|
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 292 of file MSBaseVehicle.h.
References SUMOTrafficObject::getWaitingTime(), and STEPS2TIME.
Referenced by MSLaneChanger::avoidDeadlock(), MSLaneChanger::changeOpposite(), MSLaneChanger::computeSurplusGap(), GUIVehicle::getColorValue(), GUIMEVehicle::getColorValue(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), GUIBaseVehicle::getScaleValue(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_LC2013::informLeader(), MSPedestrianPushButton::isActiveForEdge(), MSLaneChanger::resolveDeadlock(), MSVehicle::workOnMoveReminders(), MSEmissionExport::write(), MSQueueExport::writeLane(), MSFullExport::writeVehicles(), MSLaneChanger::yieldToDeadlockOncoming(), and MSLaneChanger::yieldToOppositeWaiting().
|
inlinevirtual |
Returns the duration for which the vehicle was blocked.
Implements SUMOTrafficObject.
Definition at line 283 of file MEVehicle.h.
References MAX2(), myBlockTime, myEventTime, and UNUSED_PARAMETER.
Referenced by MELoop::checkCar(), getSpeed(), getTimeLoss(), MESegment::isOpen(), MSDevice_ElecHybrid::notifyLeave(), and setApproaching().
|
inherited |
Definition at line 2154 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 2148 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 561 of file MSBaseVehicle.h.
References MSVehicleType::getWidth(), and MSBaseVehicle::myType.
Referenced by MSDevice_SSM::classifyEncounter(), MSAbstractLaneChangeModel::determineTargetLane(), GUIVehicle::drawAction_drawCarriageClass(), GUIMEVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawAction_drawVehicleBlinker(), GUIVehicle::drawAction_drawVehicleBrakeLight(), MSVehicle::getLateralOverlap(), MSVehicle::lateralDistanceToLane(), MSVehicle::planMoveInternal(), MSLaneChangerSublane::startChangeSublane(), and MSDevice_SSM::updatePassedEncounter().
|
virtualinherited |
Reimplemented in MSVehicle.
Definition at line 1033 of file MSBaseVehicle.cpp.
References UNUSED_PARAMETER.
Referenced by MSBaseVehicle::addStop().
|
virtual |
Returns whether this vehicle has already arrived (reached the arrivalPosition on its final edge)
Reimplemented from MSBaseVehicle.
Definition at line 174 of file MEVehicle.cpp.
References SUMOVehicleParameter::arrivalEdge, getPositionOnLane(), MSBaseVehicle::getRoutePosition(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, myEventTime, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, mySegment, and SUMOTime_MIN.
Referenced by moveRoutePointer(), and MESegment::receive().
|
inlinevirtualinherited |
Returns whether this vehicle has already departed.
Implements SUMOVehicle.
Definition at line 422 of file MSBaseVehicle.h.
References MSBaseVehicle::myDeparture, and MSBaseVehicle::NOT_YET_DEPARTED.
Referenced by MSBaseVehicle::abortNextStop(), MSVehicle::adaptToJunctionLeader(), MSBaseVehicle::addStop(), MSBaseVehicle::createDevice(), LIBSUMO_NAMESPACE::Vehicle::dispatchTaxi(), MSVehicle::enterLaneAtInsertion(), MSLane::forceVehicleInsertion(), MSBaseVehicle::getDepartDelay(), LIBSUMO_NAMESPACE::Vehicle::getDeparture(), LIBSUMO_NAMESPACE::Vehicle::getDistance(), LIBSUMO_NAMESPACE::Vehicle::getRouteIndex(), MSBaseVehicle::insertJump(), MSBaseVehicle::insertStop(), loadState(), MSVehicle::loadState(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSVehicle::processNextStop(), LIBSUMO_NAMESPACE::Vehicle::remove(), MSBaseVehicle::replaceStop(), MSBaseVehicle::rerouteBetweenStops(), and MSBaseVehicle::setSkips().
|
inherited |
check whether the vehicle is equiped with a device of the given name
Definition at line 2261 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by MSBaseVehicle::createDevice(), and MSBaseVehicle::getPrefixedParameter().
|
inlinevirtual |
whether the vehicle is individually influenced (via TraCI or special parameters)
Implements MSBaseVehicle.
Definition at line 340 of file MEVehicle.h.
References myInfluencer.
|
inherited |
check wether the vehicle has jump at the given part of its route
Definition at line 721 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myStops.
Referenced by MSBaseVehicle::hasValidRoute().
|
inlinevirtualinherited |
Returns whether the vehicle has to stop somewhere.
Implements SUMOVehicle.
Definition at line 653 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(), GUIVehicle::getStopInfo(), MSLaneChanger::hasOppositeStop(), MSIdling_TaxiStand::idle(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSBaseVehicle::isStoppedInRange(), MSDevice_StationFinder::notifyMove(), MSVehicle::planMoveInternal(), 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 732 of file MSBaseVehicle.cpp.
References MSVehicleType::getVehicleClass(), MSBaseVehicle::hasJump(), MSEdge::hasTransientPermissions(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSBaseVehicle::myRoutingMode, MSBaseVehicle::myType, libsumo::ROUTING_MODE_IGNORE_TRANSIENT_PERMISSIONS, and TLF.
Referenced by MSBaseVehicle::getRouteValidity(), MESegment::initialise(), LIBSUMO_NAMESPACE::Vehicle::isRouteValid(), MSBaseVehicle::replaceRouteEdges(), and LIBSUMO_NAMESPACE::Vehicle::setRouteID().
|
virtualinherited |
checks wether the vehicle can depart on the first edge
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 767 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::departSpeed, SUMOVehicleParameter::departSpeedProcedure, MSVehicleType::getID(), Named::getID(), MSVehicleType::getMaxSpeed(), GIVEN, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myRouteValidity, MSBaseVehicle::myType, MSBaseVehicle::ROUTE_START_INVALID_LANE, MSBaseVehicle::ROUTE_START_INVALID_PERMISSIONS, and TLF.
Referenced by METriggeredCalibrator::execute(), LIBSUMO_NAMESPACE::Simulation::findRoute(), and MSBaseVehicle::getRouteValidity().
|
inherited |
check whether all stop.edge MSRouteIterators are valid and in order
Definition at line 1528 of file MSBaseVehicle.cpp.
References Named::getID(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, SIMSTEP, time2string(), toString(), and WRITE_ERRORF.
Referenced by MSVehicle::enterLaneAtMove(), MSBaseVehicle::getStopEdges(), MSVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), and GUIVehicle::rerouteDRTStop().
|
virtualinherited |
Returns whether this object is ignoring transient permission changes (during routing)
Reimplemented from SUMOTrafficObject.
Definition at line 201 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getRoutingMode(), and libsumo::ROUTING_MODE_IGNORE_TRANSIENT_PERMISSIONS.
|
virtualinherited |
Reimplemented in MSVehicle.
Definition at line 170 of file MSBaseVehicle.cpp.
References MSDevice::buildVehicleDevices(), MSBaseVehicle::getEmissionParameters(), MSGlobals::gHaveEmissions, MSBaseVehicle::myDevices, and MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::initDevices(), and MSVehicleControl::initVehicle().
|
privateinherited |
init model parameters from generic params
Definition at line 2344 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getParameter(), Parameterised::getParametersMap(), SUMOTrafficObject::getStringParam(), libsumo::ROUTING_MODE_DEFAULT, MSBaseVehicle::setCarFollowModelParameter(), MSBaseVehicle::setJunctionModelParameter(), MSBaseVehicle::setRoutingMode(), StringUtils::startsWith(), TLF, and StringUtils::toInt().
Referenced by MSBaseVehicle::MSBaseVehicle().
|
privateinherited |
helper function
Definition at line 1918 of file MSBaseVehicle.cpp.
References MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::getVClass(), MSBaseVehicle::hasDeparted(), MSStop::initPars(), SUMOVehicleParameter::Stop::jump, MSStop::lane, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, SUMOVehicleParameter::Stop::parametersSet, MSStop::pars, SUMOVehicleParameter::Stop::speed, STOP_JUMP_SET, STOP_SPEED_SET, SUMOVehicleParameter::stops, and TL.
Referenced by MSBaseVehicle::replaceStop(), and MSBaseVehicle::rerouteBetweenStops().
|
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 1964 of file MSBaseVehicle.cpp.
References MSParkingArea::accepts(), MSLane::allowsVehicleClass(), SUMOAbstractRouter< E, V >::compute(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSRoute::getEdges(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRoute(), MSBaseVehicle::getRouterTT(), MELoop::getSegmentForEdge(), MSNet::getStoppingPlace(), MSBaseVehicle::getVClass(), MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSBaseVehicle::hasDeparted(), MSStop::initPars(), MSLane::isInternal(), MSBaseVehicle::isStopped(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myRoutingMode, MSBaseVehicle::myStops, SUMOVehicleParameter::Stop::parkingarea, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), MSStop::segment, SUMOVehicleParameter::stops, SUMO_TAG_PARKING_AREA, TL, and TLF.
Referenced by MSIdling_TaxiStand::idle(), LIBSUMO_NAMESPACE::Vehicle::insertStop(), MSDevice_StationFinder::notifyMove(), MSDevice_StationFinder::rerouteToChargingStation(), and MSDevice_StationFinder::teleportToChargingStation().
|
staticinherited |
interpret stop lane on opposite side of the road
Definition at line 1173 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().
|
inlinevirtualinherited |
Whether it is a container.
Reimplemented in MSTransportable.
Definition at line 81 of file SUMOTrafficObject.h.
|
inlinevirtualinherited |
Returns the information whether the front of the vehhicle is on the given lane.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 240 of file MSBaseVehicle.h.
|
virtual |
Returns whether the vehicle is trying to re-enter the net.
Implements SUMOVehicle.
Definition at line 190 of file MEVehicle.cpp.
|
inherited |
Returns whether the vehicle is perform a jump.
Definition at line 1055 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getEdge(), Named::getID(), MSBaseVehicle::myPastStops, and SIMSTEP.
Referenced by MSVehicleTransfer::add(), and MSLane::executeMovements().
|
virtualinherited |
returns whether the vehicle serves a public transport line that serves the given stop
Implements SUMOVehicle.
Definition at line 2241 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::line, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, and SUMOVehicleParameter::stops.
|
virtual |
Returns the information whether the vehicle is on a road (is simulated)
Reimplemented from MSBaseVehicle.
Definition at line 184 of file MEVehicle.cpp.
References getSegment().
|
virtualinherited |
Returns whether the vehicle is parking.
Implements SUMOVehicle.
Definition at line 1047 of file MSBaseVehicle.cpp.
References SUMOTrafficObject::getSpeed(), MSBaseVehicle::isStopped(), MSBaseVehicle::myStops, OFFROAD, and SUMO_const_haltingSpeed.
Referenced by MSVehicleTransfer::add(), MELoop::changeSegment(), MSVehicle::computeAngle(), MSTrainHelper::computeCarriages(), GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges(), GUIVehicle::drawRouteHelper(), MSLane::executeMovements(), GUIVehicle::getColorValue(), MSBaseVehicle::getCurrentParkingArea(), LIBSUMO_NAMESPACE::Vehicle::getLanePosition(), MSVehicle::getPosition(), GUIBaseVehicle::getScaleValue(), MSVehicle::getSlope(), LIBSUMO_NAMESPACE::Vehicle::getSlope(), GUIVehicle::getStopInfo(), GUIMEVehicle::getStopInfo(), GUIVehicle::getVisualAngle(), GUIVehicle::getVisualPosition(), MESegment::receive(), MSVehicle::workOnMoveReminders(), and MSBatteryExport::write().
|
inlinevirtualinherited |
Whether it is a person.
Reimplemented in MSTransportable.
Definition at line 74 of file SUMOTrafficObject.h.
Referenced by MSE3Collector::enter(), SUMOTrafficObject::getBoolParam(), SUMOTrafficObject::getFloatParam(), SUMOTrafficObject::getStringParam(), SUMOTrafficObject::getTimeParam(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSE2Collector::notifyEnter(), MSInductLoop::notifyEnter(), MSE2Collector::notifyLeave(), MSInductLoop::notifyLeave(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), MSE3Collector::MSE3EntryReminder::notifyMove(), and MSDetectorFileOutput::vehicleApplies().
|
inlinevirtualinherited |
Returns the information whether the vehicle is fully controlled via TraCI.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 228 of file MSBaseVehicle.h.
|
inlineinherited |
Returns whether the logical state of the vehicle is reversed - for drawing.
Definition at line 632 of file MSBaseVehicle.h.
References MSBaseVehicle::myAmReversed.
Referenced by MSTrainHelper::computeCarriages(), GUIVehicle::drawAction_drawCarriageClass(), and GUIBaseVehicle::drawReversed().
|
inlinevirtualinherited |
whether this vehicle is selected in the GUI
Implements SUMOTrafficObject.
Reimplemented in GUIVehicle.
Definition at line 789 of file MSBaseVehicle.h.
Referenced by MSCFModel_EIDM::_v(), MSCFModel_Wiedemann::_v(), MSLink::checkWalkingAreaFoe(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), GUIBaseVehicle::drawOnPos(), MSCFModel_EIDM::finalizeSpeed(), MSCFModel_EIDM::followSpeed(), MSCFModel_EIDM::freeSpeed(), GUIBaseVehicle::getScaleValue(), MSLink::isInFront(), MSLink::isOnComingPed(), and MSCFModel_EIDM::stopSpeed().
|
virtualinherited |
Returns whether the vehicle is at a stop.
Implements SUMOVehicle.
Definition at line 1041 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myStops.
Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::allowsBoarding(), MSVehicle::brokeDown(), MSLaneChanger::changeOpposite(), MELoop::checkCar(), GUIApplicationWindow::checkGamingEvents(), GUIApplicationWindow::checkGamingEventsDRT(), MSVehicle::checkLinkLeader(), MSVehicle::checkRewindLinkLanes(), MSLaneChanger::computeSafeOppositeLength(), MSLaneChanger::computeSurplusGap(), MSDriveWay::conflictLaneOccupied(), GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges(), MSVehicle::executeMove(), MSLane::executeMovements(), MSVehicle::getArrivalTime(), GUIVehicle::getColorValue(), MSLink::getLeaderInfo(), GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::getScaleValue(), getSpeed(), MSBaseVehicle::getStopDuration(), GUIVehicle::getStopInfo(), GUIMEVehicle::getStopInfo(), LIBSUMO_NAMESPACE::Vehicle::getStopState(), MSLCM_LC2013::informLeader(), MSBaseVehicle::insertStop(), MSLane::insertVehicle(), MSBaseVehicle::isParking(), MSBaseVehicle::isStoppedInRange(), MSVehicle::isStoppedOnLane(), MSBaseVehicle::isStoppedParking(), MSBaseVehicle::isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), MSVehicle::planMoveInternal(), processStop(), MESegment::receive(), MSVehicle::remainingStopDuration(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), MSBaseVehicle::rerouteBetweenStops(), 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 1073 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::hasStops(), MSBaseVehicle::isStopped(), MSBaseVehicle::myStops, MSStop::pars, and SUMOVehicleParameter::Stop::startPos.
|
virtualinherited |
Returns whether the vehicle is on a parking stop.
Implements SUMOVehicle.
Definition at line 1067 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 1061 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 99 of file MSBaseVehicle.h.
|
virtual |
Loads the state of this vehicle from the given description.
Implements SUMOVehicle.
Definition at line 584 of file MEVehicle.cpp.
References MELoop::addLeaderCar(), MSBaseVehicle::addStops(), MSBaseVehicle::calculateArrivalParams(), MSGlobals::gCheckRoutes, MESegment::getIndex(), MESegment::getNextSegment(), MELoop::getSegmentForEdge(), SUMOSAXAttributes::getString(), MSGlobals::gMesoNet, SUMOSAXAttributes::hasAttribute(), MSBaseVehicle::hasDeparted(), myBlockTime, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myDepartPos, MSBaseVehicle::myDeparture, myEventTime, myLastEntryTime, MSBaseVehicle::myNumberReroutes, MSBaseVehicle::myOdometer, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, SUMOVehicleParameter::parametersSet, MESegment::PARKING_QUEUE, setSegment(), SUMO_ATTR_DISTANCE, SUMO_ATTR_POSITION, SUMO_ATTR_STATE, SUMOTime_MAX, SUMOTime_MIN, TL, VEHPARS_FORCE_REROUTE, and SUMOVehicleParameter::wasSet().
bool MEVehicle::mayProceed | ( | ) |
Returns whether the vehicle is allowed to pass the next junction, checks also for triggered stops.
Definition at line 366 of file MEVehicle.cpp.
References MSDevice_Taxi::cancelCurrentCustomers(), MSNet::getContainerControl(), MSBaseVehicle::getContainerNumber(), MSNet::getCurrentTimeStep(), MSBaseVehicle::getDevice(), MESegment::getEdge(), Named::getID(), MSNet::getInstance(), MSVehicleType::getPersonCapacity(), MSNet::getPersonControl(), MSBaseVehicle::getPersonNumber(), MSNet::getVehicleControl(), MSBaseVehicle::getVehicleType(), MSNet::hasContainers(), MSNet::hasPersons(), MESegment::isOpen(), MSTransportableControl::loadAnyWaiting(), MSBaseVehicle::myAmRegisteredAsWaiting, mySegment, MSBaseVehicle::myStops, MSVehicleControl::registerOneWaiting(), TL, MSVehicleControl::unregisterOneWaiting(), and WRITE_WARNINGF.
Referenced by MELoop::changeSegment().
bool MEVehicle::moveRoutePointer | ( | ) |
Update when the vehicle enters a new edge in the move step.
Definition at line 156 of file MEVehicle.cpp.
References SUMOVehicleParameter::arrivalEdge, MSBaseVehicle::getRoutePosition(), hasArrived(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, and SUMOVehicleParameter::via.
Referenced by METriggeredCalibrator::execute(), MESegment::receive(), and MELoop::teleportVehicle().
|
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 635 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().
|
virtual |
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 523 of file MEVehicle.cpp.
References MELoop::changeSegment(), MSNet::getInstance(), MSGlobals::gMesoNet, and MELoop::removeLeaderCar().
void MEVehicle::processStop | ( | ) |
ends the current stop and performs loading/unloading
Definition at line 336 of file MEVehicle.cpp.
References MSStopOut::active(), MSStop::edge, SUMOVehicleParameter::Stop::endPos, MSNet::getContainerControl(), MSBaseVehicle::getContainerNumber(), MESegment::getEdge(), MSNet::getInstance(), MSStopOut::getInstance(), MSNet::getPersonControl(), MSBaseVehicle::getPersonNumber(), MSNet::hasContainers(), MSNet::hasPersons(), MSBaseVehicle::isStopped(), MSTransportableControl::loadAnyWaiting(), MSBaseVehicle::myCurrEdge, myLastEntryTime, mySegment, MSBaseVehicle::myStops, MSStop::pars, MSStop::reached, MSEdge::removeWaiting(), resumeFromStopping(), MSStop::segment, and MSStopOut::stopStarted().
Referenced by MELoop::changeSegment(), and MESegment::send().
|
inlinevirtual |
Returns the remaining stop duration for a stopped vehicle or 0.
Implements SUMOVehicle.
Definition at line 166 of file MEVehicle.h.
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 2575 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myChargingMemory, and StoppingPlaceMemory::rememberBlockedStoppingPlace().
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 2524 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParkingMemory, and StoppingPlaceMemory::rememberBlockedStoppingPlace().
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 2541 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myChargingMemory, and StoppingPlaceMemory::rememberStoppingPlaceScore().
|
virtualinherited |
score only needed when running with gui
Implements SUMOVehicle.
Definition at line 2558 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParkingMemory, and StoppingPlaceMemory::rememberStoppingPlaceScore().
|
inherited |
Removes a MoveReminder dynamically.
[in] | rem | the reminder to remove |
Definition at line 828 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
|
virtualinherited |
removes a person or container
Implements SUMOVehicle.
Definition at line 2209 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 194 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 1082 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::Stop::duration, MSStop::edge, SUMOVehicleParameter::Stop::endPos, MSStoppingPlace::getBeginLanePosition(), MSLane::getEdge(), MSStoppingPlace::getEndLanePosition(), Named::getID(), MSStoppingPlace::getLane(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSStop::parkingarea, SUMOVehicleParameter::Stop::parkingarea, MSStop::pars, SUMOVehicleParameter::Stop::startPos, and SUMOVehicleParameter::via.
Referenced by MSVehicle::rerouteParkingArea().
|
virtual |
Replaces the current route by the given one.
Reimplemented from MSBaseVehicle.
Definition at line 210 of file MEVehicle.cpp.
References MESegment::getLink(), mySegment, MSLink::removeApproaching(), MSBaseVehicle::replaceRoute(), and setApproaching().
|
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 424 of file MSBaseVehicle.cpp.
References RGBColor::DEFAULT_COLOR, MSRoute::dictionary(), MSGlobals::gCheckRoutes, Named::getID(), MSBaseVehicle::getRerouteOrigin(), MSRoute::hasRoute(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSBaseVehicle::replaceRoute(), MSRoute::setCosts(), MSRoute::setSavings(), TL, toString(), and WRITE_WARNINGF.
Referenced by MSBaseVehicle::insertStop(), MSVehicle::Influencer::postProcessRemoteControl(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), MSBaseVehicle::rerouteBetweenStops(), GUIVehicle::rerouteDRTStop(), MSVehicle::rerouteParkingArea(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), and MSVehicle::Influencer::updateRemoteControlRoute().
|
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 1732 of file MSBaseVehicle.cpp.
References MSParkingArea::accepts(), MSLane::allowsVehicleClass(), SUMOAbstractRouter< E, V >::compute(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSRoute::getEdges(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRoute(), MSBaseVehicle::getRouterTT(), MELoop::getSegmentForEdge(), MSNet::getStoppingPlace(), MSBaseVehicle::getVClass(), MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSBaseVehicle::hasDeparted(), MSStop::initPars(), MSBaseVehicle::insertJump(), MSLane::isInternal(), MSBaseVehicle::isStopped(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myRoutingMode, MSBaseVehicle::myStops, SUMOVehicleParameter::Stop::parkingarea, MSStop::pars, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), MSStop::segment, SUMOVehicleParameter::stops, SUMO_TAG_PARKING_AREA, TL, and TLF.
Referenced by LIBSUMO_NAMESPACE::Vehicle::replaceStop(), and MSDevice_StationFinder::rerouteToChargingStation().
|
virtualinherited |
Replaces the current vehicle type by the one given.
If the currently used vehicle type is marked as being used by this vehicle only, it is deleted, first. The new, given type is then assigned to "myType".
[in] | type | The new vehicle type |
Implements SUMOTrafficObject.
Reimplemented in MSVehicle.
Definition at line 2382 of file MSBaseVehicle.cpp.
References MSVehicleType::computeChosenSpeedDeviation(), MSVehicleType::getEmissionParameters(), MSNet::getInstance(), Distribution_Parameterized::getMax(), Distribution_Parameterized::getMin(), Distribution_Parameterized::getParameter(), MSBaseVehicle::getRNG(), MSVehicleType::getSpeedFactor(), MSNet::getVehicleControl(), MSVehicleType::isVehicleSpecific(), MAX2(), MIN2(), MSBaseVehicle::myChosenSpeedFactor, MSBaseVehicle::myEnergyParams, MSBaseVehicle::myType, MSVehicleControl::removeVType(), and EnergyParams::setSecondary().
Referenced by MSBaseVehicle::getSingularType(), MSVehicle::replaceVehicleType(), and LIBSUMO_NAMESPACE::Vehicle::setType().
|
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 |
[in] | sink | (optionally) a new destination edge |
Implements SUMOVehicle.
Definition at line 265 of file MSBaseVehicle.cpp.
References MSEdge::allowedLanes(), SUMOVehicleParameter::arrivalPos, SUMOVehicleParameter::arrivalPosProcedure, MSBaseVehicle::calculateArrivalParams(), SUMOAbstractRouter< E, V >::compute(), SUMOAbstractRouter< E, V >::computeLooped(), DEBUG_COND, SUMOVehicleParameter::departPos, SUMOVehicleParameter::departPosProcedure, MSInsertionControl::descheduleDeparture(), MSEdge::dictionary(), SUMOVehicleParameter::Stop::endPos, SUMOVehicleParameter::fromTaz, MSGlobals::gCheckRoutes, SUMOVehicle::getBrakeGap(), MSBaseVehicle::getEdge(), Named::getID(), Named::getIDSecure(), MSNet::getInsertionControl(), MSNet::getInstance(), SUMOTrafficObject::getLane(), MSBaseVehicle::getNextStop(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRerouteOrigin(), MSBaseVehicle::getStopEdges(), MSBaseVehicle::getVClass(), GIVEN, MSGlobals::gUseMesoSim, INVALID_DOUBLE, MSBaseVehicle::isStopped(), MSEdge::isTazConnector(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSStop::pars, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::setDepartAndArrivalEdge(), SIMTIME, TL, TLF, toString(), SUMOVehicleParameter::toTaz, SUMOVehicleParameter::via, WRITE_WARNING, and WRITE_WARNINGF.
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIVehicle::rerouteDRTStop(), LIBSUMO_NAMESPACE::Vehicle::rerouteEffort(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().
|
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 1855 of file MSBaseVehicle.cpp.
References SUMOAbstractRouter< E, V >::compute(), MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSRoute::getEdges(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRoute(), MSBaseVehicle::getRouterTT(), MSBaseVehicle::hasDeparted(), MSBaseVehicle::insertJump(), MSLane::isInternal(), MSBaseVehicle::isStopped(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myStops, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), TL, and TLF.
Referenced by LIBSUMO_NAMESPACE::Vehicle::replaceStop().
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 2550 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myChargingMemory, and StoppingPlaceMemory::resetStoppingPlaceScores().
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 2533 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParkingMemory, and StoppingPlaceMemory::resetStoppingPlaceScores().
|
inherited |
reset index of edge within route
Definition at line 665 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, and MSBaseVehicle::myRoute.
Referenced by MSCalibrator::execute(), and LIBSUMO_NAMESPACE::Vehicle::moveTo().
|
virtual |
resumes a vehicle from stopping
Implements MSBaseVehicle.
Definition at line 285 of file MEVehicle.cpp.
References MSStopOut::active(), MELoop::addLeaderCar(), MSStop::containerTriggered, MSStop::edge, SUMOVehicleParameter::Stop::ended, MESegment::getEdge(), Named::getID(), MSNet::getInstance(), MSStopOut::getInstance(), MSNet::getVehicleControl(), MSGlobals::gMesoNet, MSBaseVehicle::isStopped(), MSStop::joinTriggered, MSBaseVehicle::myAmRegisteredAsWaiting, myEventTime, MSBaseVehicle::myMoveReminders, MSBaseVehicle::myPastStops, MSBaseVehicle::myRoute, mySegment, MSBaseVehicle::myStops, MSStop::pars, SIMSTEP, MSStopOut::stopEnded(), MSStop::triggered, and MSVehicleControl::unregisterOneWaiting().
Referenced by processStop().
|
virtual |
Saves the states of a vehicle.
Reimplemented from MSBaseVehicle.
Definition at line 540 of file MEVehicle.cpp.
References OutputDevice::closeTag(), MESegment::getEdge(), MESegment::getIndex(), getQueIndex(), MESegment::isInvalid(), myBlockTime, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myDepartPos, MSBaseVehicle::myDeparture, MSBaseVehicle::myDevices, myEventTime, myLastEntryTime, MSBaseVehicle::myParameter, MSBaseVehicle::myPastStops, MSBaseVehicle::myRoute, mySegment, MSBaseVehicle::myStops, SUMOVehicleParameter::parametersSet, MSBaseVehicle::saveState(), STOP_ENDED_SET, STOP_STARTED_SET, SUMO_ATTR_ENDED, SUMO_ATTR_STARTED, SUMO_ATTR_STATE, time2string(), toString(), OutputDevice::writeAttr(), and Parameterised::writeParams().
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 2584 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myChargingMemory, and StoppingPlaceMemory::sawBlockedStoppingPlace().
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 2567 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParkingMemory, and StoppingPlaceMemory::sawBlockedStoppingPlace().
void MEVehicle::setApproaching | ( | MSLink * | link | ) |
registers vehicle with the given link
[in] | link | the link on which the car shall register its approach |
Definition at line 196 of file MEVehicle.cpp.
References getEventTime(), MESegment::getLength(), getSegment(), getSpeed(), MSLink::getState(), getWaitingTime(), LINKSTATE_ALLWAY_STOP, RandHelper::rand(), and MSLink::setApproaching().
Referenced by MELoop::addLeaderCar(), and replaceRoute().
|
inlinevirtualinherited |
Sets this vehicle's desired arrivalPos for its current route.
Implements SUMOVehicle.
Definition at line 407 of file MSBaseVehicle.h.
References MSBaseVehicle::myArrivalPos.
|
inline |
Sets the time at which the vehicle was blocked.
[in] | t | The blocking time |
Definition at line 268 of file MEVehicle.h.
References myBlockTime, and myLastEntryTime.
Referenced by MELoop::checkCar(), and MESegment::receive().
|
inherited |
set individual carFollow model parameters (not type related)
Definition at line 2326 of file MSBaseVehicle.cpp.
References MSVehicle::getCarFollowModel(), MSBaseVehicle::getParameter(), SUMOVehicleParameter::parametersSet, MSCFModel::setParameter(), SUMO_ATTR_CF_IGNORE_IDS, SUMO_ATTR_CF_IGNORE_TYPES, toString(), and VEHPARS_CFMODEL_PARAMS_SET.
Referenced by MSBaseVehicle::initTransientModelParams().
|
inlinevirtualinherited |
Returns the precomputed factor by which the driver wants to be faster than the speed limit.
Implements SUMOVehicle.
Definition at line 576 of file MSBaseVehicle.h.
References MSBaseVehicle::myChosenSpeedFactor.
Referenced by MSDevice_GLOSA::adaptSpeed(), MSCFModel_CC::finalizeSpeed(), LIBSUMO_NAMESPACE::Simulation::findRoute(), MSDevice_GLOSA::notifyEnter(), MSDevice_GLOSA::notifyMove(), and GUISUMOViewParent::onCmdSpeedFactor().
|
inherited |
apply departEdge and arrivalEdge attributes
Definition at line 957 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::arrivalEdge, SUMOVehicleParameter::arrivalEdgeProcedure, DEFAULT, SUMOVehicleParameter::departEdge, SUMOVehicleParameter::departEdgeProcedure, Named::getID(), GIVEN, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, RandHelper::rand(), RANDOM, TL, toString(), and WRITE_WARNINGF.
Referenced by MSBaseVehicle::MSBaseVehicle(), and MSBaseVehicle::reroute().
|
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 2302 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices, and TLF.
|
inline |
Sets the (planned) time at which the vehicle leaves its current segment.
[in] | t | The leaving time |
Definition at line 194 of file MEVehicle.h.
References MESegment::getEdge(), MSEdge::markDelayed(), myEventTime, myLastEntryTime, and mySegment.
Referenced by MELoop::checkCar(), METriggeredCalibrator::execute(), MESegment::receive(), MESegment::send(), MESegment::setSpeedForQueue(), and MELoop::teleportVehicle().
|
virtualinherited |
set the id (inherited from Named but forbidden for vehicles)
Reimplemented from Named.
Definition at line 183 of file MSBaseVehicle.cpp.
References TL.
|
inherited |
set individual junction model paramete (not type related)
Definition at line 2314 of file MSBaseVehicle.cpp.
References Named::getID(), MSBaseVehicle::getParameter(), SUMOVehicleParameter::parametersSet, SUMO_ATTR_JM_IGNORE_IDS, SUMO_ATTR_JM_IGNORE_TYPES, TLF, toString(), and VEHPARS_JUNCTIONMODEL_PARAMS_SET.
Referenced by MSBaseVehicle::initTransientModelParams().
|
inline |
Sets the entry time for the current segment.
[in] | t | The entry time |
Definition at line 246 of file MEVehicle.h.
References myLastEntryTime.
Referenced by MESegment::receive().
|
inlinevirtualinherited |
Implements SUMOVehicle.
Definition at line 1001 of file MSBaseVehicle.h.
References MSBaseVehicle::myNumberParkingReroutes.
|
inlineinherited |
Sets routing behavior.
[in] | value | an enum value controlling the different modes |
Definition at line 933 of file MSBaseVehicle.h.
References MSBaseVehicle::myRoutingMode.
Referenced by LIBSUMO_NAMESPACE::Simulation::findRoute(), MSBaseVehicle::initTransientModelParams(), LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime(), and LIBSUMO_NAMESPACE::Vehicle::setRoutingMode().
|
inlinevirtual |
Sets the current segment the vehicle is at together with its que.
[in] | s | The current segment |
[in] | q | The current que |
Definition at line 215 of file MEVehicle.h.
References myQueIndex, and mySegment.
Referenced by MELoop::changeSegment(), METriggeredCalibrator::execute(), loadState(), MESegment::receive(), and MELoop::teleportVehicle().
|
privateinherited |
patch stop.pars.index to record the number of skipped candidate edges before stop.edge (in a looped route)
Definition at line 1453 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::departEdge, MSStop::edge, SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::hasDeparted(), MSBaseVehicle::myDepartPos, MSBaseVehicle::myParameter, MSBaseVehicle::myPastStops, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSStop::pars, and STOP_INDEX_END.
Referenced by MSBaseVehicle::addStop(), and MSBaseVehicle::replaceRoute().
|
virtualinherited |
Returns whether the vehicle stops at the given stopping place.
Implements SUMOVehicle.
Definition at line 238 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myStops.
|
virtualinherited |
Returns whether the vehicle stops at the given edge.
Implements SUMOVehicle.
Definition at line 254 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myRoute, and 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 212 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
Referenced by MSVehicleTransfer::add(), MSLane::appropriate(), MELoop::checkCar(), MSVehicleTransfer::checkInsertions(), MSLane::executeMovements(), MESegment::getLink(), MSVehicle::getNextEdgePtr(), MSBaseVehicle::hasArrived(), MESegment::hasSpaceFor(), MSPedestrianPushButton::isActiveForEdge(), and MELoop::nextSegment().
|
virtualinherited |
mark vehicle as active
Implements SUMOVehicle.
Definition at line 1700 of file MSBaseVehicle.cpp.
References MSNet::getInstance(), MSNet::getVehicleControl(), MSBaseVehicle::myAmRegisteredAsWaiting, and MSVehicleControl::unregisterOneWaiting().
void MEVehicle::updateDetectorForWriting | ( | MSMoveReminder * | rem, |
SUMOTime | currentTime, | ||
SUMOTime | exitTime | ||
) |
Updates a single vehicle detector if present.
Definition at line 444 of file MEVehicle.cpp.
References MESegment::getIndex(), getLastEntryTime(), MESegment::getLength(), MSBaseVehicle::myMoveReminders, mySegment, and MSMoveReminder::updateDetector().
void MEVehicle::updateDetectors | ( | SUMOTime | currentTime, |
const bool | isLeave, | ||
const MSMoveReminder::Notification | reason = MSMoveReminder::NOTIFICATION_JUNCTION |
||
) |
Updates all vehicle detectors.
Definition at line 462 of file MEVehicle.cpp.
References MSBaseVehicle::getEdge(), getEventTime(), MESegment::getIndex(), getLastEntryTime(), MESegment::getLength(), MSEdge::getLength(), MSBaseVehicle::myMoveReminders, MSBaseVehicle::myOdometer, mySegment, MSMoveReminder::NOTIFICATION_JUNCTION, MSMoveReminder::NOTIFICATION_SEGMENT, and MSMoveReminder::NOTIFICATION_TELEPORT.
Referenced by MELoop::changeSegment(), MESegment::receive(), MESegment::removeCar(), and MESegment::setSpeedForQueue().
|
inlinevirtualinherited |
Returns the information whether the vehicle is fully controlled via TraCI.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 232 of file MSBaseVehicle.h.
References UNUSED_PARAMETER.
|
protectedinherited |
Whether this vehicle is registered as waiting for a person or container (for deadlock-recognition)
Definition at line 1093 of file MSBaseVehicle.h.
Referenced by MSVehicle::boardTransportables(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), mayProceed(), MSVehicle::processNextStop(), resumeFromStopping(), MSVehicle::resumeFromStopping(), and MSBaseVehicle::unregisterWaiting().
|
protectedinherited |
Definition at line 1105 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::isReversed(), and MSVehicle::processLaneAdvances().
|
protectedinherited |
The destination lane where the vehicle stops.
Definition at line 1073 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 1070 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::calculateArrivalParams(), MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getOdometer(), hasArrived(), MSVehicle::hasArrivedInternal(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), MSBaseVehicle::reroute(), MSBaseVehicle::resetRoutePosition(), MSBaseVehicle::setArrivalPos(), and MSVehicle::updateBestLanes().
|
protected |
The time at which the vehicle was blocked on its current segment.
Definition at line 370 of file MEVehicle.h.
Referenced by getBlockTime(), getWaitingTime(), loadState(), saveState(), and setBlockTime().
|
protectedinherited |
Definition at line 1089 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getChargingMemory(), MSBaseVehicle::rememberBlockedChargingStation(), MSBaseVehicle::rememberChargingStationScore(), MSBaseVehicle::resetChargingStationScores(), MSBaseVehicle::sawBlockedChargingStation(), and MSBaseVehicle::~MSBaseVehicle().
|
protectedinherited |
A precomputed factor by which the driver wants to be faster than the speed limit.
Definition at line 1028 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getChosenSpeedFactor(), MSBaseVehicle::getMaxSpeed(), MSBaseVehicle::replaceVehicleType(), MSBaseVehicle::saveState(), and MSBaseVehicle::setChosenSpeedFactor().
|
protectedinherited |
The containers this vehicle may have.
Definition at line 1058 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addTransportable(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), MSBaseVehicle::getContainerDevice(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getContainers(), MSVehicle::processNextStop(), MSBaseVehicle::removeTransportable(), and MSVehicle::updateParkingState().
|
protectedinherited |
Iterator to current route-edge.
Definition at line 1025 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addStop(), MSVehicle::checkReversal(), checkStop(), GUIVehicle::drawRouteHelper(), GUIMEVehicle::drawRouteHelper(), MSVehicle::enterLaneAtMove(), MSVehicle::estimateTimeToNextStop(), MSBaseVehicle::getCurrentRouteEdge(), MSBaseVehicle::getEdge(), MSVehicle::getNextEdgePtr(), MSVehicle::getPastLanesUntil(), MSBaseVehicle::getRerouteOrigin(), MSVehicle::getRerouteOrigin(), MSBaseVehicle::getRoutePosition(), MSBaseVehicle::getUpcomingEdgeIDs(), MSVehicle::getUpcomingLanesUntil(), MSVehicle::handleCollisionStop(), hasArrived(), MSVehicle::hasArrivedInternal(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::insertStop(), MSVehicle::isOppositeLane(), MSVehicle::leaveLane(), loadState(), MSVehicle::loadState(), moveRoutePointer(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), processStop(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), MSBaseVehicle::rerouteBetweenStops(), MSVehicle::rerouteParkingArea(), MSBaseVehicle::resetRoutePosition(), saveState(), MSVehicle::saveState(), MSBaseVehicle::setDepartAndArrivalEdge(), MSBaseVehicle::succEdge(), and MSVehicle::updateBestLanes().
|
staticprivateinherited |
Definition at line 1119 of file MSBaseVehicle.h.
|
protectedinherited |
The real depart position.
Definition at line 1067 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getDepartPos(), MSBaseVehicle::getOdometer(), loadState(), MSVehicle::loadState(), MSBaseVehicle::onDepart(), saveState(), MSVehicle::saveState(), and MSBaseVehicle::setSkips().
|
protectedinherited |
The real departure time.
Definition at line 1064 of file MSBaseVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSBaseVehicle::getDeparture(), MSBaseVehicle::hasDeparted(), loadState(), MSVehicle::loadState(), MSBaseVehicle::onDepart(), saveState(), and MSVehicle::saveState().
|
protectedinherited |
The devices this vehicle has.
Definition at line 1052 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addTransportable(), MSBaseVehicle::createDevice(), MSBaseVehicle::getDevice(), MSBaseVehicle::getDeviceParameter(), MSBaseVehicle::getDevices(), GUIBaseVehicle::GUIBaseVehicle(), MSBaseVehicle::hasDevice(), MSBaseVehicle::initDevices(), saveState(), MSVehicle::saveState(), MSBaseVehicle::setDeviceParameter(), MSVehicle::updateParkingState(), and MSBaseVehicle::~MSBaseVehicle().
|
mutableprivateinherited |
Definition at line 1115 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::_getWeightsStorage(), and MSBaseVehicle::~MSBaseVehicle().
|
staticprotectedinherited |
Definition at line 1100 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getContainers(), and MSBaseVehicle::getPersons().
|
mutableprotectedinherited |
The emission parameters this vehicle may have.
Definition at line 1061 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getEmissionParameters(), MSBaseVehicle::replaceVehicleType(), MSVehicle::workOnMoveReminders(), and MSBaseVehicle::~MSBaseVehicle().
|
protected |
The (planned) time of leaving the segment (cell)
Definition at line 364 of file MEVehicle.h.
Referenced by getAverageSpeed(), getConservativeSpeed(), getEventTime(), getWaitingTime(), hasArrived(), loadState(), resumeFromStopping(), saveState(), and setEventTime().
|
protectedinherited |
The name of the object.
Definition at line 125 of file Named.h.
Referenced by MSDriveWay::addBidiFoes(), MSE2Collector::addDetectorToLanes(), MSDriveWay::addFoes(), MSDriveWay::addParallelFoes(), MSDriveWay::addReversalFoes(), MSDriveWay::addSwitchFoes(), RODFDetector::buildDestinationDistribution(), MSDriveWay::buildDriveWay(), NGEdge::buildNBEdge(), NGNode::buildNBNode(), MSSOTLTrafficLightLogic::checkPhases(), NBNode::computeNodeShape(), NEMALogic::constructTimingAndPhaseDefs(), MSE2Collector::detectorUpdate(), GNEPOI::getAttribute(), GNEPoly::getAttribute(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), Named::getID(), NBEdge::getLaneID(), NEMALogic::getPhaseObj(), ROEdge::getStoredEffort(), GNEPOI::getSumoBaseObject(), MSLane::getSurroundingVehicles(), ROEdge::getTravelTime(), NBEdge::init(), MSSOTLTrafficLightLogic::init(), MSDelayBasedTrafficLightLogic::init(), NEMALogic::init(), MSLane::isInsertionSuccess(), NBNode::NBNode(), NBNode::NBNode(), MSE2Collector::notifyEnter(), MSE2Collector::notifyLeave(), MSE2Collector::notifyMove(), MSMeanData::openInterval(), NEMALogic::parseControllerType(), RORouteDef::preComputeCurrentRoute(), NBEdge::reinitNodes(), GNEPOI::setAttribute(), GNEPoly::setAttribute(), NBEdge::setGeometry(), Named::setID(), MSSOTLTrafficLightLogic::setToATargetPhase(), Distribution_Parameterized::toStr(), MSChargingStation::writeAggregatedChargingStationOutput(), MSDriveWay::writeBlocks(), MSDriveWay::writeBlockVehicles(), MSChargingStation::writeChargingStationOutput(), RODFDetector::writeEmitterDefinition(), MSOverheadWire::writeOverheadWireSegmentOutput(), RODFDetector::writeSingleSpeedTrigger(), MSTractionSubstation::writeTractionSubstationOutput(), MEInductLoop::writeXMLOutput(), and MSE3Collector::writeXMLOutput().
|
protected |
An instance of a velocity/lane influencing instance; built in "getInfluencer".
Definition at line 373 of file MEVehicle.h.
Referenced by getBaseInfluencer(), getBaseInfluencer(), and hasInfluencer().
|
protected |
The time the vehicle entered its current segment.
Definition at line 367 of file MEVehicle.h.
Referenced by checkStop(), getAverageSpeed(), getConservativeSpeed(), getCurrentStoppingTimeSeconds(), getLastEntryTime(), loadState(), processStop(), saveState(), setBlockTime(), setEventTime(), and setLastEntryTime().
|
protectedinherited |
Currently relevant move reminders.
Definition at line 1048 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::activateReminders(), MSVehicle::adaptLaneEntering2MoveReminder(), MSBaseVehicle::addReminder(), MSBaseVehicle::addTransportable(), GUIVehicle::getDriveWays(), GUIBaseVehicle::GUIBaseVehicle(), MSBaseVehicle::initDevices(), MSVehicle::leaveLane(), MSVehicle::leaveLaneBack(), MSBaseVehicle::removeReminder(), resumeFromStopping(), MSVehicle::resumeFromStopping(), updateDetectorForWriting(), updateDetectors(), MSVehicle::workOnIdleReminders(), and MSVehicle::workOnMoveReminders().
|
protectedinherited |
Definition at line 1090 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getNumberParkingReroutes(), and MSBaseVehicle::setNumberParkingReroutes().
|
protectedinherited |
The number of reroutings.
Definition at line 1076 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getNumberReroutes(), loadState(), MSVehicle::loadState(), MSBaseVehicle::replaceRoute(), and MSBaseVehicle::saveState().
|
privateinherited |
Definition at line 1111 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 1082 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addToOdometer(), MSBaseVehicle::getOdometer(), MSVehicle::leaveLane(), loadState(), MSVehicle::loadState(), MSVehicle::Influencer::postProcessRemoteControl(), MSBaseVehicle::saveState(), and updateDetectors().
|
protectedinherited |
This vehicle's parameter.
Definition at line 1016 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::addStop(), MSBaseVehicle::addStops(), MSBaseVehicle::addTraciStop(), MSBaseVehicle::addTransportable(), MSBaseVehicle::calculateArrivalParams(), MSBaseVehicle::createDevice(), MSVehicle::enterLaneAtMove(), GUIVehicle::getColorValue(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getParameter(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), MSBaseVehicle::getParkingBadges(), MSBaseVehicle::getPersonNumber(), MSBaseVehicle::getRouteValidity(), hasArrived(), MSVehicle::hasArrivedInternal(), MSBaseVehicle::hasValidRouteStart(), MSVehicle::hasValidRouteStart(), MSBaseVehicle::insertJump(), MSBaseVehicle::insertStop(), MSBaseVehicle::isLineStop(), loadState(), MSVehicle::loadState(), moveRoutePointer(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), MSBaseVehicle::replaceParameter(), MSBaseVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), GUIVehicle::rerouteDRTStop(), MSBaseVehicle::resetRoutePosition(), saveState(), MSBaseVehicle::saveState(), MSVehicle::saveState(), MSBaseVehicle::setDepartAndArrivalEdge(), MSBaseVehicle::setSkips(), MSVehicle::updateBestLanes(), and MSBaseVehicle::~MSBaseVehicle().
|
protectedinherited |
memory for parking search
Definition at line 1088 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 1034 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getPastStops(), MSBaseVehicle::isJumping(), MSVehicle::leaveLane(), MSVehicle::loadState(), MSBaseVehicle::replaceRoute(), resumeFromStopping(), MSVehicle::resumeFromStopping(), saveState(), MSVehicle::saveState(), and MSBaseVehicle::setSkips().
|
protectedinherited |
The passengers this vehicle may have.
Definition at line 1055 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addTransportable(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), MSBaseVehicle::getPersonDevice(), MSBaseVehicle::getPersonNumber(), MSBaseVehicle::getPersons(), MSVehicle::processNextStop(), MSBaseVehicle::removeTransportable(), and MSVehicle::updateParkingState().
|
protected |
Index of the que the vehicle is in (important for multiqueue extension)
Definition at line 361 of file MEVehicle.h.
Referenced by getAverageSpeed(), getBrakeGap(), getQueIndex(), and setSegment().
|
protectedinherited |
This vehicle's route.
Definition at line 1019 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addStop(), MSBaseVehicle::addStops(), MSBaseVehicle::basePos(), MSBaseVehicle::calculateArrivalParams(), MSVehicle::checkReversal(), MSBaseVehicle::checkRouteRemoval(), MSVehicle::computeFurtherLanes(), GUIVehicle::drawRouteHelper(), MSVehicle::estimateTimeToNextStop(), MSVehicle::getDistanceToPosition(), MSVehicle::getNextEdgePtr(), MSVehicle::getPastLanesUntil(), MSVehicle::getPreviousLane(), MSBaseVehicle::getRerouteDestination(), MSVehicle::getRerouteOrigin(), MSBaseVehicle::getRoute(), MSBaseVehicle::getRoutePosition(), MSBaseVehicle::getRoutePtr(), MSBaseVehicle::getRouteValidity(), MSBaseVehicle::getStopIndices(), MSBaseVehicle::getUpcomingEdgeIDs(), MSVehicle::getUpcomingLanesUntil(), hasArrived(), MSVehicle::hasArrivedInternal(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::hasValidRouteStart(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::insertJump(), MSBaseVehicle::insertStop(), MSBaseVehicle::isLineStop(), MSVehicle::joinTrainPartFront(), loadState(), MSVehicle::loadState(), moveRoutePointer(), MSBaseVehicle::MSBaseVehicle(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSBaseVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), GUIVehicle::rerouteDRTStop(), MSVehicle::rerouteParkingArea(), MSBaseVehicle::resetRoutePosition(), resumeFromStopping(), MSVehicle::resumeFromStopping(), saveState(), MSBaseVehicle::saveState(), MSVehicle::saveState(), MSBaseVehicle::setDepartAndArrivalEdge(), MSBaseVehicle::setSkips(), MSBaseVehicle::stopsAtEdge(), MSBaseVehicle::succEdge(), and MSVehicle::updateBestLanes().
|
protectedinherited |
status of the current vehicle route
Definition at line 1085 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getRouteValidity(), MSBaseVehicle::hasValidRouteStart(), and MSVehicle::hasValidRouteStart().
|
protectedinherited |
routing mode (see TraCIConstants.h)
Definition at line 1108 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getRouterTT(), MSBaseVehicle::getRoutingMode(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::insertStop(), MSBaseVehicle::replaceStop(), and MSBaseVehicle::setRoutingMode().
|
protected |
The segment the vehicle is at.
Definition at line 358 of file MEVehicle.h.
Referenced by checkStop(), getAverageSpeed(), getBrakeGap(), getConservativeSpeed(), getCurrentLinkPenaltySeconds(), getPositionOnLane(), getRightSideOnEdge(), getSegment(), hasArrived(), mayProceed(), processStop(), replaceRoute(), resumeFromStopping(), saveState(), setEventTime(), setSegment(), updateDetectorForWriting(), and updateDetectors().
|
protectedinherited |
The vehicle's list of stops.
Definition at line 1031 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::addStop(), MSBaseVehicle::addTraciStop(), MSVehicle::addTraciStop(), MSVehicle::addTransportable(), MSBaseVehicle::allowsBoarding(), MSBaseVehicle::basePos(), MSVehicle::brokeDown(), MSVehicle::checkReversal(), checkStop(), MSVehicle::collisionStopTime(), MSVehicle::computeAngle(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSVehicle::estimateTimeToNextStop(), MSVehicle::getArrivalTime(), MSBaseVehicle::getCurrentParkingArea(), getCurrentStoppingTimeSeconds(), MSBaseVehicle::getLeavingPersonNumber(), MSBaseVehicle::getNextParkingArea(), MSBaseVehicle::getNextStop(), MSBaseVehicle::getNextStopParameter(), MSVehicle::getPosition(), MSBaseVehicle::getStop(), MSVehicle::getStopArrivalDelay(), MSVehicle::getStopDelay(), MSBaseVehicle::getStopDuration(), MSBaseVehicle::getStopEdges(), MSBaseVehicle::getStopIndices(), GUIVehicle::getStopInfo(), MSBaseVehicle::getStops(), GUIVehicle::getVisualAngle(), GUIVehicle::getVisualPosition(), MSVehicle::hasArrivedInternal(), MSBaseVehicle::hasJump(), MSBaseVehicle::hasStops(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::insertJump(), MSBaseVehicle::insertStop(), MSBaseVehicle::isParking(), MSBaseVehicle::isStopped(), MSBaseVehicle::isStoppedInRange(), MSVehicle::isStoppedOnLane(), MSBaseVehicle::isStoppedParking(), MSBaseVehicle::isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), MSVehicle::leaveLane(), loadState(), MSVehicle::loadState(), mayProceed(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), processStop(), MSVehicle::processTraCISpeedControl(), MSVehicle::remainingStopDuration(), MSBaseVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSVehicle::replaceRoute(), MSBaseVehicle::replaceStop(), MSBaseVehicle::reroute(), MSBaseVehicle::rerouteBetweenStops(), GUIVehicle::rerouteDRTStop(), resumeFromStopping(), MSVehicle::resumeFromStopping(), saveState(), MSVehicle::saveState(), MSVehicle::setBlinkerInformation(), MSBaseVehicle::setSkips(), MSVehicle::slowDownForSchedule(), MSBaseVehicle::stopsAt(), MSBaseVehicle::stopsAtEdge(), MSVehicle::updateBestLanes(), and MSVehicle::willStop().
|
protectedinherited |
The offset when adding route stops with 'until' on route replacement.
Definition at line 1079 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::replaceRoute().
|
protectedinherited |
This vehicle's type.
Definition at line 1022 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(), getBoundingBox(), MSVehicle::getBoundingBox(), MSVehicle::getBoundingPoly(), MSVehicle::getCarFollowModel(), GUIVehicle::getDynamicAlignment(), MSBaseVehicle::getEmissions(), MSBaseVehicle::getHarmonoise_NoiseEmissions(), MSBaseVehicle::getLength(), MSBaseVehicle::getMaxSpeed(), MSVehicle::getMaxSpeedOnLane(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getSingularType(), GUIVehicle::getTypeParameterWindow(), GUIMEVehicle::getTypeParameterWindow(), MSBaseVehicle::getVClass(), MSBaseVehicle::getVehicleType(), GUIVehicle::getVisualAngle(), MSBaseVehicle::getVTypeParameter(), MSBaseVehicle::getWidth(), MSVehicle::handleCollisionStop(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::hasValidRouteStart(), MSVehicle::hasValidRouteStart(), MSVehicle::initDevices(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MSBaseVehicle::replaceVehicleType(), MSVehicle::updateBestLanes(), and MSVehicle::~MSVehicle().
|
staticprotectedinherited |
Definition at line 1098 of file MSBaseVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSBaseVehicle::hasDeparted(), and MSVehicle::Influencer::postProcessRemoteControl().