SUMO - Simulation of Urban MObility
|
Representation of a vehicle in the micro simulation. More...
#include <MSVehicle.h>
Data Structures | |
struct | DriveProcessItem |
class | Influencer |
Changes the wished vehicle speed / lanes. More... | |
struct | LaneQ |
A structure representing the best lanes for continuing the route. More... | |
class | State |
Container that holds the vehicles driving state (position+speed). More... | |
struct | Stop |
Definition of vehicle stop (position and duration) More... | |
Public Types | |
enum | ChangeRequest { REQUEST_NONE, REQUEST_LEFT, REQUEST_RIGHT, REQUEST_HOLD } |
Requests set via TraCI. More... | |
Public Member Functions | |
void | activateReminders (const MSMoveReminder::Notification reason) |
"Activates" all current move reminder More... | |
void | addReminder (MSMoveReminder *rem) |
Adds a MoveReminder dynamically. More... | |
bool | addTraciStop (MSLane *lane, SUMOReal pos, SUMOReal radius, SUMOTime duration) |
bool | congested () const |
void | enterLaneAtInsertion (MSLane *enteredLane, SUMOReal pos, SUMOReal speed, MSMoveReminder::Notification notification) |
Update when the vehicle enters a new lane in the emit step. More... | |
void | enterLaneAtLaneChange (MSLane *enteredLane) |
Update when the vehicle enters a new lane in the laneChange step. More... | |
bool | enterLaneAtMove (MSLane *enteredLane, bool onTeleporting=false) |
Update when the vehicle enters a new lane in the move step. More... | |
SUMOReal | gap2pred (const MSVehicle &pred) const |
Returns the gap between pred and this vehicle. More... | |
const MSCFModel & | getCarFollowModel () const |
Returns the vehicle's car following model definition. More... | |
MSCFModel::VehicleVariables * | getCarFollowVariables () const |
Returns the vehicle's car following model variables. More... | |
SUMOReal | getChosenSpeedFactor () const |
Returns the precomputed factor by which the driver wants to be faster than the speed limit. More... | |
SUMOTime | getDeparture () const |
Returns this vehicle's real departure time. More... | |
const std::vector< MSDevice * > & | getDevices () const |
Returns this vehicle's devices. More... | |
SUMOReal | getDistanceToPosition (SUMOReal destPos, const MSEdge *destEdge) |
const MSEdge * | getEdge () const |
Returns the edge the vehicle is currently at. More... | |
const std::string & | getID () const |
Returns the name of the vehicle. More... | |
Influencer & | getInfluencer () |
Returns the velocity/lane influencer. More... | |
MSAbstractLaneChangeModel & | getLaneChangeModel () |
const MSAbstractLaneChangeModel & | getLaneChangeModel () const |
unsigned int | getLaneIndex () const |
SUMOReal | getMaxSpeed () const |
Returns the maximum speed. More... | |
unsigned int | getNumberReroutes () const |
Returns the number of new routes this vehicle got. More... | |
const SUMOVehicleParameter & | getParameter () const |
Returns the vehicle's parameter (including departure definition) More... | |
const MSRoute & | getRoute () const |
Returns the current route. More... | |
SUMOReal | getSpeedWithoutTraciInfluence () const |
Returns the uninfluenced velocity. More... | |
const MSVehicleType & | getVehicleType () const |
Returns the vehicle's type definition. More... | |
bool | hasDeparted () const |
Returns whether this vehicle has already departed. More... | |
bool | hasValidRoute (std::string &msg) const |
Validates the current route. More... | |
bool | knowsEdgeTest (MSEdge &edge) const |
void | leaveLane (const MSMoveReminder::Notification reason) |
Update of members if vehicle leaves a new lane in the lane change step or at arrival. More... | |
void | move (SUMOTime t, MSLane *lane, MSVehicle *pred, MSVehicle *neigh, SUMOReal lengthsInFront) |
Moves vehicles. More... | |
bool | moveChecked () |
Moves the vehicle after the responds (right-of-way rules) are known. More... | |
MSVehicle (SUMOVehicleParameter *pars, const MSRoute *route, const MSVehicleType *type, SUMOReal speedFactor, int vehicleIndex) | |
Constructor. More... | |
void | onDepart () |
Called when the vehicle is inserted into the network. More... | |
SUMOReal | processNextStop (SUMOReal currentVelocity) |
Processes stops, returns the velocity needed to reach the stop. More... | |
void | removeReminder (MSMoveReminder *rem) |
Removes a MoveReminder dynamically. More... | |
bool | replaceRouteEdges (const MSEdgeVector &edges, bool onInit=false) |
Replaces the current route by the given edges. More... | |
void | replaceVehicleType (MSVehicleType *type) |
Replaces the current vehicle type by the one given. More... | |
void | reroute (SUMOTime t, SUMOAbstractRouter< MSEdge, SUMOVehicle > &router, bool withTaz=false) |
Performs a rerouting using the given router. More... | |
const MSEdge * | succEdge (unsigned int nSuccs) const |
Returns the nSuccs'th successor of edge the vehicle is currently at. More... | |
virtual | ~MSVehicle () |
Destructor. More... | |
insertion/removal | |
void | onRemovalFromNet (const MSMoveReminder::Notification reason) |
Called when the vehicle is removed from the network. More... | |
interaction with the route | |
bool | hasArrived () const |
Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge) More... | |
bool | replaceRoute (const MSRoute *route, bool onInit=false) |
Replaces the current route by the given one. More... | |
bool | willPass (const MSEdge *const edge) const |
Returns whether the vehicle wil pass the given edge. More... | |
unsigned int | getRoutePosition () const |
void | resetRoutePosition (unsigned int index) |
const MSEdgeWeightsStorage & | getWeightsStorage () const |
Returns the vehicle's internal edge travel times/efforts container. More... | |
MSEdgeWeightsStorage & | getWeightsStorage () |
state setter/getter | |
SUMOReal | getPositionOnLane () const |
Get the vehicle's position along the lane. More... | |
SUMOReal | getSpeed () const |
Returns the vehicle's current speed. More... | |
SUMOReal | getAcceleration () const |
Returns the vehicle's acceleration. More... | |
Other getter methods | |
Position | getPosition () const |
Return current position (x/y, cartesian) More... | |
MSLane * | getLane () const |
Returns the lane the vehicle is on. More... | |
bool | isOnRoad () const |
Returns the information whether the vehicle is on a road (is simulated) More... | |
SUMOTime | getWaitingTime () const |
Returns the SUMOTime waited (speed was lesser than 0.1m/s) More... | |
SUMOReal | getWaitingSeconds () const |
Returns the number of seconds waited (speed was lesser than 0.1m/s) More... | |
SUMOReal | getAngle () const |
Returns the vehicle's direction in degrees. More... | |
strategical/tactical lane choosing methods | |
virtual const std::vector < LaneQ > & | getBestLanes (bool forceRebuild=false, MSLane *startLane=0) const |
Returns the description of best lanes to use in order to continue the route. More... | |
const std::vector< MSLane * > & | getBestLanesContinuation () const |
Returns the subpart of best lanes that describes the vehicle's current lane and their successors. More... | |
const std::vector< MSLane * > & | getBestLanesContinuation (const MSLane *const l) const |
Returns the subpart of best lanes that describes the given lane and their successors. More... | |
vehicle stops definitions and i/o | |
bool | addStop (const SUMOVehicleParameter::Stop &stopPar, SUMOTime untilOffset=0) |
Adds a stop. More... | |
bool | hasStops () const |
Returns whether the vehicle has to stop somewhere. More... | |
bool | isStopped () const |
Returns whether the vehicle is at a stop. More... | |
bool | isParking () const |
Returns whether the vehicle is parking. More... | |
Emission retrieval | |
SUMOReal | getHBEFA_CO2Emissions () const |
Returns CO2 emission of the current state. More... | |
SUMOReal | getHBEFA_COEmissions () const |
Returns CO emission of the current state. More... | |
SUMOReal | getHBEFA_HCEmissions () const |
Returns HC emission of the current state. More... | |
SUMOReal | getHBEFA_NOxEmissions () const |
Returns NOx emission of the current state. More... | |
SUMOReal | getHBEFA_PMxEmissions () const |
Returns PMx emission of the current state. More... | |
SUMOReal | getHBEFA_FuelConsumption () const |
Returns fuel consumption of the current state. More... | |
SUMOReal | getHarmonoise_NoiseEmissions () const |
Returns noise emissions of the current state. More... | |
Interaction with persons | |
void | addPerson (MSPerson *person) |
Adds a passenger. More... | |
unsigned int | getPersonNumber () const |
Returns the number of persons. More... | |
Static Public Member Functions | |
static SUMOReal | gap (SUMOReal predPos, SUMOReal predLength, SUMOReal pos) |
Uses the given values to compute the brutto-gap. More... | |
static bool | overlap (const MSVehicle *veh1, const MSVehicle *veh2) |
Protected Types | |
typedef std::vector < DriveProcessItem > | DriveItemVector |
Protected Member Functions | |
void | calculateArrivalPos () |
(Re-)Calculates the arrival position from the vehicle parameters More... | |
void | checkRewindLinkLanes (SUMOReal lengthsInFront) |
SUMOReal | getSpaceTillLastStanding (MSLane *l, bool &foundStopped) |
void | setBlinkerInformation () |
Protected Attributes | |
SUMOReal | myAcceleration |
The current acceleration before dawdling. More... | |
bool | myAmOnNet |
Whether the vehicle is on the network (not parking, teleported, vaporized, or arrived) More... | |
bool | myAmRegisteredAsWaitingForPerson |
Whether this vehicle is registered as waiting for a person (for deadlock-recognition) More... | |
SUMOReal | myArrivalPos |
the position on the destination lane where the vehicle stops More... | |
std::vector< std::vector< LaneQ > > | myBestLanes |
SUMOReal | myChosenSpeedFactor |
A precomputed factor by which the driver wants to be faster than the speed limit. More... | |
MSRouteIterator | myCurrEdge |
Iterator to current route-edge. More... | |
std::vector< LaneQ >::iterator | myCurrentLaneInBestLanes |
SUMOTime | myDeparture |
The real departure time. More... | |
std::vector< MSDevice * > | myDevices |
The devices this vehicle has. More... | |
std::vector< MSLane * > | myFurtherLanes |
The information into which lanes the vehicle laps into. More... | |
bool | myHaveToWaitOnNextLink |
MSLane * | myLane |
The lane the vehicle is on. More... | |
MSAbstractLaneChangeModel * | myLaneChangeModel |
const MSEdge * | myLastBestLanesEdge |
SUMOTime | myLastLaneChangeOffset |
information how long ago the vehicle has performed a lane-change More... | |
DriveItemVector | myLFLinkLanes |
Container for used Links/visited Lanes during lookForward. More... | |
unsigned int | myNumberReroutes |
The number of reroutings. More... | |
const SUMOVehicleParameter * | myParameter |
This Vehicle's parameter. More... | |
MSDevice_Person * | myPersonDevice |
The passengers this vehicle may have. More... | |
const MSRoute * | myRoute |
This Vehicle's route. More... | |
int | mySignals |
State of things of the vehicle that can be on or off. More... | |
State | myState |
This Vehicles driving state (pos and speed) More... | |
std::list< Stop > | myStops |
The vehicle's list of stops. More... | |
const MSVehicleType * | myType |
This Vehicle's type. More... | |
SUMOTime | myWaitingTime |
The time the vehicle waits (is not faster than 0.1m/s) in seconds. More... | |
Static Protected Attributes | |
static std::vector< MSLane * > | myEmptyLaneVector |
Private Member Functions | |
MSEdgeWeightsStorage & | _getWeightsStorage () const |
MSVehicle () | |
invalidated default constructor More... | |
MSVehicle (const MSVehicle &) | |
invalidated copy constructor More... | |
MSVehicle & | operator= (const MSVehicle &) |
invalidated assignment operator More... | |
Private Attributes | |
MSCFModel::VehicleVariables * | myCFVariables |
The per vehicle variables of the car following model. More... | |
MSEdgeWeightsStorage * | myEdgeWeights |
Influencer * | myInfluencer |
An instance of a velicty/lane influencing instance; built in "getInfluencer". More... | |
Friends | |
class | MSLaneChanger |
the lane changer sets myLastLaneChangeOffset More... | |
Move reminder structures | |
typedef std::vector< std::pair < MSMoveReminder *, SUMOReal > > | MoveReminderCont |
Definition of a move reminder container. More... | |
MoveReminderCont | myMoveReminders |
Current lane's move reminder. More... | |
Interaction with move reminders | |
void | workOnMoveReminders (SUMOReal oldPos, SUMOReal newPos, SUMOReal newSpeed) |
Processes active move reminder. More... | |
void | adaptLaneEntering2MoveReminder (const MSLane &enteredLane) |
Adapts the vehicle's entering of a new lane. More... | |
Access to bool signals | |
enum | Signalling { VEH_SIGNAL_NONE = 0, VEH_SIGNAL_BLINKER_RIGHT = 1, VEH_SIGNAL_BLINKER_LEFT = 2, VEH_SIGNAL_BLINKER_EMERGENCY = 4, VEH_SIGNAL_BRAKELIGHT = 8, VEH_SIGNAL_FRONTLIGHT = 16, VEH_SIGNAL_FOGLIGHT = 32, VEH_SIGNAL_HIGHBEAM = 64, VEH_SIGNAL_BACKDRIVE = 128, VEH_SIGNAL_WIPER = 256, VEH_SIGNAL_DOOR_OPEN_LEFT = 512, VEH_SIGNAL_DOOR_OPEN_RIGHT = 1024, VEH_SIGNAL_EMERGENCY_BLUE = 2048, VEH_SIGNAL_EMERGENCY_RED = 4096, VEH_SIGNAL_EMERGENCY_YELLOW = 8192 } |
Some boolean values which describe the state of some vehicle parts. More... | |
void | switchOnSignal (int signal) |
Switches the given signal on. More... | |
void | switchOffSignal (int signal) |
Switches the given signal off. More... | |
int | getSignals () const |
Returns the signals. More... | |
bool | signalSet (int which) const |
Returns whether the given signal is on. More... | |
Representation of a vehicle in the micro simulation.
Definition at line 78 of file MSVehicle.h.
|
protected |
Definition at line 990 of file MSVehicle.h.
|
protectedinherited |
Definition of a move reminder container.
Definition at line 266 of file MSBaseVehicle.h.
Requests set via TraCI.
Definition at line 126 of file MSVehicle.h.
Some boolean values which describe the state of some vehicle parts.
Definition at line 683 of file MSVehicle.h.
MSVehicle::MSVehicle | ( | SUMOVehicleParameter * | pars, |
const MSRoute * | route, | ||
const MSVehicleType * | type, | ||
SUMOReal | speedFactor, | ||
int | vehicleIndex | ||
) |
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 |
[in] | vehicleIndex | The vehicle's running index |
ProcessError | If a value is wrong |
Definition at line 269 of file MSVehicle.cpp.
References addStop(), MSCFModel::createVehicleVariables(), DEPART_SPEED_GIVEN, SUMOVehicleParameter::departSpeed, SUMOVehicleParameter::departSpeedProcedure, MSVehicleType::getCarFollowModel(), Named::getID(), MSVehicleType::getID(), MSNet::getInstance(), MSVehicleType::getMaxSpeed(), MSLane::getSpeedLimit(), MSRoute::getStops(), SUMOVehicleParameter::id, myCFVariables, myLaneChangeModel, and SUMOVehicleParameter::stops.
|
virtual |
Destructor.
Definition at line 246 of file MSVehicle.cpp.
References MSVehicleType::amVehicleSpecific(), myEdgeWeights, myFurtherLanes, myInfluencer, myLaneChangeModel, myLFLinkLanes, and MSBaseVehicle::myType.
|
private |
invalidated default constructor
|
private |
invalidated copy constructor
|
private |
Definition at line 416 of file MSVehicle.cpp.
References myEdgeWeights.
Referenced by getWeightsStorage().
|
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 |
Reimplemented from MSBaseVehicle.
Definition at line 1174 of file MSVehicle.cpp.
References getLane(), and MSBaseVehicle::myMoveReminders.
Referenced by enterLaneAtInsertion(), enterLaneAtLaneChange(), and enterLaneAtMove().
|
protected |
Adapts the vehicle's entering of a new lane.
All offsets already stored in "myOldLaneMoveReminderOffsets" are increased by the length that has been left. All still active move reminders from "myMoveReminders" are put into "myOldLaneMoveReminders" and the offset to the last lane is added to "myOldLaneMoveReminderOffsets" for each of these.
Move reminder from the given lane are set into "myMoveReminders".
"myLane" must still be the left lane!
[in] | enteredLane |
Definition at line 440 of file MSVehicle.cpp.
References MSBaseVehicle::addReminder(), MSLane::getLength(), MSLane::getMoveReminders(), myLane, MSBaseVehicle::myMoveReminders, and SUMOReal.
Referenced by enterLaneAtMove().
|
virtual |
Adds a passenger.
[in] | person | The person to add |
Reimplemented from MSBaseVehicle.
Definition at line 1662 of file MSVehicle.cpp.
References MSDevice_Person::addPerson(), MSDevice_Person::buildVehicleDevices(), MSBaseVehicle::myDevices, MSBaseVehicle::myMoveReminders, myPersonDevice, and myStops.
Referenced by MSPersonControl::boardAnyWaiting().
|
inherited |
Adds a MoveReminder dynamically.
[in] | rem | the reminder to add |
Definition at line 238 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by adaptLaneEntering2MoveReminder(), enterLaneAtInsertion(), and enterLaneAtLaneChange().
|
virtual |
Adds a stop.
The stop is put into the sorted list.
[in] | stop | The stop to add |
Implements SUMOVehicle.
Definition at line 479 of file MSVehicle.cpp.
References MSCFModel::brakeGap(), SUMOVehicleParameter::Stop::busstop, MSVehicle::Stop::busstop, MSLane::dictionary(), SUMOVehicleParameter::Stop::duration, MSVehicle::Stop::duration, MSVehicle::Stop::edge, MSRoute::end(), SUMOVehicleParameter::Stop::endPos, MSVehicle::Stop::endPos, MSNet::getBusStop(), getCarFollowModel(), MSLane::getEdge(), MSNet::getInstance(), MSLane::getLength(), SUMOVehicleParameter::Stop::index, SUMOVehicleParameter::Stop::lane, MSVehicle::Stop::lane, MSBaseVehicle::myCurrEdge, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, myState, myStops, SUMOVehicleParameter::Stop::parking, MSVehicle::Stop::parking, MSVehicle::Stop::reached, SUMOVehicleParameter::Stop::startPos, MSVehicle::Stop::startPos, STOP_INDEX_END, STOP_INDEX_FIT, SUMOReal, SUMOVehicleParameter::Stop::triggered, MSVehicle::Stop::triggered, SUMOVehicleParameter::Stop::until, and MSVehicle::Stop::until.
Referenced by addTraciStop(), and MSVehicle().
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
lane | lane on wich to stop |
pos | position on the given lane at wich to stop |
radius | the vehicle will stop if it is within the range [pos-radius, pos+radius] |
duration | after waiting for the time period duration, the vehicle will continue until the stop is reached again |
Definition at line 1729 of file MSVehicle.cpp.
References addStop(), SUMOVehicleParameter::Stop::busstop, SUMOVehicleParameter::Stop::duration, SUMOVehicleParameter::Stop::endPos, MSNet::getBusStopID(), Named::getID(), MSNet::getInstance(), SUMOVehicleParameter::Stop::index, SUMOVehicleParameter::Stop::lane, myStops, SUMOVehicleParameter::Stop::parking, POSITION_EPS, SUMOVehicleParameter::Stop::startPos, STOP_INDEX_END, SUMOVehicleParameter::Stop::triggered, and SUMOVehicleParameter::Stop::until.
Referenced by TraCIServerAPI_Vehicle::processSet().
|
protectedinherited |
(Re-)Calculates the arrival position from the vehicle parameters
Definition at line 267 of file MSBaseVehicle.cpp.
References ARRIVAL_POS_GIVEN, ARRIVAL_POS_RANDOM, SUMOVehicleParameter::arrivalPos, SUMOVehicleParameter::arrivalPosProcedure, MSBaseVehicle::getID(), MSEdge::getLanes(), MSRoute::getLastEdge(), MAX2(), MIN2(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, RandHelper::rand(), SUMOReal, and WRITE_WARNING.
Referenced by MSBaseVehicle::MSBaseVehicle(), and replaceRoute().
|
protected |
Definition at line 1013 of file MSVehicle.cpp.
References ACCEL2SPEED, bla, MSCFModel::brakeGap(), MSEdge::EDGEFUNCTION_INTERNAL, getCarFollowModel(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSCFModel::getHeadwayTime(), MSNet::getInstance(), MSLink::getLane(), MSLane::getLastVehicle(), MSVehicle::DriveProcessItem::getLeaveSpeed(), MSLane::getLength(), MSVehicleType::getLengthWithGap(), MSLane::getPartialOccupator(), MSLane::getPartialOccupatorEnd(), getPositionOnLane(), MSEdge::getPurpose(), getSpaceTillLastStanding(), getSpeed(), MSLane::getVehicleNumber(), MSBaseVehicle::getVehicleType(), MSLane::getVehLenSum(), GLO_VEHICLE, gSelected, MSGlobals::gUsingInternalLanes, MSLink::havePriority(), MSLink::isCont(), MSLink::isCrossing(), GUISelectedStorage::isSelected(), MAX2(), MSVehicle::DriveProcessItem::myArrivalSpeed, MSVehicle::DriveProcessItem::myArrivalTime, myHaveToWaitOnNextLink, myLane, myLFLinkLanes, MSVehicle::DriveProcessItem::myLink, MSVehicle::State::mySpeed, myState, MSLink::opened(), signalSet(), SUMOReal, UNUSED_PARAMETER, and VEH_SIGNAL_BRAKELIGHT.
Referenced by move().
|
inline |
Returns true if vehicle's speed is below 60km/h. This is only relevant on highways. Overtaking on the right is allowed then.
Definition at line 389 of file MSVehicle.h.
References MSVehicle::State::mySpeed, myState, and SUMOReal.
Referenced by MSAbstractLaneChangeModel::congested().
void MSVehicle::enterLaneAtInsertion | ( | MSLane * | enteredLane, |
SUMOReal | pos, | ||
SUMOReal | speed, | ||
MSMoveReminder::Notification | notification | ||
) |
Update when the vehicle enters a new lane in the emit step.
[in] | enteredLane | The lane the vehicle enters |
[in] | pos | The position the vehicle was inserted into the lane |
[in] | speed | The speed with which the vehicle was inserted into the lane |
[in] | notification | The cause of insertion (i.e. departure, teleport, parking) |
Definition at line 1291 of file MSVehicle.cpp.
References activateReminders(), MSBaseVehicle::addReminder(), MSGlobals::gCheckRoutes, MSBaseVehicle::getID(), MSVehicleType::getLength(), MSLane::getLogicalPredecessorLane(), MSLane::getMoveReminders(), MSBaseVehicle::hasValidRoute(), myAmOnNet, myFurtherLanes, myLane, MSVehicle::State::myPos, MSVehicle::State::mySpeed, myState, MSBaseVehicle::myType, myWaitingTime, and SUMOReal.
Referenced by MSLane::incorporateVehicle().
void MSVehicle::enterLaneAtLaneChange | ( | MSLane * | enteredLane | ) |
Update when the vehicle enters a new lane in the laneChange step.
[in] | enteredLane | The lane the vehicle enters |
Definition at line 1229 of file MSVehicle.cpp.
References activateReminders(), MSBaseVehicle::addReminder(), MSRoute::begin(), MSVehicle::Influencer::checkForLaneChanges(), MSNet::getCurrentTimeStep(), MSNet::getInstance(), getLaneIndex(), MSVehicleType::getLength(), MSLane::getLogicalPredecessorLane(), MSLane::getMoveReminders(), getPosition(), MSBaseVehicle::getRoute(), MSBaseVehicle::getVehicleType(), SUMOVehicleParameter::id, myAmOnNet, MSBaseVehicle::myCurrEdge, myFurtherLanes, myInfluencer, myLane, myLaneChangeModel, MSBaseVehicle::myParameter, MSVehicle::State::myPos, myState, MSMoveReminder::NOTIFICATION_LANE_CHANGE, MSVehicle::State::pos(), MSAbstractLaneChangeModel::requestLaneChange(), MSVehicle::State::speed(), SUMOReal, Position::x(), and Position::y().
Referenced by MSLaneChanger::change().
Update when the vehicle enters a new lane in the move step.
[in] | enteredLane | The lane the vehicle enters |
[in] | onTeleporting | Whether the lane was entered while being teleported |
Definition at line 1190 of file MSVehicle.cpp.
References activateReminders(), adaptLaneEntering2MoveReminder(), MSVehicle::Influencer::checkForLaneChanges(), MSEdge::EDGEFUNCTION_INTERNAL, getBestLanes(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSNet::getInstance(), getLaneIndex(), MSEdge::getPurpose(), hasArrived(), myAmOnNet, MSBaseVehicle::myCurrEdge, myInfluencer, myLane, myLaneChangeModel, MSVehicle::State::myPos, myState, MSMoveReminder::NOTIFICATION_JUNCTION, MSMoveReminder::NOTIFICATION_TELEPORT, and MSAbstractLaneChangeModel::requestLaneChange().
Referenced by MSVehicleTransfer::addVeh(), MSVehicleTransfer::checkInsertions(), moveChecked(), and TraCIServerAPI_Vehicle::processSet().
Uses the given values to compute the brutto-gap.
[in] | predPos | Position of the leader |
[in] | predLength | Length of the leader |
[in] | pos | Position of the follower |
Definition at line 249 of file MSVehicle.h.
Referenced by gap2pred(), and MSLane::isInsertionSuccess().
Returns the gap between pred and this vehicle.
Assumes both vehicles are on the same or on are on parallel lanes.
[in] | pred | The leader |
Definition at line 233 of file MSVehicle.h.
References gap(), MSVehicleType::getLength(), MSVehicleType::getMinGap(), getPositionOnLane(), MSBaseVehicle::getVehicleType(), and SUMOReal.
Referenced by move().
|
inlinevirtual |
Returns the vehicle's acceleration.
Reimplemented from MSBaseVehicle.
Definition at line 311 of file MSVehicle.h.
References myAcceleration.
Referenced by TraCIServerAPI_Vehicle::processGet().
SUMOReal MSVehicle::getAngle | ( | ) | const |
Returns the vehicle's direction in degrees.
Definition at line 464 of file MSVehicle.cpp.
References MSVehicleType::getLength(), getPositionOnLane(), MSLane::getShape(), myFurtherLanes, myLane, myState, MSBaseVehicle::myType, PI, MSVehicle::State::pos(), PositionVector::positionAtLengthPosition(), PositionVector::rotationDegreeAtLengthPosition(), Position::x(), and Position::y().
Referenced by GUIVehicle::drawGL(), MSPerson::MSPersonStage_Driving::getAngle(), GUIVehicle::getParameterWindow(), TraCIServerAPI_Vehicle::processGet(), MSFCDExport::write(), MSEmissionExport::write(), and MSFullExport::writeVehicles().
|
virtual |
Returns the description of best lanes to use in order to continue the route.
The information is rebuilt if the vehicle is on a different edge than the one stored in "myLastBestLanesEdge" or "forceRebuild" is true.
Otherwise, only the density changes on the stored lanes are adapted to the container only.
A rebuild must be done if the vehicle leaves a stop; then, another lane may get the best one.
If no starting lane ("startLane") is given, the vehicle's current lane ("myLane") is used as start of bect lanes building.
[in] | forceRebuild | Whether the best lanes container shall be rebuilt even if the vehicle's edge has not changed |
[in] | startLane | The lane the process shall start at ("myLane" will be used if ==0) |
Definition at line 1355 of file MSVehicle.cpp.
References abs, MSEdge::allowedLanes(), MSVehicle::LaneQ::allowsContinuation, ARRIVAL_LANE_GIVEN, SUMOVehicleParameter::arrivalLane, SUMOVehicleParameter::arrivalLaneProcedure, MSVehicle::LaneQ::bestContinuations, MSVehicle::LaneQ::bestLaneOffset, bla, MSRoute::end(), MSLane::getEdge(), MSEdge::getLanes(), MSLane::getLength(), MSVehicleType::getVehicleClass(), GLO_VEHICLE, gSelected, GUISelectedStorage::isSelected(), MSVehicle::LaneQ::lane, MSVehicle::Stop::lane, MSVehicle::LaneQ::length, MSBaseVehicle::myArrivalPos, myBestLanes, MSBaseVehicle::myCurrEdge, myCurrentLaneInBestLanes, myLane, myLastBestLanesEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, myStops, MSBaseVehicle::myType, MSVehicle::Stop::startPos, and SUMOReal.
Referenced by MSLaneChanger::change(), enterLaneAtMove(), GUIVehicle::getBestLanes(), MSEdge::getDepartLane(), MSLane::isInsertionSuccess(), TraCIServerAPI_Vehicle::processGet(), processNextStop(), TraCIServerAPI_Vehicle::processSet(), MSLane::pWagGenericInsertion(), and MSLane::pWagSimpleInsertion().
const std::vector< MSLane * > & MSVehicle::getBestLanesContinuation | ( | ) | const |
Returns the subpart of best lanes that describes the vehicle's current lane and their successors.
Definition at line 1575 of file MSVehicle.cpp.
References MSEdge::EDGEFUNCTION_INTERNAL, MSLane::getEdge(), MSEdge::getPurpose(), myBestLanes, myEmptyLaneVector, and myLane.
Referenced by MSLane::appropriate(), MSLaneChanger::getRealLeader(), MSLaneChanger::getRealThisLeader(), MSLane::isInsertionSuccess(), move(), MSLane::pWagGenericInsertion(), MSLane::pWagSimpleInsertion(), and setBlinkerInformation().
Returns the subpart of best lanes that describes the given lane and their successors.
Definition at line 1584 of file MSVehicle.cpp.
References myBestLanes, and myEmptyLaneVector.
|
inline |
Returns the vehicle's car following model definition.
This is simply a wrapper around the vehicle type's car-following model retrieval for a shorter access.
Definition at line 520 of file MSVehicle.h.
References MSVehicleType::getCarFollowModel(), and MSBaseVehicle::myType.
Referenced by addStop(), MSLaneChanger::change2left(), MSLaneChanger::change2right(), checkRewindLinkLanes(), MSLane::freeInsertion(), MSLane::getFollowerOnConsecutive(), MSLane::getLeaderOnConsecutive(), getMaxSpeedRegardingNextLanes(), MSLane::getMissingRearGap(), MSLaneChanger::getRealLeader(), MSLCM_DK2004::informBlocker(), MSLane::isInsertionSuccess(), MSCFModel::leftVehicleVsafe(), MSLane::maxSpeedGapInsertion(), move(), moveChecked(), MSLCM_DK2004::patchSpeed(), processNextStop(), MSLane::pWagGenericInsertion(), MSLane::pWagSimpleInsertion(), MSLCM_DK2004::wantsChangeToLeft(), and MSLCM_DK2004::wantsChangeToRight().
|
inline |
Returns the vehicle's car following model variables.
Definition at line 529 of file MSVehicle.h.
References myCFVariables.
Referenced by MSCFModel_Wiedemann::_v(), MSCFModel_IDM::_v(), MSCFModel_SmartSK::_vsafe(), MSCFModel_SmartSK::followSpeed(), MSCFModel_PWag2009::followSpeed(), MSCFModel_SmartSK::moveHelper(), MSCFModel_PWag2009::moveHelper(), MSCFModel_Wiedemann::moveHelper(), MSCFModel_IDM::moveHelper(), MSCFModel_SmartSK::stopSpeed(), and MSCFModel_SmartSK::updateMyHeadway().
|
inlinevirtualinherited |
Returns the precomputed factor by which the driver wants to be faster than the speed limit.
Implements SUMOVehicle.
Definition at line 236 of file MSBaseVehicle.h.
References MSBaseVehicle::myChosenSpeedFactor.
Referenced by GUIVehicle::getParameterWindow().
|
inlinevirtualinherited |
Returns this vehicle's real departure time.
Implements SUMOVehicle.
Definition at line 166 of file MSBaseVehicle.h.
References MSBaseVehicle::myDeparture.
|
inlinevirtualinherited |
Returns this vehicle's devices.
Implements SUMOVehicle.
Definition at line 189 of file MSBaseVehicle.h.
References MSBaseVehicle::myDevices.
Compute distance that will be covered, if the vehicle moves to a given position on its route, starting at its current position.
destPos,: | position on the destination edge that shall be reached |
destEdge,: | destination edge that shall be reached |
Definition at line 1599 of file MSVehicle.cpp.
References MSRoute::getDistanceBetween(), MSLane::getEdge(), MSLane::getLength(), getPositionOnLane(), isOnRoad(), max, MSBaseVehicle::myCurrEdge, myLane, MSBaseVehicle::myRoute, and SUMOReal.
|
virtualinherited |
Returns the edge the vehicle is currently at.
Implements SUMOVehicle.
Definition at line 133 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myCurrEdge.
Referenced by MSVehicleTransfer::addVeh(), MSVehicleTransfer::checkInsertions(), TraCIServerAPI_Vehicle::commandDistanceRequest(), and TraCIServerAPI_Vehicle::processSet().
SUMOReal MSVehicle::getHarmonoise_NoiseEmissions | ( | ) | const |
Returns noise emissions of the current state.
Definition at line 1656 of file MSVehicle.cpp.
References HelpersHarmonoise::computeNoise(), MSVehicleType::getEmissionClass(), myAcceleration, myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by GUIVehicle::getColorValue(), GUIVehicle::getParameterWindow(), MSEmissionExport::write(), and MSFullExport::writeVehicles().
SUMOReal MSVehicle::getHBEFA_CO2Emissions | ( | ) | const |
Returns CO2 emission of the current state.
Definition at line 1620 of file MSVehicle.cpp.
References HelpersHBEFA::computeCO2(), MSVehicleType::getEmissionClass(), myAcceleration, myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by GUIVehicle::getColorValue(), GUIVehicle::getParameterWindow(), MSEmissionExport::write(), and MSFullExport::writeVehicles().
SUMOReal MSVehicle::getHBEFA_COEmissions | ( | ) | const |
Returns CO emission of the current state.
Definition at line 1626 of file MSVehicle.cpp.
References HelpersHBEFA::computeCO(), MSVehicleType::getEmissionClass(), myAcceleration, myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by GUIVehicle::getColorValue(), GUIVehicle::getParameterWindow(), MSEmissionExport::write(), and MSFullExport::writeVehicles().
SUMOReal MSVehicle::getHBEFA_FuelConsumption | ( | ) | const |
Returns fuel consumption of the current state.
Definition at line 1650 of file MSVehicle.cpp.
References HelpersHBEFA::computeFuel(), MSVehicleType::getEmissionClass(), myAcceleration, myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by GUIVehicle::getColorValue(), and GUIVehicle::getParameterWindow().
SUMOReal MSVehicle::getHBEFA_HCEmissions | ( | ) | const |
Returns HC emission of the current state.
Definition at line 1632 of file MSVehicle.cpp.
References HelpersHBEFA::computeHC(), MSVehicleType::getEmissionClass(), myAcceleration, myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by GUIVehicle::getColorValue(), GUIVehicle::getParameterWindow(), MSEmissionExport::write(), and MSFullExport::writeVehicles().
SUMOReal MSVehicle::getHBEFA_NOxEmissions | ( | ) | const |
Returns NOx emission of the current state.
Definition at line 1638 of file MSVehicle.cpp.
References HelpersHBEFA::computeNOx(), MSVehicleType::getEmissionClass(), myAcceleration, myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by GUIVehicle::getColorValue(), GUIVehicle::getParameterWindow(), MSEmissionExport::write(), and MSFullExport::writeVehicles().
SUMOReal MSVehicle::getHBEFA_PMxEmissions | ( | ) | const |
Returns PMx emission of the current state.
Definition at line 1644 of file MSVehicle.cpp.
References HelpersHBEFA::computePMx(), MSVehicleType::getEmissionClass(), myAcceleration, myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by GUIVehicle::getColorValue(), GUIVehicle::getParameterWindow(), MSEmissionExport::write(), and MSFullExport::writeVehicles().
|
virtualinherited |
Returns the name of the vehicle.
Implements SUMOVehicle.
Definition at line 93 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::id, and MSBaseVehicle::myParameter.
Referenced by MSBaseVehicle::calculateArrivalPos(), MSVehicleTransfer::checkInsertions(), traci::TraCIServer::commandAddVehicle(), MSLane::detectCollisions(), GUIEdge::drawGL(), enterLaneAtInsertion(), MSVTypeProbe::execute(), MSLane::isInsertionSuccess(), moveChecked(), MSCFModel_Daniel1::moveHelper(), MSCFModel_SmartSK::moveHelper(), TraCIServerAPI_Vehicle::processSet(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::reroute(), MSLane::setCritical(), MSEmissionExport::write(), MSFCDExport::write(), MSXMLRawOut::writeVehicle(), and MSFullExport::writeVehicles().
MSVehicle::Influencer & MSVehicle::getInfluencer | ( | ) |
Returns the velocity/lane influencer.
If no influencer was existing before, one is built, first
Definition at line 1757 of file MSVehicle.cpp.
References myInfluencer.
Referenced by TraCIServerAPI_Vehicle::processSet().
|
inline |
Returns the lane the vehicle is on.
Definition at line 334 of file MSVehicle.h.
References myLane.
Referenced by activateReminders(), MSAbstractLaneChangeModel::congested(), MSCFModel_IDM::desiredSpeed(), MSE2Collector::detectorUpdate(), MSVTypeProbe::execute(), MSVTKExport::getSpeed(), MSCFModel::interactionGap(), MSCFModel_Daniel1::moveHelper(), MSCFModel_SmartSK::moveHelper(), MSCFModel_KraussOrig1::moveHelper(), MSCFModel::moveHelper(), MSLCM_DK2004::patchSpeed(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Vehicle::processSet(), setBlinkerInformation(), MSLane::setCritical(), MSLCM_DK2004::wantsChangeToLeft(), MSLCM_DK2004::wantsChangeToRight(), MSEmissionExport::write(), MSFCDExport::write(), MSQueueExport::writeLane(), and MSFullExport::writeVehicles().
MSAbstractLaneChangeModel & MSVehicle::getLaneChangeModel | ( | ) |
Definition at line 1343 of file MSVehicle.cpp.
References myLaneChangeModel.
Referenced by MSLaneChanger::change(), MSLaneChanger::change2left(), MSLaneChanger::change2right(), MSAbstractLaneChangeModel::MSLCMessager::informLeader(), MSAbstractLaneChangeModel::MSLCMessager::informNeighFollower(), MSAbstractLaneChangeModel::MSLCMessager::informNeighLeader(), MSCFModel_SmartSK::moveHelper(), MSCFModel_Daniel1::moveHelper(), MSCFModel_KraussOrig1::moveHelper(), MSCFModel::moveHelper(), TraCIServerAPI_Vehicle::processSet(), and setBlinkerInformation().
const MSAbstractLaneChangeModel & MSVehicle::getLaneChangeModel | ( | ) | const |
Definition at line 1349 of file MSVehicle.cpp.
References myLaneChangeModel.
unsigned int MSVehicle::getLaneIndex | ( | ) | const |
Definition at line 1721 of file MSVehicle.cpp.
References myLane.
Referenced by enterLaneAtLaneChange(), enterLaneAtMove(), and TraCIServerAPI_Vehicle::processSet().
|
virtualinherited |
Returns the maximum speed.
Implements SUMOVehicle.
Definition at line 117 of file MSBaseVehicle.cpp.
References MSVehicleType::getMaxSpeed(), and MSBaseVehicle::myType.
Referenced by MSCFModel_Wiedemann::_v(), MSVehicleTransfer::checkInsertions(), traci::TraCIServer::commandAddVehicle(), GUIVehicle::getColorValue(), MSLane::insertVehicle(), and moveChecked().
|
inlinevirtualinherited |
Returns the number of new routes this vehicle got.
Implements SUMOVehicle.
Definition at line 182 of file MSBaseVehicle.h.
References MSBaseVehicle::myNumberReroutes.
Referenced by GUIVehicle::drawGLAdditional(), GUIVehicle::getColorValue(), and MSBaseVehicle::replaceRouteEdges().
|
virtualinherited |
Returns the vehicle's parameter (including departure definition)
Implements SUMOVehicle.
Definition at line 99 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter.
Referenced by MSPersonControl::boardAnyWaiting(), MSEdge::getDepartLane(), GUIVehicle::getParameterWindow(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Vehicle::processSet(), and GUIVehicle::setFunctionalColor().
unsigned int MSVehicle::getPersonNumber | ( | ) | const |
Returns the number of persons.
Definition at line 1675 of file MSVehicle.cpp.
References MSBaseVehicle::myParameter, myPersonDevice, SUMOVehicleParameter::personNumber, and MSDevice_Person::size().
Referenced by TraCIServerAPI_Vehicle::processGet().
Position MSVehicle::getPosition | ( | ) | const |
Return current position (x/y, cartesian)
If the vehicle's myLane is 0, -1000/-1000 is returned.
Definition at line 455 of file MSVehicle.cpp.
References MSLane::getShape(), myLane, myState, MSVehicle::State::pos(), and PositionVector::positionAtLengthPosition().
Referenced by TraCIServerAPI_Vehicle::commandDistanceRequest(), enterLaneAtLaneChange(), GUIVehicle::getCenteringBoundary(), TraCIServerAPI_Vehicle::getPosition(), MSVTKExport::getPositions(), move(), moveChecked(), and TraCIServerAPI_Vehicle::processGet().
|
inlinevirtual |
Get the vehicle's position along the lane.
Implements SUMOVehicle.
Definition at line 295 of file MSVehicle.h.
References MSVehicle::State::myPos, and myState.
Referenced by MSLaneChanger::change(), MSLaneChanger::change2left(), MSLaneChanger::change2right(), MSVehicleTransfer::checkInsertions(), checkRewindLinkLanes(), TraCIServerAPI_Vehicle::commandDistanceRequest(), MSE2Collector::detectorUpdate(), MSVTypeProbe::execute(), MSLane::freeInsertion(), gap2pred(), getAngle(), getDistanceToPosition(), MSLane::getFollowerOnConsecutive(), MSLane::getLastVehicleInformation(), MSLane::getMissingRearGap(), GUIVehicle::getParameterWindow(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSLaneChanger::getRealThisLeader(), MSVTKExport::getSpeed(), MSLane::isInsertionSuccess(), MSCFModel::leftVehicleVsafe(), MSLane::maxSpeedGapInsertion(), MSLane::VehPosition::operator()(), MSLane::vehicle_position_sorter::operator()(), MSAbstractLaneChangeModel::predInteraction(), TraCIServerAPI_Vehicle::processGet(), MSLane::pWagGenericInsertion(), MSLane::pWagSimpleInsertion(), setBlinkerInformation(), MSLane::setCritical(), MSLCM_DK2004::wantsChangeToLeft(), MSLCM_DK2004::wantsChangeToRight(), MSFCDExport::write(), MSEmissionExport::write(), MSQueueExport::writeLane(), and MSFullExport::writeVehicles().
|
virtualinherited |
Returns the current route.
Implements SUMOVehicle.
Definition at line 105 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myRoute.
Referenced by TraCIServerAPI_Vehicle::commandDistanceRequest(), enterLaneAtLaneChange(), MSEdge::getDepartLane(), getMaxSpeedRegardingNextLanes(), MSLane::isInsertionSuccess(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Vehicle::processSet(), GUIVehicle::setFunctionalColor(), MSEmissionExport::write(), and MSFullExport::writeVehicles().
unsigned int MSVehicle::getRoutePosition | ( | ) | const |
Definition at line 389 of file MSVehicle.cpp.
References MSRoute::begin(), MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
Referenced by TraCIServerAPI_Vehicle::processSet().
|
inline |
Returns the signals.
Definition at line 736 of file MSVehicle.h.
References mySignals.
Referenced by TraCIServerAPI_Vehicle::processGet().
Definition at line 995 of file MSVehicle.cpp.
References MSLane::getLength(), MSLane::getVehiclesSecure(), MSLane::releaseVehicles(), and SUMOReal.
Referenced by checkRewindLinkLanes().
|
inlinevirtual |
Returns the vehicle's current speed.
Implements SUMOVehicle.
Definition at line 303 of file MSVehicle.h.
References MSVehicle::State::mySpeed, and myState.
Referenced by MSCFModel_Wiedemann::_v(), MSLaneChanger::change(), MSLaneChanger::change2left(), MSLaneChanger::change2right(), checkRewindLinkLanes(), MSE2Collector::detectorUpdate(), MSVTypeProbe::execute(), MSLane::forceVehicleInsertion(), MSLane::freeInsertion(), GUIVehicle::getColorValue(), MSLane::getFollowerOnConsecutive(), MSLane::getMissingRearGap(), GUIVehicle::getParameterWindow(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSVTKExport::getSpeed(), MSLCM_DK2004::informBlocker(), MSCFModel_IDM::interactionGap(), MSCFModel::interactionGap(), MSLane::isInsertionSuccess(), MSCFModel::leftVehicleVsafe(), MSLane::maxSpeedGapInsertion(), move(), MSCFModel_SmartSK::moveHelper(), MSCFModel_Daniel1::moveHelper(), MSCFModel_PWag2009::moveHelper(), MSCFModel_KraussOrig1::moveHelper(), MSCFModel_Wiedemann::moveHelper(), MSCFModel::moveHelper(), MSLCM_DK2004::patchSpeed(), MSAbstractLaneChangeModel::predInteraction(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Vehicle::processSet(), MSLane::pWagGenericInsertion(), MSLane::pWagSimpleInsertion(), MSLane::setCritical(), MSCFModel_Kerner::stopSpeed(), MSCFModel_Krauss::stopSpeed(), MSCFModel_SmartSK::stopSpeed(), MSCFModel_Daniel1::stopSpeed(), MSCFModel_PWag2009::stopSpeed(), MSCFModel_KraussOrig1::stopSpeed(), MSCFModel_Wiedemann::stopSpeed(), MSCFModel_IDM::stopSpeed(), MSLCM_DK2004::wantsChangeToLeft(), MSLCM_DK2004::wantsChangeToRight(), MSFCDExport::write(), MSEmissionExport::write(), MSQueueExport::writeLane(), and MSFullExport::writeVehicles().
SUMOReal MSVehicle::getSpeedWithoutTraciInfluence | ( | ) | const |
Returns the uninfluenced velocity.
If no influencer exists (myInfluencer==0) the vehicle's current speed is returned. Otherwise the speed returned from myInfluencer->getOriginalSpeed().
Definition at line 1766 of file MSVehicle.cpp.
References MSVehicle::Influencer::getOriginalSpeed(), myInfluencer, MSVehicle::State::mySpeed, and myState.
Referenced by TraCIServerAPI_Vehicle::processGet().
|
virtualinherited |
Returns the vehicle's type definition.
Implements SUMOVehicle.
Definition at line 111 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myType.
Referenced by MSLaneChanger::change(), MSVehicleTransfer::checkInsertions(), checkRewindLinkLanes(), MSLane::detectCollisions(), MSE2Collector::detectorUpdate(), drawAction_drawBlinker(), GUIVehicle::drawAction_drawRailCarriages(), GUIVehicle::drawAction_drawVehicleAsBoxPlus(), GUIVehicle::drawAction_drawVehicleAsImage(), GUIVehicle::drawAction_drawVehicleAsPoly(), GUIVehicle::drawAction_drawVehicleAsTrianglePlus(), drawAction_drawVehicleBlinker(), drawAction_drawVehicleBrakeLight(), GUIVehicle::drawGL(), GUIVehicle::drawGLAdditional(), MSLane::enteredByLaneChange(), enterLaneAtLaneChange(), MSVTypeProbe::execute(), MSLane::freeInsertion(), gap2pred(), MSEdge::getDepartLane(), MSLane::getFollowerOnConsecutive(), MSLane::getLastVehicleInformation(), MSLane::getLeaderOnConsecutive(), MSLane::getMissingRearGap(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSLaneChanger::getRealThisLeader(), MSLane::incorporateVehicle(), MSLane::insertVehicle(), MSLane::integrateNewVehicle(), MSLane::isInsertionSuccess(), MSLane::leftByLaneChange(), MSCFModel::leftVehicleVsafe(), MSLane::maxSpeedGapInsertion(), move(), moveChecked(), overlap(), MSLCM_DK2004::patchSpeed(), MSAbstractLaneChangeModel::predInteraction(), TraCIServerAPI_Vehicle::processGet(), processNextStop(), MSLane::pWagGenericInsertion(), MSLane::pWagSimpleInsertion(), MSLane::removeVehicle(), MSLane::setCritical(), GUIVehicle::setFunctionalColor(), MSLCM_DK2004::wantsChangeToLeft(), MSLCM_DK2004::wantsChangeToRight(), MSFCDExport::write(), MSEmissionExport::write(), MSQueueExport::writeLane(), and MSFullExport::writeVehicles().
|
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 364 of file MSVehicle.h.
References myWaitingTime, and STEPS2TIME.
Referenced by GUIVehicle::getColorValue(), GUIVehicle::getParameterWindow(), MSEmissionExport::write(), MSQueueExport::writeLane(), and MSFullExport::writeVehicles().
|
inline |
Returns the SUMOTime waited (speed was lesser than 0.1m/s)
The value is reset if the vehicle moves faster than 0.1m/s Intentional stopping does not count towards this time.
Definition at line 353 of file MSVehicle.h.
References myWaitingTime.
const MSEdgeWeightsStorage & MSVehicle::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 404 of file MSVehicle.cpp.
References _getWeightsStorage().
Referenced by MSNet::getEffort(), MSNet::getTravelTime(), TraCIServerAPI_Vehicle::processGet(), and TraCIServerAPI_Vehicle::processSet().
MSEdgeWeightsStorage & MSVehicle::getWeightsStorage | ( | ) |
Definition at line 410 of file MSVehicle.cpp.
References _getWeightsStorage().
|
virtual |
Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge)
Reimplemented from MSBaseVehicle.
Definition at line 339 of file MSVehicle.cpp.
References MSRoute::end(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSVehicle::State::myPos, MSBaseVehicle::myRoute, myState, and POSITION_EPS.
Referenced by enterLaneAtMove(), moveChecked(), and MSLane::setCritical().
|
virtualinherited |
Returns whether this vehicle has already departed.
Implements SUMOVehicle.
Definition at line 200 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDeparture, and MSBaseVehicle::NOT_YET_DEPARTED.
|
inline |
Returns whether the vehicle has to stop somewhere.
Definition at line 576 of file MSVehicle.h.
References myStops.
|
inherited |
Validates the current route.
[out] | msg | Description why the route is not valid (if it is the case) |
Definition at line 216 of file MSBaseVehicle.cpp.
References MSRoute::end(), MSVehicleType::getVehicleClass(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, and MSBaseVehicle::myType.
Referenced by enterLaneAtInsertion(), and TraCIServerAPI_Vehicle::processGet().
|
inlinevirtual |
Returns the information whether the vehicle is on a road (is simulated)
Reimplemented from MSBaseVehicle.
Definition at line 342 of file MSVehicle.h.
References myAmOnNet.
Referenced by TraCIServerAPI_Vehicle::commandDistanceRequest(), MSVTypeProbe::execute(), getDistanceToPosition(), MSVTKExport::getPositions(), MSVTKExport::getSpeed(), move(), moveChecked(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Vehicle::processSet(), MSEmissionExport::write(), MSFCDExport::write(), MSQueueExport::writeLane(), and MSFullExport::writeVehicles().
bool MSVehicle::isParking | ( | ) | const |
Returns whether the vehicle is parking.
Definition at line 546 of file MSVehicle.cpp.
References isStopped(), and myStops.
Referenced by MSVehicleTransfer::addVeh(), and MSLane::setCritical().
|
virtual |
Returns whether the vehicle is at a stop.
Implements SUMOVehicle.
Definition at line 540 of file MSVehicle.cpp.
References myStops.
Referenced by isParking().
void MSVehicle::leaveLane | ( | const MSMoveReminder::Notification | reason | ) |
Update of members if vehicle leaves a new lane in the lane change step or at arrival.
Definition at line 1322 of file MSVehicle.cpp.
References myAmOnNet, myFurtherLanes, MSBaseVehicle::myMoveReminders, MSVehicle::State::myPos, myState, MSMoveReminder::NOTIFICATION_JUNCTION, and MSMoveReminder::NOTIFICATION_TELEPORT.
Referenced by MSLaneChanger::change(), MSVehicleTransfer::checkInsertions(), moveChecked(), onRemovalFromNet(), MSLane::removeVehicle(), and MSLane::setCritical().
void MSVehicle::move | ( | SUMOTime | t, |
MSLane * | lane, | ||
MSVehicle * | pred, | ||
MSVehicle * | neigh, | ||
SUMOReal | lengthsInFront | ||
) |
Moves vehicles.
[in] | lane | The lane the vehicle is on |
[in] | pred | The leader (may be 0) |
[in] | neigh | The neighbor vehicle (may be 0) |
[in] | lengthsInFront | Sum of vehicle lengths in front of the vehicle |
Definition at line 640 of file MSVehicle.cpp.
References ARRIVAL_SPEED_GIVEN, SUMOVehicleParameter::arrivalSpeed, SUMOVehicleParameter::arrivalSpeedProcedure, bla, MSCFModel::brakeGap(), MSVehicle::Stop::busstop, checkRewindLinkLanes(), MSEdge::EDGEFUNCTION_INTERNAL, MSRoute::end(), MSVehicle::Stop::endPos, MSCFModel::followSpeed(), MSCFModel::freeSpeed(), gap2pred(), getBestLanesContinuation(), MSVehicleType::getCarFollowModel(), getCarFollowModel(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSCFModel::getHeadwayTime(), MSNet::getInstance(), MSBusStop::getLastFreePos(), MSLane::getLastVehicleInformation(), MSVehicleType::getLength(), MSLane::getLength(), MSCFModel::getMaxAccel(), MSVehicleType::getMinGap(), MSLane::getPartialOccupator(), MSLane::getPartialOccupatorEnd(), getPosition(), MSEdge::getPurpose(), getSpeed(), MSLane::getVehicleMaxSpeed(), MSBaseVehicle::getVehicleType(), GLO_VEHICLE, gSelected, SUMOVehicleParameter::id, MSVehicle::Influencer::influenceSpeed(), MSLane::isLinkEnd(), isOnRoad(), GUISelectedStorage::isSelected(), MSCFModel::leftVehicleVsafe(), LINKSTATE_TL_RED, LINKSTATE_TL_YELLOW_MAJOR, LINKSTATE_TL_YELLOW_MINOR, MAX2(), MSCFModel::maxNextSpeed(), MIN2(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, myInfluencer, myLane, myLFLinkLanes, MSBaseVehicle::myParameter, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, myState, myStops, MSVehicle::State::pos(), POSITION_EPS, MSVehicle::State::speed(), SPEED2DIST, MSCFModel::stopSpeed(), MSLane::succLinkSec(), SUMOReal, TIME2STEPS, Position::x(), and Position::y().
bool MSVehicle::moveChecked | ( | ) |
Moves the vehicle after the responds (right-of-way rules) are known.
In this second step, vehicles are moved. The right-of-way - conditions have been computed and the vehicle knows which intersections may be passed.
The vehicle computes the allowed velocity, first. Then, it is moved along the previously computed links. If the vehicle enters a new lane, it is set in myLane.
The vehicle also sets the lanes it is in-lapping into and informs them about it.
Definition at line 812 of file MSVehicle.cpp.
References ACCEL2SPEED, bla, MSCFModel::brakeGap(), DELTA_T, MSRoute::end(), enterLaneAtMove(), MSVehicleType::getCarFollowModel(), getCarFollowModel(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSCFModel::getHeadwayTime(), Named::getID(), MSBaseVehicle::getID(), MSNet::getInstance(), MSVehicleType::getLength(), MSLane::getLength(), MSVehicleType::getLengthWithGap(), MSCFModel::getMaxDecel(), MSBaseVehicle::getMaxSpeed(), getPosition(), MSLink::getState(), MSBaseVehicle::getVehicleType(), MSLink::getViaLaneOrLane(), GLO_VEHICLE, gSelected, hasArrived(), MSLink::havePriority(), SUMOVehicleParameter::id, MSVehicle::Influencer::influenceSpeed(), MSLink::isCont(), isOnRoad(), GUISelectedStorage::isSelected(), MSEdge::isVaporizing(), leaveLane(), LINKSTATE_EQUAL, LINKSTATE_TL_GREEN_MAJOR, LINKSTATE_TL_YELLOW_MAJOR, LINKSTATE_TL_YELLOW_MINOR, MAX2(), MSCFModel::maxNextSpeed(), MIN2(), MSCFModel::moveHelper(), myAcceleration, MSBaseVehicle::myCurrEdge, myFurtherLanes, myHaveToWaitOnNextLink, myInfluencer, myLane, myLFLinkLanes, MSBaseVehicle::myParameter, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, myState, myWaitingTime, MSMoveReminder::NOTIFICATION_JUNCTION, MSLink::opened(), MSVehicle::State::pos(), MSLink::removeApproaching(), setBlinkerInformation(), MSVehicle::State::speed(), SPEED2DIST, SUMOReal, switchOffSignal(), switchOnSignal(), time2string(), toString(), VEH_SIGNAL_BRAKELIGHT, workOnMoveReminders(), WRITE_WARNING, Position::x(), and Position::y().
Referenced by MSLane::setCritical().
|
virtualinherited |
Called when the vehicle is inserted into the network.
Sets optional information about departure time, informs the vehicle control about a further running vehicle.
Implements SUMOVehicle.
Definition at line 193 of file MSBaseVehicle.cpp.
References MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSNet::getVehicleControl(), MSBaseVehicle::myDeparture, and MSVehicleControl::vehicleDeparted().
Referenced by traci::TraCIServer::commandAddVehicle().
void MSVehicle::onRemovalFromNet | ( | const MSMoveReminder::Notification | reason | ) |
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) |
Definition at line 326 of file MSVehicle.cpp.
References leaveLane(), myLFLinkLanes, MSVehicle::State::myPos, MSVehicle::State::mySpeed, myState, SPEED2DIST, and workOnMoveReminders().
Referenced by MSVehicleTransfer::addVeh(), TraCIServerAPI_Vehicle::processSet(), and MSLane::setCritical().
Returns true if the two vehicles overlap.
Definition at line 379 of file MSVehicle.h.
References MSVehicleType::getLengthWithGap(), MSBaseVehicle::getVehicleType(), MSVehicle::State::myPos, and myState.
Referenced by MSLaneChanger::overlapWithHopped().
Processes stops, returns the velocity needed to reach the stop.
Definition at line 552 of file MSVehicle.cpp.
References MSVehicleControl::addWaiting(), MSPersonControl::boardAnyWaiting(), BUS_STOP_OFFSET, MSVehicle::Stop::busstop, DELTA_T, MSVehicle::Stop::duration, MSVehicle::Stop::edge, MSVehicle::Stop::endPos, MSBusStop::enter(), MSBusStop::getBeginLanePosition(), getBestLanes(), getCarFollowModel(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSNet::getInstance(), MSBusStop::getLastFreePos(), MSVehicleType::getLength(), MSVehicleType::getMinGap(), MSNet::getPersonControl(), MSDevice_Person::getPersons(), MSNet::getVehicleControl(), MSBaseVehicle::getVehicleType(), MSBusStop::leaveFrom(), MAX2(), myAmRegisteredAsWaitingForPerson, MSBaseVehicle::myCurrEdge, myLane, myPersonDevice, myState, myStops, MSBaseVehicle::myType, myWaitingTime, MSVehicle::State::pos(), MSVehicle::Stop::reached, MSVehicleControl::registerOneWaitingForPerson(), MSBusStop::removePerson(), MSVehicleControl::removeWaiting(), MSCFModel::stopSpeed(), SUMOReal, MSVehicle::Stop::triggered, MSVehicleControl::unregisterOneWaitingForPerson(), and MSVehicle::Stop::until.
Referenced by MSVehicleTransfer::checkInsertions(), MSCFModel_SmartSK::moveHelper(), MSCFModel_Daniel1::moveHelper(), MSCFModel_KraussOrig1::moveHelper(), and MSCFModel::moveHelper().
|
inherited |
Removes a MoveReminder dynamically.
[in] | rem | the reminder to remove |
Definition at line 244 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
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 |
Implements SUMOVehicle.
Definition at line 345 of file MSVehicle.cpp.
References MSRoute::addReference(), MSRoute::begin(), MSBaseVehicle::calculateArrivalPos(), MSRoute::contains(), MSRoute::getEdges(), MSNet::getInstance(), MSNet::informVehicleStateListener(), MSBaseVehicle::myCurrEdge, myLastBestLanesEdge, MSBaseVehicle::myNumberReroutes, MSBaseVehicle::myRoute, myStops, MSRoute::release(), and MSNet::VEHICLE_STATE_NEWROUTE.
Referenced by TraCIServerAPI_Vehicle::processSet().
|
virtualinherited |
Replaces the current route by the given edges.
It is possible that the new route is not accepted, if a) it does not contain the vehicle's current edge, or b) something fails on insertion into the routes container (see in-line comments).
[in] | edges | The new list of edges to pass |
[in] | simTime | The time at which the route was replaced |
Implements SUMOVehicle.
Definition at line 160 of file MSBaseVehicle.cpp.
References MSRoute::addReference(), RGBColor::DEFAULT_COLOR, MSRoute::dictionary(), MSRoute::getColor(), Named::getID(), MSBaseVehicle::getID(), MSBaseVehicle::getNumberReroutes(), MSRoute::getStops(), MSBaseVehicle::myRoute, MSRoute::release(), SUMOVehicle::replaceRoute(), and toString().
Referenced by TraCIServerAPI_Vehicle::processSet(), and MSBaseVehicle::reroute().
void MSVehicle::replaceVehicleType | ( | MSVehicleType * | type | ) |
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 |
Definition at line 1713 of file MSVehicle.cpp.
References MSVehicleType::amVehicleSpecific(), and MSBaseVehicle::myType.
|
virtualinherited |
Performs a rerouting using the given router.
Tries to find a new route between the current edge and the destination edge, first. Tries to replace the current route by the new one using replaceRoute.
[in] | t | The time for which the route is computed |
[in] | router | The router to use |
Implements SUMOVehicle.
Definition at line 139 of file MSBaseVehicle.cpp.
References SUMOAbstractRouter< E, V >::compute(), MSEdge::dictionary(), SUMOVehicleParameter::fromTaz, MSBaseVehicle::getID(), MSRoute::getLastEdge(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::replaceRouteEdges(), SUMOVehicleParameter::toTaz, and WRITE_WARNING.
Referenced by TraCIServerAPI_Vehicle::processSet().
void MSVehicle::resetRoutePosition | ( | unsigned int | index | ) |
Definition at line 395 of file MSVehicle.cpp.
References MSRoute::begin(), MSRoute::end(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
Referenced by TraCIServerAPI_Vehicle::processSet().
|
protected |
Definition at line 1682 of file MSVehicle.cpp.
References getBestLanesContinuation(), getLane(), getLaneChangeModel(), MSLane::getLength(), MSLane::getLinkCont(), MSAbstractLaneChangeModel::getOwnState(), getPositionOnLane(), MSLane::getVehicleMaxSpeed(), LCA_LEFT, LCA_RIGHT, LINKDIR_LEFT, LINKDIR_PARTLEFT, LINKDIR_PARTRIGHT, LINKDIR_RIGHT, LINKDIR_TURN, MSLane::succLinkSec(), SUMOReal, switchOffSignal(), switchOnSignal(), VEH_SIGNAL_BLINKER_LEFT, and VEH_SIGNAL_BLINKER_RIGHT.
Referenced by moveChecked().
Returns whether the given signal is on.
[in] | signal | The signal to return the value of |
Definition at line 745 of file MSVehicle.h.
References mySignals.
Referenced by checkRewindLinkLanes(), drawAction_drawVehicleBlinker(), and drawAction_drawVehicleBrakeLight().
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 123 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myCurrEdge.
Referenced by MSVehicleTransfer::addVeh(), MSVehicleTransfer::checkInsertions(), MSBaseVehicle::hasArrived(), and TraCIServerAPI_Vehicle::processSet().
|
inline |
Switches the given signal off.
[in] | signal | The signal to mark as being switched off |
Definition at line 728 of file MSVehicle.h.
References mySignals.
Referenced by moveChecked(), TraCIServerAPI_Vehicle::processSet(), and setBlinkerInformation().
|
inline |
Switches the given signal on.
[in] | signal | The signal to mark as being switched on |
Definition at line 720 of file MSVehicle.h.
References mySignals.
Referenced by moveChecked(), TraCIServerAPI_Vehicle::processSet(), and setBlinkerInformation().
Returns whether the vehicle wil pass the given edge.
[in] | The | edge to find in the vehicle's current route |
Definition at line 383 of file MSVehicle.cpp.
References MSRoute::end(), MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
Referenced by TraCIServerAPI_Vehicle::processSet().
Processes active move reminder.
This method goes through all active move reminder, both those for the current lane, stored in "myMoveReminders" and those of prior lanes stored in "myOldLaneMoveReminders" calling "MSMoveReminder::notifyMove".
When processing move reminder from "myOldLaneMoveReminders", the offsets (prior lane lengths) are used, which are stored in "myOldLaneMoveReminderOffsets".
Each move reminder which is no longer active is removed from the container.
[in] | oldPos | The position the vehicle had before it has moved |
[in] | newPos | The position the vehicle has after it has moved |
[in] | newSpeed | The vehicle's speed within this move |
Definition at line 426 of file MSVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by moveChecked(), onRemovalFromNet(), and MSLane::setCritical().
|
friend |
the lane changer sets myLastLaneChangeOffset
Definition at line 82 of file MSVehicle.h.
|
protected |
The current acceleration before dawdling.
Definition at line 947 of file MSVehicle.h.
Referenced by getAcceleration(), getHarmonoise_NoiseEmissions(), getHBEFA_CO2Emissions(), getHBEFA_COEmissions(), getHBEFA_FuelConsumption(), getHBEFA_HCEmissions(), getHBEFA_NOxEmissions(), getHBEFA_PMxEmissions(), and moveChecked().
|
protected |
Whether the vehicle is on the network (not parking, teleported, vaporized, or arrived)
Definition at line 956 of file MSVehicle.h.
Referenced by enterLaneAtInsertion(), enterLaneAtLaneChange(), enterLaneAtMove(), isOnRoad(), and leaveLane().
|
protected |
Whether this vehicle is registered as waiting for a person (for deadlock-recognition)
Definition at line 959 of file MSVehicle.h.
Referenced by processNextStop().
|
protectedinherited |
the position on the destination lane where the vehicle stops
Definition at line 279 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::calculateArrivalPos(), getBestLanes(), hasArrived(), move(), and resetRoutePosition().
|
mutableprotected |
Definition at line 936 of file MSVehicle.h.
Referenced by GUIVehicle::drawBestLanes(), getBestLanes(), and getBestLanesContinuation().
|
private |
The per vehicle variables of the car following model.
Definition at line 1002 of file MSVehicle.h.
Referenced by getCarFollowVariables(), and MSVehicle().
|
protectedinherited |
A precomputed factor by which the driver wants to be faster than the speed limit.
Definition at line 259 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getChosenSpeedFactor().
|
protectedinherited |
Iterator to current route-edge.
Definition at line 256 of file MSBaseVehicle.h.
Referenced by addStop(), GUIVehicle::drawAction_drawRailCarriages(), enterLaneAtLaneChange(), enterLaneAtMove(), getBestLanes(), getDistanceToPosition(), MSBaseVehicle::getEdge(), getRoutePosition(), hasArrived(), MSBaseVehicle::hasValidRoute(), move(), moveChecked(), processNextStop(), replaceRoute(), MSBaseVehicle::reroute(), resetRoutePosition(), MSBaseVehicle::succEdge(), and willPass().
|
mutableprotected |
Definition at line 937 of file MSVehicle.h.
Referenced by getBestLanes().
|
protectedinherited |
The real departure time.
Definition at line 276 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getDeparture(), MSBaseVehicle::hasDeparted(), and MSBaseVehicle::onDepart().
|
protectedinherited |
The devices this vehicle has.
Definition at line 273 of file MSBaseVehicle.h.
Referenced by addPerson(), MSBaseVehicle::getDevices(), GUIVehicle::GUIVehicle(), MSBaseVehicle::MSBaseVehicle(), and MSBaseVehicle::~MSBaseVehicle().
|
mutableprivate |
Definition at line 999 of file MSVehicle.h.
Referenced by _getWeightsStorage(), and ~MSVehicle().
|
staticprotected |
Definition at line 938 of file MSVehicle.h.
Referenced by getBestLanesContinuation().
|
protected |
The information into which lanes the vehicle laps into.
Definition at line 950 of file MSVehicle.h.
Referenced by enterLaneAtInsertion(), enterLaneAtLaneChange(), getAngle(), leaveLane(), moveChecked(), and ~MSVehicle().
|
protected |
Definition at line 961 of file MSVehicle.h.
Referenced by checkRewindLinkLanes(), and moveChecked().
|
private |
An instance of a velicty/lane influencing instance; built in "getInfluencer".
Definition at line 1006 of file MSVehicle.h.
Referenced by enterLaneAtLaneChange(), enterLaneAtMove(), getInfluencer(), getSpeedWithoutTraciInfluence(), move(), moveChecked(), and ~MSVehicle().
|
protected |
The lane the vehicle is on.
Definition at line 931 of file MSVehicle.h.
Referenced by adaptLaneEntering2MoveReminder(), checkRewindLinkLanes(), GUIVehicle::drawAction_drawRailCarriages(), GUIVehicle::drawGL(), enterLaneAtInsertion(), enterLaneAtLaneChange(), enterLaneAtMove(), getAngle(), getBestLanes(), getBestLanesContinuation(), getDistanceToPosition(), getLane(), getLaneIndex(), GUIVehicle::getLaneWrapper(), getPosition(), move(), moveChecked(), and processNextStop().
|
protected |
Definition at line 933 of file MSVehicle.h.
Referenced by enterLaneAtLaneChange(), enterLaneAtMove(), getLaneChangeModel(), MSVehicle(), and ~MSVehicle().
|
mutableprotected |
Definition at line 935 of file MSVehicle.h.
Referenced by getBestLanes(), and replaceRoute().
|
protected |
information how long ago the vehicle has performed a lane-change
Definition at line 915 of file MSVehicle.h.
Referenced by MSLaneChanger::change(), and GUIVehicle::getLastLaneChangeOffset().
|
protected |
Container for used Links/visited Lanes during lookForward.
Definition at line 993 of file MSVehicle.h.
Referenced by checkRewindLinkLanes(), GUIVehicle::drawGLAdditional(), move(), moveChecked(), onRemovalFromNet(), and ~MSVehicle().
|
protectedinherited |
Current lane's move reminder.
Definition at line 269 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::activateReminders(), activateReminders(), adaptLaneEntering2MoveReminder(), addPerson(), MSBaseVehicle::addReminder(), GUIVehicle::GUIVehicle(), leaveLane(), MSBaseVehicle::MSBaseVehicle(), MSBaseVehicle::removeReminder(), and workOnMoveReminders().
|
protectedinherited |
The number of reroutings.
Definition at line 282 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getNumberReroutes(), and replaceRoute().
|
protectedinherited |
This Vehicle's parameter.
Definition at line 247 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::calculateArrivalPos(), enterLaneAtLaneChange(), getBestLanes(), MSBaseVehicle::getID(), MSBaseVehicle::getParameter(), getPersonNumber(), move(), moveChecked(), MSBaseVehicle::reroute(), and MSBaseVehicle::~MSBaseVehicle().
|
protected |
The passengers this vehicle may have.
Definition at line 944 of file MSVehicle.h.
Referenced by addPerson(), GUIVehicle::drawGL(), GUIVehicle::getNumPassengers(), getPersonNumber(), and processNextStop().
|
protectedinherited |
This Vehicle's route.
Definition at line 250 of file MSBaseVehicle.h.
Referenced by addStop(), MSBaseVehicle::calculateArrivalPos(), GUIVehicle::drawAction_drawRailCarriages(), GUIVehicle::drawRoute(), getBestLanes(), getDistanceToPosition(), GUIVehicle::getPreviousLane(), MSBaseVehicle::getRoute(), getRoutePosition(), hasArrived(), MSBaseVehicle::hasValidRoute(), move(), moveChecked(), MSBaseVehicle::MSBaseVehicle(), replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::reroute(), resetRoutePosition(), willPass(), and MSBaseVehicle::~MSBaseVehicle().
|
protected |
State of things of the vehicle that can be on or off.
Definition at line 953 of file MSVehicle.h.
Referenced by getSignals(), signalSet(), switchOffSignal(), and switchOnSignal().
|
protected |
This Vehicles driving state (pos and speed)
Definition at line 928 of file MSVehicle.h.
Referenced by addStop(), MSLaneChanger::change(), checkRewindLinkLanes(), congested(), GUIVehicle::drawAction_drawRailCarriages(), GUIVehicle::drawGL(), enterLaneAtInsertion(), enterLaneAtLaneChange(), enterLaneAtMove(), getAngle(), getHarmonoise_NoiseEmissions(), getHBEFA_CO2Emissions(), getHBEFA_COEmissions(), getHBEFA_FuelConsumption(), getHBEFA_HCEmissions(), getHBEFA_NOxEmissions(), getHBEFA_PMxEmissions(), getPosition(), getPositionOnLane(), getSpeed(), getSpeedWithoutTraciInfluence(), hasArrived(), leaveLane(), move(), moveChecked(), onRemovalFromNet(), overlap(), and processNextStop().
|
protected |
The vehicle's list of stops.
Definition at line 941 of file MSVehicle.h.
Referenced by addPerson(), addStop(), addTraciStop(), getBestLanes(), hasStops(), isParking(), isStopped(), move(), processNextStop(), and replaceRoute().
|
protectedinherited |
This Vehicle's type.
Definition at line 253 of file MSBaseVehicle.h.
Referenced by enterLaneAtInsertion(), getAngle(), getBestLanes(), getCarFollowModel(), getHarmonoise_NoiseEmissions(), getHBEFA_CO2Emissions(), getHBEFA_COEmissions(), getHBEFA_FuelConsumption(), getHBEFA_HCEmissions(), getHBEFA_NOxEmissions(), getHBEFA_PMxEmissions(), MSBaseVehicle::getMaxSpeed(), GUIVehicle::getParameterWindow(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::hasValidRoute(), processNextStop(), replaceVehicleType(), and ~MSVehicle().
|
protected |
The time the vehicle waits (is not faster than 0.1m/s) in seconds.
Definition at line 918 of file MSVehicle.h.
Referenced by enterLaneAtInsertion(), getWaitingSeconds(), getWaitingTime(), moveChecked(), and processNextStop().