![]() |
Eclipse SUMO - Simulation of Urban MObility
|
The base class for microscopic and mesoscopic vehicles. More...
#include <MSBaseVehicle.h>
Data Structures | |
class | BaseInfluencer |
struct | PaMemory |
store information for a single parking area More... | |
Public Types | |
typedef long long int | NumericalID |
enum | RouteValidity { ROUTE_VALID = 0 , ROUTE_UNCHECKED = 1 << 0 , ROUTE_INVALID = 1 << 1 , ROUTE_START_INVALID_PERMISSIONS = 1 << 2 , ROUTE_START_INVALID_LANE = 1 << 3 } |
Public Member Functions | |
virtual void | activateReminders (const MSMoveReminder::Notification reason, const MSLane *enteredLane=0) |
"Activates" all current move reminder | |
void | addReminder (MSMoveReminder *rem) |
Adds a MoveReminder dynamically. | |
void | addTo (const StoringVisitor &cont) const |
Adds this object to the given container. | |
void | addToOdometer (double value) |
Manipulate the odometer. | |
virtual void | addTransportable (MSTransportable *transportable) |
Adds a person or container to this vehicle. | |
bool | allowsBoarding (const MSTransportable *t) const |
whether the given transportable is allowed to board this vehicle | |
void | createDevice (const std::string &deviceName) |
create device of the given type | |
virtual double | getAcceleration () const |
Returns the vehicle's acceleration. | |
virtual SUMOTime | getAccumulatedWaitingTime () const =0 |
virtual double | getAngle () const =0 |
Get the vehicle's angle. | |
virtual int | getArrivalLane () const |
virtual double | getArrivalPos () const |
Returns this vehicle's desired arrivalPos for its current route (may change on reroute) | |
virtual double | getBackPositionOnLane (const MSLane *lane) const =0 |
Get the object's back position along the given lane. | |
virtual double | getBrakeGap (bool delayed=false) const =0 |
get distance for coming to a stop (used for rerouting checks) | |
double | getChosenSpeedFactor () const |
Returns the precomputed factor by which the driver wants to be faster than the speed limit. | |
int | getContainerNumber () const |
Returns the number of containers. | |
const std::vector< MSTransportable * > & | getContainers () const |
retrieve riding containers | |
virtual const MSEdge * | getCurrentEdge () const |
Returns the edge the vehicle is currently at (possibly an internal edge) | |
const MSRouteIterator & | getCurrentRouteEdge () const |
Returns an iterator pointing to the current edge in this vehicles route. | |
SUMOTime | getDepartDelay () const |
Returns the depart delay. | |
double | getDepartPos () const |
Returns this vehicle's real departure position. | |
SUMOTime | getDeparture () const |
Returns this vehicle's real departure time. | |
MSVehicleDevice * | getDevice (const std::type_info &type) const |
Returns a device of the given type if it exists, nullptr otherwise. | |
std::string | getDeviceParameter (const std::string &deviceName, const std::string &key) const |
try to retrieve the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists | |
const std::vector< MSVehicleDevice * > & | getDevices () const |
Returns this vehicle's devices. | |
const MSEdge * | getEdge () const |
Returns the edge the vehicle is currently at. | |
const std::string & | getID () const |
Returns the id. | |
double | getImpatience () const |
Returns this vehicles impatience. | |
virtual const MSLane * | getLane () const =0 |
Returns the lane the object is currently at. | |
virtual double | getLateralPositionOnLane () const |
Get the vehicle's lateral position on the lane. | |
double | getLength () const |
Returns the vehicle's length. | |
double | getMaxSpeed () const |
Returns the maximum speed (the minimum of desired and technical maximum speed) | |
virtual const MSEdge * | getNextEdgePtr () const |
returns the next edge (possibly an internal edge) | |
int | getNumberReroutes () const |
Returns the number of new routes this vehicle got. | |
double | getOdometer () const |
Returns the distance that was already driven by this vehicle. | |
const SUMOVehicleParameter & | getParameter () const |
Returns the vehicle's parameter (including departure definition) | |
std::vector< std::string > | getPersonIDList () const |
Returns the list of persons. | |
int | getPersonNumber () const |
Returns the number of persons. | |
const std::vector< MSTransportable * > & | getPersons () const |
retrieve riding persons | |
virtual Position | getPosition (const double offset=0) const =0 |
Return current position (x/y, cartesian) | |
virtual double | getPositionOnLane () const =0 |
Get the object's position along the lane. | |
std::string | getPrefixedParameter (const std::string &key, std::string &error) const |
retrieve parameters of devices, models and the vehicle itself | |
double | getPreviousSpeed () const |
Returns the vehicle's previous speed. | |
virtual ConstMSEdgeVector::const_iterator | getRerouteOrigin () const |
Returns the starting point for reroutes (usually the current edge) | |
virtual double | getRightSideOnEdge (const MSLane *lane=0) const |
Get the vehicle's lateral position on the edge of the given lane (or its current edge if lane == 0) | |
const MSRoute & | getRoute () const |
Returns the current route. | |
int | getRoutePosition () const |
return index of edge within route | |
ConstMSRoutePtr | getRoutePtr () const |
Returns the current route. | |
int | getRouteValidity (bool update=true, bool silent=false, std::string *msgReturn=nullptr) |
check for route validity at first insertion attempt | |
MSVehicleType & | getSingularType () |
Replaces the current vehicle type with a new one used by this vehicle only. | |
virtual double | getSlope () const =0 |
Returns the slope of the road at object's position in degrees. | |
virtual double | getSpeed () const =0 |
Returns the object's current speed. | |
virtual double | getStopArrivalDelay () const |
Returns the estimated public transport stop arrival delay in seconds. | |
virtual double | getStopDelay () const |
Returns the estimated public transport stop (departure) delay in seconds. | |
virtual SUMOTime | getTimeLoss () const =0 |
virtual double | getTimeLossSeconds () const |
Returns the time loss in seconds. | |
SUMOVehicleClass | getVClass () const |
Returns the vehicle's access class. | |
const MSVehicleType & | getVehicleType () const |
Returns the vehicle's type definition. | |
double | getWaitingSeconds () const |
Returns the number of seconds waited (speed was lesser than 0.1m/s) | |
virtual SUMOTime | getWaitingTime () const =0 |
double | getWidth () const |
Returns the vehicle's width. | |
virtual bool | hasArrived () const |
Returns whether this vehicle has already arived (by default this is true if the vehicle has reached its final edge) | |
bool | hasDeparted () const |
Returns whether this vehicle has already departed. | |
bool | hasDevice (const std::string &deviceName) const |
check whether the vehicle is equiped with a device of the given name | |
bool | hasJump (const MSRouteIterator &it) const |
check wether the vehicle has jump at the given part of it's route | |
bool | hasValidRoute (std::string &msg, ConstMSRoutePtr route=0) const |
Validates the current or given route. | |
virtual bool | hasValidRouteStart (std::string &msg) |
checks wether the vehicle can depart on the first edge | |
virtual void | initDevices () |
virtual bool | isContainer () const |
Whether it is a container. | |
virtual bool | isFrontOnLane (const MSLane *) const |
Returns the information whether the front of the vehhicle is on the given lane. | |
virtual bool | isIdling () const =0 |
Returns whether the vehicle is idling (waiting to re-enter the net. | |
bool | isLineStop (double position) const |
returns whether the vehicle serves a public transport line that serves the given stop | |
virtual bool | isOnRoad () const |
Returns the information whether the vehicle is on a road (is simulated) | |
virtual bool | isPerson () const |
Whether it is a person. | |
virtual bool | isRemoteControlled () const |
Returns the information whether the vehicle is fully controlled via TraCI. | |
bool | isVehicle () const |
Whether it is a vehicle. | |
MSBaseVehicle (SUMOVehicleParameter *pars, ConstMSRoutePtr route, MSVehicleType *type, const double speedFactor) | |
Constructor. | |
void | onDepart () |
Called when the vehicle is inserted into the network. | |
virtual void | onRemovalFromNet (const MSMoveReminder::Notification) |
Called when the vehicle is removed from the network. | |
virtual SUMOTime | remainingStopDuration () const =0 |
Returns the remaining stop duration for a stopped vehicle or 0. | |
void | removeReminder (MSMoveReminder *rem) |
Removes a MoveReminder dynamically. | |
void | removeTransportable (MSTransportable *t) |
removes a person or container | |
void | replaceParameter (const SUMOVehicleParameter *newParameter) |
replace the vehicle parameter (deleting the old one) | |
virtual bool | replaceRoute (ConstMSRoutePtr route, const std::string &info, bool onInit=false, int offset=0, bool addStops=true, bool removeStops=true, std::string *msgReturn=nullptr) |
Replaces the current route by the given one. | |
bool | replaceRouteEdges (ConstMSEdgeVector &edges, double cost, double savings, const std::string &info, bool onInit=false, bool check=false, bool removeStops=true, std::string *msgReturn=nullptr) |
Replaces the current route by the given edges. | |
virtual void | replaceVehicleType (MSVehicleType *type) |
Replaces the current vehicle type by the one given. | |
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. | |
void | resetRoutePosition (int index, DepartLaneDefinition departLaneProcedure) |
reset index of edge within route | |
virtual void | setArrivalPos (double arrivalPos) |
Sets this vehicle's desired arrivalPos for its current route. | |
void | setCarFollowModelParameter (const std::string &key, const std::string &value) |
set individual carFollow model parameters (not type related) | |
void | setChosenSpeedFactor (const double factor) |
Returns the precomputed factor by which the driver wants to be faster than the speed limit. | |
void | setDeviceParameter (const std::string &deviceName, const std::string &key, const std::string &value) |
try to set the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists | |
void | setID (const std::string &newID) |
set the id (inherited from Named but forbidden for vehicles) | |
void | setJunctionModelParameter (const std::string &key, const std::string &value) |
set individual junction model paramete (not type related) | |
bool | stopsAt (MSStoppingPlace *stop) const |
Returns whether the vehicle stops at the given stopping place. | |
bool | stopsAtEdge (const MSEdge *edge) const |
Returns whether the vehicle stops at the given edge. | |
const MSEdge * | succEdge (int nSuccs) const |
Returns the nSuccs'th successor of edge the vehicle is currently at. | |
virtual bool | wasRemoteControlled (SUMOTime lookBack=DELTA_T) const |
Returns the information whether the vehicle is fully controlled via TraCI. | |
virtual | ~MSBaseVehicle () |
Destructor. | |
state io | |
virtual void | loadState (const SUMOSAXAttributes &attrs, const SUMOTime offset)=0 |
Loads the state of this vehicle from the given description. | |
Static Public Member Functions | |
template<class T > | |
static std::string | getIDSecure (const T *obj, const std::string &fallBack="NULL") |
get an identifier for Named-like object which may be Null | |
Protected Attributes | |
bool | myAmRegisteredAsWaiting = false |
Whether this vehicle is registered as waiting for a person or container (for deadlock-recognition) | |
bool | myAmReversed = false |
int | myArrivalLane |
The destination lane where the vehicle stops. | |
double | myArrivalPos |
The position on the destination lane where the vehicle stops. | |
MSDevice_Transportable * | myContainerDevice |
The containers this vehicle may have. | |
double | myDepartPos |
The real depart position. | |
SUMOTime | myDeparture |
The real departure time. | |
std::vector< MSVehicleDevice * > | myDevices |
The devices this vehicle has. | |
EnergyParams * | myEnergyParams |
The emission parameters this vehicle may have. | |
std::string | myID |
The name of the object. | |
int | myNumberParkingReroutes = 0 |
int | myNumberReroutes |
The number of reroutings. | |
double | myOdometer |
A simple odometer to keep track of the length of the route already driven. | |
ParkingMemory * | myParkingMemory = nullptr |
memory for parking search | |
MSDevice_Transportable * | myPersonDevice |
The passengers this vehicle may have. | |
int | myRouteValidity |
status of the current vehicle route | |
SUMOTime | myStopUntilOffset |
The offset when adding route stops with 'until' on route replacement. | |
Static Protected Attributes | |
static std::vector< MSTransportable * > | myEmptyTransportableVector |
static const SUMOTime | NOT_YET_DEPARTED = SUMOTime_MAX |
Private Member Functions | |
MSEdgeWeightsStorage & | _getWeightsStorage () const |
void | checkRouteRemoval () |
remove route at the end of the simulation | |
std::string | getFlowID () const |
reconstruct flow id from vehicle id | |
void | initTransientModelParams () |
init model parameters from generic params | |
MSBaseVehicle & | operator= (const MSBaseVehicle &s)=delete |
invalidated assignment operator | |
Private Attributes | |
MSEdgeWeightsStorage * | myEdgeWeights |
const NumericalID | myNumericalID |
Static Private Attributes | |
static NumericalID | myCurrentNumericalIndex = 0 |
Friends | |
class | GUIBaseVehicle |
state io | |
typedef std::map< const MSParkingArea *, PaMemory, ComparatorIdLess > | ParkingMemory |
const SUMOVehicleParameter * | myParameter |
This vehicle's parameter. | |
ConstMSRoutePtr | myRoute |
This vehicle's route. | |
MSVehicleType * | myType |
This vehicle's type. | |
MSRouteIterator | myCurrEdge |
Iterator to current route-edge. | |
double | myChosenSpeedFactor |
A precomputed factor by which the driver wants to be faster than the speed limit. | |
std::list< MSStop > | myStops |
The vehicle's list of stops. | |
std::vector< SUMOVehicleParameter::Stop > | myPastStops |
The list of stops that the vehicle has already reached. | |
virtual void | saveState (OutputDevice &out) |
Saves the (common) state of a vehicle. | |
virtual bool | handleCollisionStop (MSStop &stop, const double distToStop) |
bool | isStopped () const |
Returns whether the vehicle is at a stop. | |
bool | isParking () const |
Returns whether the vehicle is parking. | |
bool | isJumping () const |
Returns whether the vehicle is perform a jump. | |
bool | isReversed () const |
Returns whether the logical state of the vehicle is reversed - for drawing. | |
bool | isStoppedTriggered () const |
Returns whether the vehicle is on a triggered stop. | |
bool | isStoppedParking () const |
Returns whether the vehicle is on a parking stop. | |
bool | isStoppedInRange (const double pos, const double tolerance, bool checkFuture=false) const |
return whether the given position is within range of the current stop | |
bool | hasStops () const |
Returns whether the vehicle has to stop somewhere. | |
bool | replaceParkingArea (MSParkingArea *parkingArea, std::string &errorMsg) |
replace the current parking area stop with a new stop with merge duration | |
MSParkingArea * | getNextParkingArea () |
get the upcoming parking area stop or nullptr | |
MSParkingArea * | getCurrentParkingArea () |
get the current parking area stop or nullptr | |
double | basePos (const MSEdge *edge) const |
departure position where the vehicle fits fully onto the edge (if possible) | |
bool | addStop (const SUMOVehicleParameter::Stop &stopPar, std::string &errorMsg, SUMOTime untilOffset=0, MSRouteIterator *searchStart=nullptr) |
Adds a stop. | |
void | addStops (const bool ignoreStopErrors, MSRouteIterator *searchStart=nullptr, bool addRouteStops=true) |
Adds stops to the built vehicle. | |
bool | haveValidStopEdges (bool silent=false) const |
check whether all stop.edge MSRouteIterators are valid and in order | |
const ConstMSEdgeVector | getStopEdges (double &firstPos, double &lastPos, std::set< int > &jumps) const |
Returns the list of still pending stop edges also returns the first and last stop position. | |
std::vector< std::pair< int, double > > | getStopIndices () const |
return list of route indices for the remaining stops | |
const std::list< MSStop > & | getStops () const |
const std::vector< SUMOVehicleParameter::Stop > & | getPastStops () const |
MSStop & | getNextStop () |
SUMOTime | getStopDuration () const |
get remaining stop duration or 0 if the vehicle isn't stopped | |
MSStop & | getStop (int nextStopIndex) |
const SUMOVehicleParameter::Stop * | getNextStopParameter () const |
return parameters for the next stop (SUMOVehicle Interface) | |
virtual bool | addTraciStop (SUMOVehicleParameter::Stop stop, std::string &errorMsg) |
virtual bool | resumeFromStopping ()=0 |
bool | abortNextStop (int nextStopIndex=0) |
deletes the next stop at the given index if it exists | |
bool | replaceStop (int nextStopIndex, SUMOVehicleParameter::Stop stop, const std::string &info, bool teleport, std::string &errorMsg) |
bool | rerouteBetweenStops (int nextStopIndex, const std::string &info, bool teleport, std::string &errorMsg) |
bool | insertStop (int nextStopIndex, SUMOVehicleParameter::Stop stop, const std::string &info, bool teleport, std::string &errorMsg) |
virtual bool | isSelected () const |
whether this vehicle is selected in the GUI | |
int | getRNGIndex () const |
SumoRNG * | getRNG () const |
NumericalID | getNumericalID () const |
return the numerical ID which is only for internal usage | |
const MSDevice_Transportable * | getPersonDevice () const |
const MSDevice_Transportable * | getContainerDevice () const |
EnergyParams * | getEmissionParameters () const |
retrieve parameters for the energy consumption model | |
void | rememberBlockedParkingArea (const MSParkingArea *pa, bool local) |
SUMOTime | sawBlockedParkingArea (const MSParkingArea *pa, bool local) const |
void | rememberParkingAreaScore (const MSParkingArea *pa, const std::string &score) |
score only needed when running with gui | |
void | resetParkingAreaScores () |
int | getNumberParkingReroutes () const |
void | setNumberParkingReroutes (int value) |
const ParkingMemory * | getParkingMemory () const |
Move reminder structures | |
typedef std::vector< std::pair< MSMoveReminder *, double > > | MoveReminderCont |
Definition of a move reminder container. | |
MoveReminderCont | myMoveReminders |
Currently relevant move reminders. | |
Emission retrieval | |
template<PollutantsInterface::EmissionType ET> | |
double | getEmissions () const |
Returns emissions of the current state The value is always per 1s, so multiply by step length if necessary. | |
double | getStateOfCharge () const |
Returns actual state of charge of battery (Wh) RICE_CHECK: This may be a misnomer, SOC is typically percentage of the maximum battery capacity. | |
double | getElecHybridCurrent () const |
Returns actual current (A) of ElecHybrid device RICE_CHECK: Is this the current consumed from the overhead wire or the current driving the powertrain of the vehicle? RICE_REV_JS: It is the current drawn from the overhead wire (value if the vehicle is not connected to overhead wire?) | |
double | getHarmonoise_NoiseEmissions () const |
Returns noise emissions of the current state. | |
virtual BaseInfluencer & | getBaseInfluencer ()=0 |
Returns the velocity/lane influencer. | |
virtual const BaseInfluencer * | getBaseInfluencer () const =0 |
virtual bool | hasInfluencer () const =0 |
whether the vehicle is individually influenced (via TraCI or special parameters) | |
const MSEdgeWeightsStorage & | getWeightsStorage () const |
Returns the vehicle's internal edge travel times/efforts container. | |
MSEdgeWeightsStorage & | getWeightsStorage () |
virtual std::pair< const MSVehicle *const, double > | getLeader (double dist=0) const |
Returns the leader of the vehicle looking for a fixed distance. | |
virtual std::pair< const MSVehicle *const, double > | getFollower (double dist=0) const |
Returns the follower of the vehicle looking for a fixed distance. | |
void | calculateArrivalParams (bool onInit) |
(Re-)Calculates the arrival position and lane from the vehicle parameters | |
void | setDepartAndArrivalEdge () |
apply departEdge and arrivalEdge attributes | |
static MSLane * | interpretOppositeStop (SUMOVehicleParameter::Stop &stop) |
interpret stop lane on opposite side of the road | |
The base class for microscopic and mesoscopic vehicles.
Definition at line 55 of file MSBaseVehicle.h.
|
protected |
Definition of a move reminder container.
Definition at line 999 of file MSBaseVehicle.h.
|
inherited |
Definition at line 48 of file SUMOTrafficObject.h.
typedef std::map<const MSParkingArea*, PaMemory, ComparatorIdLess> MSBaseVehicle::ParkingMemory |
Definition at line 962 of file MSBaseVehicle.h.
Enumerator | |
---|---|
ROUTE_VALID | |
ROUTE_UNCHECKED | |
ROUTE_INVALID | route was checked and is valid |
ROUTE_START_INVALID_PERMISSIONS | |
ROUTE_START_INVALID_LANE |
Definition at line 70 of file MSBaseVehicle.h.
MSBaseVehicle::MSBaseVehicle | ( | SUMOVehicleParameter * | pars, |
ConstMSRoutePtr | route, | ||
MSVehicleType * | type, | ||
const double | speedFactor | ||
) |
Constructor.
[in] | pars | The vehicle description |
[in] | route | The vehicle's route |
[in] | type | The vehicle's type |
[in] | speedFactor | The factor for driven lane's speed limits |
ProcessError | If a value is wrong |
Definition at line 103 of file MSBaseVehicle.cpp.
References calculateArrivalParams(), initTransientModelParams(), myRoute, SUMOVehicleParameter::parametersSet, setDepartAndArrivalEdge(), VEHPARS_FORCE_REROUTE, and SUMOVehicleParameter::wasSet().
|
virtual |
Destructor.
Definition at line 142 of file MSBaseVehicle.cpp.
References MSRoute::checkDist(), checkRouteRemoval(), myDevices, myEdgeWeights, myEnergyParams, myParameter, myParkingMemory, SUMOVehicleParameter::repetitionNumber, and SUMOVehicleParameter::routeid.
|
private |
Definition at line 1889 of file MSBaseVehicle.cpp.
References myEdgeWeights.
Referenced by getWeightsStorage(), and getWeightsStorage().
|
virtual |
deletes the next stop at the given index if it exists
Implements SUMOVehicle.
Definition at line 1559 of file MSBaseVehicle.cpp.
References hasDeparted(), hasStops(), isStopped(), myParameter, myStops, resumeFromStopping(), and SUMOVehicleParameter::stops.
Referenced by LIBSUMO_NAMESPACE::Vehicle::replaceStop().
|
virtual |
"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 787 of file MSBaseVehicle.cpp.
References myMoveReminders.
Referenced by MSIdling_TaxiStand::idle(), MESegment::receive(), and MELoop::teleportVehicle().
void MSBaseVehicle::addReminder | ( | MSMoveReminder * | rem | ) |
Adds a MoveReminder dynamically.
[in] | rem | the reminder to add |
Definition at line 760 of file MSBaseVehicle.cpp.
References myMoveReminders.
Referenced by MSVehicle::adaptLaneEntering2MoveReminder(), MESegment::Queue::addReminders(), MSVehicle::enterLaneAtInsertion(), and MSVehicle::enterLaneAtLaneChange().
|
virtual |
Adds a stop.
The stop is put into the sorted list.
[in] | stop | The stop to add |
Implements SUMOVehicle.
Definition at line 1103 of file MSBaseVehicle.cpp.
References addStop(), MSLane::allowsVehicleClass(), SUMOVehicleParameter::Stop::arrival, BASE, basePos(), MSStop::busstop, MSStop::chargingStation, SUMOVehicleParameter::Stop::collision, MSStop::containerstop, DEBUG_COND, DEFAULT, SUMOVehicleParameter::departPos, SUMOVehicleParameter::departPosProcedure, MSEdge::dictionary(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::ended, SUMOVehicleParameter::Stop::endPos, SUMOVehicle::getBrakeGap(), MSStop::getDescription(), getEdge(), MSLane::getEdge(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), getLength(), MSLane::getLength(), MSVehicleType::getLength(), MSLane::getNextNormal(), MSEdge::getNormalBefore(), MSEdge::getOppositeEdge(), getParameter(), SUMOTrafficObject::getPositionOnLane(), MELoop::getSegmentForEdge(), MSStop::getUntil(), getVClass(), MSVehicleType::getVehicleClass(), GIVEN, MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, MSGlobals::gUseStopEnded, handleCollisionStop(), hasDeparted(), SUMOVehicleParameter::id, SUMOVehicleParameter::Stop::index, MSStop::initPars(), interpretOppositeStop(), MSEdge::isInternal(), MSLane::isInternal(), MSEdge::isNormal(), MSStop::isOpposite, MSStop::lane, SUMOVehicleParameter::Stop::lane, MIN2(), myCurrEdge, myParameter, myRoute, myStops, myType, MSStop::overheadWireSegment, MSStop::parkingarea, MSStop::pars, MSStop::segment, SUMOVehicleParameter::Stop::startPos, STOP_INDEX_END, STOP_INDEX_FIT, time2string(), toString(), SUMOVehicleParameter::Stop::until, and MSNet::warnOnce().
Referenced by addStop(), addStops(), addTraciStop(), replaceRoute(), and GUIVehicle::rerouteDRTStop().
void MSBaseVehicle::addStops | ( | const bool | ignoreStopErrors, |
MSRouteIterator * | searchStart = nullptr , |
||
bool | addRouteStops = true |
||
) |
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 1347 of file MSBaseVehicle.cpp.
References addStop(), SUMOVehicleParameter::depart, myParameter, myRoute, SUMOVehicleParameter::repetitionOffset, SUMOVehicleParameter::repetitionsDone, SUMOVehicleParameter::stops, and WRITE_WARNING.
Referenced by MSVehicleControl::initVehicle(), and replaceRoute().
|
inlineinherited |
Adds this object to the given container.
[in,filled] | cont The container to add this item to |
Definition at line 118 of file Named.h.
References Named::StoringVisitor::add().
|
inline |
Manipulate the odometer.
Definition at line 416 of file MSBaseVehicle.h.
References myOdometer.
Referenced by LIBSUMO_NAMESPACE::Vehicle::moveTo().
|
virtual |
schedule a new stop for the vehicle; each time a stop is reached, the vehicle will wait for the given duration before continuing on its route
[in] | stop | Stop parameters |
[out] | errorMsg | returned error message |
XXX handle stops added out of order
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 1532 of file MSBaseVehicle.cpp.
References addStop(), SUMOVehicleParameter::Stop::containerTriggered, SUMOVehicleParameter::Stop::duration, SUMOVehicleParameter::Stop::endPos, SUMOVehicleParameter::Stop::lane, myParameter, myStops, SUMOVehicleParameter::Stop::parking, SUMOVehicleParameter::stops, SUMOVehicleParameter::Stop::triggered, and SUMOVehicleParameter::Stop::until.
Referenced by MSVehicle::addTraciStop(), and LIBSUMO_NAMESPACE::Vehicle::setStop().
|
virtual |
Adds a person or container to this vehicle.
[in] | transportable | The person/container to add |
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 652 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::addTransportable(), MSDevice_Transportable::buildVehicleDevices(), CONTAINER_TRIGGERED, SUMOVehicleParameter::depart, SUMOVehicleParameter::departProcedure, MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSTransportable::isPerson(), myContainerDevice, myDevices, myMoveReminders, myParameter, myPersonDevice, and TRIGGERED.
Referenced by MSVehicle::addTransportable().
|
virtual |
whether the given transportable is allowed to board this vehicle
Implements SUMOVehicle.
Definition at line 633 of file MSBaseVehicle.cpp.
References MSDevice_Taxi::allowsBoarding(), getContainerNumber(), getDevice(), Named::getID(), getPersonNumber(), getVehicleType(), MSTransportable::isPerson(), isStopped(), and myStops.
double MSBaseVehicle::basePos | ( | const MSEdge * | edge | ) | const |
departure position where the vehicle fits fully onto the edge (if possible)
Definition at line 1077 of file MSBaseVehicle.cpp.
References getLength(), MSEdge::getLength(), getVehicleType(), hasStops(), MAX2(), MIN2(), myRoute, and myStops.
Referenced by addStop(), and MSLane::insertVehicle().
void MSBaseVehicle::calculateArrivalParams | ( | bool | onInit | ) |
(Re-)Calculates the arrival position and lane from the vehicle parameters
Definition at line 809 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::arrivalEdge, SUMOVehicleParameter::arrivalLane, SUMOVehicleParameter::arrivalLaneProcedure, SUMOVehicleParameter::arrivalPos, SUMOVehicleParameter::arrivalPosProcedure, SUMOVehicleParameter::arrivalSpeed, SUMOVehicleParameter::arrivalSpeedProcedure, CENTER, FIRST_ALLOWED, Named::getID(), MSEdge::getLanes(), MSVehicleType::getVehicleClass(), GIVEN, MAX2(), MIN2(), myArrivalLane, myArrivalPos, myParameter, myRoute, myType, RandHelper::rand(), RANDOM, SIMSTEP, time2string(), TL, toString(), and WRITE_WARNINGF.
Referenced by MEVehicle::loadState(), MSVehicle::loadState(), MSBaseVehicle(), replaceRoute(), and reroute().
|
private |
remove route at the end of the simulation
Definition at line 159 of file MSBaseVehicle.cpp.
References getFlowID(), MSNet::getInstance(), MSNet::hasFlow(), myParameter, myRoute, and SUMOVehicleParameter::repetitionNumber.
Referenced by replaceRoute(), and ~MSBaseVehicle().
void MSBaseVehicle::createDevice | ( | const std::string & | deviceName | ) |
create device of the given type
Definition at line 1986 of file MSBaseVehicle.cpp.
References MSDevice_Routing::buildVehicleDevices(), getDevice(), hasDeparted(), hasDevice(), myDevices, myParameter, MSMoveReminder::NOTIFICATION_DEPARTED, and MSDevice_Routing::notifyEnter().
|
virtual |
Returns the vehicle's acceleration.
This default implementation returns always 0.
Implements SUMOTrafficObject.
Reimplemented in MSVehicle.
Definition at line 584 of file MSBaseVehicle.cpp.
Referenced by getEmissions(), getHarmonoise_NoiseEmissions(), and GUIBaseVehicle::getScaleValue().
|
pure virtualinherited |
Implemented in MEVehicle, and MSVehicle.
Referenced by MSTriggeredRerouter::notifyEnter().
|
pure virtualinherited |
Get the vehicle's angle.
Implements SUMOTrafficObject.
Implemented in GUIVehicle, GUIMEVehicle, MEVehicle, and MSVehicle.
Referenced by MSDevice_ElecHybrid::acceleration(), libsumo::Helper::applySubscriptionFilterFieldOfVision(), MSDevice_ElecHybrid::consumption(), LIBSUMO_NAMESPACE::Vehicle::getAngle(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSDevice_ElecHybrid::notifyMove(), MSDevice_Battery::notifyMove(), GUIBaseVehicle::setFunctionalColor(), MSFCDExport::write(), MSEmissionExport::write(), and MSFullExport::writeVehicles().
|
inlinevirtual |
Definition at line 374 of file MSBaseVehicle.h.
References myArrivalLane.
Referenced by GUIBaseVehicle::drawStopLabels().
|
inlinevirtual |
Returns this vehicle's desired arrivalPos for its current route (may change on reroute)
Implements SUMOVehicle.
Definition at line 370 of file MSBaseVehicle.h.
References myArrivalPos.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), GUIBaseVehicle::drawStopLabels(), insertStop(), MSLane::isInsertionSuccess(), replaceStop(), rerouteBetweenStops(), and MSVehicle::rerouteParkingArea().
|
pure virtualinherited |
Get the object's back position along the given lane.
Implemented in MEVehicle, MSVehicle, and MSTransportable.
Referenced by MSE2Collector::notifyEnter(), MSE3Collector::MSE3EntryReminder::notifyEnter(), MSE3Collector::MSE3LeaveReminder::notifyEnter(), and MSInductLoop::notifyEnter().
|
pure virtual |
|
pure virtual |
Returns the velocity/lane influencer.
If no influencer was existing before, one is built, first
Implemented in MEVehicle, and MSVehicle.
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), getImpatience(), LIBSUMO_NAMESPACE::Vehicle::getRoutingMode(), insertStop(), replaceStop(), rerouteBetweenStops(), LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime(), and LIBSUMO_NAMESPACE::Vehicle::setRoutingMode().
|
pure virtualinherited |
get distance for coming to a stop (used for rerouting checks)
Implemented in MEVehicle, and MSVehicle.
Referenced by addStop(), MSStop::getEndPos(), haveValidStopEdges(), MSDevice_Taxi::prepareStop(), replaceRoute(), reroute(), and MSTriggeredRerouter::rerouteParkingArea().
|
inlinevirtual |
Returns the precomputed factor by which the driver wants to be faster than the speed limit.
Implements SUMOTrafficObject.
Definition at line 537 of file MSBaseVehicle.h.
References myChosenSpeedFactor.
Referenced by MSLane::getDepartSpeed(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), MSCFModel_EIDM::internalspeedlimit(), MSDevice_GLOSA::MSDevice_GLOSA(), MSDevice_GLOSA::notifyMove(), GUISUMOViewParent::onUpdSpeedFactor(), and MSVehicle::slowDownForSchedule().
|
inline |
Definition at line 769 of file MSBaseVehicle.h.
References myContainerDevice.
Referenced by GUIBaseVehicle::getNumContainers().
|
virtual |
Returns the number of containers.
Implements SUMOVehicle.
Definition at line 1916 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::containerNumber, myContainerDevice, myParameter, and MSDevice_Transportable::size().
Referenced by allowsBoarding(), MEVehicle::checkStop(), GUIVehicle::getParameterWindow(), MSVehicle::leaveLane(), MEVehicle::mayProceed(), MSVehicle::processNextStop(), MEVehicle::processStop(), and MSXMLRawOut::writeVehicle().
|
virtual |
retrieve riding containers
Implements SUMOVehicle.
Definition at line 1945 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::getTransportables(), myContainerDevice, and myEmptyTransportableVector.
Referenced by GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdSelectTransported(), and MSXMLRawOut::writeVehicle().
|
inlinevirtual |
Returns the edge the vehicle is currently at (possibly an internal edge)
Reimplemented in MSVehicle.
Definition at line 185 of file MSBaseVehicle.h.
References getEdge().
Referenced by GUIBaseVehicle::drawOnPos().
MSParkingArea * MSBaseVehicle::getCurrentParkingArea | ( | ) |
get the current parking area stop or nullptr
Definition at line 1066 of file MSBaseVehicle.cpp.
References isParking(), and myStops.
Referenced by MSVehicleTransfer::checkInsertions(), and MSVehicle::Manoeuvre::configureExitManoeuvre().
|
inlinevirtual |
Returns an iterator pointing to the current edge in this vehicles route.
Implements SUMOVehicle.
Definition at line 276 of file MSBaseVehicle.h.
References myCurrEdge.
Referenced by MSRailSignal::DriveWay::deadlockLaneOccupied(), GUIBaseVehicle::drawStopLabels(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSRailSignal::hasOncomingRailTraffic(), MSIdling_Stop::idle(), insertStop(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), replaceStop(), rerouteBetweenStops(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().
|
virtual |
Returns the depart delay.
Implements SUMOVehicle.
Definition at line 598 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::depart, getDeparture(), getParameter(), hasDeparted(), and SIMSTEP.
Referenced by GUIVehicle::getColorValue(), GUIMEVehicle::getColorValue(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), GUIBaseVehicle::getScaleValue(), and MSLane::insertVehicle().
|
inlinevirtual |
Returns this vehicle's real departure position.
Implements SUMOVehicle.
Definition at line 362 of file MSBaseVehicle.h.
References myDepartPos.
|
inlinevirtual |
Returns this vehicle's real departure time.
Implements SUMOVehicle.
Definition at line 338 of file MSBaseVehicle.h.
References myDeparture.
Referenced by getDepartDelay(), LIBSUMO_NAMESPACE::Vehicle::getDeparture(), and MSVehicle::Influencer::postProcessRemoteControl().
|
virtual |
Returns a device of the given type if it exists, nullptr otherwise.
Implements SUMOVehicle.
Definition at line 927 of file MSBaseVehicle.cpp.
References myDevices.
Referenced by allowsBoarding(), MEVehicle::checkStop(), createDevice(), LIBSUMO_NAMESPACE::Vehicle::dispatchTaxi(), GUIBaseVehicle::drawOnPos(), MSVehicle::executeMove(), getElecHybridCurrent(), GUIVehicle::getParameterWindow(), getStateOfCharge(), MSVehicle::initDevices(), MSDevice_Bluelight::notifyMove(), GUIVehicle::rerouteDRTStop(), MSVehicle::updateBestLanes(), and MSBatteryExport::write().
std::string MSBaseVehicle::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
Definition at line 2005 of file MSBaseVehicle.cpp.
References myDevices.
Referenced by getPrefixedParameter().
|
inlinevirtual |
Returns this vehicle's devices.
Implements SUMOVehicle.
Definition at line 449 of file MSBaseVehicle.h.
References myDevices.
Referenced by GUIBaseVehicle::getDeviceDescription().
|
virtual |
Returns the edge the vehicle is currently at.
Implements SUMOTrafficObject.
Definition at line 220 of file MSBaseVehicle.cpp.
References myCurrEdge.
Referenced by MSVehicleTransfer::add(), addStop(), MELoop::changeSegment(), MSVehicleTransfer::checkInsertions(), GUIBaseVehicle::drawOnPos(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::estimateTimeToNextStop(), METriggeredCalibrator::execute(), MSLane::executeMovements(), MSDevice_SSM::findFoeConflictLane(), MSVehicle::Influencer::gapControlSpeed(), LIBSUMO_NAMESPACE::Vehicle::getAllowedSpeed(), MEVehicle::getAngle(), MEVehicle::getAverageSpeed(), GUIMEVehicle::getCenteringBoundary(), getCurrentEdge(), MSVehicle::getCurrentEdge(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), GUIMEVehicle::getEdgeID(), MSCFModel_CC::getParameter(), MEVehicle::getPosition(), MEVehicle::getRightSideOnEdge(), getRNG(), getRNGIndex(), LIBSUMO_NAMESPACE::Vehicle::getRoadID(), GUIBaseVehicle::getScaleValue(), MEVehicle::getSlope(), MSLCM_SL2015::getVehicleCenter(), isJumping(), TraCIServerAPI_Vehicle::processSet(), MESegment::receive(), replaceRoute(), reroute(), MSVehicle::rerouteParkingArea(), MELoop::teleportVehicle(), MEVehicle::updateDetectors(), MSFCDExport::write(), and MSBatteryExport::write().
double MSBaseVehicle::getElecHybridCurrent | ( | ) | const |
Returns actual current (A) of ElecHybrid device RICE_CHECK: Is this the current consumed from the overhead wire or the current driving the powertrain of the vehicle? RICE_REV_JS: It is the current drawn from the overhead wire (value if the vehicle is not connected to overhead wire?)
Definition at line 1857 of file MSBaseVehicle.cpp.
References MSDevice_ElecHybrid::getCurrentFromOverheadWire(), and getDevice().
Referenced by GUIVehicle::getParameterWindow().
|
inlinevirtual |
retrieve parameters for the energy consumption model
Implements SUMOVehicle.
Definition at line 774 of file MSBaseVehicle.h.
References getEmissionParameters(), getVehicleType(), and myEnergyParams.
Referenced by getEmissionParameters(), getEmissions(), and initDevices().
|
inline |
Returns emissions of the current state The value is always per 1s, so multiply by step length if necessary.
Definition at line 789 of file MSBaseVehicle.h.
References PollutantsInterface::compute(), getAcceleration(), MSVehicleType::getEmissionClass(), getEmissionParameters(), SUMOTrafficObject::getSlope(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), isOnRoad(), and myType.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getCO2Emission(), LIBSUMO_NAMESPACE::Vehicle::getCOEmission(), LIBSUMO_NAMESPACE::Vehicle::getElectricityConsumption(), LIBSUMO_NAMESPACE::Vehicle::getFuelConsumption(), LIBSUMO_NAMESPACE::Vehicle::getHCEmission(), LIBSUMO_NAMESPACE::Vehicle::getNOxEmission(), and LIBSUMO_NAMESPACE::Vehicle::getPMxEmission().
|
private |
reconstruct flow id from vehicle id
Definition at line 168 of file MSBaseVehicle.cpp.
References Named::getID().
Referenced by checkRouteRemoval().
|
inlinevirtual |
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 921 of file MSBaseVehicle.h.
References TL, UNUSED_PARAMETER, and WRITE_WARNING.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getFollower().
double MSBaseVehicle::getHarmonoise_NoiseEmissions | ( | ) | const |
Returns noise emissions of the current state.
Definition at line 1867 of file MSBaseVehicle.cpp.
References HelpersHarmonoise::computeNoise(), getAcceleration(), MSVehicleType::getEmissionClass(), SUMOTrafficObject::getSpeed(), SUMOVehicle::isIdling(), isOnRoad(), and myType.
Referenced by GUIVehicle::getColorValue(), LIBSUMO_NAMESPACE::Vehicle::getNoiseEmission(), and GUIVehicle::getParameterWindow().
|
inlineinherited |
Returns the id.
Definition at line 74 of file Named.h.
References Named::myID.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSCFModel_EIDM::_v(), MSCFModel_ACC::_v(), MSCFModel_IDM::_v(), MSCFModel_CACC::_v(), MSCFModel_Wiedemann::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLaneChangerSublane::abortLCManeuver(), MSTransportable::abortStage(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaderDistance(), MSVehicle::adaptToLeaders(), MSVehicle::adaptToOncomingLeader(), MSVehicleTransfer::add(), MSDetectorControl::add(), MSPModel_Striping::add(), PCPolyContainer::add(), ShapeContainer::add(), PCPolyContainer::add(), ShapeContainer::add(), MSDetectorControl::add(), MSDetectorControl::add(), NLTriggerBuilder::addAccess(), RORouteDef::addAlternative(), MSLane::addApproachingLane(), MSTractionSubstation::addChargeValueForOutput(), MSChargingStation::addChargeValueForOutput(), MSOverheadWire::addChargeValueForOutput(), NBNodeCont::addCluster2Join(), NLHandler::addConflict(), NLHandler::addConnection(), NBLoadedSUMOTLDef::addConnection(), MSPModel_Striping::addCrossingVehs(), RODFDetectorCon::addDetector(), NIXMLEdgesHandler::addEdge(), RONet::addEdge(), ROJTREdge::addFollowerProbability(), MSLane::addLeaders(), MSTLLogicControl::TLSLogicVariants::addLogic(), RONet::addNode(), MSLaneChangerSublane::addOutsideLeaders(), MSTractionSubstation::addOverheadWireClampToCircuit(), MSTractionSubstation::addOverheadWireInnerSegmentToCircuit(), MSTractionSubstation::addOverheadWireSegmentToCircuit(), MSTriggeredRerouter::addParkValues(), NIImporter_SUMO::addPhase(), GUIEdge::addRerouter(), MSDevice_Taxi::addReservation(), MSDispatch::addReservation(), MSRouteHandler::addRideOrTransport(), RONet::addRouteDef(), NIXMLEdgesHandler::addSplit(), NBTrafficLightLogic::addStep(), MSRouteHandler::addStop(), RORouteHandler::addStop(), ROVehicle::addStop(), addStop(), MSNet::addStoppingPlace(), MSRouteHandler::addTranship(), MSVehicle::addTransportable(), AGActivityTripWriter::addTrip(), NIXMLConnectionsHandler::addWalkingArea(), allowsBoarding(), MSTransportable::appendStage(), LIBSUMO_NAMESPACE::Person::appendWalkingStage(), MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilterLateralDistanceSinglePass(), libsumo::Helper::applySubscriptionFilters(), libsumo::Helper::applySubscriptionFilterTurn(), MSLaneChanger::avoidDeadlock(), MSDevice_ToC::awarenessRecoveryStep(), GUITrafficLightLogicWrapper::begin2TrackPhases(), MSPModel_Striping::blockedAtDist(), MSLink::blockedAtTime(), MSLink::blockedByFoe(), MSVehicle::boardTransportables(), MSVehicle::brakeForOverlap(), NIVisumTL::build(), LIBSUMO_NAMESPACE::TrafficLight::buildConstraint(), MSSOTLE2Sensors::buildContinueSensior(), MSSOTLE2Sensors::buildCountSensorForLane(), MSSOTLE2Sensors::buildCountSensorForOutLane(), NBNode::buildCrossings(), NBNode::buildCrossingsAndWalkingAreas(), MSTransportableDevice_Routing::buildDevices(), MSTransportableDevice_BTreceiver::buildDevices(), MSTransportableDevice_BTsender::buildDevices(), MSTransportableDevice_FCD::buildDevices(), NIImporter_VISUM::buildDistrictNode(), MSRailSignal::LinkInfo::buildDriveWay(), NLDetectorBuilder::buildE2Detector(), NLDetectorBuilder::buildE2Detector(), RODFNet::buildEdgeFlowMap(), NLDetectorBuilder::buildInductLoop(), NBEdge::buildInnerEdges(), NLTriggerBuilder::buildInnerOverheadWireSegments(), GNETLSEditorFrame::buildInternalLanes(), NIVissimEdge::buildNBEdge(), NGEdge::buildNBEdge(), NBOwnTLDef::buildNemaPhases(), NBRampsComputer::buildOffRamp(), NBRampsComputer::buildOnRamp(), MSRailSignal::DriveWay::buildRoute(), MELoop::buildSegmentsFor(), MSSOTLE2Sensors::buildSensorForLane(), MSSOTLE2Sensors::buildSensorForOutLane(), libsumo::Helper::buildStopParameters(), MSDevice_Bluelight::buildVehicleDevices(), MSVehicleDevice_BTreceiver::buildVehicleDevices(), MSVehicleDevice_BTsender::buildVehicleDevices(), MSDevice_DriverState::buildVehicleDevices(), MSDevice_ElecHybrid::buildVehicleDevices(), MSDevice_Example::buildVehicleDevices(), MSDevice_FCD::buildVehicleDevices(), MSDevice_Friction::buildVehicleDevices(), MSDevice_GLOSA::buildVehicleDevices(), MSDevice_Routing::buildVehicleDevices(), MSDevice_SSM::buildVehicleDevices(), MSDevice_Taxi::buildVehicleDevices(), MSDevice_ToC::buildVehicleDevices(), MSDevice_Tripinfo::buildVehicleDevices(), MSDevice_Transportable::buildVehicleDevices(), MSDevice_Vehroutes::buildVehicleDevices(), MSDevice_Battery::buildVehicleDevices(), NBNode::buildWalkingAreas(), calculateArrivalParams(), MSSwarmTrafficLightLogic::calculateEtaDiff(), MSSwarmTrafficLightLogic::calculateEtaRatio(), NEMALogic::calculateInitialPhases170(), MSE2Collector::calculateTimeLossAndTimeOnDetector(), MSStageDriving::canLeaveVehicle(), MSSOTLPolicyBasedTrafficLightLogic::canRelease(), MSLCHelper::canSaveBlockerLength(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLCM_SL2015::changed(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), MSActuatedTrafficLightLogic::changeStepAndDuration(), MSSimpleTrafficLightLogic::changeStepAndDuration(), LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSTLLogicControl::check2Switch(), MSEdge::checkAndRegisterBiDirEdge(), MSLaneChanger::checkChange(), MSLaneChanger::checkChangeOpposite(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeSublane(), NBEdgeCont::checkConsistency(), MSRailSignal::DriveWay::checkCrossingFlanks(), MSDevice_ToC::checkDynamicToC(), MSLane::checkFailure(), MSRailSignal::DriveWay::checkFlanks(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSE2Collector::checkPositioning(), MSRoute::checkRemoval(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MEVehicle::checkStop(), MSLCM_SL2015::checkStrategicChange(), MSAbstractLaneChangeModel::checkTraCICommands(), MSLaneChanger::checkTraCICommands(), MSLink::checkWalkingAreaFoe(), MSSwarmTrafficLightLogic::choosePolicy(), MSDevice_SSM::classifyEncounter(), ShapeContainer::clearHighlights(), NBTrafficLightLogic::closeBuilding(), ODDistrictHandler::closeDistrict(), NLHandler::closeEdge(), MSDevice_SSM::closeEncounter(), RORouteHandler::closeRouteDistribution(), MSRouteHandler::closeVehicle(), RORouteHandler::closeVehicle(), NBTrafficLightDefinition::collectAllLinks(), NBTrafficLightDefinition::collectEdges(), NBLoadedSUMOTLDef::collectEdgeVectors(), NBLoadedTLDef::collectLinks(), MSLCM_SL2015::commitManoeuvre(), IntermodalRouter< E, L, N, V >::compute(), NBTrafficLightDefinition::compute(), ROJTRRouter::compute(), MSVehicle::computeAngle(), MSDispatch::computeDetourTime(), NBNodeShapeComputer::computeEdgeBoundaries(), MSVehicle::computeFurtherLanes(), MSDevice_SSM::computeGlobalMeasures(), NBNode::computeInternalLaneShape(), NBNode::computeLanes2Lanes(), NBNode::computeLogic(), NBOwnTLDef::computeLogicAndConts(), NBNodeShapeComputer::computeNodeShapeDefault(), NBNodeShapeComputer::computeNodeShapeSmall(), NBNodeTypeComputer::computeNodeTypes(), NBRampsComputer::computeRamps(), RODFNet::computeRoutesFor(), MSLaneChanger::computeSafeOppositeLength(), NBTrafficLightLogicCont::computeSingleLogic(), NBNode::computeSmoothShape(), MSLCM_LC2013::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSDevice_SSM::computeSSMs(), MSLaneChanger::computeSurplusGap(), NBTurningDirectionsComputer::computeTurnDirectionsForNode(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSRailSignal::DriveWay::conflictLaneOccupied(), NGNet::connect(), MSRailSignal::constraintsAllow(), NEMALogic::constructTimingAndPhaseDefs(), MSLaneChanger::continueChange(), MSLaneChangerSublane::continueChangeSublane(), libsumo::Helper::convertCartesianToRoadMap(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), NBLoadedSUMOTLDef::copyIndices(), NBOwnTLDef::corridorLike(), MSSOTLWaveTrafficLightLogic::countVehicles(), MSSOTLE2Sensors::countVehicles(), MSDevice_SSM::createEncounters(), GNETLSEditorFrame::TLSDefinition::createTLS(), GUINet::createTLWrapper(), MSDevice_Taxi::customerArrived(), NBNodeCont::customTLID(), MSDevice_ToC::deactivateDeliberateLCs(), MSRailSignal::DriveWay::deadlockLaneOccupied(), libsumo::Helper::debugPrint(), MSLCM_SL2015::decideDirection(), MSActuatedTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decideNextPhase(), MSSOTLPolicyBasedTrafficLightLogic::decideNextPhase(), MSSwarmTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decidePolicy(), MSSwarmTrafficLightLogic::decidePolicy(), MSVehicleControl::deleteVehicle(), MSDevice_ElecHybrid::deleteVehicleFromCircuit(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSE3Collector::detectorUpdate(), MSLane::detectPedestrianJunctionCollision(), NIVissimDistrictConnection::dict_BuildDistrictNodes(), NIVissimDistrictConnection::dict_BuildDistricts(), MSEdge::dictionaryHint(), NBNodeCont::discardTrafficLights(), MSDispatch_Greedy::dispatch(), MSDispatch_GreedyShared::dispatch(), MSDispatch_RouteExtension::dispatch(), MSDevice_Taxi::dispatchShared(), GUILane::drawGL(), MSDevice_SSM::Encounter::Encounter(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSE3Collector::enter(), NEMAPhase::enter(), MSParkingArea::enter(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSTransportableControl::erase(), NEMALogic::error_handle_not_set(), METriggeredCalibrator::execute(), Command_SaveTLSProgram::execute(), Command_SaveTLSState::execute(), Command_SaveTLSSwitches::execute(), Command_SaveTLSSwitchStates::execute(), Command_RouteReplacement::execute(), MSDevice_BTreceiver::BTreceiverUpdate::execute(), MSVTypeProbe::execute(), MSPModel_Striping::MovePedestrians::execute(), MSCalibrator::execute(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSLane::executeMovements(), NBNodeCont::extract(), NBTrafficLightLogicCont::extract(), MSDevice_SSM::filterByConflictType(), LIBSUMO_NAMESPACE::Person::filterReservation(), NBLoadedSUMOTLDef::finalChecks(), MSCFModel::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_EIDM::finalizeSpeed(), MSLaneChanger::findCandidate(), LIBSUMO_NAMESPACE::TrafficLight::findConstraintsDeadLocks(), MSRailSignal::DriveWay::findFlankProtection(), MSDevice_SSM::findFoeConflictLane(), MSDevice_SSM::findSurroundingVehicles(), MSDevice_SSM::flushConflicts(), MSDevice_SSM::flushGlobalMeasures(), MSCFModel_CACC::followSpeed(), MSCFModel_EIDM::followSpeed(), MSCFModel_W99::followSpeed(), NBTrafficLightDefinition::forbids(), MSLaneChanger::foundHilltop(), MSCFModel_EIDM::freeSpeed(), NBNodeCont::generateNodeClusters(), MSDevice_Tripinfo::generateOutput(), MSStopOut::generateOutputForUnfinished(), GUITrafficLightLogicWrapper::getActiveTLLogic(), RODFDetectorCon::getAggFlowFor(), RODFDetectorCon::getAnyDetectorForEdge(), MSPModel_Striping::getArbitraryPath(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), LIBSUMO_NAMESPACE::Vehicle::getBestLanes(), MSLaneChanger::getBestLanesOpposite(), NBOwnTLDef::getBestPair(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), MSVehicle::getCenterOnEdge(), MSDevice_Battery::getChargingStationID(), MSRailSignal::getClickableTLLinkID(), GUIVehicle::getColorValue(), MSLaneChanger::getColumnleader(), MSActuatedTrafficLightLogic::getConditions(), LIBSUMO_NAMESPACE::TrafficLight::getConstraintsByFoe(), LIBSUMO_NAMESPACE::TrafficLight::getControlledLinks(), MSLane::getCriticalLeader(), MSCalibrator::getCurrentStateInterval(), NBNodeShapeComputer::getDefaultRadius(), MSLink::getDescription(), MSStop::getDescription(), NBTrafficLightDefinition::getDescription(), MSStageTrip::getDestinationDescription(), GUIPerson::getDestinationEdgeID(), GUIPerson::getDestinationStopID(), MSDevice_SSM::getDetectionRange(), RODFNet::getDetectorEdge(), MSActuatedTrafficLightLogic::getDetectorPriority(), MSRailSignal::LinkInfo::getDriveWay(), MSSimpleTrafficLightLogic::getEarliest(), GUIPerson::getEdgeID(), GUIMEVehicle::getEdgeID(), MSMeanData::getEdgeID(), LIBSUMO_NAMESPACE::RouteProbe::getEdgeID(), MSDevice_SSM::getExtraTime(), MSPModel_Remote::getFirstPedestrianLane(), MSLane::getFirstVehicleInformation(), getFlowID(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), GUIPerson::getFromEdgeID(), MSPModel_Striping::PStateVehicle::getID(), NBEdge::getID(), LIBSUMO_NAMESPACE::Vehicle::getJunctionFoes(), MSRailSignal::getJunctionLinkID(), RORouteHandler::getJunctionTaz(), LIBSUMO_NAMESPACE::Calibrator::getLaneID(), MSParkingArea::getLastFreePos(), MSParkingArea::getLastFreePosWithReservation(), MSLane::getLastVehicleInformation(), MSSimpleTrafficLightLogic::getLatest(), MSVehicle::getLatOffset(), MSLane::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), MSLink::getLengthBeforeCrossing(), MSDevice_BTsender::getLocation(), MSDevice_SSM::getMDRAC_PRT(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForInputLanes(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForOutputLanes(), MSDevice_SSM::getMeasuresAndThresholds(), NIImporter_VISUM::getNamedEdgeContinuating(), MSPModel_Striping::getNeighboringObstacles(), MSCalibrator::getNewVehicleID(), MSPerson::getNextEdge(), MSPModel_Striping::getNextLane(), MSPModel_Striping::getNextLaneObstacles(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSStageTrip::getOriginDescription(), MSDevice_SSM::getOutputFilename(), MSDevice_ElecHybrid::getOverheadWireSegmentID(), MSOverheadWire::getOverheadWireSegmentName(), MSDevice_ToC::getParameter(), MSActuatedTrafficLightLogic::getParameter(), NEMALogic::getParameter(), LIBSUMO_NAMESPACE::Simulation::getParameter(), GUITrafficLightLogicWrapper::getParameterWindow(), GUIContainer::getParameterWindow(), GUILane::getParameterWindow(), GUILane::getParentName(), MSLane::getPartialBehind(), MSSimpleDriverState::getPerceivedHeadway(), MSSimpleDriverState::getPerceivedSpeedDifference(), MSSOTLTrafficLightLogic::getPhaseIndexWithMaxCTS(), MSSwarmTrafficLightLogic::getPheromoneForInputLanes(), MSSwarmTrafficLightLogic::getPheromoneForOutputLanes(), PolygonDynamics::getPolygonID(), GUITrafficLightLogicWrapper::getPopUpMenu(), NLTriggerBuilder::getPosition(), NLDetectorBuilder::getPositionChecking(), getPrefixedParameter(), MSCFModel_CC::getRadarMeasurements(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), LIBSUMO_NAMESPACE::Vehicle::getRoadID(), MSLCHelper::getRoundaboutDistBonus(), LIBSUMO_NAMESPACE::Vehicle::getRouteID(), LIBSUMO_NAMESPACE::Calibrator::getRouteProbeID(), getRouteValidity(), GUIBaseVehicle::getScaleValue(), MSAbstractLaneChangeModel::getShadowLane(), getSingularType(), MSTransportable::getSingularType(), LIBSUMO_NAMESPACE::Person::getStage(), MSPerson::MSPersonStage_Walking::getStageSummary(), MSStageDriving::getStageSummary(), MSStageTranship::getStageSummary(), MSStageWaiting::getStageSummary(), MSDevice_Taxi::getStopLane(), MSNet::getStoppingPlaceID(), MSDevice::getStringParam(), MSLane::getSurroundingVehicles(), MSActuatedTrafficLightLogic::getTarget(), LIBSUMO_NAMESPACE::Vehicle::getTeleportingIDList(), MSRailSignal::getTLLinkID(), NIImporter_OpenDrive::getTLSSecure(), MSDevice_ElecHybrid::getTractionSubstationID(), PedestrianEdge< E, L, N, V >::getTravelTime(), MSVehicle::getUpcomingLanesUntil(), MSLane::getUpcomingLinks(), MSDevice_SSM::getUpstreamVehicles(), LIBSUMO_NAMESPACE::Person::getVehicle(), LIBSUMO_NAMESPACE::TrafficLight::getVehicleByTripId(), GUIPerson::getVehicleID(), MSPModel_Striping::getVehicleObstacles(), MSDevice_SSM::getVehiclesOnJunction(), MSRailSignalConstraint::getVehID(), MSStageDriving::getWaitingDescription(), MSEdge::getWaitingVehicle(), MSLink::getZipperSpeed(), GNEEdge::GNEEdge(), NBNode::guessCrossings(), RODFDetectorCon::guessEmptyFlows(), NBNodeCont::guessTLs(), GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerWindow(), MSLane::handleCollisionBetween(), MSLane::handleIntermodalCollisionBetween(), MSRailSignal::hasInsertionConstraint(), MSRailSignal::hasOncomingRailTraffic(), hasValidRouteStart(), MSVehicle::hasValidRouteStart(), haveValidStopEdges(), LIBSUMO_NAMESPACE::POI::highlight(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSIdling_Stop::idle(), MSIdling_RandomCircling::idle(), MSIdling_TaxiStand::idle(), MSLink::ignoreFoe(), MSVehicle::ignoreFoe(), MSVehicle::ignoreRed(), MSVehicle::Influencer::implicitDeltaPosRemote(), NBNode::indirectLeftShape(), MSLCM_LC2013::inform(), MSLCM_SL2015::inform(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), MSCalibrator::init(), NBEdge::init(), MSDelayBasedTrafficLightLogic::init(), MSDeterministicHiLevelTrafficLightLogic::init(), MSSOTLTrafficLightLogic::init(), MSSwarmTrafficLightLogic::init(), MSTrafficLightLogic::init(), MSActuatedTrafficLightLogic::init(), MSRailSignal::init(), NEMALogic::init(), MSActuatedTrafficLightLogic::initAttributeOverride(), MSE2Collector::initAuxiliaries(), MESegment::initialise(), MSTrafficLightLogic::initMesoTLSPenalties(), NBOwnTLDef::initNeedsContRelation(), PolygonDynamics::initTrackedPosition(), NIImporter_SUMO::initTrafficLightLogic(), NIXMLTrafficLightsHandler::initTrafficLightLogic(), NBDistrictCont::insert(), NBNodeCont::insert(), NBTrafficLightLogicCont::insert(), NIImporter_OpenStreetMap::insertEdge(), MSCFModel_IDM::insertionFollowSpeed(), insertStop(), MSLane::insertVehicle(), MSEdge::insertVehicle(), MSPModel_Striping::insertWalkArePaths(), MSLane::integrateNewVehicles(), IntermodalNetwork< E, L, N, V >::IntermodalNetwork(), GNEJunction::invalidateTLS(), NBNode::invalidateTLS(), MSTLLogicControl::isActive(), MSPedestrianPushButton::isActiveForEdge(), MSPedestrianPushButton::isActiveOnAnySideOfTheRoad(), RODFNet::isAllowed(), RODFNet::isDestination(), RODFNet::isFalseSource(), MSLane::isInsertionSuccess(), isJumping(), MSVehicle::isLeader(), MESegment::isOpen(), RODFNet::isSource(), NIImporter_VISUM::isSplitEdge(), MSSOTLTrafficLightLogic::isThresholdPassed(), RORoute::isValid(), MSStageDriving::isWaitingFor(), MESegment::jamThresholdForSpeed(), NBNodeCont::joinNodeCluster(), MSVehicle::joinTrainPartFront(), MSAbstractLaneChangeModel::laneChangeOutput(), MSVehicle::lateralDistanceToLane(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSVehicle::leaveLane(), MSDevice_BTreceiver::BTreceiverUpdate::leaveRange(), MSPedestrianPushButton::loadCrossingEdgeMap(), NIImporter_OpenDrive::loadNetwork(), MSPedestrianPushButton::loadPushButtons(), MSVehicle::loadState(), MSVehicleTransfer::loadState(), MSActuatedTrafficLightLogic::loadState(), ODDistrictCont::makeDistricts(), MSE2Collector::makeMoveNotification(), MSE2Collector::makeVehicleInfo(), NWWriter_OpenDrive::mapmatchRoadObjects(), MEVehicle::mayProceed(), MSSOTLE2Sensors::meanVehiclesSpeed(), METriggeredCalibrator::METriggeredCalibrator(), MSPModel_Striping::moveInDirection(), MSPModel_Striping::moveInDirectionOnLane(), MSPModel_Striping::PState::moveTo(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), MSDevice_ToC::MRMExecutionStep(), MSChargingStation::MSChargingStation(), MSDevice_Battery::MSDevice_Battery(), MSDevice_ElecHybrid::MSDevice_ElecHybrid(), MSDevice_Taxi::MSDevice_Taxi(), MSDevice_ToC::MSDevice_ToC(), MSE2Collector::MSE2Collector(), MSE2Collector::MSE2Collector(), MSLCM_LC2013::MSLCM_LC2013(), MSParkingArea::MSParkingArea(), MSSimpleDriverState::MSSimpleDriverState(), MSLCM_SL2015::mustOvertakeStopped(), NBLoadedTLDef::myCompute(), NIImporter_SUMO::myEndElement(), MSStateHandler::myStartElement(), MSCalibrator::myStartElement(), MSLaneSpeedTrigger::myStartElement(), MSTriggeredRerouter::myStartElement(), MSPModel_Striping::nextBlocking(), MSDevice_ElecHybrid::notifyEnter(), MSE2Collector::notifyEnter(), MSDevice_Bluelight::notifyEnter(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_Example::notifyEnter(), MSDevice_GLOSA::notifyEnter(), MSDevice_SSM::notifyEnter(), MSDevice_Tripinfo::notifyEnter(), MSMeanData::MeanDataValues::notifyEnter(), MSMeanData::MeanDataValueTracker::notifyEnter(), MSMeanData_Net::MSLaneMeanDataValues::notifyEnter(), MSRailSignalConstraint_Predecessor::PassedTracker::notifyEnter(), MSCalibrator::VehicleRemover::notifyEnter(), MSTriggeredRerouter::notifyEnter(), MSE3Collector::MSE3EntryReminder::notifyEnter(), MSE3Collector::MSE3LeaveReminder::notifyEnter(), MSDevice_ElecHybrid::notifyLeave(), MSDevice_Bluelight::notifyLeave(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_Example::notifyLeave(), MSDevice_SSM::notifyLeave(), MSDevice_Transportable::notifyLeave(), MSDevice_Tripinfo::notifyLeave(), MSE2Collector::notifyLeave(), MSE3Collector::MSE3EntryReminder::notifyLeave(), MSE3Collector::MSE3LeaveReminder::notifyLeave(), MSDevice_ElecHybrid::notifyMove(), MSDevice_Battery::notifyMove(), MSDevice_Bluelight::notifyMove(), MSDevice_BTreceiver::notifyMove(), MSDevice_BTsender::notifyMove(), MSDevice_Example::notifyMove(), MSDevice_GLOSA::notifyMove(), MSDevice_SSM::notifyMove(), MSDevice_StationFinder::notifyMove(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), MSMeanData::MeanDataValues::notifyMove(), MSDevice_ToC::notifyMove(), MSE3Collector::MSE3LeaveReminder::notifyMove(), MSE3Collector::MSE3EntryReminder::notifyMove(), MSMeanData_Net::MSLaneMeanDataValues::notifyMoveInternal(), GNETLSEditorFrame::TLSDefinition::onCmdResetCurrentProgram(), MSVehicle::onRemovalFromNet(), MSLink::opened(), RORouteHandler::openRoute(), MSLane::incoming_lane_priority_sorter::operator()(), MSLane::outgoing_lane_priority_sorter::operator()(), MSEdge::transportable_by_position_sorter::operator()(), NBNetBuilder::by_id_sorter::operator()(), NBNode::nodes_by_id_sorter::operator()(), RODFNet::idComp::operator()(), MSLaneChangerSublane::outputLCStarted(), NIImporter_VISUM::parse_Connectors_legacy(), NIImporter_VISUM::parse_EdgePolys(), NIImporter_VISUM::parse_Lanes(), NIImporter_VISUM::parse_stopPoints(), NIImporter_VISUM::parse_Turns(), NLTriggerBuilder::parseAndBuildCalibrator(), NLTriggerBuilder::parseAndBuildOverheadWireSection(), MSRouteHandler::parseWalkPositions(), NBLoadedSUMOTLDef::patchIfCrossingsAdded(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), MSRoutingEngine::patchSpeedForTurns(), NBLoadedTLDef::SignalGroup::patchTYellow(), MSCFModel_CC::performAutoLaneChange(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSLane::planMovements(), PolygonDynamics::PolygonDynamics(), MSInternalJunction::postloadInit(), MSRightOfWayJunction::postloadInit(), MSVehicle::Influencer::postProcessRemoteControl(), MSLCM_SL2015::prepareStep(), MSDevice_Taxi::prepareStop(), MSLCM_SL2015::preventSliding(), MSAbstractLaneChangeModel::primaryLaneChanged(), AGStreet::print(), MSStageDriving::proceed(), MSDevice_SSM::processEncounters(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), NIXMLNodesHandler::processNodeType(), TraCIServerAPI_Vehicle::processSet(), MSVehicle::processTraCISpeedControl(), NIXMLNodesHandler::processTrafficLightDefinitions(), MSDelayBasedTrafficLightLogic::proposeProlongation(), NBNodeCont::pruneClusterFringe(), NBNodeCont::pruneSlipLaneNodes(), MSPModel_Striping::PState::PState(), MSPModel_Striping::PState::PState(), MSOffTrafficLightLogic::rebuildPhase(), NBEdge::recheckLanes(), NBEdgeCont::recheckPostProcessConnections(), NIImporter_OpenStreetMap::reconstructLayerElevation(), NBLoadedSUMOTLDef::reconstructLogic(), NBEdge::reduceGeometry(), MSNet::registerCollision(), MSRailSignalControl::registerProtectedDriveway(), MSLink::removeApproaching(), LIBSUMO_NAMESPACE::TrafficLight::removeConstraints(), MSVehicle::removePassedDriveItems(), MSCalibrator::removePending(), MSDispatch::removeReservation(), GNEJunction::removeTLSConnections(), NBNodeCont::rename(), NBTrafficLightLogicCont::rename(), RORouteDef::repairCurrentRoute(), GNEJunction::replaceIncomingConnections(), replaceParkingArea(), replaceRoute(), replaceRouteEdges(), replaceStop(), MSTransportable::replaceVehicleType(), NIImporter_DlrNavteq::TrafficlightsHandler::report(), NLEdgeControlBuilder::reportCurrentEdgeOrLane(), MSDevice_SSM::requestsTrajectories(), MSDevice_ToC::requestToC(), MSPerson::reroute(), reroute(), MSRailSignal::LinkInfo::reroute(), GUIVehicle::rerouteDRTStop(), MSTriggeredRerouter::rerouteParkingArea(), MSVehicle::rerouteParkingArea(), MSTransportable::rerouteParkingArea(), MSDevice_ToC::resetDeliberateLCs(), MSLane::resetManeuverReservation(), MSLane::resetPartialOccupation(), MSDevice_Bluelight::resetVehicle(), MSLaneChanger::resolveDeadlock(), LIBSUMO_NAMESPACE::Vehicle::resume(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MSRailSignal::retrieveDriveWay(), NIImporter_OpenDrive::retrieveSignalEdges(), RODFNet::revalidateFlows(), NBRailwayTopologyAnalyzer::reverseEdges(), MSStageDriving::routeOutput(), MSStageTranship::routeOutput(), MSStageTrip::routeOutput(), MSStageWaiting::routeOutput(), MSLane::safeInsertionSpeed(), RONet::saveAndRemoveRoutesUntil(), ROPerson::Ride::saveAsXML(), ROVehicle::saveAsXML(), MSLCM_LC2013::saveBlockerLength(), MSLane::saveState(), MESegment::saveState(), MSDevice::saveState(), MSDevice_Routing::saveState(), MSDevice_Transportable::saveState(), MSDevice_Tripinfo::saveState(), MSDevice_Vehroutes::saveState(), MSTransportableDevice_Routing::saveState(), MSSimpleTrafficLightLogic::saveState(), MSStageDriving::saveState(), MSCalibrator::scheduleRemoval(), GUIVehicle::selectBlockingFoes(), MSE2Collector::selectLanes(), MSVehicle::setAngle(), MSLink::setApproaching(), MSLink::setApproaching(), MSVehicle::setApproachingForAllLinks(), MSStageTrip::setArrived(), NBNodeCont::setAsTLControlled(), MSSimpleDriverState::setAwareness(), MSLane::setBidiLane(), MSEdge::setBidiLanes(), NLEdgeControlBuilder::setDefaultStopOffset(), setDepartAndArrivalEdge(), MSCalibrator::setFlow(), NBEdge::setGeometry(), setJunctionModelParameter(), MSTransportable::setJunctionModelParameter(), MSAbstractLaneChangeModel::setManeuverDist(), MSLane::setManeuverReservation(), MSDevice_Battery::setMaximumBatteryCapacity(), NBEdge::setNodeBorder(), MSLane::setOpposite(), MSLCM_SL2015::setOwnState(), MSDevice_ToC::setParameter(), MSActuatedTrafficLightLogic::setParameter(), MSSimpleTrafficLightLogic::setParameter(), NEMALogic::setParameter(), MSCFModel_CACC::setParameter(), MSCFModel_CC::setParameter(), MSLane::setPartialOccupation(), MSDevice_Battery::setPowerMax(), NBEdgePriorityComputer::setPriorityJunctionPriorities(), libsumo::Helper::setRemoteControlled(), libsumo::Helper::setRemoteControlled(), MSLink::setRequestInformation(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), LIBSUMO_NAMESPACE::Vehicle::setRouteID(), MSDevice_Battery::setStoppingThreshold(), NBLoadedSUMOTLDef::setTLControllingInformation(), NBLoadedTLDef::setTLControllingInformation(), NBOwnTLDef::setTLControllingInformation(), NBTrafficLightLogicCont::setTLControllingInformation(), MSStageDriving::setVehicle(), MSOverheadWire::setVoltage(), NBEdge::shiftPositionAtNode(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSVehicle::slowDownForSchedule(), MSLane::sortManeuverReservations(), IntermodalNetwork< E, L, N, V >::splitEdge(), MSLaneChangerSublane::startChangeSublane(), MSStopOut::stopEnded(), MSCFModel_EIDM::stopSpeed(), MSStopOut::stopStarted(), MSLane::succLinkSec(), LIBSUMO_NAMESPACE::TrafficLight::swapConstraints(), MSDevice_ToC::switchHolderType(), GNETLSEditorFrame::TLSDefinition::switchProgram(), GUITrafficLightLogicWrapper::switchTLSLogic(), MELoop::teleportVehicle(), MSDevice_ToC::ToCPreparationStep(), libsumo::Helper::TransportableStateListener::transportableStateChanged(), TraCIServer::transportableStateChanged(), MSDevice_ToC::triggerDownwardToC(), MSDevice_ToC::triggerMRM(), MSDevice_ToC::triggerUpwardToC(), MSTransportable::tripInfoOutput(), MSPerson::MSPersonStage_Access::tripInfoOutput(), METriggeredCalibrator::tryEmit(), MSSOTLTrafficLightLogic::trySwitch(), MSActuatedTrafficLightLogic::trySwitch(), NEMALogic::trySwitch(), MSDevice_SSM::update(), MSSimpleDriverState::update(), PolygonDynamics::update(), MSDevice_SSM::updateAndWriteOutput(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSLCM_SL2015::updateCFRelated(), LIBSUMO_NAMESPACE::TrafficLight::updateConstraints(), MSSOTLTrafficLightLogic::updateCTS(), NLEdgeControlBuilder::updateCurrentLaneStopOffset(), MSVehicle::updateDriveItems(), MSRailSignal::updateDriveway(), MSDevice_SSM::updateEncounter(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), MSLCM_SL2015::updateGaps(), GNENetHelper::AttributeCarriers::updateJunctionID(), MSDevice_Taxi::updateMove(), MSSwarmTrafficLightLogic::updatePheromoneLevels(), MSVehicle::Influencer::updateRemoteControlRoute(), MSSwarmTrafficLightLogic::updateSensitivities(), MSAbstractLaneChangeModel::updateShadowLane(), MSVehicle::updateState(), MSAbstractLaneChangeModel::updateTargetLane(), MSDevice_BTreceiver::BTreceiverUpdate::updateVisibility(), MSDevice_SSM::useGeoCoords(), NEMALogic::validate_timing(), NBNodeTypeComputer::validateRailCrossings(), libsumo::Helper::VehicleStateListener::vehicleStateChanged(), TraCIServer::vehicleStateChanged(), MSDynamicShapeUpdater::vehicleStateChanged(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSInstantInductLoop::write(), NBParking::write(), MSElecHybridExport::write(), MSFCDExport::write(), MSBatteryExport::write(), MSEmissionExport::write(), MSRailSignalConstraint_Predecessor::write(), MSElecHybridExport::writeAggregated(), MSLink::writeApproaching(), MSRailSignal::writeBlocks(), NWWriter_DlrNavteq::writeConnectedLanes(), NWWriter_SUMO::writeDistrict(), MSMeanData::writeEdge(), NWWriter_SUMO::writeEdge(), MSFullExport::writeEdge(), MSXMLRawOut::writeEdge(), MSRoute::writeEdgeIDs(), NWWriter_XML::writeEdgesAndConnections(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), RODFDetectorCon::writeEmitters(), RODFDetectorCon::writeEndRerouterDetectors(), NWWriter_OpenDrive::writeInternalEdge(), ROMAAssignments::writeInterval(), NWWriter_SUMO::writeJunction(), MSFullExport::writeLane(), MSQueueExport::writeLane(), MSXMLRawOut::writeLane(), MSDevice_SSM::writeLanesPositions(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_OpenDrive::writeNetwork(), NWWriter_XML::writeNodes(), NWWriter_DlrNavteq::writeNodesUnsplitted(), MSTractionSubstation::writeOut(), MSDevice_ToC::writeOutput(), MSNet::writeOutput(), MSDevice_Vehroutes::writeOutput(), MSOverheadWire::writeOverheadWireSegmentOutput(), MSDevice_SSM::writePositions(), NWWriter_OpenDrive::writeRoadObjectPOI(), NWWriter_OpenDrive::writeRoadObjectPoly(), NWWriter_SUMO::writeRoundabout(), NWWriter_OpenDrive::writeSignals(), RODFDetectorCon::writeSpeedTrigger(), NWWriter_SUMO::writeTrafficLight(), NWWriter_DlrNavteq::writeTrafficSignals(), MSFCDExport::writeTransportable(), MSXMLRawOut::writeTransportable(), RODFDetectorCon::writeValidationDetectors(), MSXMLRawOut::writeVehicle(), MSAmitranTrajectories::writeVehicle(), MSFullExport::writeVehicles(), SUMOPolygon::writeXML(), PointOfInterest::writeXML(), MSE2Collector::writeXMLOutput(), MSInductLoop::writeXMLOutput(), MSCalibrator::writeXMLOutput(), MSRouteProbe::writeXMLOutput(), MSLaneChanger::yieldToDeadlockOncoming(), MSLaneChanger::yieldToOppositeWaiting(), MSCalibrator::~MSCalibrator(), MSDevice_Transportable::~MSDevice_Transportable(), MSLaneSpeedTrigger::~MSLaneSpeedTrigger(), MSTriggeredRerouter::~MSTriggeredRerouter(), and RONet::~RONet().
|
inlinestaticinherited |
get an identifier for Named-like object which may be Null
Definition at line 67 of file Named.h.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLaneChanger::avoidDeadlock(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChangeOpposite(), MSRailSignal::DriveWay::checkFlanks(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), AStarRouter< E, V >::compute(), DijkstraRouter< E, V >::compute(), NBOwnTLDef::computeLogicAndConts(), MSRailSignal::DriveWay::conflictLaneOccupied(), NBPTLineCont::constructRoute(), MSLaneChanger::continueChange(), MSLane::detectCollisions(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::executeMove(), NBRailwayTopologyAnalyzer::extendDirectionPriority(), MSRailSignal::DriveWay::findProtection(), NBPTLineCont::findWay(), MSCFModel_CACC::followSpeed(), MSCFModel_W99::followSpeed(), MSStopOut::generateOutputForUnfinished(), MSVehicle::getBackPositionOnLane(), NBOwnTLDef::getBestCombination(), NBOwnTLDef::getBestPair(), MSVehicle::getCenterOnEdge(), MSLaneChanger::getColumnleader(), NBEdge::Connection::getDescription(), MSLane::getFollowersOnConsecutive(), GUIVehicle::getLaneID(), LIBSUMO_NAMESPACE::Person::getLaneID(), MSVehicle::getLatOffset(), MSLane::getLeaderOnConsecutive(), MSLaneChanger::getOncomingOppositeVehicle(), MSLaneChanger::getRealLeader(), GUIVehicle::getShadowLaneID(), GUIVehicle::getTargetLaneID(), MSDevice_SSM::getVehiclesOnJunction(), NBEdgeCont::guessRoundabouts(), MSCFModel_IDM::insertionFollowSpeed(), MSLane::isInsertionSuccess(), MESegment::isOpen(), joinNamedToString(), joinNamedToString(), joinNamedToStringSorting(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), libsumo::Helper::moveToXYMap_matchingRoutePosition(), MSDevice_Bluelight::notifyEnter(), MSTriggeredRerouter::notifyEnter(), MSDevice_Bluelight::notifyLeave(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), replaceRoute(), reroute(), MSTriggeredRerouter::rerouteParkingArea(), MSRailSignal::DriveWay::reserve(), MSLaneChanger::resolveDeadlock(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSLeaderInfo::toString(), MSLeaderDistanceInfo::toString(), MSCriticalFollowerDistanceInfo::toString(), toString(), toString(), toString(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSAbstractLaneChangeModel::updateShadowLane(), and MSLaneChanger::yieldToDeadlockOncoming().
|
virtual |
Returns this vehicles impatience.
Implements SUMOVehicle.
Definition at line 919 of file MSBaseVehicle.cpp.
References getBaseInfluencer(), getImpatience(), getVehicleType(), SUMOTrafficObject::getWaitingTime(), MSGlobals::gTimeToImpatience, hasInfluencer(), MAX2(), and MIN2().
Referenced by MSVehicle::checkRewindLinkLanes(), MSLane::getCriticalLeader(), getImpatience(), GUIVehicle::getParameterWindow(), MSLCM_LC2013::informFollower(), MSLane::isInsertionSuccess(), MESegment::isOpen(), MSVehicle::planMoveInternal(), MSVehicle::processLinkApproaches(), and GUIVehicle::selectBlockingFoes().
|
pure virtualinherited |
Returns the lane the object is currently at.
Implemented in MEVehicle, MSVehicle, and MSTransportable.
Referenced by MSStageDriving::abort(), addStop(), libsumo::Helper::applySubscriptionFilters(), MSE2Collector::calculateTimeLossAndTimeOnDetector(), GUIBaseVehicle::drawOnPos(), Command_RouteReplacement::execute(), MSStopOut::generateOutputForUnfinished(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), MSStageDriving::getEdge(), MSStageDriving::getLane(), MSStoppingPlace::getLastFreePos(), MSParkingArea::getLastFreePosWithReservation(), LIBSUMO_NAMESPACE::Vehicle::getLeader(), MSDevice_BTsender::getLocation(), getRNG(), getRNGIndex(), haveValidStopEdges(), insertStop(), LIBSUMO_NAMESPACE::Vehicle::isOnInit(), MSE2Collector::notifyEnter(), MSDevice_SSM::notifyEnter(), MSTriggeredRerouter::notifyEnter(), MSDevice_SSM::notifyLeave(), MSDevice_ElecHybrid::notifyMove(), MSDevice_Battery::notifyMove(), MSDevice_Friction::notifyMove(), MSDevice_ToC::notifyMove(), MSMeanData_Net::MSLaneMeanDataValues::notifyMoveInternal(), MSDevice_Taxi::prepareStop(), LIBSUMO_NAMESPACE::Vehicle::remove(), replaceRoute(), replaceStop(), MSDevice_ToC::requestToC(), reroute(), rerouteBetweenStops(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), LIBSUMO_NAMESPACE::Vehicle::setRouteID(), MSDevice_ToC::triggerDownwardToC(), MSDevice_ToC::triggerMRM(), MSDevice_ToC::triggerUpwardToC(), MSElecHybridExport::write(), MSFCDExport::write(), and MSElecHybridExport::writeAggregated().
|
inlinevirtual |
Get the vehicle's lateral position on the lane.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 231 of file MSBaseVehicle.h.
Referenced by GUIVehicle::getParameterWindow().
|
inlinevirtual |
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 907 of file MSBaseVehicle.h.
References TL, UNUSED_PARAMETER, and WRITE_WARNING.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getLeader().
|
inlinevirtual |
Returns the vehicle's length.
Implements SUMOVehicle.
Definition at line 521 of file MSBaseVehicle.h.
References MSVehicleType::getLength(), and myType.
Referenced by MSCFModel_ACC::accelGapControl(), addStop(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilters(), basePos(), MSAbstractLaneChangeModel::calcAngleOffset(), MSDevice_SSM::checkConflictEntryAndExit(), MSVehicle::checkRewindLinkLanes(), MSDevice_SSM::classifyEncounter(), MSVehicle::computeAngle(), MSLane::detectCollisionBetween(), MSDevice_SSM::determineConflictPoint(), MSDevice_SSM::determineTTCandDRACandPPETandMDRAC(), GUIVehicle::drawAction_drawCarriageClass(), GUIMEVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawAction_drawLinkItems(), MSVehicle::enterLaneAtInsertion(), MSVehicle::executeMove(), MSDevice_SSM::findSurroundingVehicles(), MSVehicle::Influencer::gapControlSpeed(), GUIMEVehicle::getCenteringBoundary(), MSVehicle::getDistanceToLeaveJunction(), LIBSUMO_NAMESPACE::Edge::getLastStepLength(), MSLink::getLeaderInfo(), MSEdge::getOccupancy(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSVehicle::isLeader(), MSDevice_Bluelight::notifyMove(), MSVehicle::planMoveInternal(), replaceRoute(), MSVehicle::unsafeLinkAhead(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), and MSDevice_SSM::updatePassedEncounter().
|
virtual |
Returns the maximum speed (the minimum of desired and technical maximum speed)
Implements SUMOTrafficObject.
Definition at line 204 of file MSBaseVehicle.cpp.
References MSVehicleType::getDesiredMaxSpeed(), MSVehicleType::getMaxSpeed(), MIN2(), myChosenSpeedFactor, and myType.
Referenced by MSCFModel_Wiedemann::_v(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkReversal(), MSCFModel_ACC::followSpeed(), GUIVehicle::getTypeParameterWindow(), GUIMEVehicle::getTypeParameterWindow(), MSVehicle::Influencer::implicitDeltaPosRemote(), MSVehicle::Influencer::implicitSpeedRemote(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::slowDownForSchedule(), MSVehicle::updateBestLanes(), MSLCM_DK2008::wantsChangeToLeft(), and MSLCM_DK2008::wantsChangeToRight().
|
inlinevirtual |
returns the next edge (possibly an internal edge)
Implements SUMOTrafficObject.
Reimplemented in MSVehicle.
Definition at line 196 of file MSBaseVehicle.h.
|
virtual |
get the upcoming parking area stop or nullptr
Implements SUMOVehicle.
Definition at line 1052 of file MSBaseVehicle.cpp.
References myStops, MSStop::parkingarea, and MSStop::reached.
Referenced by MSVehicle::rerouteParkingArea().
|
virtual |
returns the next imminent stop in the stop queue
Implements SUMOVehicle.
Definition at line 1496 of file MSBaseVehicle.cpp.
References myStops.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSDevice_ToC::checkDynamicToC(), MSLaneChanger::checkOppositeStop(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSVehicle::executeMove(), LIBSUMO_NAMESPACE::Vehicle::getStopState(), MSLaneChanger::hasOppositeStop(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), LIBSUMO_NAMESPACE::Vehicle::resume(), and MSVehicle::workOnMoveReminders().
|
virtual |
return parameters for the next stop (SUMOVehicle Interface)
Implements SUMOVehicle.
Definition at line 1523 of file MSBaseVehicle.cpp.
References hasStops(), and myStops.
Referenced by GUIVehicle::drawAction_drawCarriageClass(), and MSLane::insertVehicle().
|
inlinevirtual |
Implements SUMOVehicle.
Definition at line 955 of file MSBaseVehicle.h.
References myNumberParkingReroutes.
Referenced by GUIBaseVehicle::drawOnPos(), and getPrefixedParameter().
|
inlinevirtual |
Returns the number of new routes this vehicle got.
Implements SUMOVehicle.
Definition at line 423 of file MSBaseVehicle.h.
References myNumberReroutes.
Referenced by GUIBaseVehicle::drawGLAdditional(), GUIVehicle::getColorValue(), GUIMEVehicle::getColorValue(), and GUIBaseVehicle::getScaleValue().
|
inlinevirtual |
return the numerical ID which is only for internal usage
Implements SUMOTrafficObject.
Definition at line 761 of file MSBaseVehicle.h.
References myNumericalID.
Referenced by MSLane::vehicle_position_sorter::operator()(), and MSVehicleTransfer::VehicleInformation::operator<().
|
virtual |
Returns the distance that was already driven by this vehicle.
Implements SUMOVehicle.
Definition at line 628 of file MSBaseVehicle.cpp.
References SUMOTrafficObject::getPositionOnLane(), hasArrived(), myArrivalPos, myDepartPos, and myOdometer.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getDistance(), GUIVehicle::getParameterWindow(), and GUIMEVehicle::getParameterWindow().
|
virtual |
Returns the vehicle's parameter (including departure definition)
Implements SUMOTrafficObject.
Definition at line 192 of file MSBaseVehicle.cpp.
References myParameter.
Referenced by MSCFModel_CACC::_v(), MSLCM_SL2015::_wantsChangeSublane(), addStop(), MSLane::checkFailure(), MSLane::checkForPedestrians(), MSVehicle::checkLinkLeader(), MSVehicle::computeAngle(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::drawStopLabels(), MSCFModel_CACC::freeSpeed(), getDepartDelay(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), MSLane::getDepartSpeed(), LIBSUMO_NAMESPACE::TrafficLight::getFutureTripIds(), LIBSUMO_NAMESPACE::Vehicle::getLine(), GUIBaseVehicle::getOptionalName(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), getPrefixedParameter(), GUIBaseVehicle::getScaleValue(), LIBSUMO_NAMESPACE::Vehicle::getVia(), MSRailSignal::hasInsertionConstraint(), MSVehicle::ignoreFoe(), initTransientModelParams(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSAbstractLaneChangeModel::laneChangeOutput(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIViewTraffic::onGamingClick(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSVehicle::rerouteParkingArea(), MSDevice_Bluelight::resetVehicle(), MSLane::safeInsertionSpeed(), setCarFollowModelParameter(), GUIBaseVehicle::setFunctionalColor(), setJunctionModelParameter(), LIBSUMO_NAMESPACE::Vehicle::setLine(), LIBSUMO_NAMESPACE::Vehicle::setVia(), METriggeredCalibrator::tryEmit(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().
|
inline |
Definition at line 963 of file MSBaseVehicle.h.
References myParkingMemory.
Referenced by GUIBaseVehicle::drawParkingInfo(), and getPrefixedParameter().
|
inline |
Definition at line 676 of file MSBaseVehicle.h.
References myPastStops.
Referenced by MSVehicleTransfer::add(), LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), and LIBSUMO_NAMESPACE::Vehicle::getStops().
|
inline |
Definition at line 765 of file MSBaseVehicle.h.
References myPersonDevice.
Referenced by GUIBaseVehicle::getNumPassengers().
|
virtual |
Returns the list of persons.
Implements SUMOVehicle.
Definition at line 1906 of file MSBaseVehicle.cpp.
References getPersons().
Referenced by LIBSUMO_NAMESPACE::Vehicle::getPersonIDList().
|
virtual |
Returns the number of persons.
Implements SUMOVehicle.
Definition at line 1900 of file MSBaseVehicle.cpp.
References myParameter, myPersonDevice, SUMOVehicleParameter::personNumber, and MSDevice_Transportable::size().
Referenced by allowsBoarding(), MEVehicle::checkStop(), GUIVehicle::getParameterWindow(), LIBSUMO_NAMESPACE::Vehicle::getPersonNumber(), MSVehicle::leaveLane(), MEVehicle::mayProceed(), MSVehicle::processNextStop(), MEVehicle::processStop(), and MSXMLRawOut::writeVehicle().
|
virtual |
retrieve riding persons
Implements SUMOVehicle.
Definition at line 1935 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::getTransportables(), myEmptyTransportableVector, and myPersonDevice.
Referenced by MSE3Collector::enter(), getPersonIDList(), GUIBaseVehicle::getPopUpMenu(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSE2Collector::notifyEnter(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdSelectTransported(), MSVehicle::rerouteParkingArea(), and MSXMLRawOut::writeVehicle().
|
pure virtualinherited |
Return current position (x/y, cartesian)
If the object is not in the net, Position::INVALID.
[in] | offset | optional offset in longitudinal direction |
Implemented in GUIVehicle, GUIMEVehicle, MEVehicle, MSVehicle, and MSTransportable.
Referenced by libsumo::Helper::applySubscriptionFilterFieldOfVision(), libsumo::Helper::applySubscriptionFilterLateralDistanceSinglePass(), MSVTypeProbe::execute(), LIBSUMO_NAMESPACE::Vehicle::getPosition(), MSStageDriving::getPosition(), LIBSUMO_NAMESPACE::Vehicle::highlight(), PolygonDynamics::initTrackedPosition(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_Bluelight::notifyMove(), MSDevice_BTreceiver::notifyMove(), MSDevice_BTsender::notifyMove(), MSDevice_ToC::notifyMove(), MSDevice_ToC::requestToC(), MSDevice_FCD::shapeFilter(), MSDevice_ToC::triggerDownwardToC(), MSDevice_ToC::triggerMRM(), MSDevice_ToC::triggerUpwardToC(), PolygonDynamics::update(), MSElecHybridExport::write(), MSFCDExport::write(), MSEmissionExport::write(), MSElecHybridExport::writeAggregated(), and MSFullExport::writeVehicles().
|
pure virtualinherited |
Get the object's position along the lane.
Implemented in MEVehicle, MSVehicle, and MSTransportable.
Referenced by MSTriggeredRerouter::addParkValues(), addStop(), MSDispatch::computePickupTime(), MSDevice_Taxi::dispatchShared(), GUIBaseVehicle::drawStopLabels(), MSParkingArea::enter(), MSStoppingPlace::enter(), MSVTypeProbe::execute(), LIBSUMO_NAMESPACE::TrafficLight::findConstraintsDeadLocks(), MSDevice_Tripinfo::generateOutput(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), MSStageDriving::getEdgePos(), MSStop::getEndPos(), LIBSUMO_NAMESPACE::Vehicle::getLanePosition(), MSStoppingPlace::getLastFreePos(), MSParkingArea::getLotIndex(), getOdometer(), haveValidStopEdges(), MSIdling_Stop::idle(), MSIdling_RandomCircling::idle(), insertStop(), MSE2Collector::makeVehicleInfo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_Tripinfo::notifyEnter(), MSDevice_Vehroutes::notifyEnter(), MSTriggeredRerouter::notifyEnter(), MSInductLoop::notifyEnter(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_Tripinfo::notifyLeave(), MSDevice_ElecHybrid::notifyMove(), MSDevice_Battery::notifyMove(), MSDevice_StationFinder::notifyMove(), MSDevice_ToC::notifyMove(), MSDevice_Battery::notifyParking(), onDepart(), MSOverheadWire::vehicle_position_sorter::operator()(), replaceRoute(), replaceStop(), MSDevice_ToC::requestToC(), reroute(), rerouteBetweenStops(), MSTriggeredRerouter::rerouteParkingArea(), MSStageDriving::setArrived(), MSStopOut::stopEnded(), MSDevice_ToC::triggerDownwardToC(), MSDevice_ToC::triggerMRM(), MSDevice_ToC::triggerUpwardToC(), MSElecHybridExport::write(), MSFCDExport::write(), MSEmissionExport::write(), MSElecHybridExport::writeAggregated(), MSDevice_Vehroutes::writeOutput(), MSXMLRawOut::writeVehicle(), and MSFullExport::writeVehicles().
std::string MSBaseVehicle::getPrefixedParameter | ( | const std::string & | key, |
std::string & | error | ||
) | const |
retrieve parameters of devices, models and the vehicle itself
Definition at line 2121 of file MSBaseVehicle.cpp.
References StringUtils::endsWith(), StringTokenizer::get(), MSVehicle::getCarFollowModel(), getDeviceParameter(), Named::getID(), MSVehicle::getLaneChangeModel(), getNumberParkingReroutes(), getParameter(), MSCFModel::getParameter(), MSAbstractLaneChangeModel::getParameter(), Parameterised::getParameter(), getParkingMemory(), hasDevice(), StringTokenizer::size(), StringUtils::startsWith(), STEPS2TIME, and toString().
Referenced by GUIBaseVehicle::drawOnPos(), GUIVehicle::getColorValue(), GUIBaseVehicle::getScaleValue(), and MSFCDExport::write().
|
virtual |
Returns the vehicle's previous speed.
Implements SUMOTrafficObject.
Reimplemented in MSVehicle.
Definition at line 98 of file MSBaseVehicle.cpp.
|
inlinevirtual |
Returns the starting point for reroutes (usually the current edge)
This differs from *myCurrEdge only if the vehicle is on an internal edge
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 250 of file MSBaseVehicle.h.
References myCurrEdge.
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), replaceRouteEdges(), and reroute().
|
inlinevirtual |
Get the vehicle's lateral position on the edge of the given lane (or its current edge if lane == 0)
Reimplemented in MEVehicle, and MSVehicle.
Definition at line 240 of file MSBaseVehicle.h.
References UNUSED_PARAMETER.
Referenced by GUIBaseVehicle::drawOnPos().
|
virtual |
Implements SUMOTrafficObject.
Definition at line 2111 of file MSBaseVehicle.cpp.
References getEdge(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), and MSLane::getRNG().
Referenced by MSCFModel_Wiedemann::_v(), MSAbstractLaneChangeModel::avoidOvertakeRight(), MSVehicle::checkLinkLeader(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_Kerner::finalizeSpeed(), MSCFModel_PWag2009::followSpeed(), MSCFModel_W99::followSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSCFModel_KraussOrig1::patchSpeedBeforeLC(), MSCFModel_KraussX::patchSpeedBeforeLC(), MSCFModel_SmartSK::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::setApproachingForAllLinks(), and MSCFModel_SmartSK::updateMyHeadway().
|
virtual |
Implements SUMOVehicle.
Definition at line 2100 of file MSBaseVehicle.cpp.
References getEdge(), SUMOTrafficObject::getLane(), MSEdge::getLanes(), and MSLane::getRNGIndex().
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), insertStop(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), replaceStop(), rerouteBetweenStops(), GUIVehicle::rerouteDRTStop(), LIBSUMO_NAMESPACE::Vehicle::rerouteEffort(), MSVehicle::rerouteParkingArea(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().
|
inlinevirtual |
Returns the current route.
Implements SUMOVehicle.
Definition at line 137 of file MSBaseVehicle.h.
References myRoute.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), MSRailSignal::DriveWay::deadlockLaneOccupied(), GUIBaseVehicle::drawStopLabels(), MSDevice_SSM::findFoeConflictLane(), MSEdge::getDepartLane(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), LIBSUMO_NAMESPACE::Vehicle::getRoute(), LIBSUMO_NAMESPACE::Vehicle::getRouteID(), MSRailSignal::hasOncomingRailTraffic(), MSIdling_Stop::idle(), insertStop(), MSLCHelper::isBidiFollower(), MSLane::isInsertionSuccess(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), replaceStop(), rerouteBetweenStops(), MSVehicle::rerouteParkingArea(), GUIBaseVehicle::setFunctionalColor(), LIBSUMO_NAMESPACE::TrafficLight::updateConstraints(), MSVehicle::Influencer::updateRemoteControlRoute(), and MSFCDExport::write().
|
virtual |
return index of edge within route
Implements SUMOTrafficObject.
Definition at line 614 of file MSBaseVehicle.cpp.
References myCurrEdge, and myRoute.
Referenced by MSVehicle::computeFurtherLanes(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), GUIVehicle::getPreviousLane(), LIBSUMO_NAMESPACE::Vehicle::getRouteIndex(), MEVehicle::hasArrived(), MSVehicle::hasArrivedInternal(), MSVehicle::joinTrainPartFront(), MEVehicle::moveRoutePointer(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSVehicle::planMoveInternal(), GUIVehicle::rerouteDRTStop(), and MSFCDExport::write().
|
inlinevirtual |
Returns the current route.
Implements SUMOVehicle.
Definition at line 144 of file MSBaseVehicle.h.
References myRoute.
Referenced by GUIBaseVehicle::drawRoute(), and MSCFModel_CC::getParameter().
|
virtual |
check for route validity at first insertion attempt
Implements SUMOVehicle.
Definition at line 730 of file MSBaseVehicle.cpp.
References MSGlobals::gCheckRoutes, Named::getID(), hasValidRoute(), hasValidRouteStart(), myParameter, myRoute, myRouteValidity, ROUTE_INVALID, ROUTE_UNCHECKED, TLF, VEHPARS_FORCE_REROUTE, SUMOVehicleParameter::wasSet(), and WRITE_WARNING.
MSVehicleType & MSBaseVehicle::getSingularType | ( | ) |
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 2089 of file MSBaseVehicle.cpp.
References MSVehicleType::buildSingularType(), MSVehicleType::getID(), Named::getID(), MSVehicleType::isVehicleSpecific(), myType, and replaceVehicleType().
Referenced by MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::processNextStop(), TraCIServerAPI_Vehicle::processSet(), MSVehicle::setActionStepLength(), MSDevice_ToC::setState(), and MSDevice_ToC::triggerMRM().
|
pure virtualinherited |
Returns the slope of the road at object's position in degrees.
Implemented in MEVehicle, MSVehicle, and MSTransportable.
Referenced by MSDevice_ElecHybrid::acceleration(), MSDevice_ElecHybrid::consumption(), getEmissions(), LIBSUMO_NAMESPACE::Vehicle::getSlope(), MSDevice_Battery::notifyMove(), MSDevice_Emissions::notifyMove(), MSDevice_Emissions::notifyMoveInternal(), MSMeanData_Emissions::MSLaneMeanDataValues::notifyMoveInternal(), MSElecHybridExport::write(), MSFCDExport::write(), MSEmissionExport::write(), MSElecHybridExport::writeAggregated(), and MSFullExport::writeVehicles().
|
pure virtualinherited |
Returns the object's current speed.
Implemented in MEVehicle, MSVehicle, MSTransportable, GUIContainer, and GUIPerson.
Referenced by MSChargingStation::addChargeValueForOutput(), MSE2Collector::calculateTimeLossAndTimeOnDetector(), MSInductLoop::collectVehiclesOnDet(), MSE3Collector::detectorUpdate(), GUIBaseVehicle::drawOnPos(), MSE3Collector::enter(), MSVTypeProbe::execute(), MSVehicle::Influencer::gapControlSpeed(), MSRailSignal::LinkInfo::getDriveWay(), getEmissions(), MSVehicleControl::getHaltingVehicleNo(), getHarmonoise_NoiseEmissions(), LIBSUMO_NAMESPACE::Vehicle::getJunctionFoes(), MSStoppingPlace::getLastFreePos(), MSCFModel_CC::getRadarMeasurements(), GUIBaseVehicle::getScaleValue(), MSStageDriving::getSpeed(), LIBSUMO_NAMESPACE::Vehicle::getSpeed(), LIBSUMO_NAMESPACE::Vehicle::getSpeedWithoutTraCI(), MSVehicleControl::getVehicleMeanSpeeds(), MSRailSignal::hasOncomingRailTraffic(), isParking(), MSE3Collector::leave(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_Tripinfo::notifyEnter(), MSDevice_Vehroutes::notifyEnter(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_Tripinfo::notifyLeave(), MSInstantInductLoop::notifyLeave(), MSDevice_ElecHybrid::notifyMove(), MSDevice_Battery::notifyMove(), MSDevice_Bluelight::notifyMove(), MSDevice_Battery::notifyParking(), MSNet::registerCollision(), MSLink::setApproaching(), MSElecHybridExport::write(), MSFCDExport::write(), MSEmissionExport::write(), MSElecHybridExport::writeAggregated(), MSXMLRawOut::writeVehicle(), MSAmitranTrajectories::writeVehicle(), and MSFullExport::writeVehicles().
double MSBaseVehicle::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.
Definition at line 1842 of file MSBaseVehicle.cpp.
References MSDevice_Battery::getActualBatteryCapacity(), MSDevice_ElecHybrid::getActualBatteryCapacity(), and getDevice().
Referenced by GUIVehicle::getParameterWindow().
MSStop & MSBaseVehicle::getStop | ( | int | nextStopIndex | ) |
returns the upcoming stop with the given index in the stop queue
Definition at line 1512 of file MSBaseVehicle.cpp.
References myStops, and toString().
Referenced by LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), MSIdling_TaxiStand::idle(), and LIBSUMO_NAMESPACE::Vehicle::setStopParameter().
|
inlinevirtual |
Returns the estimated public transport stop arrival delay in seconds.
Reimplemented in MSVehicle.
Definition at line 354 of file MSBaseVehicle.h.
References INVALID_DOUBLE.
Referenced by GUIBaseVehicle::getScaleValue(), and LIBSUMO_NAMESPACE::Vehicle::getStopArrivalDelay().
|
inlinevirtual |
Returns the estimated public transport stop (departure) delay in seconds.
Reimplemented in MSVehicle.
Definition at line 347 of file MSBaseVehicle.h.
Referenced by GUIBaseVehicle::getScaleValue(), and LIBSUMO_NAMESPACE::Vehicle::getStopDelay().
SUMOTime MSBaseVehicle::getStopDuration | ( | ) | const |
get remaining stop duration or 0 if the vehicle isn't stopped
Definition at line 1502 of file MSBaseVehicle.cpp.
References isStopped(), and myStops.
Referenced by MSLaneChanger::computeOvertakingTime().
const ConstMSEdgeVector MSBaseVehicle::getStopEdges | ( | double & | firstPos, |
double & | lastPos, | ||
std::set< int > & | jumps | ||
) | const |
Returns the list of still pending stop edges also returns the first and last stop position.
Definition at line 1444 of file MSBaseVehicle.cpp.
References MSStop::edge, MSStop::getEndPos(), haveValidStopEdges(), MSStop::lane, and myStops.
Referenced by reroute().
|
virtual |
return list of route indices for the remaining stops
Implements SUMOVehicle.
Definition at line 1484 of file MSBaseVehicle.cpp.
|
inlinevirtual |
returns the list of stops not yet reached in the stop queue
Implements SUMOVehicle.
Definition at line 672 of file MSBaseVehicle.h.
References myStops.
Referenced by GUIBaseVehicle::drawStopLabels(), MSCFModel_CC::finalizeSpeed(), LIBSUMO_NAMESPACE::TrafficLight::getFutureTripIds(), MSVehicle::getSlope(), LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), LIBSUMO_NAMESPACE::Vehicle::getStops(), MSIdling_TaxiStand::idle(), and LIBSUMO_NAMESPACE::TrafficLight::updateConstraints().
|
pure virtualinherited |
Implemented in MEVehicle, and MSVehicle.
Referenced by MSStageDriving::setArrived(), and MSStageDriving::setVehicle().
|
inlinevirtual |
Returns the time loss in seconds.
Reimplemented in MSVehicle.
Definition at line 256 of file MSBaseVehicle.h.
Referenced by GUIBaseVehicle::getScaleValue(), and LIBSUMO_NAMESPACE::Vehicle::getTimeLoss().
|
inlinevirtual |
Returns the vehicle's access class.
Implements SUMOTrafficObject.
Definition at line 158 of file MSBaseVehicle.h.
References MSVehicleType::getParameter(), myType, and SUMOVTypeParameter::vehicleClass.
Referenced by addStop(), MSLaneChangerSublane::change(), MSLaneChanger::changeOpposite(), LIBSUMO_NAMESPACE::Vehicle::changeTarget(), GUIApplicationWindow::checkGamingEvents(), MSVehicle::checkReversal(), MSLCM_SL2015::checkStrategicChange(), MSVehicle::cleanupFurtherLanes(), MSVehicle::computeFurtherLanes(), GUIVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawRouteHelper(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSLane::executeMovements(), MSVehicle::getNextEdgePtr(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), MSVehicle::getPastLanesUntil(), MSLane::getVehicleStopOffset(), MESegment::hasSpaceFor(), MSVehicle::hasValidRouteStart(), MSLane::incorporateVehicle(), insertStop(), MSPedestrianPushButton::isActiveForEdge(), MSLane::isInsertionSuccess(), MSVehicle::leaveLane(), MSLaneChanger::mayChange(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSLCM_SL2015::mustOvertakeStopped(), MSDevice_Bluelight::notifyMove(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), replaceStop(), reroute(), rerouteBetweenStops(), GUIVehicle::rerouteDRTStop(), MSVehicle::rerouteParkingArea(), LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime(), MSVehicle::setBlinkerInformation(), MSVehicle::updateBestLanes(), and MSVehicle::updateFurtherLanes().
|
inlinevirtual |
Returns the vehicle's type definition.
Implements SUMOTrafficObject.
Definition at line 151 of file MSBaseVehicle.h.
References myType.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeaders(), MSPModel_Striping::addCrossingVehs(), MSLane::addLeaders(), MSLaneChangerSublane::addOutsideLeaders(), allowsBoarding(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilters(), MSLaneChanger::avoidDeadlock(), MSAbstractLaneChangeModel::avoidOvertakeRight(), basePos(), MSVehicle::brakeForOverlap(), MSLaneChanger::change(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeToNewLane(), MSLane::checkFailure(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSLaneChanger::checkOppositeStop(), MSVehicle::checkRewindLinkLanes(), MSLink::checkWalkingAreaFoe(), MSDevice_SSM::classifyEncounter(), MSLCM_SL2015::commitManoeuvre(), MSVehicle::computeAngle(), 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(), GUIBaseVehicle::drawOnPos(), MSLane::enteredByLaneChange(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSDevice_SSM::estimateConflictTimes(), MSAbstractLaneChangeModel::estimateLCDuration(), MEVehicle::estimateLeaveSpeed(), MSVehicle::estimateTimeToNextStop(), MSLane::executeMovements(), MSLaneChangerSublane::findClosestLeader(), MSCFModel_Rail::followSpeed(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), MEVehicle::getBackPositionOnLane(), MSLane::getBruttoOccupancy(), GUIBaseVehicle::getCenteringBoundary(), GUIMEVehicle::getCenteringBoundary(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), MSAbstractLaneChangeModel::getDesiredAlignment(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), getEmissionParameters(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), getImpatience(), LIBSUMO_NAMESPACE::Vehicle::getJunctionFoes(), MSVehicle::getLateralOverlap(), MSLane::getLeader(), MSVehicle::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), GUIVehicle::getLeftSideOnEdge(), MSVehicle::getLeftSideOnEdge(), MSVehicle::getLeftSideOnLane(), MSVehicle::getLeftSideOnLane(), MSLCM_SL2015::getLongest(), MSAbstractLaneChangeModel::getMaxSpeedLat2(), MSLane::getNettoOccupancy(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MEVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnLane(), MSVehicle::getRightSideOnLane(), MSLane::getSpaceTillLastStanding(), MSLeaderInfo::getSubLanes(), MSVehicle::getTimeGapOnLane(), GUIVehicle::getTypeParameterWindow(), MSPModel_Striping::getVehicleObstacles(), libsumo::Helper::getVehicleType(), GUIBaseVehicle::getVType(), MSLCM_SL2015::getWidth(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MESegment::hasSpaceFor(), MSVehicle::ignoreRed(), MSLane::incorporateVehicle(), MSLCM_SL2015::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_SL2015::informLeaders(), MSLane::insertVehicle(), MSLink::isInFront(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), MESegment::isOpen(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepClear(), MSLCM_SL2015::keepLatGap(), MSAbstractLaneChangeModel::laneChangeOutput(), MSLane::lastInsertion(), MSLane::leftByLaneChange(), MESegment::loadState(), MEVehicle::mayProceed(), MSPModel_Striping::moveInDirection(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSLCM_SL2015::mustOvertakeStopped(), MSDevice_Bluelight::notifyMove(), MSDevice_GLOSA::notifyMove(), LIBSUMO_NAMESPACE::Vehicle::openGap(), MSVehicle::overlap(), MSLCM_LC2013::overtakeDistance(), MSLCM_DK2008::patchSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSLCM_LC2013::prepareStep(), MSLCM_SL2015::preventSliding(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), MSVehicle::processTraCISpeedControl(), MESegment::receive(), MSLaneChanger::ChangeElem::registerHop(), MSLaneChanger::registerUnchanged(), MSAbstractLaneChangeModel::remainingTime(), MESegment::Queue::remove(), MSLane::removeVehicle(), MSLaneChanger::resolveDeadlock(), MSLane::safeInsertionSpeed(), saveState(), GUIVehicle::selectBlockingFoes(), MESegment::send(), MSVehicleType::setActionStepLength(), MSAbstractLaneChangeModel::setFollowerGaps(), GUIBaseVehicle::setFunctionalColor(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MSVehicle::setTentativeLaneAndPosition(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSVehicle::slowDownForSchedule(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::unsafeLinkAhead(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSLCM_SL2015::updateCFRelated(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSFCDExport::write(), MSBatteryExport::write(), MSQueueExport::writeLane(), and MSLaneChanger::yieldToDeadlockOncoming().
|
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 267 of file MSBaseVehicle.h.
References SUMOTrafficObject::getWaitingTime(), and STEPS2TIME.
Referenced by MSLaneChanger::avoidDeadlock(), MSLaneChanger::changeOpposite(), MSLaneChanger::computeSurplusGap(), GUIVehicle::getColorValue(), GUIMEVehicle::getColorValue(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), GUIBaseVehicle::getScaleValue(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSPedestrianPushButton::isActiveForEdge(), MSLaneChanger::resolveDeadlock(), MSVehicle::workOnMoveReminders(), MSEmissionExport::write(), MSQueueExport::writeLane(), MSFullExport::writeVehicles(), MSLaneChanger::yieldToDeadlockOncoming(), and MSLaneChanger::yieldToOppositeWaiting().
|
pure virtualinherited |
Implemented in MEVehicle, MSVehicle, and MSTransportable.
Referenced by getImpatience(), getWaitingSeconds(), MSTriggeredRerouter::notifyEnter(), and MSDevice_Tripinfo::notifyMoveInternal().
MSEdgeWeightsStorage & MSBaseVehicle::getWeightsStorage | ( | ) |
Definition at line 1883 of file MSBaseVehicle.cpp.
References _getWeightsStorage().
const MSEdgeWeightsStorage & MSBaseVehicle::getWeightsStorage | ( | ) | const |
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 1877 of file MSBaseVehicle.cpp.
References _getWeightsStorage().
Referenced by LIBSUMO_NAMESPACE::Vehicle::getAdaptedTraveltime(), MSNet::getEffort(), LIBSUMO_NAMESPACE::Vehicle::getEffort(), MSNet::getTravelTime(), LIBSUMO_NAMESPACE::Vehicle::setAdaptedTraveltime(), and LIBSUMO_NAMESPACE::Vehicle::setEffort().
|
inline |
Returns the vehicle's width.
Definition at line 529 of file MSBaseVehicle.h.
References MSVehicleType::getWidth(), and 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().
|
virtual |
Reimplemented in MSVehicle.
Definition at line 966 of file MSBaseVehicle.cpp.
References UNUSED_PARAMETER.
Referenced by addStop().
|
virtual |
Returns whether this vehicle has already arived (by default this is true if the vehicle has reached its final edge)
Implements SUMOTrafficObject.
Reimplemented in MEVehicle, and MSVehicle.
Definition at line 608 of file MSBaseVehicle.cpp.
References succEdge().
Referenced by getOdometer().
|
inlinevirtual |
Returns whether this vehicle has already departed.
Implements SUMOVehicle.
Definition at line 395 of file MSBaseVehicle.h.
References myDeparture, and NOT_YET_DEPARTED.
Referenced by abortNextStop(), addStop(), createDevice(), MSVehicle::enterLaneAtInsertion(), MSLane::forceVehicleInsertion(), getDepartDelay(), LIBSUMO_NAMESPACE::Vehicle::getDeparture(), LIBSUMO_NAMESPACE::Vehicle::getRouteIndex(), insertStop(), MEVehicle::loadState(), MSVehicle::loadState(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Vehicle::remove(), replaceStop(), and rerouteBetweenStops().
bool MSBaseVehicle::hasDevice | ( | const std::string & | deviceName | ) | const |
check whether the vehicle is equiped with a device of the given name
Definition at line 1975 of file MSBaseVehicle.cpp.
References myDevices.
Referenced by createDevice(), and getPrefixedParameter().
|
pure virtual |
whether the vehicle is individually influenced (via TraCI or special parameters)
Implements SUMOTrafficObject.
Implemented in MEVehicle, and MSVehicle.
Referenced by getImpatience().
bool MSBaseVehicle::hasJump | ( | const MSRouteIterator & | it | ) | const |
check wether the vehicle has jump at the given part of it's route
Definition at line 676 of file MSBaseVehicle.cpp.
References myStops.
Referenced by hasValidRoute().
|
inlinevirtual |
Returns whether the vehicle has to stop somewhere.
Implements SUMOVehicle.
Definition at line 621 of file MSBaseVehicle.h.
References myStops.
Referenced by abortNextStop(), basePos(), MSDevice_ToC::checkDynamicToC(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSVehicle::estimateTimeToNextStop(), getNextStopParameter(), MSVehicle::getStopArrivalDelay(), MSVehicle::getStopDelay(), GUIVehicle::getStopInfo(), MSLaneChanger::hasOppositeStop(), MSIdling_TaxiStand::idle(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), isStoppedInRange(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), LIBSUMO_NAMESPACE::Vehicle::resume(), and MSVehicle::setBlinkerInformation().
|
virtual |
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 687 of file MSBaseVehicle.cpp.
References MSVehicleType::getVehicleClass(), hasJump(), myCurrEdge, myRoute, myType, and TLF.
Referenced by getRouteValidity(), MESegment::initialise(), LIBSUMO_NAMESPACE::Vehicle::isRouteValid(), replaceRouteEdges(), and LIBSUMO_NAMESPACE::Vehicle::setRouteID().
|
virtual |
checks wether the vehicle can depart on the first edge
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 717 of file MSBaseVehicle.cpp.
References Named::getID(), myRoute, myRouteValidity, ROUTE_START_INVALID_PERMISSIONS, and TLF.
Referenced by getRouteValidity().
bool MSBaseVehicle::haveValidStopEdges | ( | bool | silent = false | ) | const |
check whether all stop.edge MSRouteIterators are valid and in order
Definition at line 1373 of file MSBaseVehicle.cpp.
References SUMOVehicle::getBrakeGap(), Named::getID(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), MSLane::isInternal(), myCurrEdge, myRoute, myStops, SIMSTEP, time2string(), toString(), WRITE_ERROR, and WRITE_WARNING.
Referenced by MSVehicle::enterLaneAtMove(), getStopEdges(), MSVehicle::replaceRoute(), replaceRouteEdges(), and GUIVehicle::rerouteDRTStop().
|
virtual |
Reimplemented in MSVehicle.
Definition at line 174 of file MSBaseVehicle.cpp.
References MSDevice::buildVehicleDevices(), getEmissionParameters(), MSGlobals::gHaveEmissions, myDevices, and myMoveReminders.
Referenced by MSVehicle::initDevices(), and MSVehicleControl::initVehicle().
|
private |
init model parameters from generic params
Definition at line 2058 of file MSBaseVehicle.cpp.
References getParameter(), Parameterised::getParametersMap(), setCarFollowModelParameter(), setJunctionModelParameter(), and StringUtils::startsWith().
Referenced by MSBaseVehicle().
bool MSBaseVehicle::insertStop | ( | int | nextStopIndex, |
SUMOVehicleParameter::Stop | stop, | ||
const std::string & | info, | ||
bool | teleport, | ||
std::string & | errorMsg | ||
) |
insert stop at the given index with the given stop parameters will wait for the given duration before continuing on its route The route will be adapted to pass the new stop edge but only from the previous stop (or start) to the new stop and only up to the next stop (or end).
[in] | nextStopIndex | The replacement index |
[in] | stop | Stop parameters |
[in] | info | The rerouting info |
[in] | teleport | Whether to cover the route to the new stop via teleporting |
[out] | errorMsg | returned error message |
Definition at line 1742 of file MSBaseVehicle.cpp.
References MSLane::allowsVehicleClass(), SUMOAbstractRouter< E, V >::compute(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::endPos, getArrivalPos(), getBaseInfluencer(), getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSRoute::getEdges(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), getRNGIndex(), getRoute(), MSBaseVehicle::BaseInfluencer::getRouterTT(), MELoop::getSegmentForEdge(), getVClass(), MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, hasDeparted(), MSStop::initPars(), MSLane::isInternal(), isStopped(), MSStop::lane, SUMOVehicleParameter::Stop::lane, myCurrEdge, myParameter, myRoute, myStops, SUMOAbstractRouter< E, V >::recomputeCosts(), replaceRouteEdges(), MSStop::segment, SUMOVehicleParameter::stops, and toString().
Referenced by MSIdling_TaxiStand::idle(), and LIBSUMO_NAMESPACE::Vehicle::insertStop().
|
static |
interpret stop lane on opposite side of the road
Definition at line 1088 of file MSBaseVehicle.cpp.
References MSEdge::dictionary(), SUMOVehicleParameter::Stop::edge, SUMOXMLDefinitions::getEdgeIDFromLane(), SUMOXMLDefinitions::getIndexFromLane(), MSEdge::getLanes(), MSEdge::getNumLanes(), MSEdge::getOppositeEdge(), and SUMOVehicleParameter::Stop::lane.
Referenced by MSRouteHandler::addStop(), and addStop().
|
inlinevirtualinherited |
Whether it is a container.
Reimplemented in MSTransportable.
Definition at line 73 of file SUMOTrafficObject.h.
|
inlinevirtual |
Returns the information whether the front of the vehhicle is on the given lane.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 223 of file MSBaseVehicle.h.
|
pure virtualinherited |
Returns whether the vehicle is idling (waiting to re-enter the net.
Implemented in MEVehicle, and MSVehicle.
Referenced by getEmissions(), getHarmonoise_NoiseEmissions(), and MSEmissionExport::write().
bool MSBaseVehicle::isJumping | ( | ) | const |
Returns whether the vehicle is perform a jump.
Definition at line 988 of file MSBaseVehicle.cpp.
References getEdge(), Named::getID(), and myPastStops.
Referenced by MSVehicleTransfer::add(), and MSLane::executeMovements().
|
virtual |
returns whether the vehicle serves a public transport line that serves the given stop
Implements SUMOVehicle.
Definition at line 1955 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::line, myParameter, myRoute, and SUMOVehicleParameter::stops.
|
inlinevirtual |
Returns the information whether the vehicle is on a road (is simulated)
Implements SUMOVehicle.
Reimplemented in MEVehicle, and MSVehicle.
Definition at line 203 of file MSBaseVehicle.h.
Referenced by GUIBaseVehicle::drawGLAdditional(), GUIBaseVehicle::drawOnPos(), LIBSUMO_NAMESPACE::Vehicle::getAllowedSpeed(), LIBSUMO_NAMESPACE::Vehicle::getDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), getEmissions(), LIBSUMO_NAMESPACE::Vehicle::getFollower(), getHarmonoise_NoiseEmissions(), LIBSUMO_NAMESPACE::Vehicle::getLaneChangeState(), LIBSUMO_NAMESPACE::Vehicle::getLaneID(), LIBSUMO_NAMESPACE::Vehicle::getLaneIndex(), LIBSUMO_NAMESPACE::Vehicle::getLanePosition(), LIBSUMO_NAMESPACE::Vehicle::getLateralLanePosition(), LIBSUMO_NAMESPACE::Vehicle::getLeader(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), LIBSUMO_NAMESPACE::Vehicle::getNextTLS(), LIBSUMO_NAMESPACE::Vehicle::getSlope(), and MSXMLRawOut::writeVehicle().
|
virtual |
Returns whether the vehicle is parking.
Implements SUMOVehicle.
Definition at line 980 of file MSBaseVehicle.cpp.
References SUMOTrafficObject::getSpeed(), isStopped(), myStops, OFFROAD, and SUMO_const_haltingSpeed.
Referenced by MSVehicleTransfer::add(), MELoop::changeSegment(), MSVehicle::computeAngle(), GUIVehicle::drawAction_drawCarriageClass(), GUIVehicle::drawRouteHelper(), MSLane::executeMovements(), GUIVehicle::getColorValue(), getCurrentParkingArea(), MSVehicle::getPosition(), GUIBaseVehicle::getScaleValue(), MSVehicle::getSlope(), LIBSUMO_NAMESPACE::Vehicle::getSlope(), GUIVehicle::getStopInfo(), GUIMEVehicle::getStopInfo(), GUIVehicle::getVisualAngle(), GUIVehicle::getVisualPosition(), MESegment::receive(), MSVehicle::workOnMoveReminders(), and MSBatteryExport::write().
|
inlinevirtualinherited |
Whether it is a person.
Reimplemented in MSTransportable.
Definition at line 66 of file SUMOTrafficObject.h.
Referenced by MSE3Collector::enter(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSE2Collector::notifyEnter(), MSInductLoop::notifyEnter(), MSE2Collector::notifyLeave(), MSInductLoop::notifyLeave(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), MSE3Collector::MSE3EntryReminder::notifyMove(), and MSDetectorFileOutput::vehicleApplies().
|
inlinevirtual |
Returns the information whether the vehicle is fully controlled via TraCI.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 211 of file MSBaseVehicle.h.
|
inline |
Returns whether the logical state of the vehicle is reversed - for drawing.
Definition at line 600 of file MSBaseVehicle.h.
References myAmReversed.
Referenced by GUIBaseVehicle::drawReversed().
|
inlinevirtual |
whether this vehicle is selected in the GUI
Implements SUMOTrafficObject.
Reimplemented in GUIVehicle.
Definition at line 751 of file MSBaseVehicle.h.
Referenced by MSCFModel_EIDM::_v(), MSCFModel_Wiedemann::_v(), MSLink::checkWalkingAreaFoe(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), GUIBaseVehicle::drawOnPos(), MSCFModel_EIDM::finalizeSpeed(), MSCFModel_EIDM::followSpeed(), MSCFModel_EIDM::freeSpeed(), GUIBaseVehicle::getScaleValue(), MSLink::isInFront(), MSLink::isOnComingPed(), and MSCFModel_EIDM::stopSpeed().
|
virtual |
Returns whether the vehicle is at a stop.
Implements SUMOTrafficObject.
Definition at line 974 of file MSBaseVehicle.cpp.
References myStops.
Referenced by abortNextStop(), allowsBoarding(), MSLaneChanger::changeOpposite(), MELoop::checkCar(), GUIApplicationWindow::checkGamingEvents(), GUIApplicationWindow::checkGamingEventsDRT(), MSVehicle::checkLinkLeader(), MSVehicle::checkRewindLinkLanes(), MSLaneChanger::computeSafeOppositeLength(), MSLaneChanger::computeSurplusGap(), MSRailSignal::DriveWay::conflictLaneOccupied(), GUIBaseVehicle::drawAction_drawVehicleAsPolyWithCarriagges(), MSVehicle::executeMove(), MSLane::executeMovements(), MSVehicle::getArrivalTime(), GUIVehicle::getColorValue(), MSLink::getLeaderInfo(), GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::getScaleValue(), MEVehicle::getSpeed(), getStopDuration(), GUIVehicle::getStopInfo(), GUIMEVehicle::getStopInfo(), LIBSUMO_NAMESPACE::Vehicle::getStopState(), MSLCM_LC2013::informLeader(), insertStop(), MSLane::insertVehicle(), isParking(), isStoppedInRange(), MSVehicle::isStoppedOnLane(), isStoppedParking(), isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdToggleStop(), MSVehicle::planMoveInternal(), MEVehicle::processStop(), MESegment::receive(), MSVehicle::remainingStopDuration(), replaceStop(), rerouteBetweenStops(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MSVehicle::saveState(), MESegment::send(), MSVehicle::setBrakingSignals(), MSVehicle::updateTimeLoss(), MSVehicle::updateWaitingTime(), MSVehicle::willStop(), and MSVehicle::workOnMoveReminders().
|
virtual |
return whether the given position is within range of the current stop
Implements SUMOVehicle.
Definition at line 1006 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::Stop::endPos, hasStops(), isStopped(), myStops, MSStop::pars, and SUMOVehicleParameter::Stop::startPos.
|
virtual |
Returns whether the vehicle is on a parking stop.
Implements SUMOVehicle.
Definition at line 1000 of file MSBaseVehicle.cpp.
References isStopped(), myStops, and OFFROAD.
|
virtual |
Returns whether the vehicle is on a triggered stop.
Implements SUMOVehicle.
Definition at line 994 of file MSBaseVehicle.cpp.
References isStopped(), and myStops.
Referenced by MELoop::changeSegment(), GUIBaseVehicle::drawStopLabels(), and MSVehicle::keepStopping().
|
inlinevirtual |
Whether it is a vehicle.
Reimplemented from SUMOTrafficObject.
Definition at line 97 of file MSBaseVehicle.h.
|
pure virtualinherited |
Loads the state of this vehicle from the given description.
Implemented in MEVehicle, and MSVehicle.
Referenced by MSStateHandler::closeVehicle().
|
virtual |
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 590 of file MSBaseVehicle.cpp.
References MSNet::getCurrentTimeStep(), MSNet::getInstance(), SUMOTrafficObject::getPositionOnLane(), MSNet::getVehicleControl(), myDepartPos, myDeparture, and MSVehicleControl::vehicleDeparted().
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::Influencer::postProcessRemoteControl(), and MESegment::receive().
|
inlinevirtual |
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 in MEVehicle, and MSVehicle.
Definition at line 391 of file MSBaseVehicle.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::remove().
|
privatedelete |
invalidated assignment operator
|
pure virtualinherited |
Returns the remaining stop duration for a stopped vehicle or 0.
Implemented in MEVehicle, and MSVehicle.
Referenced by MSStoppingPlace::getLastFreePos().
|
virtual |
Implements SUMOVehicle.
Definition at line 2200 of file MSBaseVehicle.cpp.
References myParkingMemory, and SIMSTEP.
|
virtual |
score only needed when running with gui
Implements SUMOVehicle.
Definition at line 2220 of file MSBaseVehicle.cpp.
References myParkingMemory.
void MSBaseVehicle::removeReminder | ( | MSMoveReminder * | rem | ) |
Removes a MoveReminder dynamically.
[in] | rem | the reminder to remove |
Definition at line 771 of file MSBaseVehicle.cpp.
References myMoveReminders.
|
virtual |
removes a person or container
Implements SUMOVehicle.
Definition at line 1923 of file MSBaseVehicle.cpp.
References myContainerDevice, myPersonDevice, and MSDevice_Transportable::removeTransportable().
|
virtual |
replace the vehicle parameter (deleting the old one)
Implements SUMOVehicle.
Definition at line 198 of file MSBaseVehicle.cpp.
References myParameter.
Referenced by MSVehicle::rerouteParkingArea().
|
virtual |
replace the current parking area stop with a new stop with merge duration
Implements SUMOVehicle.
Definition at line 1015 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::Stop::duration, MSStop::edge, SUMOVehicleParameter::Stop::endPos, MSStoppingPlace::getBeginLanePosition(), MSStoppingPlace::getEndLanePosition(), Named::getID(), MSStoppingPlace::getLane(), MSStop::lane, SUMOVehicleParameter::Stop::lane, myRoute, myStops, MSStop::parkingarea, SUMOVehicleParameter::Stop::parkingarea, MSStop::pars, and SUMOVehicleParameter::Stop::startPos.
Referenced by MSVehicle::rerouteParkingArea().
|
virtual |
Replaces the current route by the given one.
It is possible that the new route is not accepted, if it does not contain the vehicle's current edge.
[in] | route | The new route to pass |
[in] | info | Information regarding the replacement |
[in] | removeStops | Whether stops should be removed if they do not fit onto the new route |
Implements SUMOVehicle.
Reimplemented in MEVehicle, and MSVehicle.
Definition at line 454 of file MSBaseVehicle.cpp.
References addStop(), addStops(), calculateArrivalParams(), checkRouteRemoval(), DEBUG_COND, SUMOVehicleParameter::depart, MSGlobals::gCheckRoutes, SUMOVehicle::getBrakeGap(), getEdge(), MSLane::getEdge(), Named::getID(), Named::getIDSecure(), MSNet::getInstance(), SUMOTrafficObject::getLane(), getLength(), SUMOTrafficObject::getPositionOnLane(), MSNet::informVehicleStateListener(), MSLane::isInternal(), myCurrEdge, myNumberReroutes, myParameter, myRoute, myStops, myStopUntilOffset, MSNet::NEWROUTE, SIMSTEP, SIMTIME, time2string(), TL, TLF, toString(), WRITE_ERRORF, and WRITE_WARNING.
Referenced by MEVehicle::replaceRoute(), MSVehicle::replaceRoute(), replaceRouteEdges(), and LIBSUMO_NAMESPACE::Vehicle::setRouteID().
|
virtual |
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 391 of file MSBaseVehicle.cpp.
References RGBColor::DEFAULT_COLOR, MSRoute::dictionary(), MSGlobals::gCheckRoutes, Named::getID(), getRerouteOrigin(), MSRoute::hasRoute(), hasValidRoute(), haveValidStopEdges(), myCurrEdge, myRoute, replaceRoute(), MSRoute::setCosts(), MSRoute::setSavings(), TL, toString(), and WRITE_WARNINGF.
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), insertStop(), MSVehicle::Influencer::postProcessRemoteControl(), replaceStop(), reroute(), rerouteBetweenStops(), GUIVehicle::rerouteDRTStop(), MSVehicle::rerouteParkingArea(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), and MSVehicle::Influencer::updateRemoteControlRoute().
bool MSBaseVehicle::replaceStop | ( | int | nextStopIndex, |
SUMOVehicleParameter::Stop | stop, | ||
const std::string & | info, | ||
bool | teleport, | ||
std::string & | errorMsg | ||
) |
replace the next stop at the given index with the given stop parameters will wait for the given duration before continuing on its route The route between start other stops and destination will be kept unchanged and only the part around the replacement index will be adapted according to the new stop location
[in] | nextStopIndex | The replacement index |
[in] | stop | Stop parameters |
[in] | info | The rerouting info |
[in] | teleport | Whether to cover the route to the replacement stop via teleporting |
[out] | errorMsg | returned error message |
Definition at line 1582 of file MSBaseVehicle.cpp.
References MSLane::allowsVehicleClass(), SUMOAbstractRouter< E, V >::compute(), MSLane::dictionary(), MSStop::edge, SUMOVehicleParameter::Stop::edge, SUMOVehicleParameter::Stop::endPos, getArrivalPos(), getBaseInfluencer(), getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSRoute::getEdges(), MSStop::getEndPos(), Named::getID(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), getRNGIndex(), getRoute(), MSBaseVehicle::BaseInfluencer::getRouterTT(), MELoop::getSegmentForEdge(), getVClass(), MSGlobals::gMesoNet, MSGlobals::gUseMesoSim, hasDeparted(), MSStop::initPars(), MSLane::isInternal(), isStopped(), MSStop::lane, SUMOVehicleParameter::Stop::lane, myCurrEdge, myParameter, myRoute, myStops, MSStop::pars, SUMOAbstractRouter< E, V >::recomputeCosts(), replaceRouteEdges(), MSStop::segment, SUMOVehicleParameter::stops, and toString().
Referenced by LIBSUMO_NAMESPACE::Vehicle::replaceStop().
|
virtual |
Replaces the current vehicle type by the one given.
If the currently used vehicle type is marked as being used by this vehicle only, it is deleted, first. The new, given type is then assigned to "myType".
[in] | type | The new vehicle type |
Implements SUMOTrafficObject.
Reimplemented in MSVehicle.
Definition at line 2076 of file MSBaseVehicle.cpp.
References MSVehicleType::getEmissionParameters(), MSNet::getInstance(), MSNet::getVehicleControl(), MSVehicleType::isVehicleSpecific(), myEnergyParams, myType, MSVehicleControl::removeVType(), and EnergyParams::setSecondary().
Referenced by getSingularType(), MSVehicle::replaceVehicleType(), and LIBSUMO_NAMESPACE::Vehicle::setType().
|
virtual |
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 253 of file MSBaseVehicle.cpp.
References MSEdge::allowedLanes(), SUMOVehicleParameter::arrivalPos, SUMOVehicleParameter::arrivalPosProcedure, calculateArrivalParams(), SUMOAbstractRouter< E, V >::compute(), SUMOAbstractRouter< E, V >::computeLooped(), DEBUG_COND, SUMOVehicleParameter::departPos, SUMOVehicleParameter::departPosProcedure, MSInsertionControl::descheduleDeparture(), MSEdge::dictionary(), SUMOVehicleParameter::fromTaz, MSGlobals::gCheckRoutes, SUMOVehicle::getBrakeGap(), getEdge(), Named::getID(), Named::getIDSecure(), MSNet::getInsertionControl(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), getRerouteOrigin(), getStopEdges(), getVClass(), GIVEN, MSEdge::isTazConnector(), myArrivalPos, myCurrEdge, myParameter, myRoute, SUMOAbstractRouter< E, V >::recomputeCosts(), replaceRouteEdges(), setDepartAndArrivalEdge(), SIMTIME, TL, TLF, toString(), SUMOVehicleParameter::toTaz, SUMOVehicleParameter::via, WRITE_WARNING, and WRITE_WARNINGF.
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), GUIVehicle::rerouteDRTStop(), LIBSUMO_NAMESPACE::Vehicle::rerouteEffort(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().
bool MSBaseVehicle::rerouteBetweenStops | ( | int | nextStopIndex, |
const std::string & | info, | ||
bool | teleport, | ||
std::string & | errorMsg | ||
) |
reroute between stops nextStopIndex - 1 and nextStopIndex (defaults to current position / final edge) if the respective stops do not exist
[in] | nextStopIndex | The replacement index |
[in] | info | The rerouting info |
[in] | teleport | Whether to cover the route between stops via teleporting |
[out] | errorMsg | returned error message |
Definition at line 1688 of file MSBaseVehicle.cpp.
References SUMOAbstractRouter< E, V >::compute(), getArrivalPos(), getBaseInfluencer(), getCurrentRouteEdge(), MSNet::getCurrentTimeStep(), MSRoute::getEdges(), MSNet::getInstance(), SUMOTrafficObject::getLane(), SUMOTrafficObject::getPositionOnLane(), getRNGIndex(), getRoute(), MSBaseVehicle::BaseInfluencer::getRouterTT(), getVClass(), hasDeparted(), MSLane::isInternal(), isStopped(), myCurrEdge, myStops, SUMOAbstractRouter< E, V >::recomputeCosts(), replaceRouteEdges(), and toString().
Referenced by LIBSUMO_NAMESPACE::Vehicle::replaceStop().
|
virtual |
Implements SUMOVehicle.
Definition at line 2211 of file MSBaseVehicle.cpp.
References myParkingMemory.
void MSBaseVehicle::resetRoutePosition | ( | int | index, |
DepartLaneDefinition | departLaneProcedure | ||
) |
reset index of edge within route
Definition at line 620 of file MSBaseVehicle.cpp.
References myArrivalPos, myCurrEdge, myParameter, and myRoute.
Referenced by MSCalibrator::execute(), and LIBSUMO_NAMESPACE::Vehicle::moveTo().
|
pure virtual |
resumes a vehicle from stopping
Implemented in MEVehicle, and MSVehicle.
Referenced by abortNextStop().
|
virtual |
Saves the (common) state of a vehicle.
Implements SUMOVehicle.
Reimplemented in MEVehicle, and MSVehicle.
Definition at line 938 of file MSBaseVehicle.cpp.
References MSVehicleType::getID(), MSNet::getInstance(), OptionsCont::getOptions(), MSNet::getVehicleControl(), getVehicleType(), gPrecisionRandom, MSVehicleControl::hasVTypeDistribution(), MSVehicleType::isVehicleSpecific(), SUMOVehicleParameter::line, MAX2(), myChosenSpeedFactor, myNumberReroutes, myOdometer, myParameter, myRoute, OutputDevice::precision(), OutputDevice::setPrecision(), SUMO_ATTR_DISTANCE, SUMO_ATTR_LINE, SUMO_ATTR_REROUTE, SUMO_ATTR_ROUTE, SUMO_ATTR_SPEEDFACTOR, SUMO_TAG_VEHICLE, VEHPARS_FORCE_REROUTE, VEHPARS_LINE_SET, VEHPARS_SPEEDFACTOR_SET, SUMOVehicleParameter::vtypeid, SUMOVehicleParameter::wasSet(), SUMOVehicleParameter::write(), and OutputDevice::writeAttr().
Referenced by MEVehicle::saveState(), and MSVehicle::saveState().
|
virtual |
Implements SUMOVehicle.
Definition at line 2229 of file MSBaseVehicle.cpp.
References myParkingMemory.
|
inlinevirtual |
Sets this vehicle's desired arrivalPos for its current route.
Implements SUMOVehicle.
Definition at line 380 of file MSBaseVehicle.h.
References myArrivalPos.
void MSBaseVehicle::setCarFollowModelParameter | ( | const std::string & | key, |
const std::string & | value | ||
) |
set individual carFollow model parameters (not type related)
Definition at line 2040 of file MSBaseVehicle.cpp.
References MSVehicle::getCarFollowModel(), getParameter(), SUMOVehicleParameter::parametersSet, MSCFModel::setParameter(), SUMO_ATTR_CF_IGNORE_IDS, SUMO_ATTR_CF_IGNORE_TYPES, toString(), and VEHPARS_CFMODEL_PARAMS_SET.
Referenced by initTransientModelParams().
|
inlinevirtual |
Returns the precomputed factor by which the driver wants to be faster than the speed limit.
Implements SUMOVehicle.
Definition at line 544 of file MSBaseVehicle.h.
References myChosenSpeedFactor.
Referenced by MSCFModel_CC::finalizeSpeed(), MSDevice_GLOSA::notifyEnter(), MSDevice_GLOSA::notifyMove(), and GUISUMOViewParent::onCmdSpeedFactor().
void MSBaseVehicle::setDepartAndArrivalEdge | ( | ) |
apply departEdge and arrivalEdge attributes
Definition at line 890 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::arrivalEdge, SUMOVehicleParameter::arrivalEdgeProcedure, DEFAULT, SUMOVehicleParameter::departEdge, SUMOVehicleParameter::departEdgeProcedure, Named::getID(), GIVEN, myCurrEdge, myParameter, myRoute, RandHelper::rand(), RANDOM, TL, toString(), and WRITE_WARNINGF.
Referenced by MSBaseVehicle(), and reroute().
void MSBaseVehicle::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
Definition at line 2016 of file MSBaseVehicle.cpp.
References myDevices.
|
virtual |
set the id (inherited from Named but forbidden for vehicles)
Reimplemented from Named.
Definition at line 187 of file MSBaseVehicle.cpp.
References TL.
void MSBaseVehicle::setJunctionModelParameter | ( | const std::string & | key, |
const std::string & | value | ||
) |
set individual junction model paramete (not type related)
Definition at line 2028 of file MSBaseVehicle.cpp.
References Named::getID(), getParameter(), SUMOVehicleParameter::parametersSet, SUMO_ATTR_JM_IGNORE_IDS, SUMO_ATTR_JM_IGNORE_TYPES, toString(), and VEHPARS_JUNCTIONMODEL_PARAMS_SET.
Referenced by initTransientModelParams().
|
inlinevirtual |
Implements SUMOVehicle.
Definition at line 958 of file MSBaseVehicle.h.
References myNumberParkingReroutes.
|
virtual |
Returns whether the vehicle stops at the given stopping place.
Implements SUMOVehicle.
Definition at line 226 of file MSBaseVehicle.cpp.
References myStops.
|
virtual |
Returns whether the vehicle stops at the given edge.
Implements SUMOVehicle.
Definition at line 242 of file MSBaseVehicle.cpp.
References myStops.
|
virtual |
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 210 of file MSBaseVehicle.cpp.
References myCurrEdge, and myRoute.
Referenced by MSVehicleTransfer::add(), MSLane::appropriate(), MSVehicleTransfer::checkInsertions(), MSLane::executeMovements(), MESegment::getLink(), MSVehicle::getNextEdgePtr(), hasArrived(), MESegment::hasSpaceFor(), MSPedestrianPushButton::isActiveForEdge(), and MELoop::nextSegment().
Returns the information whether the vehicle is fully controlled via TraCI.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 215 of file MSBaseVehicle.h.
References UNUSED_PARAMETER.
|
friend |
Definition at line 66 of file MSBaseVehicle.h.
|
protected |
Whether this vehicle is registered as waiting for a person or container (for deadlock-recognition)
Definition at line 1046 of file MSBaseVehicle.h.
Referenced by MSVehicle::boardTransportables(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MEVehicle::mayProceed(), MSVehicle::processNextStop(), MEVehicle::resumeFromStopping(), and MSVehicle::resumeFromStopping().
|
protected |
Definition at line 1058 of file MSBaseVehicle.h.
Referenced by isReversed(), and MSVehicle::processLaneAdvances().
|
protected |
The destination lane where the vehicle stops.
Definition at line 1027 of file MSBaseVehicle.h.
Referenced by calculateArrivalParams(), getArrivalLane(), and MSVehicle::updateBestLanes().
|
protected |
The position on the destination lane where the vehicle stops.
Definition at line 1024 of file MSBaseVehicle.h.
Referenced by calculateArrivalParams(), getArrivalPos(), getOdometer(), MEVehicle::hasArrived(), MSVehicle::hasArrivedInternal(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), reroute(), resetRoutePosition(), setArrivalPos(), and MSVehicle::updateBestLanes().
|
protected |
A precomputed factor by which the driver wants to be faster than the speed limit.
Definition at line 982 of file MSBaseVehicle.h.
Referenced by getChosenSpeedFactor(), getMaxSpeed(), saveState(), and setChosenSpeedFactor().
|
protected |
The containers this vehicle may have.
Definition at line 1012 of file MSBaseVehicle.h.
Referenced by addTransportable(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), getContainerDevice(), getContainerNumber(), getContainers(), MSVehicle::processNextStop(), removeTransportable(), and MSVehicle::updateParkingState().
|
protected |
Iterator to current route-edge.
Definition at line 979 of file MSBaseVehicle.h.
Referenced by addStop(), MSVehicle::checkReversal(), MEVehicle::checkStop(), GUIVehicle::drawRouteHelper(), GUIMEVehicle::drawRouteHelper(), MSVehicle::enterLaneAtMove(), MSVehicle::estimateTimeToNextStop(), getCurrentRouteEdge(), MSVehicle::getDistanceToPosition(), getEdge(), MSVehicle::getNextEdgePtr(), MSVehicle::getPastLanesUntil(), getRerouteOrigin(), MSVehicle::getRerouteOrigin(), getRoutePosition(), MSVehicle::getUpcomingLanesUntil(), MSVehicle::handleCollisionStop(), MEVehicle::hasArrived(), MSVehicle::hasArrivedInternal(), hasValidRoute(), haveValidStopEdges(), insertStop(), MSVehicle::isOppositeLane(), MSVehicle::leaveLane(), MEVehicle::loadState(), MSVehicle::loadState(), MEVehicle::moveRoutePointer(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MEVehicle::processStop(), replaceRoute(), replaceRouteEdges(), replaceStop(), reroute(), rerouteBetweenStops(), MSVehicle::rerouteParkingArea(), resetRoutePosition(), MEVehicle::saveState(), MSVehicle::saveState(), setDepartAndArrivalEdge(), succEdge(), and MSVehicle::updateBestLanes().
|
staticprivate |
Definition at line 1069 of file MSBaseVehicle.h.
|
protected |
The real depart position.
Definition at line 1021 of file MSBaseVehicle.h.
Referenced by getDepartPos(), getOdometer(), MEVehicle::loadState(), MSVehicle::loadState(), onDepart(), MEVehicle::saveState(), and MSVehicle::saveState().
|
protected |
The real departure time.
Definition at line 1018 of file MSBaseVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), getDeparture(), hasDeparted(), MEVehicle::loadState(), MSVehicle::loadState(), onDepart(), MEVehicle::saveState(), and MSVehicle::saveState().
|
protected |
The devices this vehicle has.
Definition at line 1006 of file MSBaseVehicle.h.
Referenced by addTransportable(), createDevice(), getDevice(), getDeviceParameter(), getDevices(), GUIBaseVehicle::GUIBaseVehicle(), hasDevice(), initDevices(), MEVehicle::saveState(), MSVehicle::saveState(), setDeviceParameter(), MSVehicle::updateParkingState(), and ~MSBaseVehicle().
|
mutableprivate |
Definition at line 1065 of file MSBaseVehicle.h.
Referenced by _getWeightsStorage(), and ~MSBaseVehicle().
|
staticprotected |
Definition at line 1053 of file MSBaseVehicle.h.
Referenced by getContainers(), and getPersons().
|
mutableprotected |
The emission parameters this vehicle may have.
Definition at line 1015 of file MSBaseVehicle.h.
Referenced by getEmissionParameters(), replaceVehicleType(), MSVehicle::workOnMoveReminders(), and ~MSBaseVehicle().
|
protectedinherited |
The name of the object.
Definition at line 125 of file Named.h.
Referenced by MSE2Collector::addDetectorToLanes(), RODFDetector::buildDestinationDistribution(), NGEdge::buildNBEdge(), NGNode::buildNBNode(), MSSOTLTrafficLightLogic::checkPhases(), NBNode::computeNodeShape(), NEMALogic::constructTimingAndPhaseDefs(), MSE2Collector::detectorUpdate(), GNEPOI::getAttribute(), GNEPoly::getAttribute(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), Named::getID(), NBEdge::getLaneID(), ROEdge::getStoredEffort(), GNEPOI::getSumoBaseObject(), MSLane::getSurroundingVehicles(), ROEdge::getTravelTime(), NBEdge::init(), MSDelayBasedTrafficLightLogic::init(), MSSOTLTrafficLightLogic::init(), NEMALogic::init(), MSLane::isInsertionSuccess(), NBNode::NBNode(), NBNode::NBNode(), MSE2Collector::notifyEnter(), MSE2Collector::notifyLeave(), MSE2Collector::notifyMove(), MSMeanData::openInterval(), NEMALogic::parseControllerType(), RORouteDef::preComputeCurrentRoute(), NBEdge::reinitNodes(), GNEPOI::setAttribute(), GNEPoly::setAttribute(), NBEdge::setGeometry(), Named::setID(), MSSOTLTrafficLightLogic::setToATargetPhase(), Distribution_Parameterized::toStr(), MSChargingStation::writeChargingStationOutput(), RODFDetector::writeEmitterDefinition(), MSOverheadWire::writeOverheadWireSegmentOutput(), RODFDetector::writeSingleSpeedTrigger(), MSTractionSubstation::writeTractionSubstationOutput(), MEInductLoop::writeXMLOutput(), and MSE3Collector::writeXMLOutput().
|
protected |
Currently relevant move reminders.
Definition at line 1002 of file MSBaseVehicle.h.
Referenced by activateReminders(), MSVehicle::activateReminders(), MSVehicle::adaptLaneEntering2MoveReminder(), addReminder(), addTransportable(), GUIBaseVehicle::GUIBaseVehicle(), initDevices(), MSVehicle::leaveLane(), removeReminder(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MEVehicle::updateDetectorForWriting(), MEVehicle::updateDetectors(), MSVehicle::workOnIdleReminders(), and MSVehicle::workOnMoveReminders().
|
protected |
Definition at line 1043 of file MSBaseVehicle.h.
Referenced by getNumberParkingReroutes(), and setNumberParkingReroutes().
|
protected |
The number of reroutings.
Definition at line 1030 of file MSBaseVehicle.h.
Referenced by getNumberReroutes(), MEVehicle::loadState(), MSVehicle::loadState(), replaceRoute(), and saveState().
|
private |
Definition at line 1061 of file MSBaseVehicle.h.
Referenced by getNumericalID().
|
protected |
A simple odometer to keep track of the length of the route already driven.
Definition at line 1036 of file MSBaseVehicle.h.
Referenced by addToOdometer(), getOdometer(), MSVehicle::leaveLane(), MEVehicle::loadState(), MSVehicle::loadState(), MSVehicle::Influencer::postProcessRemoteControl(), saveState(), and MEVehicle::updateDetectors().
|
protected |
This vehicle's parameter.
Definition at line 970 of file MSBaseVehicle.h.
Referenced by abortNextStop(), addStop(), addStops(), addTraciStop(), addTransportable(), calculateArrivalParams(), checkRouteRemoval(), createDevice(), MSVehicle::enterLaneAtMove(), GUIVehicle::getColorValue(), getContainerNumber(), getParameter(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), getPersonNumber(), getRouteValidity(), MEVehicle::hasArrived(), MSVehicle::hasArrivedInternal(), MSVehicle::hasValidRouteStart(), insertStop(), isLineStop(), MEVehicle::loadState(), MSVehicle::loadState(), MEVehicle::moveRoutePointer(), MSVehicle::planMoveInternal(), replaceParameter(), replaceRoute(), replaceStop(), reroute(), GUIVehicle::rerouteDRTStop(), resetRoutePosition(), MEVehicle::saveState(), saveState(), MSVehicle::saveState(), setDepartAndArrivalEdge(), MSVehicle::updateBestLanes(), and ~MSBaseVehicle().
|
protected |
memory for parking search
Definition at line 1042 of file MSBaseVehicle.h.
Referenced by getParkingMemory(), rememberBlockedParkingArea(), rememberParkingAreaScore(), resetParkingAreaScores(), sawBlockedParkingArea(), and ~MSBaseVehicle().
|
protected |
The list of stops that the vehicle has already reached.
Definition at line 988 of file MSBaseVehicle.h.
Referenced by getPastStops(), isJumping(), MSVehicle::leaveLane(), MSVehicle::loadState(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MEVehicle::saveState(), and MSVehicle::saveState().
|
protected |
The passengers this vehicle may have.
Definition at line 1009 of file MSBaseVehicle.h.
Referenced by addTransportable(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), getPersonDevice(), getPersonNumber(), getPersons(), MSVehicle::processNextStop(), removeTransportable(), and MSVehicle::updateParkingState().
|
protected |
This vehicle's route.
Definition at line 973 of file MSBaseVehicle.h.
Referenced by addStop(), addStops(), basePos(), calculateArrivalParams(), MSVehicle::checkReversal(), checkRouteRemoval(), MSVehicle::computeFurtherLanes(), GUIVehicle::drawRouteHelper(), MSVehicle::estimateTimeToNextStop(), MSVehicle::getDistanceToPosition(), MSVehicle::getNextEdgePtr(), MSVehicle::getPastLanesUntil(), GUIVehicle::getPreviousLane(), MSVehicle::getRerouteOrigin(), getRoute(), getRoutePosition(), getRoutePtr(), getRouteValidity(), getStopIndices(), MSVehicle::getUpcomingLanesUntil(), MEVehicle::hasArrived(), MSVehicle::hasArrivedInternal(), hasValidRoute(), hasValidRouteStart(), haveValidStopEdges(), insertStop(), isLineStop(), MSVehicle::joinTrainPartFront(), MEVehicle::loadState(), MSVehicle::loadState(), MEVehicle::moveRoutePointer(), MSBaseVehicle(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), replaceParkingArea(), replaceRoute(), replaceRouteEdges(), replaceStop(), reroute(), GUIVehicle::rerouteDRTStop(), MSVehicle::rerouteParkingArea(), resetRoutePosition(), MEVehicle::saveState(), saveState(), MSVehicle::saveState(), setDepartAndArrivalEdge(), succEdge(), and MSVehicle::updateBestLanes().
|
protected |
status of the current vehicle route
Definition at line 1039 of file MSBaseVehicle.h.
Referenced by getRouteValidity(), hasValidRouteStart(), and MSVehicle::hasValidRouteStart().
|
protected |
The vehicle's list of stops.
Definition at line 985 of file MSBaseVehicle.h.
Referenced by abortNextStop(), addStop(), addTraciStop(), MSVehicle::addTraciStop(), MSVehicle::addTransportable(), allowsBoarding(), basePos(), MSVehicle::checkReversal(), MEVehicle::checkStop(), MSVehicle::collisionStopTime(), MSVehicle::computeAngle(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSVehicle::estimateTimeToNextStop(), MSVehicle::getArrivalTime(), getCurrentParkingArea(), MEVehicle::getCurrentStoppingTimeSeconds(), getNextParkingArea(), getNextStop(), getNextStopParameter(), MSVehicle::getPosition(), getStop(), MSVehicle::getStopArrivalDelay(), MSVehicle::getStopDelay(), getStopDuration(), getStopEdges(), getStopIndices(), GUIVehicle::getStopInfo(), getStops(), GUIVehicle::getVisualAngle(), GUIVehicle::getVisualPosition(), MSVehicle::hasArrivedInternal(), hasJump(), hasStops(), haveValidStopEdges(), insertStop(), isParking(), isStopped(), isStoppedInRange(), MSVehicle::isStoppedOnLane(), isStoppedParking(), isStoppedTriggered(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::keepStopping(), MSVehicle::leaveLane(), MSVehicle::loadState(), MEVehicle::mayProceed(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), MEVehicle::processStop(), MSVehicle::remainingStopDuration(), replaceParkingArea(), replaceRoute(), MSVehicle::replaceRoute(), replaceStop(), rerouteBetweenStops(), GUIVehicle::rerouteDRTStop(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MEVehicle::saveState(), MSVehicle::saveState(), MSVehicle::setBlinkerInformation(), MSVehicle::slowDownForSchedule(), stopsAt(), stopsAtEdge(), MSVehicle::updateBestLanes(), and MSVehicle::willStop().
|
protected |
The offset when adding route stops with 'until' on route replacement.
Definition at line 1033 of file MSBaseVehicle.h.
Referenced by replaceRoute().
|
protected |
This vehicle's type.
Definition at line 976 of file MSBaseVehicle.h.
Referenced by addStop(), calculateArrivalParams(), MSVehicle::computeFurtherLanes(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSVehicle::executeMove(), MSVehicle::getActionStepLength(), MSVehicle::getActionStepLengthSecs(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getBoundingBox(), MSVehicle::getBoundingPoly(), MSVehicle::getCarFollowModel(), GUIVehicle::getDynamicAlignment(), getEmissions(), getHarmonoise_NoiseEmissions(), getLength(), getMaxSpeed(), MSVehicle::getMaxSpeedOnLane(), MSVehicle::getPositionOnLane(), getSingularType(), GUIVehicle::getTypeParameterWindow(), GUIMEVehicle::getTypeParameterWindow(), getVClass(), getVehicleType(), GUIVehicle::getVisualAngle(), getWidth(), MSVehicle::handleCollisionStop(), hasValidRoute(), MSVehicle::hasValidRouteStart(), MSVehicle::initDevices(), MSVehicle::joinTrainPart(), MSVehicle::joinTrainPartFront(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), replaceVehicleType(), MSVehicle::updateBestLanes(), and MSVehicle::~MSVehicle().
|
staticprotected |
Definition at line 1051 of file MSBaseVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), hasDeparted(), and MSVehicle::Influencer::postProcessRemoteControl().