![]() |
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 More... | |
void | addReminder (MSMoveReminder *rem) |
Adds a MoveReminder dynamically. More... | |
void | addTo (const StoringVisitor &cont) const |
Adds this object to the given container. More... | |
virtual void | addTransportable (MSTransportable *transportable) |
Adds a person or container to this vehicle. More... | |
bool | allowsBoarding (MSTransportable *t) const |
whether the given transportable is allowed to board this vehicle More... | |
void | createDevice (const std::string &deviceName) |
create device of the given type More... | |
double | estimateLeaveSpeed (const MSLink *link) const |
Returns the vehicle's estimated speed after driving accross the link. More... | |
virtual double | getAcceleration () const |
Returns the vehicle's acceleration. More... | |
double | getAngle () const |
Returns the vehicle's direction in degrees. More... | |
virtual double | getArrivalPos () const |
Returns this vehicle's desired arrivalPos for its current route (may change on reroute) More... | |
double | getAverageSpeed () const |
Returns the vehicle's estimated average speed on the segment assuming no further delays. More... | |
double | getBackPositionOnLane (const MSLane *lane) const |
Get the vehicle's position relative to the given lane. More... | |
double | getChosenSpeedFactor () const |
Returns the precomputed factor by which the driver wants to be faster than the speed limit. More... | |
double | getConservativeSpeed (SUMOTime &earliestArrival) const |
Returns the vehicle's estimated speed taking into account delays. More... | |
int | getContainerNumber () const |
Returns the number of containers. More... | |
const std::vector< MSTransportable * > & | getContainers () const |
retrieve riding containers More... | |
const MSRouteIterator & | getCurrentRouteEdge () const |
Returns an iterator pointing to the current edge in this vehicles route. More... | |
SUMOTime | getDepartDelay () const |
Returns the depart delay. More... | |
double | getDepartPos () const |
Returns this vehicle's real departure position. More... | |
SUMOTime | getDeparture () const |
Returns this vehicle's real departure time. More... | |
MSVehicleDevice * | getDevice (const std::type_info &type) const |
Returns a device of the given type if it exists or 0. More... | |
std::string | getDeviceParameter (const std::string &deviceName, const std::string &key) const |
try to retrieve the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists More... | |
const std::vector< MSVehicleDevice * > & | getDevices () const |
Returns this vehicle's devices. More... | |
const MSEdge * | getEdge () const |
Returns the edge the vehicle is currently at. More... | |
const std::map< int, double > * | getEmissionParameters () const |
Returns the vehicle's emission model parameter. More... | |
const std::string & | getID () const |
Returns the id. More... | |
double | getImpatience () const |
Returns this vehicles impatience. More... | |
const MSLane * | getLane () const |
Returns the lane the vehicle is on. More... | |
virtual double | getLateralPositionOnLane () const |
Get the vehicle's lateral position on the lane. More... | |
double | getLength () const |
Returns the vehicle's length. More... | |
double | getMaxSpeed () const |
Returns the maximum speed. More... | |
int | getNumberReroutes () const |
Returns the number of new routes this vehicle got. More... | |
double | getOdometer () const |
Returns the distance that was already driven by this vehicle. More... | |
const SUMOVehicleParameter & | getParameter () const |
Returns the vehicle's parameter (including departure definition) More... | |
std::vector< std::string > | getPersonIDList () const |
Returns the list of persons. More... | |
int | getPersonNumber () const |
Returns the number of persons. More... | |
const std::vector< MSTransportable * > & | getPersons () const |
retrieve riding persons More... | |
Position | getPosition (const double offset=0) const |
Return current position (x/y, cartesian) More... | |
double | getPositionOnLane () const |
Get the vehicle's position along the lane. More... | |
std::string | getPrefixedParameter (const std::string &key, std::string &error) const |
retrieve parameters of devices, models and the vehicle itself More... | |
double | getPreviousSpeed () const |
Returns the vehicle's previous speed. More... | |
virtual const MSEdge * | getRerouteOrigin () const |
Returns the starting point for reroutes (usually the current edge) More... | |
const MSRoute & | getRoute () const |
Returns the current route. More... | |
int | getRoutePosition () const |
return index of edge within route More... | |
int | getRouteValidity (bool update=true, bool silent=false) |
check for route validity at first insertion attempt More... | |
MSVehicleType & | getSingularType () |
Replaces the current vehicle type with a new one used by this vehicle only. More... | |
double | getSlope () const |
Returns the slope of the road at vehicle's position in degrees. More... | |
double | getSpeed () const |
Returns the vehicle's estimated speed assuming no delays. More... | |
virtual double | getStopArrivalDelay () const |
Returns the estimated public transport stop arrival delay in seconds. More... | |
virtual double | getStopDelay () const |
Returns the estimated public transport stop (departure) delay in seconds. More... | |
SUMOVehicleClass | getVClass () const |
Returns the vehicle's access class. More... | |
const MSVehicleType & | getVehicleType () const |
Returns the vehicle's type definition. More... | |
double | getWidth () const |
Returns the vehicle's width. More... | |
bool | hasDeparted () const |
Returns whether this vehicle has already departed. More... | |
bool | hasDevice (const std::string &deviceName) const |
check whether the vehicle is equiped with a device of the given type More... | |
bool | hasValidRoute (std::string &msg, const MSRoute *route=0) const |
Validates the current or given route. More... | |
virtual bool | hasValidRouteStart (std::string &msg) |
checks wether the vehicle can depart on the first edge More... | |
virtual void | initDevices () |
virtual bool | isContainer () const |
Whether it is a container. More... | |
virtual bool | isFrontOnLane (const MSLane *) const |
Returns the information whether the front of the vehhicle is on the given lane. More... | |
bool | isLineStop (double position) const |
returns whether the vehicle serves a public transport line that serves the given stop More... | |
virtual bool | isPerson () const |
Whether it is a person. More... | |
virtual bool | isRemoteControlled () const |
Returns the information whether the vehicle is fully controlled via TraCI. More... | |
bool | isVehicle () const |
Whether it is a vehicle. More... | |
MEVehicle (SUMOVehicleParameter *pars, const MSRoute *route, MSVehicleType *type, const double speedFactor) | |
Constructor. More... | |
void | onDepart () |
Called when the vehicle is inserted into the network. More... | |
void | removeReminder (MSMoveReminder *rem) |
Removes a MoveReminder dynamically. More... | |
void | removeTransportable (MSTransportable *t) |
removes a person or container More... | |
void | replaceParameter (const SUMOVehicleParameter *newParameter) |
replace the vehicle parameter (deleting the old one) More... | |
bool | replaceRouteEdges (ConstMSEdgeVector &edges, double cost, double savings, const std::string &info, bool onInit=false, bool check=false, bool removeStops=true) |
Replaces the current route by the given edges. More... | |
void | replaceVehicleType (MSVehicleType *type) |
Replaces the current vehicle type by the one given. More... | |
void | reroute (SUMOTime t, const std::string &info, SUMOAbstractRouter< MSEdge, SUMOVehicle > &router, const bool onInit=false, const bool withTaz=false, const bool silent=false) |
Performs a rerouting using the given router. More... | |
void | resetRoutePosition (int index, DepartLaneDefinition departLaneProcedure) |
reset index of edge within route More... | |
virtual void | setArrivalPos (double arrivalPos) |
Sets this vehicle's desired arrivalPos for its current route. More... | |
void | setChosenSpeedFactor (const double factor) |
Returns the precomputed factor by which the driver wants to be faster than the speed limit. More... | |
void | setDeviceParameter (const std::string &deviceName, const std::string &key, const std::string &value) |
try to set the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists More... | |
void | setID (const std::string &newID) |
set the id (inherited from Named but forbidden for vehicles) More... | |
const MSEdge * | succEdge (int nSuccs) const |
Returns the nSuccs'th successor of edge the vehicle is currently at. More... | |
virtual bool | wasRemoteControlled (SUMOTime lookBack=DELTA_T) const |
Returns the information whether the vehicle is fully controlled via TraCI. More... | |
insertion/removal | |
void | onRemovalFromNet (const MSMoveReminder::Notification reason) |
Called when the vehicle is removed from the network. More... | |
bool | moveRoutePointer () |
Update when the vehicle enters a new edge in the move step. More... | |
bool | hasArrived () const |
Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge) More... | |
bool | isOnRoad () const |
Returns the information whether the vehicle is on a road (is simulated) More... | |
virtual bool | isIdling () const |
Returns whether the vehicle is trying to re-enter the net. More... | |
void | setApproaching (MSLink *link) |
registers vehicle with the given link More... | |
SUMOTime | remainingStopDuration () const |
Returns the remaining stop duration for a stopped vehicle or 0. More... | |
void | processStop () |
ends the current stop and performs loading/unloading More... | |
bool | stopsAt (MSStoppingPlace *) const |
Returns whether the vehicle stops at the given stopping place. More... | |
bool | stopsAtEdge (const MSEdge *) const |
Returns whether the vehicle stops at the given edge. More... | |
SUMOTime | checkStop (SUMOTime time) |
Returns until when to stop at the current segment and sets the information that the stop has been reached. More... | |
double | getBrakeGap () const |
get distance for coming to a stop (used for rerouting checks) More... | |
bool | replaceParkingArea (MSParkingArea *, std::string &) |
replace the current parking area stop with a new stop with merge duration More... | |
MSParkingArea * | getNextParkingArea () |
get the current parking area stop More... | |
const SUMOVehicleParameter::Stop * | getNextStopParameter () const |
Returns parameters of the next stop or nullptr. More... | |
void | setEventTime (SUMOTime t, bool hasDelay=true) |
Sets the (planned) time at which the vehicle leaves his current cell. More... | |
SUMOTime | getEventTime () const |
Returns the (planned) time at which the vehicle leaves his current cell. More... | |
virtual void | setSegment (MESegment *s, int idx=0) |
Sets the current segment the vehicle is at together with its que. More... | |
MESegment * | getSegment () const |
Returns the current segment the vehicle is on. More... | |
int | getQueIndex () const |
Returns the index of the que the vehicle is in. More... | |
void | setLastEntryTime (SUMOTime t) |
Sets the entry time for the current segment. More... | |
SUMOTime | getLastEntryTime () const |
Returns the time the vehicle entered the current segment. More... | |
void | setBlockTime (const SUMOTime t) |
Sets the time at which the vehicle was blocked. More... | |
SUMOTime | getBlockTime () const |
Returns the time at which the vehicle was blocked. More... | |
SUMOTime | getWaitingTime () const |
Returns the duration for which the vehicle was blocked. More... | |
SUMOTime | getTimeLoss () const |
SUMOTime | getAccumulatedWaitingTime () const |
Returns the duration for which the vehicle was blocked. More... | |
double | getWaitingSeconds () const |
Returns the number of seconds waited (speed was lesser than 0.1m/s) More... | |
double | getEventTimeSeconds () const |
Returns the earliest leave time for the current segment. More... | |
double | getLastEntryTimeSeconds () const |
Returns the entry time for the current segment. More... | |
double | getBlockTimeSeconds () const |
Returns the time at which the vehicle was blocked on the current segment. More... | |
double | getCurrentLinkPenaltySeconds () const |
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty. More... | |
double | getCurrentStoppingTimeSeconds () const |
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty. More... | |
bool | replaceRoute (const MSRoute *route, const std::string &info, bool onInit=false, int offset=0, bool addRouteStops=true, bool removeStops=true) |
Replaces the current route by the given one. More... | |
bool | mayProceed () const |
Returns whether the vehicle is allowed to pass the next junction. More... | |
void | updateDetectorForWriting (MSMoveReminder *rem, SUMOTime currentTime, SUMOTime exitTime) |
Updates a single vehicle detector if present. More... | |
void | updateDetectors (SUMOTime currentTime, const bool isLeave, const MSMoveReminder::Notification reason=MSMoveReminder::NOTIFICATION_JUNCTION) |
Updates all vehicle detectors. More... | |
BaseInfluencer & | getBaseInfluencer () |
Returns the velocity/lane influencer. More... | |
const BaseInfluencer * | getBaseInfluencer () const |
bool | hasInfluencer () const |
state io | |
virtual bool | handleCollisionStop (MSStop &stop, const bool collision, const double distToStop, const std::string &errorMsgStart, std::string &errorMsg) |
bool | isStopped () const |
Returns whether the vehicle is at a stop. More... | |
bool | isParking () const |
Returns whether the vehicle is parking. More... | |
bool | isStoppedTriggered () const |
Returns whether the vehicle is on a triggered stop. More... | |
bool | isStoppedInRange (const double pos, const double tolerance) const |
return whether the given position is within range of the current stop More... | |
bool | hasStops () const |
Returns whether the vehicle has to stop somewhere. More... | |
double | basePos (const MSEdge *edge) const |
departure position where the vehicle fits fully onto the edge (if possible) More... | |
bool | addStop (const SUMOVehicleParameter::Stop &stopPar, std::string &errorMsg, SUMOTime untilOffset=0, bool collision=false, MSRouteIterator *searchStart=nullptr) |
Adds a stop. More... | |
void | addStops (const bool ignoreStopErrors, MSRouteIterator *searchStart=nullptr) |
Adds stops to the built vehicle. More... | |
bool | haveValidStopEdges () const |
check whether all stop.edge MSRouteIterators are valid and in order More... | |
const ConstMSEdgeVector | getStopEdges (double &firstPos, double &lastPos) const |
Returns the list of still pending stop edges also returns the first and last stop position. More... | |
std::vector< std::pair< int, double > > | getStopIndices () const |
return list of route indices for the remaining stops More... | |
const std::list< MSStop > & | getStops () const |
const std::vector< SUMOVehicleParameter::Stop > & | getPastStops () const |
virtual bool | resumeFromStopping () |
bool | abortNextStop (int nextStopIndex=0) |
deletes the next stop at the given index if it exists More... | |
virtual bool | isSelected () const |
whether this vehicle is selected in the GUI More... | |
int | getRNGIndex () const |
std::mt19937 * | getRNG () const |
NumericalID | getNumericalID () const |
return the numerical ID which is only for internal usage More... | |
const MSDevice_Transportable * | getPersonDevice () const |
const MSDevice_Transportable * | getContainerDevice () const |
Static Public Member Functions | |
template<class T > | |
static std::string | getIDSecure (const T *obj, const std::string &fallBack="NULL") |
get an identifier for Named-like object which may be Null More... | |
Protected Attributes | |
int | myArrivalLane |
The destination lane where the vehicle stops. More... | |
double | myArrivalPos |
The position on the destination lane where the vehicle stops. More... | |
MSDevice_Transportable * | myContainerDevice |
The containers this vehicle may have. More... | |
double | myDepartPos |
The real depart position. More... | |
SUMOTime | myDeparture |
The real departure time. More... | |
std::vector< MSVehicleDevice * > | myDevices |
The devices this vehicle has. More... | |
std::string | myID |
The name of the object. More... | |
int | myNumberReroutes |
The number of reroutings. More... | |
double | myOdometer |
A simple odometer to keep track of the length of the route already driven. More... | |
MSDevice_Transportable * | myPersonDevice |
The passengers this vehicle may have. More... | |
int | myRouteValidity |
status of the current vehicle route More... | |
SUMOTime | myStopUntilOffset |
The offset when adding route stops with 'until' on route replacement. More... | |
Static Protected Attributes | |
static std::vector< MSTransportable * > | myEmptyTransportableVector |
static const SUMOTime | NOT_YET_DEPARTED = SUMOTime_MAX |
Private Member Functions | |
MSEdgeWeightsStorage & | _getWeightsStorage () const |
Private Attributes | |
MSEdgeWeightsStorage * | myEdgeWeights |
const NumericalID | myNumericalID |
Static Private Attributes | |
static NumericalID | myCurrentNumericalIndex = 0 |
state io | |
MESegment * | mySegment |
The segment the vehicle is at. More... | |
int | myQueIndex |
Index of the que the vehicle is in (important for multiqueue extension) More... | |
SUMOTime | myEventTime |
The (planned) time of leaving the segment (cell) More... | |
SUMOTime | myLastEntryTime |
The time the vehicle entered its current segment. More... | |
SUMOTime | myBlockTime |
The time at which the vehicle was blocked on its current segment. More... | |
BaseInfluencer * | myInfluencer |
An instance of a velocity/lane influencing instance; built in "getInfluencer". More... | |
void | saveState (OutputDevice &out) |
Saves the states of a vehicle. More... | |
void | loadState (const SUMOSAXAttributes &attrs, const SUMOTime offset) |
Loads the state of this vehicle from the given description. More... | |
Emission retrieval | |
const SUMOVehicleParameter * | myParameter |
This vehicle's parameter. More... | |
const MSRoute * | myRoute |
This vehicle's route. More... | |
MSVehicleType * | myType |
This vehicle's type. More... | |
MSRouteIterator | myCurrEdge |
Iterator to current route-edge. More... | |
double | myChosenSpeedFactor |
A precomputed factor by which the driver wants to be faster than the speed limit. More... | |
std::list< MSStop > | myStops |
The vehicle's list of stops. More... | |
std::vector< SUMOVehicleParameter::Stop > | myPastStops |
The list of stops that the vehicle has already reached. More... | |
double | getCO2Emissions () const |
Returns CO2 emission of the current state. More... | |
double | getCOEmissions () const |
Returns CO emission of the current state. More... | |
double | getHCEmissions () const |
Returns HC emission of the current state. More... | |
double | getNOxEmissions () const |
Returns NOx emission of the current state. More... | |
double | getPMxEmissions () const |
Returns PMx emission of the current state. More... | |
double | getFuelConsumption () const |
Returns fuel consumption of the current state. More... | |
double | getElectricityConsumption () const |
Returns electricity consumption of the current state. More... | |
double | getStateOfCharge () const |
Returns actual state of charge of battery (Wh) RICE_CHECK: This may be a misnomer, SOC is typically percentage of the maximum battery capacity. More... | |
double | getElecHybridCurrent () const |
Returns actual current (A) of ElecHybrid device RICE_CHECK: Is this the current consumed from the overhead wire or the current driving the poweertrain of the vehicle? More... | |
double | getHarmonoise_NoiseEmissions () const |
Returns noise emissions of the current state. More... | |
const MSEdgeWeightsStorage & | getWeightsStorage () const |
Returns the vehicle's internal edge travel times/efforts container. More... | |
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. More... | |
virtual std::pair< const MSVehicle *const, double > | getFollower (double dist=0) const |
Returns the follower of the vehicle looking for a fixed distance. More... | |
void | calculateArrivalParams () |
(Re-)Calculates the arrival position and lane from the vehicle parameters More... | |
Move reminder structures | |
MoveReminderCont | myMoveReminders |
Currently relevant move reminders. More... | |
typedef std::vector< std::pair< MSMoveReminder *, double > > | MoveReminderCont |
Definition of a move reminder container. More... | |
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 813 of file MSBaseVehicle.h.
|
inherited |
Definition at line 60 of file SUMOVehicle.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 66 of file MSBaseVehicle.h.
MEVehicle::MEVehicle | ( | SUMOVehicleParameter * | pars, |
const MSRoute * | route, | ||
MSVehicleType * | type, | ||
const double | speedFactor | ||
) |
Constructor.
[in] | pars | The vehicle description |
[in] | route | The vehicle's route |
[in] | type | The vehicle's type |
[in] | speedFactor | The factor for driven lane's speed limits |
ProcessError | If a value is wrong |
Definition at line 50 of file MEVehicle.cpp.
References SUMOVehicleParameter::departSpeed, SUMOVehicleParameter::departSpeedProcedure, MSVehicleType::getID(), MSVehicleType::getMaxSpeed(), MSVehicleType::getVehicleClass(), GIVEN, and SUMOVehicleParameter::id.
|
privateinherited |
Definition at line 1257 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myEdgeWeights.
Referenced by MSBaseVehicle::getWeightsStorage().
|
virtualinherited |
deletes the next stop at the given index if it exists
Implements SUMOVehicle.
Definition at line 1124 of file MSBaseVehicle.cpp.
References MSBaseVehicle::hasStops(), MSBaseVehicle::isStopped(), MSBaseVehicle::myStops, and MSBaseVehicle::resumeFromStopping().
Referenced by MSDevice_Taxi::customerArrived().
|
virtualinherited |
"Activates" all current move reminder
For all move reminder stored in "myMoveReminders", their method "MSMoveReminder::notifyEnter" is called.
[in] | reason | The reason for changing the reminders' states |
[in] | enteredLane | The lane, which is entered (if applicable) |
Reimplemented in MSVehicle.
Definition at line 664 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by MESegment::receive(), and MELoop::teleportVehicle().
|
inherited |
Adds a MoveReminder dynamically.
[in] | rem | the reminder to add |
Definition at line 637 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::adaptLaneEntering2MoveReminder(), MESegment::addReminders(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), and MSVehicle::processNextStop().
|
virtualinherited |
Adds a stop.
The stop is put into the sorted list.
[in] | stop | The stop to add |
Implements SUMOVehicle.
Definition at line 826 of file MSBaseVehicle.cpp.
References MSLane::allowsVehicleClass(), SUMOVehicleParameter::Stop::arrival, BASE, MSBaseVehicle::basePos(), MSStop::busstop, MSStop::chargingStation, MSStop::collision, MSStop::containerstop, DEFAULT, SUMOVehicleParameter::departPos, SUMOVehicleParameter::departPosProcedure, MSEdge::dictionary(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::getEdge(), MSLane::getEdge(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), MSBaseVehicle::getLength(), MSLane::getLength(), MSVehicleType::getLength(), MSLane::getNextNormal(), MSEdge::getNormalBefore(), SUMOTrafficObject::getPositionOnLane(), MELoop::getSegmentForEdge(), MSBaseVehicle::getVClass(), MSVehicleType::getVehicleClass(), GIVEN, MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSBaseVehicle::handleCollisionStop(), MSBaseVehicle::hasDeparted(), SUMOVehicleParameter::id, SUMOVehicleParameter::Stop::index, MSStop::initPars(), MSEdge::isInternal(), MSLane::isInternal(), MSStop::lane, SUMOVehicleParameter::Stop::lane, MIN2(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, MSBaseVehicle::myType, MSStop::overheadWireSegment, MSStop::parkingarea, MSStop::pars, MSStop::segment, SUMOVehicleParameter::Stop::startPos, STOP_INDEX_END, STOP_INDEX_FIT, SUMOVehicleParameter::Stop::until, and MSNet::warnOnce().
Referenced by MSBaseVehicle::addStops(), MSVehicle::addTraciStop(), MSLane::handleCollisionBetween(), MSBaseVehicle::replaceRoute(), and 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 994 of file MSBaseVehicle.cpp.
References MSBaseVehicle::addStop(), SUMOVehicleParameter::depart, SUMOVehicleParameter::Stop::endPos, MSRoute::getStops(), MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOVehicleParameter::repetitionOffset, SUMOVehicleParameter::repetitionsDone, SUMOVehicleParameter::Stop::startPos, SUMOVehicleParameter::stops, and WRITE_WARNING.
Referenced by MSVehicleControl::initVehicle(), and MSBaseVehicle::replaceRoute().
|
inlineinherited |
Adds this object to the given container.
[in,filled] | cont The container to add this item to |
Definition at line 117 of file Named.h.
References Named::StoringVisitor::add().
|
virtualinherited |
Adds a person or container to this vehicle.
[in] | transportable | The person/container to add |
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 544 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::addTransportable(), MSDevice_Transportable::buildVehicleDevices(), SUMOVehicleParameter::depart, DEPART_CONTAINER_TRIGGERED, DEPART_TRIGGERED, SUMOVehicleParameter::departProcedure, MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSTransportable::isPerson(), MSBaseVehicle::myContainerDevice, MSBaseVehicle::myDevices, MSBaseVehicle::myMoveReminders, MSBaseVehicle::myParameter, and MSBaseVehicle::myPersonDevice.
Referenced by MSVehicle::addTransportable().
|
virtualinherited |
whether the given transportable is allowed to board this vehicle
Implements SUMOVehicle.
Definition at line 531 of file MSBaseVehicle.cpp.
References MSDevice_Taxi::allowsBoarding(), MSBaseVehicle::getDevice(), MSBaseVehicle::getPersonNumber(), and MSBaseVehicle::getVehicleType().
|
inherited |
departure position where the vehicle fits fully onto the edge (if possible)
Definition at line 814 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSBaseVehicle::getLength(), MSEdge::getLength(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::hasStops(), MAX2(), MIN2(), MSBaseVehicle::myRoute, and MSBaseVehicle::myStops.
Referenced by MSBaseVehicle::addStop(), and MSLane::insertVehicle().
|
inherited |
(Re-)Calculates the arrival position and lane from the vehicle parameters
Definition at line 686 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::arrivalLane, SUMOVehicleParameter::arrivalLaneProcedure, SUMOVehicleParameter::arrivalPos, SUMOVehicleParameter::arrivalPosProcedure, SUMOVehicleParameter::arrivalSpeed, SUMOVehicleParameter::arrivalSpeedProcedure, CENTER, Named::getID(), MSEdge::getLanes(), MSRoute::getLastEdge(), MSVehicleType::getVehicleClass(), GIVEN, MSEdge::isTazConnector(), MAX2(), MIN2(), MSBaseVehicle::myArrivalLane, MSBaseVehicle::myArrivalPos, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myType, RandHelper::rand(), RANDOM, toString(), and WRITE_WARNING.
Referenced by loadState(), MSVehicle::loadState(), MSBaseVehicle::MSBaseVehicle(), MSBaseVehicle::replaceRoute(), and MSBaseVehicle::reroute().
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 213 of file MEVehicle.cpp.
References MSStopOut::active(), MSBaseVehicle::getContainerNumber(), MSStopOut::getInstance(), MSBaseVehicle::getPersonNumber(), MSBaseVehicle::myCurrEdge, myLastEntryTime, mySegment, MSBaseVehicle::myStops, and MSStopOut::stopStarted().
Referenced by MESegment::receive().
|
inherited |
create device of the given type
Definition at line 1354 of file MSBaseVehicle.cpp.
References MSDevice_Routing::buildVehicleDevices(), MSBaseVehicle::getDevice(), MSBaseVehicle::hasDeparted(), MSBaseVehicle::hasDevice(), MSBaseVehicle::myDevices, MSBaseVehicle::myParameter, MSMoveReminder::NOTIFICATION_DEPARTED, and MSDevice_Routing::notifyEnter().
double MEVehicle::estimateLeaveSpeed | ( | const MSLink * | link | ) | const |
Returns the vehicle's estimated speed after driving accross the link.
Definition at line 123 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 486 of file MSBaseVehicle.cpp.
Referenced by MSBaseVehicle::getCO2Emissions(), MSBaseVehicle::getCOEmissions(), MSBaseVehicle::getElectricityConsumption(), MSBaseVehicle::getFuelConsumption(), MSBaseVehicle::getHarmonoise_NoiseEmissions(), MSBaseVehicle::getHCEmissions(), MSBaseVehicle::getNOxEmissions(), and MSBaseVehicle::getPMxEmissions().
|
inlinevirtual |
Returns the duration for which the vehicle was blocked.
Implements SUMOVehicle.
Definition at line 294 of file MEVehicle.h.
References getWaitingTime().
Referenced by MSDevice_ElecHybrid::notifyLeave().
|
virtual |
Returns the vehicle's direction in degrees.
Implements SUMOVehicle.
Definition at line 86 of file MEVehicle.cpp.
References MSBaseVehicle::getEdge(), MSEdge::getLanes(), getPositionOnLane(), MSLane::getShape(), MSLane::interpolateLanePosToGeometryPos(), and PositionVector::rotationAtOffset().
Referenced by GUIMEVehicle::getAngle().
|
inlinevirtualinherited |
Returns this vehicle's desired arrivalPos for its current route (may change on reroute)
Implements SUMOVehicle.
Definition at line 317 of file MSBaseVehicle.h.
References MSBaseVehicle::myArrivalPos.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), MSLane::isInsertionSuccess(), MSVehicle::replaceStop(), and MSVehicle::rerouteParkingArea().
double MEVehicle::getAverageSpeed | ( | ) | const |
Returns the vehicle's estimated average speed on the segment assuming no further delays.
Definition at line 117 of file MEVehicle.cpp.
References MESegment::getLength(), myEventTime, myLastEntryTime, mySegment, and STEPS2TIME.
Referenced by getSpeed(), and MSDevice_ElecHybrid::notifyLeave().
|
virtual |
Get the vehicle's position relative to the given lane.
Implements SUMOTrafficObject.
Definition at line 72 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 360 of file MEVehicle.cpp.
References myInfluencer.
|
virtual |
|
inline |
Returns the time at which the vehicle was blocked.
Definition at line 278 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 321 of file MEVehicle.h.
References getBlockTime(), and STEPS2TIME.
Referenced by GUIMEVehicle::getParameterWindow(), and MSDevice_ElecHybrid::notifyLeave().
|
inlinevirtual |
get distance for coming to a stop (used for rerouting checks)
Implements SUMOVehicle.
Definition at line 184 of file MEVehicle.h.
|
inlinevirtualinherited |
Returns the precomputed factor by which the driver wants to be faster than the speed limit.
Implements SUMOTrafficObject.
Definition at line 470 of file MSBaseVehicle.h.
References MSBaseVehicle::myChosenSpeedFactor.
Referenced by MSLane::getDepartSpeed(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), and GUISUMOViewParent::onUpdSpeedFactor().
|
inherited |
Returns CO2 emission of the current state.
Definition at line 1141 of file MSBaseVehicle.cpp.
References PollutantsInterface::CO2, PollutantsInterface::compute(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getCO2Emission(), GUIVehicle::getColorValue(), and GUIVehicle::getParameterWindow().
|
inherited |
Returns CO emission of the current state.
Definition at line 1151 of file MSBaseVehicle.cpp.
References PollutantsInterface::CO, PollutantsInterface::compute(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getCOEmission(), GUIVehicle::getColorValue(), and GUIVehicle::getParameterWindow().
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 132 of file MEVehicle.cpp.
References DELTA_T, MESegment::getLength(), MAX2(), myEventTime, myLastEntryTime, mySegment, and STEPS2TIME.
|
inlineinherited |
Definition at line 615 of file MSBaseVehicle.h.
References MSBaseVehicle::myContainerDevice.
Referenced by GUIBaseVehicle::getNumContainers().
|
virtualinherited |
Returns the number of containers.
Implements SUMOVehicle.
Definition at line 1284 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::containerNumber, MSBaseVehicle::myContainerDevice, MSBaseVehicle::myParameter, and MSDevice_Transportable::size().
Referenced by checkStop(), GUIVehicle::getParameterWindow(), MSVehicle::leaveLane(), MSVehicle::processNextStop(), and MSXMLRawOut::writeVehicle().
|
virtualinherited |
retrieve riding containers
Implements SUMOVehicle.
Definition at line 1313 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::getTransportables(), MSBaseVehicle::myContainerDevice, and MSBaseVehicle::myEmptyTransportableVector.
Referenced by MSXMLRawOut::writeVehicle().
double MEVehicle::getCurrentLinkPenaltySeconds | ( | ) | const |
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty.
Definition at line 295 of file MEVehicle.cpp.
References MESegment::getLinkPenalty(), mySegment, and STEPS2TIME.
Referenced by GUIMEVehicle::getParameterWindow().
|
inlinevirtualinherited |
Returns an iterator pointing to the current edge in this vehicles route.
Implements SUMOVehicle.
Definition at line 223 of file MSBaseVehicle.h.
References MSBaseVehicle::myCurrEdge.
Referenced by MSRailSignal::DriveWay::deadlockLaneOccupied(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSRailSignal::hasOncomingRailTraffic(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), and MSVehicle::replaceStop().
double MEVehicle::getCurrentStoppingTimeSeconds | ( | ) | const |
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty.
Definition at line 235 of file MEVehicle.cpp.
References myLastEntryTime, MSBaseVehicle::myStops, and STEPS2TIME.
Referenced by GUIMEVehicle::getParameterWindow(), and MSDevice_Tripinfo::notifyMoveInternal().
|
inlinevirtualinherited |
Returns the depart delay.
Implements SUMOVehicle.
Definition at line 288 of file MSBaseVehicle.h.
References SUMOVehicleParameter::depart, MSBaseVehicle::getDeparture(), and MSBaseVehicle::getParameter().
Referenced by GUIVehicle::getColorValue(), GUIMEVehicle::getColorValue(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), and MSLane::insertVehicle().
|
inlinevirtualinherited |
Returns this vehicle's real departure position.
Implements SUMOVehicle.
Definition at line 309 of file MSBaseVehicle.h.
References MSBaseVehicle::myDepartPos.
|
inlinevirtualinherited |
Returns this vehicle's real departure time.
Implements SUMOVehicle.
Definition at line 283 of file MSBaseVehicle.h.
References MSBaseVehicle::myDeparture.
Referenced by MSBaseVehicle::getDepartDelay(), and MSVehicle::Influencer::postProcessRemoteControl().
|
virtualinherited |
Returns a device of the given type if it exists or 0.
Implements SUMOVehicle.
Definition at line 738 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by MSBaseVehicle::allowsBoarding(), MSBaseVehicle::createDevice(), LIBSUMO_NAMESPACE::Vehicle::dispatchTaxi(), GUIBaseVehicle::drawOnPos(), MSVehicle::executeMove(), MSBaseVehicle::getElecHybridCurrent(), MSBaseVehicle::getEmissionParameters(), GUIVehicle::getParameterWindow(), MSBaseVehicle::getStateOfCharge(), MSVehicle::initDevices(), MSDevice_Bluelight::notifyMove(), processStop(), GUIVehicle::rerouteDRTStop(), MSVehicle::resumeFromStopping(), 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 1373 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by MSBaseVehicle::getPrefixedParameter().
|
inlinevirtualinherited |
Returns this vehicle's devices.
Implements SUMOVehicle.
Definition at line 385 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 211 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myCurrEdge.
Referenced by MSVehicleTransfer::add(), MSBaseVehicle::addStop(), MELoop::changeSegment(), GUIApplicationWindow::checkGamingEvents(), MSVehicleTransfer::checkInsertions(), MSVehicle::enterLaneAtLaneChange(), METriggeredCalibrator::execute(), MSDevice_SSM::findFoeConflictLane(), MSVehicle::Influencer::gapControlSpeed(), LIBSUMO_NAMESPACE::Vehicle::getAllowedSpeed(), getAngle(), GUIMEVehicle::getCenteringBoundary(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), GUIMEVehicle::getEdgeID(), MSCFModel_CC::getParameter(), getPosition(), MSBaseVehicle::getRNG(), MSBaseVehicle::getRNGIndex(), LIBSUMO_NAMESPACE::Vehicle::getRoadID(), getSlope(), MSDevice_Bluelight::notifyMove(), TraCIServerAPI_Vehicle::processSet(), processStop(), MESegment::receive(), MSBaseVehicle::replaceRoute(), 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 poweertrain of the vehicle?
Definition at line 1225 of file MSBaseVehicle.cpp.
References MSDevice_ElecHybrid::getCurrentFromOverheadWire(), and MSBaseVehicle::getDevice().
Referenced by GUIVehicle::getParameterWindow().
|
inherited |
Returns electricity consumption of the current state.
Definition at line 1201 of file MSBaseVehicle.cpp.
References PollutantsInterface::compute(), PollutantsInterface::ELEC, MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), MSBaseVehicle::getEmissionParameters(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.
Referenced by GUIVehicle::getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getElectricityConsumption(), and GUIVehicle::getParameterWindow().
|
virtualinherited |
Returns the vehicle's emission model parameter.
Implements SUMOVehicle.
Definition at line 179 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getDevice(), and MSDevice_Battery::getEnergyParams().
Referenced by MSBaseVehicle::getElectricityConsumption().
|
inline |
Returns the (planned) time at which the vehicle leaves his current cell.
Definition at line 219 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(), updateDetectors(), and MELoop::vaporizeCar().
|
inline |
Returns the earliest leave time for the current segment.
Definition at line 311 of file MEVehicle.h.
References getEventTime(), and STEPS2TIME.
Referenced by GUIMEVehicle::getParameterWindow().
|
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 772 of file MSBaseVehicle.h.
References UNUSED_PARAMETER, and WRITE_WARNING.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getFollower().
|
inherited |
Returns fuel consumption of the current state.
Definition at line 1191 of file MSBaseVehicle.cpp.
References PollutantsInterface::compute(), PollutantsInterface::FUEL, MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.
Referenced by GUIVehicle::getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getFuelConsumption(), and GUIVehicle::getParameterWindow().
|
inherited |
Returns noise emissions of the current state.
Definition at line 1235 of file MSBaseVehicle.cpp.
References HelpersHarmonoise::computeNoise(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.
Referenced by GUIVehicle::getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getNoiseEmission(), and GUIVehicle::getParameterWindow().
|
inherited |
Returns HC emission of the current state.
Definition at line 1161 of file MSBaseVehicle.cpp.
References PollutantsInterface::compute(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), PollutantsInterface::HC, SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), and MSBaseVehicle::myType.
Referenced by GUIVehicle::getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getHCEmission(), and GUIVehicle::getParameterWindow().
|
inlineinherited |
Returns the id.
Definition at line 73 of file Named.h.
References Named::myID.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSCFModel_ACC::_v(), MSCFModel_CACC::_v(), MSCFModel_Wiedemann::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSTransportableControl::abortAnyWaitingForVehicle(), MSLaneChangerSublane::abortLCManeuver(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaders(), MSVehicleTransfer::add(), MSPModel_Striping::add(), PCPolyContainer::add(), ShapeContainer::add(), MSDetectorControl::add(), NLTriggerBuilder::addAccess(), RORouteDef::addAlternative(), MSLane::addApproachingLane(), MSChargingStation::addChargeValueForOutput(), MSOverheadWire::addChargeValueForOutput(), NBNodeCont::addCluster2Join(), NLHandler::addConnection(), NBLoadedSUMOTLDef::addConnection(), MSPModel_Striping::addCrossingVehs(), RODFDetectorCon::addDetector(), RONet::addEdge(), ROJTREdge::addFollowerProbability(), MSLCM_SL2015::addLCSpeedAdvice(), MSTLLogicControl::TLSLogicVariants::addLogic(), MSLane::addNeigh(), RONet::addNode(), MSTractionSubstation::addOverheadWireClampToCircuit(), MSTractionSubstation::addOverheadWireInnerSegmentToCircuit(), MSTractionSubstation::addOverheadWireSegmentToCircuit(), NIImporter_SUMO::addPhase(), GUIEdge::addRerouter(), MSDispatch::addReservation(), MSRouteHandler::addRide(), RONet::addRouteDef(), NIXMLEdgesHandler::addSplit(), NBTrafficLightLogic::addStep(), MSRouteHandler::addStop(), RORouteHandler::addStop(), ROVehicle::addStop(), MSBaseVehicle::addStop(), MSNet::addStoppingPlace(), MSVehicle::addTransportable(), AGActivityTripWriter::addTrip(), MSRouteHandler::addVehicleStopsToImplicitRoute(), NIXMLConnectionsHandler::addWalkingArea(), MSTransportable::appendStage(), LIBSUMO_NAMESPACE::Person::appendWalkingStage(), MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), libsumo::Helper::applySubscriptionFilterLateralDistanceSinglePass(), libsumo::Helper::applySubscriptionFilters(), MSDevice_ToC::awarenessRecoveryStep(), GUITrafficLightLogicWrapper::begin2TrackPhases(), MSPModel_Striping::blockedAtDist(), MSLink::blockedAtTime(), MSLink::blockedByFoe(), MSVehicle::boardTransportables(), NLEdgeControlBuilder::build(), NIVisumTL::build(), RODFNet::buildApproachList(), MSSOTLE2Sensors::buildContinueSensior(), MSSOTLE2Sensors::buildCountSensorForLane(), MSSOTLE2Sensors::buildCountSensorForOutLane(), NBNode::buildCrossings(), NBNode::buildCrossingsAndWalkingAreas(), MSTransportableDevice_Routing::buildDevices(), MSTransportableDevice_FCD::buildDevices(), NIImporter_VISUM::buildDistrictNode(), MSRailSignal::LinkInfo::buildDriveWay(), NLDetectorBuilder::buildE2Detector(), RODFNet::buildEdgeFlowMap(), NBEdge::buildInnerEdges(), NLTriggerBuilder::buildInnerOverheadWireSegments(), GNETLSEditorFrame::buildInternalLanes(), NIVissimEdge::buildNBEdge(), NGEdge::buildNBEdge(), NBRampsComputer::buildOffRamp(), NBRampsComputer::buildOnRamp(), MSRailSignal::DriveWay::buildRoute(), MELoop::buildSegmentsFor(), MSSOTLE2Sensors::buildSensorForLane(), MSSOTLE2Sensors::buildSensorForOutLane(), LIBSUMO_NAMESPACE::Vehicle::buildStopParameters(), MSDevice_Battery::buildVehicleDevices(), MSDevice_Bluelight::buildVehicleDevices(), MSDevice_BTreceiver::buildVehicleDevices(), MSDevice_BTsender::buildVehicleDevices(), MSDevice_DriverState::buildVehicleDevices(), MSDevice_ElecHybrid::buildVehicleDevices(), MSDevice_Emissions::buildVehicleDevices(), MSDevice_Example::buildVehicleDevices(), MSDevice_FCD::buildVehicleDevices(), MSDevice_Routing::buildVehicleDevices(), MSDevice_SSM::buildVehicleDevices(), MSDevice_Taxi::buildVehicleDevices(), MSDevice_ToC::buildVehicleDevices(), MSDevice_Tripinfo::buildVehicleDevices(), MSDevice_Transportable::buildVehicleDevices(), MSDevice_Vehroutes::buildVehicleDevices(), NBNode::buildWalkingAreas(), MSBaseVehicle::calculateArrivalParams(), MSSwarmTrafficLightLogic::calculateEtaDiff(), MSSwarmTrafficLightLogic::calculateEtaRatio(), MSE2Collector::calculateTimeLossAndTimeOnDetector(), MSSOTLPolicyBasedTrafficLightLogic::canRelease(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLCM_SL2015::changed(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), MSSimpleTrafficLightLogic::changeStepAndDuration(), LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSTLLogicControl::check2Switch(), MSEdge::checkAndRegisterBiDirEdge(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeSublane(), NBEdgeCont::checkConsistency(), MSRailSignal::DriveWay::checkCrossingFlanks(), MSDevice_ToC::checkDynamicToC(), MSLane::checkFailure(), MSLane::checkForPedestrians(), GUIApplicationWindow::checkGamingEvents(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSDevice_Battery::checkParam(), MSDevice_ElecHybrid::checkParam(), MSE2Collector::checkPositioning(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSAbstractLaneChangeModel::checkTraCICommands(), MSLaneChanger::checkTraCICommands(), MSSwarmTrafficLightLogic::choosePolicy(), MSDevice_SSM::classifyEncounter(), ShapeContainer::clearHighlights(), NBTrafficLightLogic::closeBuilding(), ODDistrictHandler::closeDistrict(), NLHandler::closeEdge(), MSDevice_SSM::closeEncounter(), MSRouteHandler::closeFlow(), RORouteHandler::closeRouteDistribution(), RORouteHandler::closeVehicle(), NBTrafficLightDefinition::collectAllLinks(), NBTrafficLightDefinition::collectEdges(), NBLoadedSUMOTLDef::collectEdgeVectors(), NBLoadedTLDef::collectLinks(), MSLCM_SL2015::commitManoeuvre(), IntermodalRouter< E, L, N, V >::compute(), ROJTRRouter::compute(), NBTrafficLightDefinition::compute(), MSVehicle::computeAngle(), MSDispatch::computeDetourTime(), NBNodeShapeComputer::computeEdgeBoundaries(), NBNode::computeInternalLaneShape(), NBNode::computeLanes2Lanes(), NBNode::computeLogic(), NBOwnTLDef::computeLogicAndConts(), NBNodeShapeComputer::computeNodeShapeDefault(), NBNodeShapeComputer::computeNodeShapeSmall(), NBNodeTypeComputer::computeNodeTypes(), RODFNet::computeRoutesFor(), NBTrafficLightLogicCont::computeSingleLogic(), NBNode::computeSmoothShape(), MSLCM_SL2015::computeSpeedLat(), MSDevice_SSM::computeSSMs(), NBTurningDirectionsComputer::computeTurnDirectionsForNode(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), NGNet::connect(), MSRailSignal::constraintsAllow(), MSLaneChanger::continueChange(), MSLaneChangerSublane::continueChangeSublane(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), NBLoadedSUMOTLDef::copyIndices(), NBOwnTLDef::corridorLike(), MSSOTLWaveTrafficLightLogic::countVehicles(), MSSOTLE2Sensors::countVehicles(), MSDevice_SSM::createEncounters(), GUINet::createTLWrapper(), MSDevice_Taxi::customerArrived(), MSDevice_ToC::deactivateDeliberateLCs(), MSRailSignal::DriveWay::deadlockLaneOccupied(), libsumo::Helper::debugPrint(), MSLCM_SL2015::decideDirection(), MSActuatedTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decideNextPhase(), MSSOTLPolicyBasedTrafficLightLogic::decideNextPhase(), MSSwarmTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decidePolicy(), MSSwarmTrafficLightLogic::decidePolicy(), MSVehicleControl::deleteVehicle(), MSDevice_ElecHybrid::deleteVehicleFromCircuit(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSE3Collector::detectorUpdate(), MSLane::detectPedestrianJunctionCollision(), NIVissimDistrictConnection::dict_BuildDistrictNodes(), NIVissimDistrictConnection::dict_BuildDistricts(), NBNodeCont::discardTrafficLights(), MSDispatch_Greedy::dispatch(), MSDispatch_GreedyShared::dispatch(), MSDispatch_RouteExtension::dispatch(), MSDevice_Taxi::dispatchShared(), MSDevice_SSM::Encounter::Encounter(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSE3Collector::enter(), MSVehicle::enterLaneAtMove(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSTransportableControl::erase(), METriggeredCalibrator::execute(), Command_SaveTLSProgram::execute(), Command_SaveTLSState::execute(), Command_SaveTLSSwitches::execute(), Command_SaveTLSSwitchStates::execute(), MSVTypeProbe::execute(), MSPModel_Striping::MovePedestrians::execute(), MSCalibrator::execute(), MSVehicle::executeMove(), MSLane::executeMovements(), NBNodeCont::extract(), NBTrafficLightLogicCont::extract(), MSCFModel::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSLaneChanger::findCandidate(), libsumo::Helper::findCloserLane(), MSRailSignal::DriveWay::findFlankProtection(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Simulation::findIntermodalRoute(), MSDevice_SSM::findSurroundingVehicles(), MSDevice_SSM::flushConflicts(), MSDevice_SSM::flushGlobalMeasures(), MSCFModel_CACC::followSpeed(), MSCFModel_W99::followSpeed(), NBTrafficLightDefinition::forbids(), NBNodeCont::generateNodeClusters(), MSDevice_Tripinfo::generateOutput(), GUITrafficLightLogicWrapper::getActiveTLLogic(), RODFDetectorCon::getAggFlowFor(), RODFDetectorCon::getAnyDetectorForEdge(), MSPModel_Striping::getArbitraryPath(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), LIBSUMO_NAMESPACE::Vehicle::getBestLanes(), NBOwnTLDef::getBestPair(), NBRailwayTopologyAnalyzer::getBrokenRailNodes(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), MSVehicle::getCenterOnEdge(), MSDevice_Battery::getChargingStationID(), MSRailSignal::getClickableTLLinkID(), GUIVehicle::getColorValue(), MSLaneChanger::getColumnleader(), LIBSUMO_NAMESPACE::TrafficLight::getControlledLinks(), MSLane::getCriticalLeader(), NBNodeShapeComputer::getDefaultRadius(), MSLink::getDescription(), MSStop::getDescription(), NBTrafficLightDefinition::getDescription(), GUIPerson::getDestinationEdgeID(), MSDevice_SSM::getDetectionRange(), RODFNet::getDetectorEdge(), MSActuatedTrafficLightLogic::getDetectorPriority(), MSRailSignal::LinkInfo::getDriveWay(), GUIPerson::getEdgeID(), GUIMEVehicle::getEdgeID(), MSMeanData::getEdgeID(), libsumo::Calibrator::getEdgeID(), LIBSUMO_NAMESPACE::RouteProbe::getEdgeID(), MSDevice_SSM::getExtraTime(), MSPModel_Remote::getFirstPedestrianLane(), MSLane::getFirstVehicleInformation(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), GUIPerson::getFromEdgeID(), MSCalibrator::getID(), NBEdge::getID(), MSRailSignal::getJunctionLinkID(), RORouteHandler::getJunctionTaz(), libsumo::Calibrator::getLaneID(), MSParkingArea::getLastFreePosWithReservation(), MSLane::getLastVehicleInformation(), MSVehicle::getLatOffset(), MSLane::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), MSLink::getLengthBeforeCrossing(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForInputLanes(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForOutputLanes(), MSDevice_SSM::getMeasuresAndThresholds(), NIImporter_VISUM::getNamedEdgeContinuating(), MSPModel_Striping::getNeighboringObstacles(), MSPerson::getNextEdge(), MSPModel_Striping::getNextLane(), MSPModel_Striping::getNextLaneObstacles(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSLane::getOppositePos(), MSDevice_SSM::getOutputFilename(), MSDevice_ElecHybrid::getOverheadWireSegmentID(), MSOverheadWire::getOverheadWireSegmentName(), MSDevice_ToC::getParameter(), LIBSUMO_NAMESPACE::Simulation::getParameter(), GUIContainer::getParameterWindow(), GUILane::getParameterWindow(), GUITrafficLightLogicWrapper::getParameterWindow(), GUILane::getParentName(), MSLane::getPartialBehind(), MSSimpleDriverState::getPerceivedHeadway(), MSSimpleDriverState::getPerceivedSpeedDifference(), MSSOTLTrafficLightLogic::getPhaseIndexWithMaxCTS(), MSSwarmTrafficLightLogic::getPheromoneForInputLanes(), MSSwarmTrafficLightLogic::getPheromoneForOutputLanes(), PolygonDynamics::getPolygonID(), GUITrafficLightLogicWrapper::getPopUpMenu(), NLTriggerBuilder::getPosition(), NLDetectorBuilder::getPositionChecking(), MSBaseVehicle::getPrefixedParameter(), MSCFModel_CC::getRadarMeasurements(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), LIBSUMO_NAMESPACE::Vehicle::getRoadID(), MSLCHelper::getRoundaboutDistBonus(), LIBSUMO_NAMESPACE::Vehicle::getRouteID(), libsumo::Calibrator::getRouteProbeID(), MSBaseVehicle::getRouteValidity(), MSVehicle::getSafeFollowSpeed(), MSAbstractLaneChangeModel::getShadowLane(), MSBaseVehicle::getSingularType(), MSTransportable::getSingularType(), LIBSUMO_NAMESPACE::Person::getStage(), MSPerson::MSPersonStage_Walking::getStageSummary(), MSStageTrip::getStageSummary(), MSStageWaiting::getStageSummary(), MSStageDriving::getStageSummary(), MSStageTranship::getStageSummary(), MSDevice_Taxi::getStopLane(), MSNet::getStoppingPlaceID(), MSDevice::getStringParam(), MSLane::getSurroundingVehicles(), MSActuatedTrafficLightLogic::getTarget(), LIBSUMO_NAMESPACE::Person::getTaxiReservations(), MSRailSignal::getTLLinkID(), NIImporter_OpenDrive::getTLSSecure(), MSDevice_ElecHybrid::getTractionSubstationID(), PedestrianEdge< E, L, N, V >::getTravelTime(), MSVehicle::getUpcomingLanesUntil(), MSLane::getUpcomingLinks(), MSDevice_SSM::getUpstreamVehicles(), LIBSUMO_NAMESPACE::Person::getVehicle(), MSPModel_Striping::getVehicleObstacles(), MSDevice_SSM::getVehiclesOnJunction(), MSRailSignalConstraint::getVehID(), MSStageDriving::getWaitingDescription(), MSEdge::getWaitingVehicle(), MSLink::getZipperSpeed(), GNEEdge::GNEEdge(), NBNode::guessCrossings(), RODFDetectorCon::guessEmptyFlows(), NBNodeCont::guessTLs(), GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerWindow(), MSLane::handleCollisionBetween(), MSRailSignal::hasInsertionConstraint(), MSRailSignal::hasOncomingRailTraffic(), MSBaseVehicle::hasValidRouteStart(), MSVehicle::hasValidRouteStart(), MSBaseVehicle::haveValidStopEdges(), libsumo::POI::highlight(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSIdling_Stop::idle(), MSIdling_RandomCircling::idle(), MSVehicle::ignoreRed(), MSLCM_LC2013::inform(), MSLCM_SL2015::inform(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), NBEdge::init(), MSActuatedTrafficLightLogic::init(), MSDelayBasedTrafficLightLogic::init(), MSDeterministicHiLevelTrafficLightLogic::init(), MSRailSignal::init(), MSSOTLTrafficLightLogic::init(), MSSwarmTrafficLightLogic::init(), MSTrafficLightLogic::init(), MSE2Collector::initAuxiliaries(), MESegment::initialise(), MSTrafficLightLogic::initMesoTLSPenalties(), PolygonDynamics::initTrackedPosition(), NIImporter_SUMO::initTrafficLightLogic(), NIXMLTrafficLightsHandler::initTrafficLightLogic(), NBDistrictCont::insert(), NBNodeCont::insert(), NBTrafficLightLogicCont::insert(), MSCFModel_IDM::insertionFollowSpeed(), MSEdge::insertVehicle(), MSLane::integrateNewVehicles(), GNEJunction::invalidateTLS(), NBNode::invalidateTLS(), MSTLLogicControl::isActive(), MSPedestrianPushButton::isActiveForEdge(), MSPedestrianPushButton::isActiveOnAnySideOfTheRoad(), RODFNet::isDestination(), RODFNet::isFalseSource(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), MESegment::isOpen(), RODFNet::isSource(), NIImporter_VISUM::isSplitEdge(), MSSOTLTrafficLightLogic::isThresholdPassed(), MSStageDriving::isWaitingFor(), MESegment::jamThresholdForSpeed(), NBNodeCont::joinSameJunctions(), MSVehicle::joinTrainPartFront(), MSAbstractLaneChangeModel::laneChangeOutput(), MSVehicle::lateralDistanceToLane(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSVehicle::leaveLane(), MSDevice_BTreceiver::BTreceiverUpdate::leaveRange(), MSPedestrianPushButton::loadCrossingEdgeMap(), NIImporter_OpenDrive::loadNetwork(), MSPedestrianPushButton::loadPushButtons(), ODDistrictCont::makeDistricts(), MSE2Collector::makeMoveNotification(), MSE2Collector::makeVehicleInfo(), MSSOTLE2Sensors::meanVehiclesSpeed(), MSPModel_Striping::moveInDirection(), MSPModel_Striping::moveInDirectionOnLane(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), MSDevice_ToC::MRMExecutionStep(), MSChargingStation::MSChargingStation(), MSDevice_Battery::MSDevice_Battery(), MSDevice_ElecHybrid::MSDevice_ElecHybrid(), MSDevice_Taxi::MSDevice_Taxi(), MSDevice_ToC::MSDevice_ToC(), MSE2Collector::MSE2Collector(), MSLCM_LC2013::MSLCM_LC2013(), MSSimpleDriverState::MSSimpleDriverState(), NBLoadedTLDef::myCompute(), NIImporter_SUMO::myEndElement(), MSStateHandler::myStartElement(), MSLaneSpeedTrigger::myStartElement(), MSTriggeredRerouter::myStartElement(), MSPModel_Striping::nextBlocking(), MSDevice_ElecHybrid::notifyEnter(), MSE2Collector::notifyEnter(), MSDevice_Bluelight::notifyEnter(), MSDevice_Example::notifyEnter(), MSDevice_SSM::notifyEnter(), MSDevice_Tripinfo::notifyEnter(), MSMeanData::MeanDataValues::notifyEnter(), MSMeanData::MeanDataValueTracker::notifyEnter(), MSMeanData_Net::MSLaneMeanDataValues::notifyEnter(), MSRailSignalConstraint_Predecessor::PassedTracker::notifyEnter(), MSTriggeredRerouter::notifyEnter(), MSE3Collector::MSE3EntryReminder::notifyEnter(), MSE3Collector::MSE3LeaveReminder::notifyEnter(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_ElecHybrid::notifyLeave(), MSDevice_Bluelight::notifyLeave(), MSDevice_Example::notifyLeave(), MSDevice_SSM::notifyLeave(), MSDevice_Transportable::notifyLeave(), MSDevice_Tripinfo::notifyLeave(), MSE2Collector::notifyLeave(), MSE3Collector::MSE3EntryReminder::notifyLeave(), MSE3Collector::MSE3LeaveReminder::notifyLeave(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_ElecHybrid::notifyMove(), MSDevice_Battery::notifyMove(), MSDevice_Bluelight::notifyMove(), MSDevice_BTreceiver::notifyMove(), MSDevice_BTsender::notifyMove(), MSDevice_Example::notifyMove(), MSDevice_SSM::notifyMove(), MSDevice_Transportable::notifyMove(), MSE2Collector::notifyMove(), MSMeanData::MeanDataValues::notifyMove(), MSDevice_ToC::notifyMove(), MSE3Collector::MSE3LeaveReminder::notifyMove(), MSE3Collector::MSE3EntryReminder::notifyMove(), MSMeanData_Net::MSLaneMeanDataValues::notifyMoveInternal(), GNETLSEditorFrame::onCmdDefSwitch(), GUIViewTraffic::onGamingClick(), MSVehicle::onRemovalFromNet(), MSLink::opened(), RORouteHandler::openRoute(), MSLane::incoming_lane_priority_sorter::operator()(), MSLane::outgoing_lane_priority_sorter::operator()(), MSEdge::transportable_by_position_sorter::operator()(), NBNetBuilder::by_id_sorter::operator()(), NBNode::nodes_by_id_sorter::operator()(), RODFNet::idComp::operator()(), MSLaneChangerSublane::outputLCStarted(), NIImporter_VISUM::parse_Connectors_legacy(), NIImporter_VISUM::parse_EdgePolys(), NIImporter_VISUM::parse_Lanes(), NIImporter_VISUM::parse_Turns(), NLTriggerBuilder::parseAndBuildCalibrator(), NLTriggerBuilder::parseAndBuildOverheadWireSection(), MSRouteHandler::parseWalkPositions(), NBLoadedSUMOTLDef::patchIfCrossingsAdded(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), NBLoadedTLDef::SignalGroup::patchTYellow(), MSCFModel_CC::performAutoLaneChange(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSLane::planMovements(), PolygonDynamics::PolygonDynamics(), MSInternalJunction::postloadInit(), MSRightOfWayJunction::postloadInit(), MSLCM_SL2015::prepareStep(), MSDevice_Taxi::prepareStop(), MSAbstractLaneChangeModel::primaryLaneChanged(), AGStreet::print(), MSStageDriving::proceed(), MSDevice_SSM::processEncounters(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), NIXMLNodesHandler::processNodeType(), TraCIServerAPI_Vehicle::processSet(), processStop(), MSVehicle::processTraCISpeedControl(), NIXMLNodesHandler::processTrafficLightDefinitions(), MSDelayBasedTrafficLightLogic::proposeProlongation(), NBNodeCont::pruneClusterFringe(), NBNodeCont::pruneSlipLaneNodes(), MSPModel_Striping::PState::PState(), MSOffTrafficLightLogic::rebuildPhase(), NBEdge::recheckLanes(), NBEdgeCont::recheckPostProcessConnections(), NIImporter_OpenStreetMap::reconstructLayerElevation(), NBLoadedSUMOTLDef::reconstructLogic(), MSRailSignalControl::registerProtectedDriveway(), MSLink::removeApproaching(), MSVehicle::removePassedDriveItems(), GNEJunction::removeTLSConnections(), NBNodeCont::rename(), RORouteDef::repairCurrentRoute(), GNEJunction::replaceIncomingConnections(), MSVehicle::replaceParkingArea(), MSBaseVehicle::replaceRouteEdges(), MSVehicle::replaceStop(), NIImporter_DlrNavteq::TrafficlightsHandler::report(), NLEdgeControlBuilder::reportCurrentEdgeOrLane(), MSDevice_SSM::requestsTrajectories(), MSDevice_ToC::requestToC(), MSPerson::reroute(), MSBaseVehicle::reroute(), MSRailSignal::LinkInfo::reroute(), GUIVehicle::rerouteDRTStop(), MSTriggeredRerouter::rerouteParkingArea(), MSVehicle::rerouteParkingArea(), MSTransportable::rerouteParkingArea(), MSDevice_ToC::resetDeliberateLCs(), MSLane::resetManeuverReservation(), MSLane::resetPartialOccupation(), LIBSUMO_NAMESPACE::Vehicle::resume(), MSRailSignal::retrieveDriveWay(), NIImporter_OpenDrive::retrieveSignalEdges(), RODFNet::revalidateFlows(), NBRailwayTopologyAnalyzer::reverseEdges(), MSStageWaiting::routeOutput(), MSStageDriving::routeOutput(), MSLane::safeInsertionSpeed(), LIBSUMO_NAMESPACE::RouteProbe::sampleCurrentRouteID(), LIBSUMO_NAMESPACE::RouteProbe::sampleLastRouteID(), RONet::saveAndRemoveRoutesUntil(), ROPerson::Ride::saveAsXML(), ROVehicle::saveAsXML(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSBaseVehicle::saveState(), MSLane::saveState(), MSTransportable::saveState(), MESegment::saveState(), MSDevice::saveState(), MSDevice_Routing::saveState(), MSDevice_Transportable::saveState(), MSDevice_Tripinfo::saveState(), MSDevice_Vehroutes::saveState(), MSTransportableDevice_Routing::saveState(), MSStageDriving::saveState(), MSCalibrator::scheduleRemoval(), GUIVehicle::selectBlockingFoes(), MSE2Collector::selectLanes(), MSVehicle::setAngle(), MSLink::setApproaching(), MSVehicle::setApproachingForAllLinks(), MSStageTrip::setArrived(), NBNodeCont::setAsTLControlled(), MSSimpleDriverState::setAwareness(), MSChargingStation::setChargeDelay(), MSChargingStation::setChargingPower(), NLEdgeControlBuilder::setDefaultStopOffsets(), MSChargingStation::setEfficency(), MSAbstractLaneChangeModel::setManeuverDist(), MSLane::setManeuverReservation(), MSDevice_Battery::setMaximumBatteryCapacity(), NBEdge::setNodeBorder(), MSLCM_SL2015::setOwnState(), MSActuatedTrafficLightLogic::setParameter(), MSDevice_ToC::setParameter(), MSCFModel_CACC::setParameter(), MSCFModel_CC::setParameter(), MSLane::setPartialOccupation(), MSDevice_Battery::setPowerMax(), NBEdgePriorityComputer::setPriorityJunctionPriorities(), libsumo::Helper::setRemoteControlled(), MSLink::setRequestInformation(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), LIBSUMO_NAMESPACE::Vehicle::setRouteID(), MSDevice_Battery::setStoppingTreshold(), NBLoadedSUMOTLDef::setTLControllingInformation(), NBLoadedTLDef::setTLControllingInformation(), NBOwnTLDef::setTLControllingInformation(), NBTrafficLightLogicCont::setTLControllingInformation(), MSStageDriving::setVehicle(), MSOverheadWire::setVoltage(), NBEdge::shiftPositionAtNode(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLane::sortManeuverReservations(), IntermodalNetwork< E, L, N, V >::splitEdge(), MSLaneChangerSublane::startChangeSublane(), MSStopOut::stopEnded(), MSStopOut::stopStarted(), MSLane::succLinkSec(), MSDevice_ToC::switchHolderType(), GUITrafficLightLogicWrapper::switchTLSLogic(), MELoop::teleportVehicle(), MSDevice_ToC::ToCPreparationStep(), MSDevice_ToC::triggerDownwardToC(), MSDevice_ToC::triggerMRM(), MSDevice_ToC::triggerUpwardToC(), MSTransportable::tripInfoOutput(), MSPerson::MSPersonStage_Access::tripInfoOutput(), METriggeredCalibrator::tryEmit(), MSSOTLTrafficLightLogic::trySwitch(), MSDevice_SSM::update(), MSSimpleDriverState::update(), PolygonDynamics::update(), MSDevice_SSM::updateAndWriteOutput(), MSVehicle::updateBestLanes(), MSLCM_SL2015::updateCFRelated(), MSSOTLTrafficLightLogic::updateCTS(), NLEdgeControlBuilder::updateCurrentLaneStopOffsets(), MSVehicle::updateDriveItems(), MSRailSignal::updateDriveway(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), MSLCM_SL2015::updateGaps(), GNETLSEditorFrame::TLSJunction::updateJunctionDescription(), GNENetHelper::AttributeCarriers::updateJunctionID(), MSSwarmTrafficLightLogic::updatePheromoneLevels(), MSSwarmTrafficLightLogic::updateSensitivities(), MSAbstractLaneChangeModel::updateShadowLane(), MSVehicle::updateState(), MSAbstractLaneChangeModel::updateTargetLane(), MSDevice_BTreceiver::BTreceiverUpdate::updateVisibility(), MSDevice_SSM::useGeoCoords(), NBNodeTypeComputer::validateRailCrossings(), libsumo::Helper::VehicleStateListener::vehicleStateChanged(), TraCIServer::vehicleStateChanged(), MSDynamicShapeUpdater::vehicleStateChanged(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSInstantInductLoop::write(), NBParking::write(), MSElecHybridExport::write(), MSFCDExport::write(), MSBatteryExport::write(), MSEmissionExport::write(), MSElecHybridExport::writeAggregated(), MSLink::writeApproaching(), MSRailSignal::writeBlocks(), NWWriter_DlrNavteq::writeConnectedLanes(), NWWriter_SUMO::writeDistrict(), MSMeanData::writeEdge(), NWWriter_SUMO::writeEdge(), MSFullExport::writeEdge(), MSXMLRawOut::writeEdge(), NWWriter_XML::writeEdgesAndConnections(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), RODFDetectorCon::writeEmitters(), RODFDetectorCon::writeEndRerouterDetectors(), NWWriter_OpenDrive::writeInternalEdge(), writeInterval(), NWWriter_SUMO::writeJunction(), MSFullExport::writeLane(), MSQueueExport::writeLane(), MSXMLRawOut::writeLane(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_OpenDrive::writeNetwork(), NWWriter_XML::writeNodes(), NWWriter_DlrNavteq::writeNodesUnsplitted(), MSTractionSubstation::writeOut(), MSDevice_ToC::writeOutput(), MSNet::writeOutput(), MSDevice_Vehroutes::writeOutput(), MSOverheadWire::writeOverheadWireSegmentOutput(), NWWriter_SUMO::writeRoundabout(), RODFDetectorCon::writeSpeedTrigger(), NWWriter_SUMO::writeTrafficLight(), NWWriter_DlrNavteq::writeTrafficSignals(), MSFCDExport::writeTransportable(), MSXMLRawOut::writeTransportable(), RODFDetectorCon::writeValidationDetectors(), MSXMLRawOut::writeVehicle(), MSAmitranTrajectories::writeVehicle(), MSFullExport::writeVehicles(), SUMOPolygon::writeXML(), PointOfInterest::writeXML(), MSE2Collector::writeXMLOutput(), MSInductLoop::writeXMLOutput(), MSRouteProbe::writeXMLOutput(), MSDevice_Transportable::~MSDevice_Transportable(), MSTriggeredRerouter::~MSTriggeredRerouter(), and RONet::~RONet().
|
inlinestaticinherited |
get an identifier for Named-like object which may be Null
Definition at line 66 of file Named.h.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), NBRailwayTopologyAnalyzer::assignDirectionPriority(), MSLaneChanger::changeOpposite(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), AStarRouter< E, V >::compute(), DijkstraRouter< E, V >::compute(), NBOwnTLDef::computeLogicAndConts(), MSLaneChanger::continueChange(), MSLane::detectCollisions(), MSRailSignal::DriveWay::findProtection(), NBPTLineCont::findWay(), MSCFModel_CACC::followSpeed(), MSCFModel_W99::followSpeed(), MSVehicle::getBackPositionOnLane(), NBOwnTLDef::getBestCombination(), NBOwnTLDef::getBestPair(), MSVehicle::getCenterOnEdge(), MSLaneChanger::getColumnleader(), NBEdge::Connection::getDescription(), MSLane::getFollowersOnConsecutive(), GUIVehicle::getLaneID(), LIBSUMO_NAMESPACE::Person::getLaneID(), MSVehicle::getLatOffset(), MSLane::getLeaderOnConsecutive(), MSLaneChanger::getRealLeader(), GUIVehicle::getShadowLaneID(), GUIVehicle::getTargetLaneID(), MSDevice_SSM::getVehiclesOnJunction(), MSCFModel_IDM::insertionFollowSpeed(), MSLane::isInsertionSuccess(), MESegment::isOpen(), joinNamedToString(), joinNamedToStringSorting(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), MSBaseVehicle::reroute(), MSTriggeredRerouter::rerouteParkingArea(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSLeaderInfo::toString(), MSLeaderDistanceInfo::toString(), MSCriticalFollowerDistanceInfo::toString(), toString(), MSVehicle::updateBestLanes(), and MSAbstractLaneChangeModel::updateShadowLane().
|
virtualinherited |
Returns this vehicles impatience.
Implements SUMOVehicle.
Definition at line 731 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getVehicleType(), SUMOTrafficObject::getWaitingTime(), MSGlobals::gTimeToImpatience, MAX2(), and MIN2().
Referenced by MSVehicle::checkRewindLinkLanes(), MSLane::getCriticalLeader(), MSLane::getLeaderOnConsecutive(), MSLane::getLeadersOnConsecutive(), GUIVehicle::getParameterWindow(), MSLCM_LC2013::informFollower(), MSLane::isInsertionSuccess(), MESegment::isOpen(), MSVehicle::processLinkApproaches(), and GUIVehicle::selectBlockingFoes().
|
inlinevirtual |
Returns the lane the vehicle is on.
Implements SUMOTrafficObject.
Definition at line 81 of file MEVehicle.h.
|
inline |
Returns the time the vehicle entered the current segment.
Definition at line 261 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 316 of file MEVehicle.h.
References getLastEntryTime(), and STEPS2TIME.
Referenced by GUIMEVehicle::getParameterWindow(), and MSDevice_ElecHybrid::notifyLeave().
|
inlinevirtualinherited |
Get the vehicle's lateral position on the lane.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 206 of file MSBaseVehicle.h.
|
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 758 of file MSBaseVehicle.h.
References UNUSED_PARAMETER, and WRITE_WARNING.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getLeader().
|
inlinevirtualinherited |
Returns the vehicle's length.
Implements SUMOVehicle.
Definition at line 454 of file MSBaseVehicle.h.
References MSVehicleType::getLength(), and MSBaseVehicle::myType.
Referenced by MSBaseVehicle::addStop(), libsumo::Helper::applySubscriptionFilters(), MSBaseVehicle::basePos(), MSDevice_SSM::checkConflictEntryAndExit(), MSVehicle::checkRewindLinkLanes(), MSDevice_SSM::classifyEncounter(), MSDevice_SSM::determineConflictPoint(), MSDevice_SSM::determineTTCandDRAC(), GUIMEVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawAction_drawLinkItems(), MSVehicle::enterLaneAtInsertion(), MSDevice_SSM::findSurroundingVehicles(), MSVehicle::Influencer::gapControlSpeed(), GUIMEVehicle::getCenteringBoundary(), LIBSUMO_NAMESPACE::Edge::getLastStepLength(), MSLink::getLeaderInfo(), MSEdge::getOccupancy(), LIBSUMO_NAMESPACE::Vehicle::highlight(), GUIVehicle::selectBlockingFoes(), setApproaching(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateFurtherLanes(), and MSDevice_SSM::updatePassedEncounter().
|
virtualinherited |
Returns the maximum speed.
Implements SUMOTrafficObject.
Definition at line 195 of file MSBaseVehicle.cpp.
References MSVehicleType::getMaxSpeed(), and MSBaseVehicle::myType.
Referenced by MSCFModel_Wiedemann::_v(), MSVehicleTransfer::checkInsertions(), MSCFModel_ACC::followSpeed(), GUIVehicle::getTypeParameterWindow(), GUIMEVehicle::getTypeParameterWindow(), MSVehicle::Influencer::implicitDeltaPosRemote(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), and MSVehicle::updateBestLanes().
|
inlinevirtual |
get the current parking area stop
Implements SUMOVehicle.
Definition at line 196 of file MEVehicle.h.
|
inlinevirtual |
Returns parameters of the next stop or nullptr.
Implements SUMOVehicle.
Definition at line 200 of file MEVehicle.h.
|
inherited |
Returns NOx emission of the current state.
Definition at line 1171 of file MSBaseVehicle.cpp.
References PollutantsInterface::compute(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), MSBaseVehicle::myType, and PollutantsInterface::NO_X.
Referenced by GUIVehicle::getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getNOxEmission(), and GUIVehicle::getParameterWindow().
|
inlinevirtualinherited |
Returns the number of new routes this vehicle got.
Implements SUMOVehicle.
Definition at line 359 of file MSBaseVehicle.h.
References MSBaseVehicle::myNumberReroutes.
Referenced by GUIBaseVehicle::drawGLAdditional(), GUIVehicle::getColorValue(), and GUIMEVehicle::getColorValue().
|
inlinevirtualinherited |
return the numerical ID which is only for internal usage
Implements SUMOVehicle.
Definition at line 607 of file MSBaseVehicle.h.
References MSBaseVehicle::myNumericalID.
Referenced by MSLane::vehicle_position_sorter::operator()(), and MSVehicleTransfer::VehicleInformation::operator<().
|
virtualinherited |
Returns the distance that was already driven by this vehicle.
Implements SUMOVehicle.
Definition at line 526 of file MSBaseVehicle.cpp.
References SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::hasArrived(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myDepartPos, and MSBaseVehicle::myOdometer.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getDistance(), GUIVehicle::getParameterWindow(), and GUIMEVehicle::getParameterWindow().
|
virtualinherited |
Returns the vehicle's parameter (including departure definition)
Implements SUMOTrafficObject.
Definition at line 174 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter.
Referenced by MSCFModel_CACC::_v(), MSLCM_SL2015::_wantsChangeSublane(), GUIBaseVehicle::drawOnPos(), MSCFModel_CACC::freeSpeed(), MSBaseVehicle::getDepartDelay(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), MSLane::getDepartSpeed(), LIBSUMO_NAMESPACE::Vehicle::getLine(), GUIBaseVehicle::getOptionalName(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), MSBaseVehicle::getPrefixedParameter(), LIBSUMO_NAMESPACE::Vehicle::getVia(), MSRailSignal::hasInsertionConstraint(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIViewTraffic::onGamingClick(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), MSVehicle::rerouteParkingArea(), GUIBaseVehicle::setFunctionalColor(), LIBSUMO_NAMESPACE::Vehicle::setLine(), LIBSUMO_NAMESPACE::Vehicle::setVia(), and METriggeredCalibrator::tryEmit().
|
inlineinherited |
Definition at line 581 of file MSBaseVehicle.h.
References MSBaseVehicle::myPastStops.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getStops().
|
inlineinherited |
Definition at line 611 of file MSBaseVehicle.h.
References MSBaseVehicle::myPersonDevice.
Referenced by GUIBaseVehicle::getNumPassengers().
|
virtualinherited |
Returns the list of persons.
Implements SUMOVehicle.
Definition at line 1274 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getPersons().
Referenced by LIBSUMO_NAMESPACE::Vehicle::getPersonIDList().
|
virtualinherited |
Returns the number of persons.
Implements SUMOVehicle.
Definition at line 1268 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter, MSBaseVehicle::myPersonDevice, SUMOVehicleParameter::personNumber, and MSDevice_Transportable::size().
Referenced by MSBaseVehicle::allowsBoarding(), checkStop(), GUIVehicle::getParameterWindow(), LIBSUMO_NAMESPACE::Vehicle::getPersonNumber(), MSVehicle::leaveLane(), MSVehicle::processNextStop(), and MSXMLRawOut::writeVehicle().
|
virtualinherited |
retrieve riding persons
Implements SUMOVehicle.
Definition at line 1303 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::getTransportables(), MSBaseVehicle::myEmptyTransportableVector, and MSBaseVehicle::myPersonDevice.
Referenced by MSBaseVehicle::getPersonIDList(), MSVehicle::rerouteParkingArea(), and MSXMLRawOut::writeVehicle().
|
inherited |
Returns PMx emission of the current state.
Definition at line 1181 of file MSBaseVehicle.cpp.
References PollutantsInterface::compute(), MSBaseVehicle::getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), MSBaseVehicle::isOnRoad(), MSBaseVehicle::myType, and PollutantsInterface::PM_X.
Referenced by GUIVehicle::getColorValue(), GUIVehicle::getParameterWindow(), and LIBSUMO_NAMESPACE::Vehicle::getPMxEmission().
|
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 100 of file MEVehicle.cpp.
References MSLane::geometryPositionAtOffset(), MSBaseVehicle::getEdge(), MSEdge::getLanes(), and getPositionOnLane().
Referenced by GUIMEVehicle::getPosition().
|
virtual |
Get the vehicle's position along the lane.
Implements SUMOTrafficObject.
Definition at line 78 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 1438 of file MSBaseVehicle.cpp.
References StringUtils::endsWith(), StringTokenizer::get(), MSVehicle::getCarFollowModel(), MSBaseVehicle::getDeviceParameter(), Named::getID(), MSVehicle::getLaneChangeModel(), MSBaseVehicle::getParameter(), MSCFModel::getParameter(), MSAbstractLaneChangeModel::getParameter(), Parameterised::getParameter(), MSBaseVehicle::hasDevice(), StringTokenizer::size(), and StringUtils::startsWith().
Referenced by GUIBaseVehicle::drawOnPos(), GUIVehicle::getColorValue(), and MSFCDExport::write().
|
virtualinherited |
Returns the vehicle's previous speed.
Implements SUMOTrafficObject.
Reimplemented in MSVehicle.
Definition at line 95 of file MSBaseVehicle.cpp.
|
inline |
Returns the index of the que the vehicle is in.
Definition at line 245 of file MEVehicle.h.
References myQueIndex.
Referenced by GUIMEVehicle::getCenteringBoundary(), MESegment::getLink(), GUIMEVehicle::getParameterWindow(), MESegment::removeCar(), saveState(), and MESegment::send().
|
inlinevirtualinherited |
Returns the starting point for reroutes (usually the current edge)
This differs from *myCurrEdge only if the vehicle is on an internal edge
Reimplemented in MSVehicle.
Definition at line 215 of file MSBaseVehicle.h.
References MSBaseVehicle::myCurrEdge.
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSBaseVehicle::replaceRouteEdges(), and MSBaseVehicle::reroute().
|
virtualinherited |
Implements SUMOTrafficObject.
Definition at line 1428 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getEdge(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), and MSLane::getRNG().
Referenced by MSCFModel_Wiedemann::_v(), MSLCM_LC2013::_wantsChange(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_Kerner::finalizeSpeed(), MSCFModel_PWag2009::followSpeed(), MSCFModel_W99::followSpeed(), MSIdling_RandomCircling::idle(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSCFModel_KraussOrig1::patchSpeedBeforeLC(), MSCFModel_KraussX::patchSpeedBeforeLC(), MSCFModel_SmartSK::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::setApproachingForAllLinks(), and MSCFModel_SmartSK::updateMyHeadway().
|
virtualinherited |
Implements SUMOVehicle.
Definition at line 1417 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getEdge(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), and MSLane::getRNGIndex().
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSVehicle::replaceStop(), GUIVehicle::rerouteDRTStop(), LIBSUMO_NAMESPACE::Vehicle::rerouteEffort(), MSVehicle::rerouteParkingArea(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().
|
inlinevirtualinherited |
Returns the current route.
Implements SUMOVehicle.
Definition at line 133 of file MSBaseVehicle.h.
References MSBaseVehicle::myRoute.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), MSRailSignal::DriveWay::deadlockLaneOccupied(), GUIBaseVehicle::drawRoute(), MSDevice_SSM::findFoeConflictLane(), MSEdge::getDepartLane(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSCFModel_CC::getParameter(), LIBSUMO_NAMESPACE::Vehicle::getRoute(), LIBSUMO_NAMESPACE::Vehicle::getRouteID(), MSRailSignal::hasOncomingRailTraffic(), MSIdling_RandomCircling::idle(), MSLane::isInsertionSuccess(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSVehicle::replaceStop(), MSVehicle::rerouteParkingArea(), GUIBaseVehicle::setFunctionalColor(), and MSFCDExport::write().
|
virtualinherited |
return index of edge within route
Implements SUMOVehicle.
Definition at line 512 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
Referenced by MSVehicle::enterLaneAtInsertion(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), GUIVehicle::getPreviousLane(), LIBSUMO_NAMESPACE::Vehicle::getRouteIndex(), MSIdling_RandomCircling::idle(), MSVehicle::joinTrainPartFront(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_BTreceiver::notifyMove(), MSDevice_BTsender::notifyMove(), GUIVehicle::rerouteDRTStop(), and MSFCDExport::write().
|
virtualinherited |
check for route validity at first insertion attempt
Implements SUMOVehicle.
Definition at line 609 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, VEHPARS_FORCE_REROUTE, SUMOVehicleParameter::wasSet(), and WRITE_WARNING.
|
inline |
Returns the current segment the vehicle is on.
Definition at line 237 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 1406 of file MSBaseVehicle.cpp.
References MSVehicleType::buildSingularType(), MSVehicleType::getID(), Named::getID(), MSVehicleType::isVehicleSpecific(), MSBaseVehicle::myType, and MSBaseVehicle::replaceVehicleType().
Referenced by MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSDevice_Bluelight::notifyMove(), MSVehicle::processNextStop(), TraCIServerAPI_Vehicle::processSet(), MSVehicle::setActionStepLength(), MSDevice_ToC::setState(), and MSDevice_ToC::triggerMRM().
|
virtual |
Returns the slope of the road at vehicle's position in degrees.
Implements SUMOTrafficObject.
Definition at line 93 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 107 of file MEVehicle.cpp.
References getAverageSpeed(), and getWaitingTime().
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 1210 of file MSBaseVehicle.cpp.
References MSDevice_Battery::getActualBatteryCapacity(), MSDevice_ElecHybrid::getActualBatteryCapacity(), and MSBaseVehicle::getDevice().
Referenced by GUIVehicle::getParameterWindow().
|
inlinevirtualinherited |
Returns the estimated public transport stop arrival delay in seconds.
Reimplemented in MSVehicle.
Definition at line 301 of file MSBaseVehicle.h.
References INVALID_DOUBLE.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getStopArrivalDelay().
|
inlinevirtualinherited |
Returns the estimated public transport stop (departure) delay in seconds.
Reimplemented in MSVehicle.
Definition at line 294 of file MSBaseVehicle.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getStopDelay().
|
inherited |
Returns the list of still pending stop edges also returns the first and last stop position.
Definition at line 1078 of file MSBaseVehicle.cpp.
References MSStop::edge, MSStop::getEndPos(), MSBaseVehicle::haveValidStopEdges(), MSStop::lane, and MSBaseVehicle::myStops.
Referenced by MSBaseVehicle::reroute().
|
virtualinherited |
return list of route indices for the remaining stops
Implements SUMOVehicle.
Definition at line 1112 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSBaseVehicle::myRoute, and MSBaseVehicle::myStops.
|
inlineinherited |
returns the list of stops not yet reached in the stop queue
Definition at line 577 of file MSBaseVehicle.h.
References MSBaseVehicle::myStops.
Referenced by MSDevice_Taxi::customerArrived(), MSCFModel_CC::finalizeSpeed(), LIBSUMO_NAMESPACE::Vehicle::getStops(), and MSDevice_Taxi::hasFuturePickup().
|
inlinevirtual |
|
inlinevirtualinherited |
Returns the vehicle's access class.
Implements SUMOTrafficObject.
Definition at line 149 of file MSBaseVehicle.h.
References MSVehicleType::getParameter(), MSBaseVehicle::myType, and SUMOVTypeParameter::vehicleClass.
Referenced by MSBaseVehicle::addStop(), MSLaneChanger::changeOpposite(), LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSVehicle::checkReversal(), GUIVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawRouteHelper(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSLane::getStopOffset(), MESegment::hasSpaceFor(), MSVehicle::hasValidRouteStart(), MSIdling_RandomCircling::idle(), MSPedestrianPushButton::isActiveForEdge(), MSLane::isInsertionSuccess(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSDevice_Bluelight::notifyMove(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MSVehicle::replaceStop(), MSBaseVehicle::reroute(), GUIVehicle::rerouteDRTStop(), MSVehicle::rerouteParkingArea(), LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime(), MSVehicle::setBlinkerInformation(), and MSVehicle::updateBestLanes().
|
inlinevirtualinherited |
Returns the vehicle's type definition.
Implements SUMOTrafficObject.
Definition at line 141 of file MSBaseVehicle.h.
References MSBaseVehicle::myType.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSCFModel_CACC::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToLeaders(), MSPModel_Striping::addCrossingVehs(), MSBaseVehicle::allowsBoarding(), libsumo::Helper::applySubscriptionFilters(), MSBaseVehicle::basePos(), MSLaneChanger::change(), MSLaneChanger::changeOpposite(), MSLCM_SL2015::checkBlocking(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeToNewLane(), MSLane::checkFailure(), MSLane::checkForPedestrians(), GUIApplicationWindow::checkGamingEvents(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSDevice_SSM::classifyEncounter(), MSLCM_SL2015::commitManoeuvre(), MSLaneChanger::computeOvertakingTime(), MSAbstractLaneChangeModel::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), GUIVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawAction_drawLinkItems(), GUIVehicle::drawAction_drawVehicleBlinker(), GUIVehicle::drawAction_drawVehicleBrakeLight(), GUIEdge::drawMesoVehicles(), MSLane::enteredByLaneChange(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSDevice_SSM::estimateConflictTimes(), MSAbstractLaneChangeModel::estimateLCDuration(), MSVehicle::estimateLeaveSpeed(), estimateLeaveSpeed(), MSVehicle::estimateTimeToNextStop(), MSLane::executeMovements(), MSCFModel_Rail::followSpeed(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), MSAbstractLaneChangeModel::getAngleOffset(), getBackPositionOnLane(), MSLane::getBruttoOccupancy(), GUIBaseVehicle::getCenteringBoundary(), GUIMEVehicle::getCenteringBoundary(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), MSBaseVehicle::getImpatience(), MSVehicle::getLateralOverlap(), MSLane::getLeader(), MSVehicle::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), GUIVehicle::getLeftSideOnEdge(), MSLane::getNettoOccupancy(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnLane(), MSVehicle::getSafeFollowSpeed(), MSLeaderInfo::getSubLanes(), MSVehicle::getTimeGapOnLane(), MSPModel_Striping::getVehicleObstacles(), libsumo::Helper::getVehicleType(), GUIBaseVehicle::getVType(), MSLCM_SL2015::getWidth(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MESegment::hasSpaceFor(), MSIdling_Stop::idle(), MSVehicle::ignoreRed(), MSVehicle::Influencer::implicitSpeedRemote(), MSLane::incorporateVehicle(), MSLCM_SL2015::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_SL2015::informLeaders(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MESegment::isOpen(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepClear(), MSLCM_SL2015::keepLatGap(), MSAbstractLaneChangeModel::laneChangeOutput(), MSLane::lastInsertion(), MSLane::leftByLaneChange(), MESegment::loadState(), MSLaneChanger::mayChange(), MSPModel_Striping::moveInDirection(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSDevice_Bluelight::notifyMove(), LIBSUMO_NAMESPACE::Vehicle::openGap(), MSVehicle::overlap(), MSLCM_LC2013::overtakeDistance(), MSLCM_DK2008::patchSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::processTraCISpeedControl(), MESegment::receive(), MSLaneChanger::ChangeElem::registerHop(), MSLaneChanger::registerUnchanged(), MSAbstractLaneChangeModel::remainingTime(), MESegment::Queue::remove(), MSLane::removeVehicle(), MSLane::safeInsertionSpeed(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSBaseVehicle::saveState(), GUIVehicle::selectBlockingFoes(), MESegment::send(), MSVehicleType::setActionStepLength(), MSAbstractLaneChangeModel::setFollowerGaps(), GUIBaseVehicle::setFunctionalColor(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MSVehicle::setTentativeLaneAndPosition(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSCFModel_CACC::speedGapControl(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), MSLCM_SL2015::updateCFRelated(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLCM_SL2015::updateGaps(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSFCDExport::write(), MSBatteryExport::write(), and MSQueueExport::writeLane().
|
inline |
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 305 of file MEVehicle.h.
References getWaitingTime(), and STEPS2TIME.
Referenced by GUIMEVehicle::getColorValue(), GUIMEVehicle::getParameterWindow(), and MSEmissionExport::write().
|
inlinevirtual |
Returns the duration for which the vehicle was blocked.
Implements SUMOTrafficObject.
Definition at line 284 of file MEVehicle.h.
References MAX2(), myBlockTime, and myEventTime.
Referenced by MELoop::checkCar(), getAccumulatedWaitingTime(), getSpeed(), getTimeLoss(), getWaitingSeconds(), MESegment::isOpen(), MSDevice_ElecHybrid::notifyLeave(), and setApproaching().
|
inherited |
Definition at line 1251 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 1245 of file MSBaseVehicle.cpp.
References MSBaseVehicle::_getWeightsStorage().
Referenced by LIBSUMO_NAMESPACE::Vehicle::getAdaptedTraveltime(), MSNet::getEffort(), LIBSUMO_NAMESPACE::Vehicle::getEffort(), MSNet::getTravelTime(), LIBSUMO_NAMESPACE::Vehicle::setAdaptedTraveltime(), and LIBSUMO_NAMESPACE::Vehicle::setEffort().
|
inlineinherited |
Returns the vehicle's width.
Definition at line 462 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 774 of file MSBaseVehicle.cpp.
References UNUSED_PARAMETER.
Referenced by MSBaseVehicle::addStop().
|
virtual |
Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge)
Reimplemented from MSBaseVehicle.
Definition at line 157 of file MEVehicle.cpp.
References MSRoute::end(), getPositionOnLane(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, myEventTime, MSBaseVehicle::myRoute, mySegment, and SUMOTime_MIN.
Referenced by moveRoutePointer(), and MESegment::receive().
|
virtualinherited |
Returns whether this vehicle has already departed.
Implements SUMOVehicle.
Definition at line 500 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDeparture, and MSBaseVehicle::NOT_YET_DEPARTED.
Referenced by MSBaseVehicle::addStop(), MSBaseVehicle::createDevice(), MSLane::forceVehicleInsertion(), LIBSUMO_NAMESPACE::Vehicle::getRouteIndex(), loadState(), MSVehicle::loadState(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::remove(), and MSVehicle::replaceStop().
|
inherited |
check whether the vehicle is equiped with a device of the given type
Definition at line 1343 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by MSBaseVehicle::createDevice(), and MSBaseVehicle::getPrefixedParameter().
|
inlinevirtual |
|
inlineinherited |
Returns whether the vehicle has to stop somewhere.
Definition at line 537 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(), MSVehicle::getNextStopParameter(), MSVehicle::getStopArrivalDelay(), MSVehicle::getStopDelay(), GUIVehicle::getStopInfo(), MSIdling_Stop::idle(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), 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 568 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSRoute::end(), MSVehicleType::getVehicleClass(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, and MSBaseVehicle::myType.
Referenced by MSBaseVehicle::getRouteValidity(), MESegment::initialise(), LIBSUMO_NAMESPACE::Vehicle::isRouteValid(), MSBaseVehicle::replaceRouteEdges(), and LIBSUMO_NAMESPACE::Vehicle::setRouteID().
|
virtualinherited |
checks wether the vehicle can depart on the first edge
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 596 of file MSBaseVehicle.cpp.
References MSRoute::getEdges(), Named::getID(), MSBaseVehicle::myRoute, MSBaseVehicle::myRouteValidity, and MSBaseVehicle::ROUTE_START_INVALID_PERMISSIONS.
Referenced by MSBaseVehicle::getRouteValidity().
|
inherited |
check whether all stop.edge MSRouteIterators are valid and in order
Definition at line 1018 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSRoute::end(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSBaseVehicle::myStops, time2string(), toString(), WRITE_ERROR, and WRITE_WARNING.
Referenced by MSVehicle::enterLaneAtMove(), MSBaseVehicle::getStopEdges(), MSVehicle::replaceRoute(), and GUIVehicle::rerouteDRTStop().
|
virtualinherited |
Reimplemented in MSVehicle.
Definition at line 160 of file MSBaseVehicle.cpp.
References MSDevice::buildVehicleDevices(), MSBaseVehicle::myDevices, and MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::initDevices(), and MSVehicleControl::initVehicle().
|
inlinevirtualinherited |
Whether it is a container.
Reimplemented in MSTransportable.
Definition at line 72 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 198 of file MSBaseVehicle.h.
|
virtual |
Returns whether the vehicle is trying to re-enter the net.
Implements SUMOVehicle.
Definition at line 173 of file MEVehicle.cpp.
|
virtualinherited |
returns whether the vehicle serves a public transport line that serves the given stop
Implements SUMOVehicle.
Definition at line 1323 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::Stop::endPos, MSRoute::getStops(), SUMOVehicleParameter::line, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOVehicleParameter::Stop::startPos, and SUMOVehicleParameter::stops.
|
virtual |
Returns the information whether the vehicle is on a road (is simulated)
Reimplemented from MSBaseVehicle.
Definition at line 167 of file MEVehicle.cpp.
References getSegment().
|
virtualinherited |
Returns whether the vehicle is parking.
Implements SUMOVehicle.
Definition at line 791 of file MSBaseVehicle.cpp.
References MSBaseVehicle::isStopped(), and MSBaseVehicle::myStops.
Referenced by MSVehicleTransfer::add(), MSVehicle::computeAngle(), GUIVehicle::drawAction_drawCarriageClass(), MSLane::executeMovements(), MSVehicle::getCurrentParkingArea(), MSVehicle::getPosition(), GUIVehicle::getStopInfo(), GUIMEVehicle::getStopInfo(), MSVehicle::processNextStop(), and MSBatteryExport::write().
|
inlinevirtualinherited |
Whether it is a person.
Reimplemented in MSTransportable.
Definition at line 65 of file SUMOTrafficObject.h.
|
inlinevirtualinherited |
Returns the information whether the vehicle is fully controlled via TraCI.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 186 of file MSBaseVehicle.h.
|
inlinevirtualinherited |
whether this vehicle is selected in the GUI
Implements SUMOVehicle.
Reimplemented in GUIVehicle.
Definition at line 597 of file MSBaseVehicle.h.
Referenced by MSCFModel_Wiedemann::_v(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), and MSCFModel_IDM::followSpeed().
|
virtualinherited |
Returns whether the vehicle is at a stop.
Implements SUMOTrafficObject.
Definition at line 785 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myStops.
Referenced by MSBaseVehicle::abortNextStop(), MSLaneChanger::changeOpposite(), GUIApplicationWindow::checkGamingEvents(), GUIApplicationWindow::checkGamingEventsDRT(), MSVehicle::checkLinkLeader(), MSVehicle::checkRewindLinkLanes(), MSLane::executeMovements(), MSLink::getLeaderInfo(), GUIBaseVehicle::getPopUpMenu(), GUIVehicle::getStopInfo(), GUIMEVehicle::getStopInfo(), LIBSUMO_NAMESPACE::Vehicle::getStopState(), MSLCM_LC2013::informLeader(), MSBaseVehicle::isParking(), MSBaseVehicle::isStoppedInRange(), MSVehicle::isStoppedOnLane(), MSBaseVehicle::isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), MSVehicle::planMoveInternal(), processStop(), MESegment::receive(), MSVehicle::remainingStopDuration(), MSVehicle::resumeFromStopping(), MSVehicle::saveState(), MESegment::send(), MSVehicle::setBrakingSignals(), MSVehicle::updateTimeLoss(), MSVehicle::updateWaitingTime(), and MSVehicle::willStop().
|
virtualinherited |
return whether the given position is within range of the current stop
Implements SUMOVehicle.
Definition at line 804 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::Stop::endPos, MSBaseVehicle::isStopped(), MSBaseVehicle::myStops, MSStop::pars, and SUMOVehicleParameter::Stop::startPos.
|
virtualinherited |
Returns whether the vehicle is on a triggered stop.
Implements SUMOVehicle.
Definition at line 798 of file MSBaseVehicle.cpp.
References MSBaseVehicle::isStopped(), and MSBaseVehicle::myStops.
Referenced by GUIVehicle::drawRouteHelper(), and MSVehicle::keepStopping().
|
inlinevirtualinherited |
Whether it is a vehicle.
Reimplemented from SUMOTrafficObject.
Definition at line 93 of file MSBaseVehicle.h.
|
virtual |
Loads the state of this vehicle from the given description.
Implements SUMOVehicle.
Definition at line 419 of file MEVehicle.cpp.
References MELoop::addLeaderCar(), MSBaseVehicle::calculateArrivalParams(), 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, setSegment(), SUMO_ATTR_DISTANCE, SUMO_ATTR_POSITION, SUMO_ATTR_STATE, SUMOTime_MAX, SUMOTime_MIN, VEHPARS_FORCE_REROUTE, and SUMOVehicleParameter::wasSet().
bool MEVehicle::mayProceed | ( | ) | const |
Returns whether the vehicle is allowed to pass the next junction.
Definition at line 289 of file MEVehicle.cpp.
References MESegment::isOpen(), and mySegment.
Referenced by MELoop::changeSegment().
bool MEVehicle::moveRoutePointer | ( | ) |
Update when the vehicle enters a new edge in the move step.
Definition at line 139 of file MEVehicle.cpp.
References MSRoute::end(), 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 492 of file MSBaseVehicle.cpp.
References MSNet::getCurrentTimeStep(), MSNet::getInstance(), SUMOTrafficObject::getPositionOnLane(), MSNet::getVehicleControl(), MSBaseVehicle::myDepartPos, MSBaseVehicle::myDeparture, and MSVehicleControl::vehicleDeparted().
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::Influencer::postProcessRemoteControl(), and MESegment::receive().
|
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 375 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 254 of file MEVehicle.cpp.
References MSStopOut::active(), MSTransportableControl::boardAnyWaiting(), SUMOVehicleParameter::Stop::depart, MSStop::edge, SUMOVehicleParameter::Stop::endPos, MSNet::getContainerControl(), MSNet::getCurrentTimeStep(), MSBaseVehicle::getDevice(), MESegment::getEdge(), MSBaseVehicle::getEdge(), Named::getID(), MSNet::getInstance(), MSStopOut::getInstance(), MSNet::getPersonControl(), MSNet::hasContainers(), MSNet::hasPersons(), MSBaseVehicle::isStopped(), MSTransportableControl::loadAnyWaiting(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myPastStops, mySegment, MSBaseVehicle::myStops, MSStop::pars, MSEdge::removeWaiting(), MSStop::segment, MSStopOut::stopEnded(), and MSDevice_Vehroutes::stopEnded().
Referenced by MESegment::send().
|
inlinevirtual |
Returns the remaining stop duration for a stopped vehicle or 0.
Implements SUMOVehicle.
Definition at line 160 of file MEVehicle.h.
|
inherited |
Removes a MoveReminder dynamically.
[in] | rem | the reminder to remove |
Definition at line 648 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
|
virtualinherited |
removes a person or container
Implements SUMOVehicle.
Definition at line 1291 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myContainerDevice, MSBaseVehicle::myPersonDevice, and MSDevice_Transportable::removeTransportable().
|
virtualinherited |
replace the vehicle parameter (deleting the old one)
Implements SUMOVehicle.
Definition at line 189 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter.
Referenced by MSVehicle::rerouteParkingArea().
|
inlinevirtual |
replace the current parking area stop with a new stop with merge duration
Implements SUMOVehicle.
Definition at line 190 of file MEVehicle.h.
|
virtual |
Replaces the current route by the given one.
Reimplemented from MSBaseVehicle.
Definition at line 193 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 333 of file MSBaseVehicle.cpp.
References MSRoute::addReference(), MSRoute::begin(), RGBColor::DEFAULT_COLOR, MSRoute::dictionary(), StringUtils::endsWith(), MSGlobals::gCheckRoutes, MSRoute::getColor(), MSRoute::getEdges(), Named::getID(), MSBaseVehicle::getRerouteOrigin(), MSRoute::hasRoute(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSRoute::release(), MSBaseVehicle::replaceRoute(), MSRoute::setCosts(), MSRoute::setSavings(), MSRoute::size(), SUMO_TAG_PARKING_ZONE_REROUTE, toString(), and WRITE_WARNING.
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSIdling_RandomCircling::idle(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::replaceStop(), MSBaseVehicle::reroute(), GUIVehicle::rerouteDRTStop(), MSVehicle::rerouteParkingArea(), and LIBSUMO_NAMESPACE::Vehicle::setRoute().
|
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.
Definition at line 1396 of file MSBaseVehicle.cpp.
References MSNet::getInstance(), MSNet::getVehicleControl(), MSVehicleType::isVehicleSpecific(), MSBaseVehicle::myType, and MSVehicleControl::removeVType().
Referenced by MSBaseVehicle::getSingularType(), MSDevice_Bluelight::notifyMove(), LIBSUMO_NAMESPACE::Vehicle::setType(), and MSDevice_ToC::switchHolderType().
|
virtualinherited |
Performs a rerouting using the given router.
Tries to find a new route between the current edge and the destination edge, first. Tries to replace the current route by the new one using replaceRoute.
[in] | t | The time for which the route is computed |
[in] | router | The router to use |
Implements SUMOVehicle.
Definition at line 217 of file MSBaseVehicle.cpp.
References MSEdge::allowedLanes(), MSBaseVehicle::calculateArrivalParams(), SUMOAbstractRouter< E, V >::compute(), SUMOAbstractRouter< E, V >::computeLooped(), DEBUG_COND, MSInsertionControl::descheduleDeparture(), MSEdge::dictionary(), MSRoute::end(), SUMOVehicleParameter::fromTaz, MSGlobals::gCheckRoutes, MSRoute::getEdges(), Named::getID(), Named::getIDSecure(), MSNet::getInsertionControl(), MSNet::getInstance(), SUMOTrafficObject::getLane(), MSRoute::getLastEdge(), SUMOTrafficObject::getPositionOnLane(), MSBaseVehicle::getRerouteOrigin(), MSBaseVehicle::getStopEdges(), MSBaseVehicle::getVClass(), MSEdge::isTazConnector(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), SIMTIME, toString(), SUMOVehicleParameter::toTaz, SUMOVehicleParameter::via, and WRITE_WARNING.
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), GUIVehicle::rerouteDRTStop(), LIBSUMO_NAMESPACE::Vehicle::rerouteEffort(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().
|
inherited |
reset index of edge within route
Definition at line 518 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSRoute::end(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, and MSBaseVehicle::myRoute.
Referenced by MSCalibrator::execute(), and LIBSUMO_NAMESPACE::Vehicle::moveTo().
|
inlinevirtualinherited |
resumes a vehicle from stopping
Reimplemented in MSVehicle.
Definition at line 589 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::abortNextStop().
|
virtual |
Saves the states of a vehicle.
Reimplemented from MSBaseVehicle.
Definition at line 381 of file MEVehicle.cpp.
References MSRoute::begin(), 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, MSBaseVehicle::saveState(), SUMO_ATTR_DEPART, SUMO_ATTR_STATE, time2string(), toString(), OutputDevice::writeAttr(), and Parameterised::writeParams().
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 179 of file MEVehicle.cpp.
References getEventTime(), MSBaseVehicle::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 323 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 269 of file MEVehicle.h.
References myBlockTime, and myLastEntryTime.
Referenced by MELoop::checkCar(), and MESegment::receive().
|
inlinevirtualinherited |
Returns the precomputed factor by which the driver wants to be faster than the speed limit.
Implements SUMOVehicle.
Definition at line 477 of file MSBaseVehicle.h.
References MSBaseVehicle::myChosenSpeedFactor.
Referenced by MSCFModel_CC::finalizeSpeed(), and GUISUMOViewParent::onCmdSpeedFactor().
|
inherited |
try to set the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists
Definition at line 1384 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
|
inline |
Sets the (planned) time at which the vehicle leaves his current cell.
[in] | t | The leaving time |
Definition at line 207 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 169 of file MSBaseVehicle.cpp.
|
inline |
Sets the entry time for the current segment.
[in] | t | The entry time |
Definition at line 253 of file MEVehicle.h.
References myLastEntryTime.
Referenced by MESegment::receive().
|
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 228 of file MEVehicle.h.
References myQueIndex, and mySegment.
Referenced by MELoop::changeSegment(), METriggeredCalibrator::execute(), loadState(), MESegment::receive(), and MELoop::teleportVehicle().
|
inlinevirtual |
Returns whether the vehicle stops at the given stopping place.
Implements SUMOVehicle.
Definition at line 168 of file MEVehicle.h.
|
inlinevirtual |
Returns whether the vehicle stops at the given edge.
Implements SUMOVehicle.
Definition at line 172 of file MEVehicle.h.
|
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 201 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
Referenced by MSVehicleTransfer::add(), MSLane::appropriate(), MSVehicleTransfer::checkInsertions(), MESegment::getLink(), MSBaseVehicle::hasArrived(), MESegment::hasSpaceFor(), MSPedestrianPushButton::isActiveForEdge(), and MELoop::nextSegment().
void MEVehicle::updateDetectorForWriting | ( | MSMoveReminder * | rem, |
SUMOTime | currentTime, | ||
SUMOTime | exitTime | ||
) |
Updates a single vehicle detector if present.
Definition at line 305 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 323 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 190 of file MSBaseVehicle.h.
References UNUSED_PARAMETER.
|
protectedinherited |
The destination lane where the vehicle stops.
Definition at line 838 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::calculateArrivalParams(), and MSVehicle::updateBestLanes().
|
protectedinherited |
The position on the destination lane where the vehicle stops.
Definition at line 835 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::calculateArrivalParams(), MSBaseVehicle::getArrivalPos(), MSBaseVehicle::getOdometer(), hasArrived(), MSVehicle::hasArrived(), 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 387 of file MEVehicle.h.
Referenced by getBlockTime(), getWaitingTime(), loadState(), saveState(), and setBlockTime().
|
protectedinherited |
A precomputed factor by which the driver wants to be faster than the speed limit.
Definition at line 796 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getChosenSpeedFactor(), MSBaseVehicle::saveState(), and MSBaseVehicle::setChosenSpeedFactor().
|
protectedinherited |
The containers this vehicle may have.
Definition at line 826 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addTransportable(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), MSBaseVehicle::getContainerDevice(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getContainers(), and MSBaseVehicle::removeTransportable().
|
protectedinherited |
Iterator to current route-edge.
Definition at line 793 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addStop(), MSVehicle::checkReversal(), checkStop(), GUIVehicle::drawRouteHelper(), GUIMEVehicle::drawRouteHelper(), MSVehicle::enterLaneAtMove(), MSVehicle::estimateTimeToNextStop(), MSBaseVehicle::getCurrentRouteEdge(), MSVehicle::getDistanceToPosition(), MSBaseVehicle::getEdge(), MSVehicle::getPastLanesUntil(), MSBaseVehicle::getRerouteOrigin(), MSVehicle::getRerouteOrigin(), MSBaseVehicle::getRoutePosition(), MSVehicle::getUpcomingLanesUntil(), MSVehicle::handleCollisionStop(), hasArrived(), MSVehicle::hasArrived(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::haveValidStopEdges(), MSVehicle::leaveLane(), loadState(), MSVehicle::loadState(), moveRoutePointer(), MSBaseVehicle::MSBaseVehicle(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), processStop(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSVehicle::replaceStop(), MSBaseVehicle::reroute(), MSVehicle::rerouteParkingArea(), MSBaseVehicle::resetRoutePosition(), saveState(), MSVehicle::saveState(), MSBaseVehicle::succEdge(), and MSVehicle::updateBestLanes().
|
staticprivateinherited |
Definition at line 868 of file MSBaseVehicle.h.
|
protectedinherited |
The real depart position.
Definition at line 832 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getDepartPos(), MSBaseVehicle::getOdometer(), loadState(), MSVehicle::loadState(), MSBaseVehicle::onDepart(), saveState(), and MSVehicle::saveState().
|
protectedinherited |
The real departure time.
Definition at line 829 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 820 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addTransportable(), MSBaseVehicle::createDevice(), MSBaseVehicle::getDevice(), MSBaseVehicle::getDeviceParameter(), MSBaseVehicle::getDevices(), GUIBaseVehicle::GUIBaseVehicle(), MSBaseVehicle::hasDevice(), MSBaseVehicle::initDevices(), MSVehicle::processNextStop(), saveState(), MSVehicle::saveState(), MSBaseVehicle::setDeviceParameter(), and MSBaseVehicle::~MSBaseVehicle().
|
mutableprivateinherited |
Definition at line 864 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::_getWeightsStorage(), and MSBaseVehicle::~MSBaseVehicle().
|
staticprotectedinherited |
Definition at line 857 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getContainers(), and MSBaseVehicle::getPersons().
|
protected |
The (planned) time of leaving the segment (cell)
Definition at line 381 of file MEVehicle.h.
Referenced by getAverageSpeed(), getConservativeSpeed(), getEventTime(), getWaitingTime(), hasArrived(), loadState(), saveState(), and setEventTime().
|
protectedinherited |
The name of the object.
Definition at line 124 of file Named.h.
Referenced by MSE2Collector::addDetectorToLanes(), RODFDetector::buildDestinationDistribution(), NGEdge::buildNBEdge(), NGNode::buildNBNode(), MSSOTLTrafficLightLogic::checkPhases(), NBNode::computeNodeShape(), MSE2Collector::detectorUpdate(), GNEPOI::getAttribute(), GNEPoly::getAttribute(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), Named::getID(), NBEdge::getLaneID(), ROEdge::getStoredEffort(), MSLane::getSurroundingVehicles(), ROEdge::getTravelTime(), NBEdge::init(), MSActuatedTrafficLightLogic::init(), MSDelayBasedTrafficLightLogic::init(), MSSOTLTrafficLightLogic::init(), MSLane::isInsertionSuccess(), NBNode::NBNode(), MSE2Collector::notifyEnter(), MSE2Collector::notifyLeave(), MSE2Collector::notifyMove(), MSMeanData::openInterval(), RORouteDef::preComputeCurrentRoute(), NBEdge::reinitNodes(), MSRoute::release(), GNEPOI::setAttribute(), GNEPoly::setAttribute(), Named::setID(), MSSOTLTrafficLightLogic::setToATargetPhase(), Distribution_Parameterized::toStr(), MSChargingStation::writeChargingStationOutput(), RODFDetector::writeEmitterDefinition(), MSOverheadWire::writeOverheadWireSegmentOutput(), RODFDetector::writeSingleSpeedTrigger(), MEInductLoop::writeXMLOutput(), and MSE3Collector::writeXMLOutput().
|
protected |
An instance of a velocity/lane influencing instance; built in "getInfluencer".
Definition at line 390 of file MEVehicle.h.
Referenced by getBaseInfluencer(), and hasInfluencer().
|
protected |
The time the vehicle entered its current segment.
Definition at line 384 of file MEVehicle.h.
Referenced by checkStop(), getAverageSpeed(), getConservativeSpeed(), getCurrentStoppingTimeSeconds(), getLastEntryTime(), loadState(), saveState(), setBlockTime(), setEventTime(), and setLastEntryTime().
|
protectedinherited |
Currently relevant move reminders.
Definition at line 816 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::activateReminders(), MSVehicle::activateReminders(), MSVehicle::adaptLaneEntering2MoveReminder(), MSBaseVehicle::addReminder(), MSBaseVehicle::addTransportable(), GUIBaseVehicle::GUIBaseVehicle(), MSBaseVehicle::initDevices(), MSVehicle::leaveLane(), MSBaseVehicle::removeReminder(), updateDetectorForWriting(), updateDetectors(), MSVehicle::workOnIdleReminders(), and MSVehicle::workOnMoveReminders().
|
protectedinherited |
The number of reroutings.
Definition at line 841 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getNumberReroutes(), loadState(), MSVehicle::loadState(), MSBaseVehicle::replaceRoute(), and MSBaseVehicle::saveState().
|
privateinherited |
Definition at line 860 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 847 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getOdometer(), MSVehicle::leaveLane(), loadState(), MSVehicle::loadState(), MSBaseVehicle::saveState(), and updateDetectors().
|
protectedinherited |
This vehicle's parameter.
Definition at line 784 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addStop(), MSBaseVehicle::addStops(), MSVehicle::addTraciStop(), MSBaseVehicle::addTransportable(), MSBaseVehicle::calculateArrivalParams(), MSBaseVehicle::createDevice(), MSVehicle::enterLaneAtMove(), GUIVehicle::getColorValue(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getParameter(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), MSBaseVehicle::getPersonNumber(), MSBaseVehicle::getRouteValidity(), MSVehicle::handleCollisionStop(), MSVehicle::hasValidRouteStart(), MSBaseVehicle::isLineStop(), loadState(), MSVehicle::loadState(), moveRoutePointer(), MSVehicle::planMoveInternal(), MSBaseVehicle::replaceParameter(), MSBaseVehicle::replaceRoute(), MSVehicle::replaceStop(), MSBaseVehicle::reroute(), GUIVehicle::rerouteDRTStop(), MSBaseVehicle::resetRoutePosition(), saveState(), MSBaseVehicle::saveState(), MSVehicle::saveState(), MSVehicle::updateBestLanes(), and MSBaseVehicle::~MSBaseVehicle().
|
protectedinherited |
The list of stops that the vehicle has already reached.
Definition at line 802 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getPastStops(), MSVehicle::leaveLane(), MSVehicle::loadState(), processStop(), MSVehicle::resumeFromStopping(), saveState(), and MSVehicle::saveState().
|
protectedinherited |
The passengers this vehicle may have.
Definition at line 823 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addTransportable(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), MSBaseVehicle::getPersonDevice(), MSBaseVehicle::getPersonNumber(), MSBaseVehicle::getPersons(), and MSBaseVehicle::removeTransportable().
|
protected |
Index of the que the vehicle is in (important for multiqueue extension)
Definition at line 378 of file MEVehicle.h.
Referenced by getQueIndex(), and setSegment().
|
protectedinherited |
This vehicle's route.
Definition at line 787 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addStop(), MSBaseVehicle::addStops(), MSBaseVehicle::basePos(), MSBaseVehicle::calculateArrivalParams(), MSVehicle::checkReversal(), GUIVehicle::drawRouteHelper(), MSVehicle::enterLaneAtInsertion(), MSVehicle::estimateTimeToNextStop(), MSVehicle::getDistanceToPosition(), MSVehicle::getPastLanesUntil(), GUIVehicle::getPreviousLane(), MSVehicle::getRerouteOrigin(), MSBaseVehicle::getRoute(), MSBaseVehicle::getRoutePosition(), MSBaseVehicle::getRouteValidity(), MSBaseVehicle::getStopIndices(), MSVehicle::getUpcomingLanesUntil(), hasArrived(), MSVehicle::hasArrived(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::hasValidRouteStart(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::isLineStop(), MSVehicle::joinTrainPartFront(), moveRoutePointer(), MSBaseVehicle::MSBaseVehicle(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSVehicle::replaceStop(), MSBaseVehicle::reroute(), GUIVehicle::rerouteDRTStop(), MSVehicle::rerouteParkingArea(), MSBaseVehicle::resetRoutePosition(), saveState(), MSBaseVehicle::saveState(), MSVehicle::saveState(), MSBaseVehicle::succEdge(), MSVehicle::updateBestLanes(), and MSBaseVehicle::~MSBaseVehicle().
|
protectedinherited |
status of the current vehicle route
Definition at line 850 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getRouteValidity(), MSBaseVehicle::hasValidRouteStart(), and MSVehicle::hasValidRouteStart().
|
protected |
The segment the vehicle is at.
Definition at line 375 of file MEVehicle.h.
Referenced by checkStop(), getAverageSpeed(), getConservativeSpeed(), getCurrentLinkPenaltySeconds(), getPositionOnLane(), getSegment(), hasArrived(), mayProceed(), processStop(), replaceRoute(), saveState(), setEventTime(), setSegment(), updateDetectorForWriting(), and updateDetectors().
|
protectedinherited |
The vehicle's list of stops.
Definition at line 799 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::abortNextStop(), MSBaseVehicle::addStop(), MSVehicle::addTraciStop(), MSVehicle::addTransportable(), MSBaseVehicle::basePos(), MSVehicle::checkReversal(), checkStop(), MSVehicle::collisionStopTime(), MSVehicle::computeAngle(), GUIVehicle::drawRouteHelper(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSVehicle::estimateTimeToNextStop(), MSVehicle::getCurrentParkingArea(), getCurrentStoppingTimeSeconds(), MSVehicle::getNextParkingArea(), MSVehicle::getNextStop(), MSVehicle::getNextStopParameter(), MSVehicle::getPosition(), MSVehicle::getStopArrivalDelay(), MSVehicle::getStopDelay(), MSBaseVehicle::getStopEdges(), MSBaseVehicle::getStopIndices(), GUIVehicle::getStopInfo(), MSBaseVehicle::getStops(), MSVehicle::hasArrived(), MSBaseVehicle::hasStops(), MSBaseVehicle::haveValidStopEdges(), MSBaseVehicle::isParking(), MSBaseVehicle::isStopped(), MSBaseVehicle::isStoppedInRange(), MSVehicle::isStoppedOnLane(), MSBaseVehicle::isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), MSVehicle::leaveLane(), MSVehicle::loadState(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), processStop(), MSVehicle::remainingStopDuration(), MSVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSVehicle::replaceStop(), GUIVehicle::rerouteDRTStop(), MSVehicle::resumeFromStopping(), saveState(), MSVehicle::saveState(), MSVehicle::setBlinkerInformation(), MSVehicle::stopsAt(), MSVehicle::stopsAtEdge(), MSVehicle::updateBestLanes(), and MSVehicle::willStop().
|
protectedinherited |
The offset when adding route stops with 'until' on route replacement.
Definition at line 844 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::replaceRoute().
|
protectedinherited |
This vehicle's type.
Definition at line 790 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addStop(), MSBaseVehicle::calculateArrivalParams(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSVehicle::enterLaneAtInsertion(), MSVehicle::executeMove(), MSVehicle::getActionStepLength(), MSVehicle::getActionStepLengthSecs(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getBoundingBox(), MSVehicle::getBoundingPoly(), MSVehicle::getCarFollowModel(), MSBaseVehicle::getCO2Emissions(), MSBaseVehicle::getCOEmissions(), MSBaseVehicle::getElectricityConsumption(), MSBaseVehicle::getFuelConsumption(), MSBaseVehicle::getHarmonoise_NoiseEmissions(), MSBaseVehicle::getHCEmissions(), MSBaseVehicle::getLength(), MSBaseVehicle::getMaxSpeed(), MSVehicle::getMaxSpeedOnLane(), MSBaseVehicle::getNOxEmissions(), MSBaseVehicle::getPMxEmissions(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getSingularType(), GUIVehicle::getTypeParameterWindow(), GUIMEVehicle::getTypeParameterWindow(), MSBaseVehicle::getVClass(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::getWidth(), MSBaseVehicle::hasValidRoute(), MSVehicle::hasValidRouteStart(), MSVehicle::initDevices(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MSBaseVehicle::replaceVehicleType(), MSVehicle::updateBestLanes(), and MSVehicle::~MSVehicle().
|
staticprotectedinherited |
Definition at line 855 of file MSBaseVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSBaseVehicle::hasDeparted(), and MSVehicle::Influencer::postProcessRemoteControl().