SUMO - Simulation of Urban MObility
|
A MSVehicle extended by some values for usage within the gui. More...
#include <GUIVehicle.h>
Data Structures | |
class | GUIVehiclePopupMenu |
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 | |
SUMOReal | adaptMaxSpeed (SUMOReal referenceSpeed) |
Adapts the current maximum speed using the distribution given in the type. | |
void | addPerson (MSPerson *person) |
Adds a person to this vehicle. | |
void | addReminder (MSMoveReminder *rem) |
Adds a MoveReminder dynamically. | |
bool | addTraciStop (MSLane *lane, SUMOReal pos, SUMOReal radius, SUMOTime duration) |
bool | congested () const |
void | drawName (const Position &pos, const SUMOReal scale, const GUIVisualizationTextSettings &settings, const SUMOReal angle=0) const |
void | enterLaneAtInsertion (MSLane *enteredLane, SUMOReal pos, SUMOReal speed, MSMoveReminder::Notification notification) |
Update when the vehicle enters a new lane in the emit step. | |
void | enterLaneAtLaneChange (MSLane *enteredLane) |
Update when the vehicle enters a new lane in the laneChange step. | |
bool | enterLaneAtMove (MSLane *enteredLane, bool onTeleporting=false) |
Update when the vehicle enters a new lane in the move step. | |
SUMOReal | gap2pred (const MSVehicle &pred) const |
Returns the gap between pred and this vehicle. | |
const std::vector< LaneQ > & | getBestLanes () const |
Returns the description of best lanes to use in order to continue the route. | |
const MSCFModel & | getCarFollowModel () const |
Returns the vehicle's car following model definition. | |
MSCFModel::VehicleVariables * | getCarFollowVariables () const |
Returns the vehicle's car following model variables. | |
SUMOTime | getDeparture () const |
Returns this vehicle's real departure time. | |
const std::vector< MSDevice * > & | getDevices () const |
Returns this vehicle's devices. | |
SUMOReal | getDistanceToPosition (SUMOReal destPos, const MSEdge *destEdge) |
const MSEdge * | getEdge () const |
Returns the edge the vehicle is currently at. | |
const std::string & | getID () const |
Returns the name of the vehicle. | |
Influencer & | getInfluencer () |
Returns the velocity/lane influencer. | |
MSAbstractLaneChangeModel & | getLaneChangeModel () |
const MSAbstractLaneChangeModel & | getLaneChangeModel () const |
unsigned int | getLaneIndex () const |
SUMOReal | getLastLaneChangeOffset () const |
Returns the time since the last lane change in seconds. | |
SUMOReal | getMaxSpeed () const |
Returns the current maximum speed. | |
unsigned int | getNumberReroutes () const |
Returns the number of new routes this vehicle got. | |
const SUMOVehicleParameter & | getParameter () const |
Returns the vehicle's parameter (including departure definition) | |
const MSRoute & | getRoute () const |
Returns the current route. | |
SUMOReal | getSpeedWithoutTraciInfluence () const |
Returns the uninfluenced velocity. | |
const MSVehicleType & | getVehicleType () const |
Returns the vehicle's type definition. | |
GUIVehicle (SUMOVehicleParameter *pars, const MSRoute *route, const MSVehicleType *type, int vehicleIndex) | |
Constructor. | |
bool | hasValidRoute (std::string &msg) const |
Validates the current route. | |
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. | |
bool | moveChecked () |
Moves the vehicle after the responds (right-of-way rules) are known. | |
bool | moveRegardingCritical (SUMOTime t, const MSLane *const lane, const MSVehicle *const pred, const MSVehicle *const neigh, SUMOReal lengthsInFront) |
Moves vehicles which may run out of the lane. | |
void | onDepart () |
Called when the vehicle is inserted into the network. | |
SUMOReal | processNextStop (SUMOReal currentVelocity) |
Processes stops, returns the velocity needed to reach the stop. | |
void | removeReminder (MSMoveReminder *rem) |
Removes a MoveReminder dynamically. | |
bool | replaceRouteEdges (const MSEdgeVector &edges, bool onInit=false) |
Replaces the current route by the given edges. | |
void | replaceVehicleType (MSVehicleType *type) |
Replaces the current vehicle type by the one given. | |
void | reroute (SUMOTime t, SUMOAbstractRouter< MSEdge, SUMOVehicle > &router, bool withTaz=false) |
Performs a rerouting using the given router. | |
void | setIndividualMaxSpeed (SUMOReal individualMaxSpeed) |
void | setPreDawdleAcceleration (SUMOReal accel) |
const MSEdge * | succEdge (unsigned int nSuccs) const |
Returns the nSuccs'th successor of edge the vehicle is currently at. | |
void | unsetIndividualMaxSpeed (void) |
void | vsafeCriticalCont (SUMOTime t, SUMOReal boundVSafe) |
~GUIVehicle () | |
destructor | |
inherited from GUIGlObject | |
GUIGLObjectPopupMenu * | getPopUpMenu (GUIMainWindow &app, GUISUMOAbstractView &parent) |
Returns an own popup-menu. | |
GUIParameterTableWindow * | getParameterWindow (GUIMainWindow &app, GUISUMOAbstractView &parent) |
Returns an own parameter window. | |
Boundary | getCenteringBoundary () const |
Returns the boundary to which the view shall be centered in order to show the object. | |
void | drawGL (const GUIVisualizationSettings &s) const |
Draws the object. | |
virtual void | drawGLAdditional (GUISUMOAbstractView *const parent, const GUIVisualizationSettings &s) const |
Draws additionally triggered visualisations. | |
insertion/removal | |
void | onRemovalFromNet (const MSMoveReminder::Notification reason) |
Called when the vehicle is removed from the network. | |
interaction with the route | |
bool | ends () const |
Returns the information whether the vehicle should end now. | |
bool | replaceRoute (const MSRoute *route, bool onInit=false) |
Replaces the current route by the given one. | |
bool | willPass (const MSEdge *const edge) const |
Returns whether the vehicle wil pass the given edge. | |
MSEdgeWeightsStorage & | getWeightsStorage () |
Returns the vehicle's internal edge travel times/efforts container. | |
state setter/getter | |
SUMOReal | getPositionOnLane () const |
Get the vehicle's position along the lane. | |
SUMOReal | getSpeed () const |
Returns the vehicle's current speed. | |
SUMOReal | getPreDawdleAcceleration () const |
Returns the vehicle's acceleration before dawdling. | |
Other getter methods | |
Position | getPosition () const |
Return current position (x/y, cartesian) | |
MSLane * | getLane () const |
Returns the lane the vehicle is on. | |
bool | isOnRoad () const |
Returns the information whether the vehicle is on a road (is simulated) | |
SUMOTime | getWaitingTime () const |
Returns the SUMOTime waited (speed was lesser than 0.1m/s) | |
SUMOReal | getWaitingSeconds () const |
Returns the number of seconds waited (speed was lesser than 0.1m/s) | |
SUMOReal | getAngle () const |
Returns the vehicle's direction in degrees. | |
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. | |
const std::vector< MSLane * > & | getBestLanesContinuation () const |
Returns the subpart of best lanes that describes the vehicle's current lane and their successors. | |
const std::vector< MSLane * > & | getBestLanesContinuation (const MSLane *const l) const |
Returns the subpart of best lanes that describes the given lane and their successors. | |
vehicle stops definitions and i/o | |
bool | addStop (const SUMOVehicleParameter::Stop &stopPar, SUMOTime untilOffset=0) |
Adds a stop. | |
bool | hasStops () const |
Returns whether the vehicle has to stop somewhere. | |
bool | isStopped () const |
Returns whether the vehicle is at a stop. | |
bool | isParking () const |
Returns whether the vehicle is parking. | |
Emission retrieval | |
SUMOReal | getHBEFA_CO2Emissions () const |
Returns CO2 emission of the current state. | |
SUMOReal | getHBEFA_COEmissions () const |
Returns CO emission of the current state. | |
SUMOReal | getHBEFA_HCEmissions () const |
Returns HC emission of the current state. | |
SUMOReal | getHBEFA_NOxEmissions () const |
Returns NOx emission of the current state. | |
SUMOReal | getHBEFA_PMxEmissions () const |
Returns PMx emission of the current state. | |
SUMOReal | getHBEFA_FuelConsumption () const |
Returns fuel consumption of the current state. | |
SUMOReal | getHarmonoise_NoiseEmissions () const |
Returns noise emissions of the current state. | |
Atomar getter methods | |
const std::string & | getFullName () const |
Returns the full name appearing in the tool tip. | |
GUIGlID | getGlID () const |
Returns the numerical id of the object. | |
interfaces to be implemented by derived classes | |
const std::string & | getMicrosimID () const |
Returns the id of the object as known to microsim. | |
void | setMicrosimID (const std::string &newID) |
Changes the microsimID of the object (happens in NETEDIT) | |
GUIGlObjectType | getType () const |
Returns the type of the object as coded in GUIGlObjectType. | |
Parameter table window I/O | |
void | addParameterTable (GUIParameterTableWindow *w) |
Lets this object know a parameter window showing the object's values was opened. | |
void | removeParameterTable (GUIParameterTableWindow *w) |
Lets this object know a parameter window showing the object's values was closed. |
Static Public Member Functions | |
static SUMOReal | gap (SUMOReal predPos, SUMOReal predLength, SUMOReal pos) |
Uses the given values to compute the brutto-gap. | |
static bool | overlap (const MSVehicle *veh1, const MSVehicle *veh2) |
Static Public Attributes | |
static StringBijection < GUIGlObjectType > | TypeNames |
associates object types with strings |
Protected Types | |
typedef std::vector < DriveProcessItem > | DriveItemVector |
Protected Member Functions | |
void | calculateArrivalPos () |
(Re-)Calculates the arrival position from the vehicle parameters | |
void | checkRewindLinkLanes (SUMOReal lengthsInFront) |
SUMOReal | getSpaceTillLastStanding (MSLane *l, bool &foundStopped) |
void | setBlinkerInformation () |
void | setPrefix (const std::string &prefix) |
helper methods for building popup-menus | |
void | buildPopupHeader (GUIGLObjectPopupMenu *ret, GUIMainWindow &app, bool addSeparator=true) |
Builds the header. | |
void | buildCenterPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to center to the object. | |
void | buildNameCopyPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds entries which allow to copy the name / typed name into the clipboard. | |
void | buildSelectionPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to (de)select the object. | |
void | buildShowParamsPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to open the parameter window. | |
void | buildPositionCopyEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to copy the cursor position if geo projection is used, also builds an entry for copying the geo-position. | |
void | buildShowManipulatorPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to open the manipulator window. |
Protected Attributes | |
bool | myAmOnNet |
Whether the vehicle is on the network (not parking, teleported, vaporized, or arrived) | |
bool | myAmRegisteredAsWaitingForPerson |
Whether this vehicle is registered as waiting for a person (for deadlock-recognition) | |
SUMOReal | myArrivalPos |
the position on the destination lane where the vehicle stops | |
std::vector< std::vector< LaneQ > > | myBestLanes |
MSRouteIterator | myCurrEdge |
Iterator to current route-edge. | |
std::vector< LaneQ >::iterator | myCurrentLaneInBestLanes |
SUMOTime | myDeparture |
The real departure time. | |
std::vector< MSDevice * > | myDevices |
The devices this vehicle has. | |
std::vector< MSLane * > | myFurtherLanes |
The information into which lanes the vehicle laps into. | |
bool | myHasIndividualMaxSpeed |
is true if there has an individual speed been set | |
bool | myHaveToWaitOnNextLink |
SUMOReal | myIndividualMaxSpeed |
MSLane * | myLane |
The lane the vehicle is on. | |
MSAbstractLaneChangeModel * | myLaneChangeModel |
const MSEdge * | myLastBestLanesEdge |
SUMOTime | myLastLaneChangeOffset |
information how long ago the vehicle has performed a lane-change | |
DriveItemVector | myLFLinkLanes |
Container for used Links/visited Lanes during lookForward. | |
unsigned int | myNumberReroutes |
The number of reroutings. | |
const SUMOVehicleParameter * | myParameter |
This Vehicle's parameter. | |
MSDevice_Person * | myPersonDevice |
The passengers this vehicle may have. | |
SUMOReal | myPreDawdleAcceleration |
The current acceleration before dawdling. | |
SUMOReal | myReferenceSpeed |
the speed which served as reference when calculating the individual maxspeed | |
const MSRoute * | myRoute |
This Vehicle's route. | |
int | mySignals |
State of things of the vehicle that can be on or off. | |
State | myState |
This Vehicles driving state (pos and speed) | |
std::list< Stop > | myStops |
The vehicle's list of stops. | |
const MSVehicleType * | myType |
This Vehicle's type. | |
SUMOTime | myWaitingTime |
The time the vehicle waits (is not faster than 0.1m/s) in seconds. |
Static Protected Attributes | |
static std::vector< MSLane * > | myEmptyLaneVector |
Private Member Functions | |
SUMOReal | getColorValue (size_t activeScheme) const |
gets the color value according to the current scheme index | |
void | setColor (const GUIVisualizationSettings &s) const |
sets the color according to the currente settings | |
bool | setFunctionalColor (size_t activeScheme) const |
sets the color according to the current scheme index and some vehicle function |
Private Attributes | |
MFXMutex | myLock |
The mutex used to avoid concurrent updates of the vehicle buffer. | |
MSDevice_Vehroutes * | myRoutes |
Additional visualisations | |
enum | VisualisationFeatures { VO_SHOW_BEST_LANES = 1, VO_SHOW_ROUTE = 2, VO_SHOW_ALL_ROUTES = 4, VO_TRACKED = 8, VO_SHOW_LFLINKITEMS = 16 } |
Additional visualisation feature ids. More... | |
std::map< GUISUMOAbstractView *, int > | myAdditionalVisualizations |
Enabled visualisations, per view. | |
bool | hasActiveAddVisualisation (GUISUMOAbstractView *const parent, int which) const |
Returns whether the named feature is enabled in the given view. | |
bool | addActiveAddVisualisation (GUISUMOAbstractView *const parent, int which) |
Adds the named visualisation feature to the given view. | |
bool | removeActiveAddVisualisation (GUISUMOAbstractView *const parent, int which) |
Adds the named visualisation feature to the given view. | |
void | draw (const MSRoute &r) const |
Draws the route. | |
void | drawRoute (const GUIVisualizationSettings &s, int routeNo, SUMOReal darken) const |
Chooses the route to draw and draws it, darkening it as given. | |
void | drawBestLanes () const |
Draws the vehicle's best lanes. |
Move reminder structures | |
typedef std::vector< std::pair < MSMoveReminder *, SUMOReal > > | MoveReminderCont |
Definition of a move reminder container. | |
MoveReminderCont | myMoveReminders |
Current lane's move reminder. |
Interaction with move reminders | |
void | workOnMoveReminders (SUMOReal oldPos, SUMOReal newPos, SUMOReal newSpeed) |
Processes active move reminder. | |
void | adaptLaneEntering2MoveReminder (const MSLane &enteredLane) |
Adapts the vehicle's entering of a new lane. |
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. | |
void | switchOffSignal (int signal) |
Switches the given signal off. | |
int | getSignals () const |
Returns the signals. | |
bool | signalSet (int which) const |
Returns whether the given signal is on. |
A MSVehicle extended by some values for usage within the gui.
A visualisable MSVehicle. Extended by the possibility to retrieve names of all available vehicles (static) and the possibility to retrieve the color of the vehicle which is available in different forms allowing an easier recognition of done actions such as lane changing.
Definition at line 67 of file GUIVehicle.h.
|
protectedinherited |
Definition at line 976 of file MSVehicle.h.
|
protectedinherited |
Definition of a move reminder container.
Definition at line 257 of file MSBaseVehicle.h.
|
inherited |
Requests set via TraCI.
Definition at line 126 of file MSVehicle.h.
|
inherited |
Some boolean values which describe the state of some vehicle parts.
Definition at line 680 of file MSVehicle.h.
Additional visualisation feature ids.
VO_SHOW_BEST_LANES |
show vehicle's best lanes |
VO_SHOW_ROUTE |
show vehicle's current route |
VO_SHOW_ALL_ROUTES |
show all vehicle's routes |
VO_TRACKED |
track vehicle |
VO_SHOW_LFLINKITEMS |
LFLinkItems. |
Definition at line 241 of file GUIVehicle.h.
GUIVehicle::GUIVehicle | ( | SUMOVehicleParameter * | pars, |
const MSRoute * | route, | ||
const MSVehicleType * | type, | ||
int | vehicleIndex | ||
) |
Constructor.
[in] | pars | The vehicle description |
[in] | route | The vehicle's route |
[in] | type | The vehicle's type |
[in] | vehicleIndex | The vehicle's running index |
ProcessError | If a value is wrong |
Definition at line 236 of file GUIVehicle.cpp.
References MSDevice_Vehroutes::buildVehicleDevices(), MSBaseVehicle::myDevices, MSBaseVehicle::myMoveReminders, and myRoutes.
GUIVehicle::~GUIVehicle | ( | ) |
destructor
Definition at line 247 of file GUIVehicle.cpp.
References MFXMutex::lock(), myAdditionalVisualizations, myLock, myRoutes, and MFXMutex::unlock().
|
virtualinherited |
"Activates" all current move reminder
For all move reminder stored in "myMoveReminders", their method "MSMoveReminder::notifyEnter" is called.
[in] | reason | The reason for changing the reminders' states |
Reimplemented from MSBaseVehicle.
Definition at line 1228 of file MSVehicle.cpp.
References MSVehicle::getLane(), and MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), and MSVehicle::enterLaneAtMove().
|
protectedinherited |
Adapts the vehicle's entering of a new lane.
All offsets already stored in "myOldLaneMoveReminderOffsets" are increased by the length that has been left. All still active move reminders from "myMoveReminders" are put into "myOldLaneMoveReminders" and the offset to the last lane is added to "myOldLaneMoveReminderOffsets" for each of these.
Move reminder from the given lane are set into "myMoveReminders".
"myLane" must still be the left lane!
[in] | enteredLane |
Definition at line 412 of file MSVehicle.cpp.
References MSBaseVehicle::addReminder(), MSLane::getLength(), MSLane::getMoveReminders(), MSVehicle::myLane, MSBaseVehicle::myMoveReminders, and SUMOReal.
Referenced by MSVehicle::enterLaneAtMove().
Adapts the current maximum speed using the distribution given in the type.
Implements SUMOVehicle.
Definition at line 123 of file MSBaseVehicle.cpp.
References MSVehicleType::getMaxSpeed(), MSVehicleType::getMaxSpeedWithDeviation(), MSVehicleType::hasSpeedDeviation(), MIN2(), MSBaseVehicle::myHasIndividualMaxSpeed, MSBaseVehicle::myIndividualMaxSpeed, MSBaseVehicle::myReferenceSpeed, and MSBaseVehicle::myType.
bool GUIVehicle::addActiveAddVisualisation | ( | GUISUMOAbstractView *const | parent, |
int | which | ||
) |
Adds the named visualisation feature to the given view.
[in] | parent | The view for which the feature shall be enabled |
[in] | which | The visualisation feature to enable |
Definition at line 1142 of file GUIVehicle.cpp.
References GUISUMOAbstractView::addAdditionalGLVisualisation(), and myAdditionalVisualizations.
Referenced by GUIVehicle::GUIVehiclePopupMenu::onCmdShowAllRoutes(), GUIVehicle::GUIVehiclePopupMenu::onCmdShowBestLanes(), GUIVehicle::GUIVehiclePopupMenu::onCmdShowCurrentRoute(), GUIVehicle::GUIVehiclePopupMenu::onCmdShowLFLinkItems(), and GUIVehicle::GUIVehiclePopupMenu::onCmdStartTrack().
|
inherited |
Lets this object know a parameter window showing the object's values was opened.
[in] | w | The opened parameter window |
Definition at line 191 of file GUIGlObject.cpp.
References GUIGlObject::myParamWindows.
|
virtualinherited |
Adds a person to this vehicle.
The default implementation does nothing since persons are not supported by default
[in] | person | The person to add |
Reimplemented from MSBaseVehicle.
Definition at line 1697 of file MSVehicle.cpp.
References MSDevice_Person::addPerson(), MSDevice_Person::buildVehicleDevices(), MSBaseVehicle::myDevices, MSBaseVehicle::myMoveReminders, MSVehicle::myPersonDevice, and MSVehicle::myStops.
Referenced by MSPersonControl::boardAnyWaiting().
|
inherited |
Adds a MoveReminder dynamically.
[in] | rem | the reminder to add |
Definition at line 252 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::adaptLaneEntering2MoveReminder(), MSVehicle::enterLaneAtInsertion(), and MSVehicle::enterLaneAtLaneChange().
|
virtualinherited |
Adds a stop.
The stop is put into the sorted list.
[in] | stop | The stop to add |
Implements SUMOVehicle.
Definition at line 451 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(), MSVehicle::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, MSVehicle::myState, MSVehicle::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 MSVehicle::addTraciStop(), and MSVehicle::MSVehicle().
|
inherited |
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 1757 of file MSVehicle.cpp.
References MSVehicle::addStop(), SUMOVehicleParameter::Stop::busstop, SUMOVehicleParameter::Stop::duration, SUMOVehicleParameter::Stop::endPos, MSNet::getBusStopID(), Named::getID(), MSNet::getInstance(), SUMOVehicleParameter::Stop::index, SUMOVehicleParameter::Stop::lane, MSVehicle::myStops, SUMOVehicleParameter::Stop::parking, POSITION_EPS, SUMOVehicleParameter::Stop::startPos, STOP_INDEX_END, SUMOVehicleParameter::Stop::triggered, and SUMOVehicleParameter::Stop::until.
|
protectedinherited |
Builds an entry which allows to center to the object.
in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 129 of file GUIGlObject.cpp.
References GUIIconSubSys::getIcon(), ICON_RECENTERVIEW, and MID_CENTER.
Referenced by GUIDetectorWrapper::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GUIPointOfInterest::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneWrapper::getPopUpMenu(), getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUIEdge::getPopUpMenu(), and GUINet::getPopUpMenu().
|
protectedinherited |
Builds entries which allow to copy the name / typed name into the clipboard.
in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 138 of file GUIGlObject.cpp.
References MID_COPY_NAME, and MID_COPY_TYPED_NAME.
Referenced by GUIDetectorWrapper::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GUIPointOfInterest::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneWrapper::getPopUpMenu(), getPopUpMenu(), GUIBusStop::getPopUpMenu(), and GUIEdge::getPopUpMenu().
|
protectedinherited |
Builds the header.
in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 119 of file GUIGlObject.cpp.
References GUIMainWindow::getBoldFont(), and GUIGlObject::getFullName().
Referenced by GUIDetectorWrapper::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GUIPointOfInterest::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneWrapper::getPopUpMenu(), getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUIEdge::getPopUpMenu(), and GUINet::getPopUpMenu().
|
protectedinherited |
Builds an entry which allows to copy the cursor position if geo projection is used, also builds an entry for copying the geo-position.
in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 170 of file GUIGlObject.cpp.
References GeoConvHelper::getFinal(), MID_COPY_CURSOR_GEOPOSITION, and MID_COPY_CURSOR_POSITION.
Referenced by GUIDetectorWrapper::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GUIPointOfInterest::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneWrapper::getPopUpMenu(), getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUIEdge::getPopUpMenu(), and GUINet::getPopUpMenu().
|
protectedinherited |
Builds an entry which allows to (de)select the object.
in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 148 of file GUIGlObject.cpp.
References GUIGlObject::getGlID(), GUIIconSubSys::getIcon(), GUIGlObject::getType(), gSelected, ICON_FLAG_MINUS, ICON_FLAG_PLUS, GUISelectedStorage::isSelected(), MID_ADDSELECT, and MID_REMOVESELECT.
Referenced by GUIDetectorWrapper::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GUIPointOfInterest::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUILaneWrapper::getPopUpMenu(), getPopUpMenu(), GUIBusStop::getPopUpMenu(), and GUIEdge::getPopUpMenu().
|
protectedinherited |
Builds an entry which allows to open the manipulator window.
in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 182 of file GUIGlObject.cpp.
References GUIIconSubSys::getIcon(), ICON_MANIP, and MID_MANIP.
Referenced by GUITriggeredRerouter::getPopUpMenu(), and GUILaneSpeedTrigger::getPopUpMenu().
|
protectedinherited |
Builds an entry which allows to open the parameter window.
in,filled] | ret The popup menu to add the entry to | |
[in] | addSeparator | Whether a separator shall be added, too |
Definition at line 161 of file GUIGlObject.cpp.
References GUIIconSubSys::getIcon(), ICON_APP_TABLE, and MID_SHOWPARS.
Referenced by GUIDetectorWrapper::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUILaneWrapper::getPopUpMenu(), getPopUpMenu(), GUIEdge::getPopUpMenu(), and GUINet::getPopUpMenu().
|
protectedinherited |
(Re-)Calculates the arrival position from the vehicle parameters
Definition at line 281 of file MSBaseVehicle.cpp.
References ARRIVAL_POS_DEFAULT, ARRIVAL_POS_GIVEN, ARRIVAL_POS_MAX, 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 MSVehicle::replaceRoute().
|
protectedinherited |
Definition at line 896 of file MSVehicle.cpp.
References ACCEL2SPEED, bla, MSCFModel::brakeGap(), MSEdge::EDGEFUNCTION_INTERNAL, MSVehicle::getCarFollowModel(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSCFModel::getHeadwayTime(), MSNet::getInstance(), MSLink::getLane(), MSLane::getLastVehicle(), MSLane::getLength(), MSVehicleType::getLengthWithGap(), MSLane::getPartialOccupator(), MSLane::getPartialOccupatorEnd(), MSVehicle::getPositionOnLane(), MSEdge::getPurpose(), MSVehicle::getSpaceTillLastStanding(), MSVehicle::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, MSVehicle::myHaveToWaitOnNextLink, MSVehicle::myLane, MSVehicle::myLFLinkLanes, MSVehicle::DriveProcessItem::myLink, MSVehicle::State::mySpeed, MSVehicle::myState, MSLink::opened(), MSVehicle::signalSet(), SUMOReal, and MSVehicle::VEH_SIGNAL_BRAKELIGHT.
Referenced by MSVehicle::moveRegardingCritical().
|
inlineinherited |
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 398 of file MSVehicle.h.
References MSVehicle::State::mySpeed, MSVehicle::myState, and SUMOReal.
Referenced by MSAbstractLaneChangeModel::congested().
void GUIVehicle::draw | ( | const MSRoute & | r | ) | const |
Draws the route.
[in] | r | The route to draw |
Definition at line 1227 of file GUIVehicle.cpp.
References MSRoute::begin(), GLHelper::drawBoxLines(), MSRoute::end(), GUIEdge::getLaneGeometry(), GUILaneWrapper::getShape(), GUILaneWrapper::getShapeLengths(), and GUILaneWrapper::getShapeRotations().
Referenced by drawRoute().
void GUIVehicle::drawBestLanes | ( | ) | const |
Draws the vehicle's best lanes.
Definition at line 1190 of file GUIVehicle.cpp.
References GLHelper::drawBoxLines(), GLHelper::drawLine(), MFXMutex::lock(), MAX2(), PositionVector::move2side(), MSVehicle::myBestLanes, myLock, SUMOReal, and MFXMutex::unlock().
Referenced by drawGLAdditional().
|
virtual |
Draws the object.
[in] | s | The settings for the current view (may influence drawing) |
Implements GUIGlObject.
Definition at line 860 of file GUIVehicle.cpp.
References drawAction_drawVehicleAsBoxPlus(), drawAction_drawVehicleAsPoly(), drawAction_drawVehicleAsTrianglePlus(), drawAction_drawVehicleBlinker(), drawAction_drawVehicleBrakeLight(), GUIVisualizationSettings::drawLaneChangePreference, GUIVisualizationSettings::drawMinGap, GUIGlObject::drawName(), MSVehicle::getAngle(), GUIGlObject::getGlID(), MSVehicleType::getLength(), MSVehicleType::getMinGap(), MSLane::getShape(), GUIGlObject::getType(), MSBaseVehicle::getVehicleType(), MSVehicle::myLane, MSVehicle::myState, MSVehicle::State::pos(), PositionVector::positionAtLengthPosition(), GUIVisualizationSettings::scale, setColor(), GUIVisualizationSettings::showBlinker, SUMOReal, SVS_ANT, SVS_BICYCLE, SVS_PEDESTRIAN, SVS_RAIL, SVS_RAIL_CARGO, SVS_RAIL_FAST, SVS_RAIL_LIGHT, SVS_RAIL_SLOW, GUIVisualizationSettings::vehicleExaggeration, GUIVisualizationSettings::vehicleName, GUIVisualizationSettings::vehicleQuality, Position::x(), and Position::y().
Referenced by GUILaneWrapper::drawGL().
|
virtual |
Draws additionally triggered visualisations.
[in] | parent | The view |
[in] | s | The settings for the current view (may influence drawing) |
Reimplemented from GUIGlObject.
Definition at line 979 of file GUIVehicle.cpp.
References drawBestLanes(), GLHelper::drawFilledCircle(), drawRoute(), GUIGlObject::getGlID(), MSLink::getLane(), MSBaseVehicle::getNumberReroutes(), MSLane::getShape(), GUIGlObject::getType(), hasActiveAddVisualisation(), MSVehicle::myLFLinkLanes, SUMOReal, VO_SHOW_ALL_ROUTES, VO_SHOW_BEST_LANES, VO_SHOW_LFLINKITEMS, VO_SHOW_ROUTE, Position::x(), and Position::y().
|
inherited |
Definition at line 218 of file GUIGlObject.cpp.
References GUIVisualizationTextSettings::color, GLHelper::drawText(), GUIGlObject::getMicrosimID(), GLO_MAX, GUIVisualizationTextSettings::show, and GUIVisualizationTextSettings::size.
Referenced by GUIPointOfInterest::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIJunctionWrapper::drawGL(), drawGL(), GUIBusStop::drawGL(), and GUIEdge::drawGL().
void GUIVehicle::drawRoute | ( | const GUIVisualizationSettings & | s, |
int | routeNo, | ||
SUMOReal | darken | ||
) | const |
Chooses the route to draw and draws it, darkening it as given.
[in] | s | The visualisation settings, needed to determine the vehicle's color |
[in] | routeNo | The route to show (0: the current, >0: prior) |
[in] | darken | The amount to darken the route by |
Definition at line 1159 of file GUIVehicle.cpp.
References draw(), MSDevice_Vehroutes::getRoute(), MSBaseVehicle::myRoute, myRoutes, and setColor().
Referenced by drawGLAdditional().
|
inherited |
Returns the information whether the vehicle should end now.
Definition at line 338 of file MSVehicle.cpp.
References MSRoute::end(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::myState, and POSITION_EPS.
Referenced by MSVehicle::enterLaneAtMove(), MSVehicle::moveChecked(), and MSLane::setCritical().
|
inherited |
Update when the vehicle enters a new lane in the emit step.
[in] | enteredLane | The lane the vehicle enters |
[in] | pos | The position the vehicle was inserted into the lane |
[in] | speed | The speed with which the vehicle was inserted into the lane |
[in] | notification | The cause of insertion (i.e. departure, teleport, parking) |
Definition at line 1329 of file MSVehicle.cpp.
References MSVehicle::activateReminders(), MSBaseVehicle::addReminder(), MSGlobals::gCheckRoutes, MSBaseVehicle::getID(), MSVehicleType::getLength(), MSLane::getLogicalPredecessorLane(), MSLane::getMoveReminders(), MSBaseVehicle::hasValidRoute(), MSVehicle::myAmOnNet, MSVehicle::myFurtherLanes, MSVehicle::myLane, MSVehicle::State::myPos, MSVehicle::State::mySpeed, MSVehicle::myState, MSBaseVehicle::myType, MSVehicle::myWaitingTime, and SUMOReal.
Referenced by MSLane::incorporateVehicle().
|
inherited |
Update when the vehicle enters a new lane in the laneChange step.
[in] | enteredLane | The lane the vehicle enters |
Definition at line 1281 of file MSVehicle.cpp.
References MSVehicle::activateReminders(), MSBaseVehicle::addReminder(), MSRoute::begin(), MSVehicle::Influencer::checkForLaneChanges(), MSNet::getCurrentTimeStep(), MSLane::getIncomingLanes(), MSNet::getInstance(), MSVehicle::getLaneIndex(), MSVehicleType::getLength(), MSLane::getMoveReminders(), MSVehicle::getPosition(), MSBaseVehicle::getRoute(), MSBaseVehicle::getVehicleType(), SUMOVehicleParameter::id, MSVehicle::myAmOnNet, MSBaseVehicle::myCurrEdge, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSBaseVehicle::myParameter, MSVehicle::State::myPos, MSVehicle::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 1244 of file MSVehicle.cpp.
References MSVehicle::activateReminders(), MSVehicle::adaptLaneEntering2MoveReminder(), MSVehicle::Influencer::checkForLaneChanges(), MSEdge::EDGEFUNCTION_INTERNAL, MSVehicle::ends(), MSVehicle::getBestLanes(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSNet::getInstance(), MSVehicle::getLaneIndex(), MSEdge::getPurpose(), MSVehicle::myAmOnNet, MSBaseVehicle::myCurrEdge, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLaneChangeModel, MSMoveReminder::NOTIFICATION_JUNCTION, and MSAbstractLaneChangeModel::requestLaneChange().
Referenced by MSVehicleTransfer::addVeh(), and MSVehicle::moveChecked().
|
inlinestaticinherited |
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 240 of file MSVehicle.h.
Referenced by MSVehicle::gap2pred(), MSLane::isInsertionSuccess(), and MSVehicle::moveRegardingCritical().
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 224 of file MSVehicle.h.
References MSVehicle::gap(), MSVehicleType::getLength(), MSVehicleType::getMinGap(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getVehicleType(), and SUMOReal.
Referenced by MSVehicle::moveRegardingCritical().
|
inherited |
Returns the vehicle's direction in degrees.
Definition at line 436 of file MSVehicle.cpp.
References MSVehicleType::getLength(), MSVehicle::getPositionOnLane(), MSLane::getShape(), MSVehicle::myFurtherLanes, MSVehicle::myLane, MSVehicle::myState, MSBaseVehicle::myType, PI, MSVehicle::State::pos(), PositionVector::positionAtLengthPosition(), PositionVector::rotationDegreeAtLengthPosition(), Position::x(), and Position::y().
Referenced by drawGL(), getParameterWindow(), and TraCIServerAPI_Vehicle::processGet().
const std::vector< MSVehicle::LaneQ > & GUIVehicle::getBestLanes | ( | ) | const |
Returns the description of best lanes to use in order to continue the route.
Prevents parallel reading and generation of the information by locking "myLock" before calling MSVehicle::getBestLanes.
Definition at line 1033 of file GUIVehicle.cpp.
References MFXMutex::lock(), myLock, and MFXMutex::unlock().
|
virtualinherited |
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 1393 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, MSVehicle::myBestLanes, MSBaseVehicle::myCurrEdge, MSVehicle::myCurrentLaneInBestLanes, MSVehicle::myLane, MSVehicle::myLastBestLanesEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSVehicle::myStops, MSBaseVehicle::myType, MSVehicle::Stop::startPos, and SUMOReal.
Referenced by MSLaneChanger::change(), MSVehicle::enterLaneAtMove(), MSEdge::getDepartLane(), MSLane::isInsertionSuccess(), TraCIServerAPI_Vehicle::processGet(), MSVehicle::processNextStop(), MSLane::pWagGenericInsertion(), and MSLane::pWagSimpleInsertion().
|
inherited |
Returns the subpart of best lanes that describes the vehicle's current lane and their successors.
Definition at line 1613 of file MSVehicle.cpp.
References MSEdge::EDGEFUNCTION_INTERNAL, MSLane::getEdge(), MSEdge::getPurpose(), MSVehicle::myBestLanes, MSVehicle::myEmptyLaneVector, and MSVehicle::myLane.
Referenced by MSLane::appropriate(), MSLaneChanger::getRealLeader(), MSLaneChanger::getRealThisLeader(), MSLane::isInsertionSuccess(), MSCFModel_PWag2009::moveHelper(), MSLane::pWagGenericInsertion(), MSLane::pWagSimpleInsertion(), MSVehicle::setBlinkerInformation(), and MSVehicle::vsafeCriticalCont().
|
inherited |
Returns the subpart of best lanes that describes the given lane and their successors.
Definition at line 1622 of file MSVehicle.cpp.
References MSVehicle::myBestLanes, and MSVehicle::myEmptyLaneVector.
|
inlineinherited |
Returns the vehicle's car following model definition.
This is simply a wrapper around the vehicle type's car-following model retrieval for a shorter access.
Definition at line 530 of file MSVehicle.h.
References MSVehicleType::getCarFollowModel(), and MSBaseVehicle::myType.
Referenced by MSVehicle::addStop(), MSLaneChanger::change2left(), MSLaneChanger::change2right(), MSVehicle::checkRewindLinkLanes(), MSLane::freeInsertion(), MSLane::getFollowerOnConsecutive(), MSLane::getLeaderOnConsecutive(), getMaxSpeedRegardingNextLanes(), MSLaneChanger::getRealLeader(), MSLCM_DK2004::informBlocker(), MSLane::isInsertionSuccess(), MSCFModel::leftVehicleVsafe(), MSLane::maxSpeedGapInsertion(), MSVehicle::moveChecked(), MSVehicle::moveRegardingCritical(), MSLCM_DK2004::patchSpeed(), MSVehicle::processNextStop(), MSLane::pWagGenericInsertion(), MSLane::pWagSimpleInsertion(), MSVehicle::vsafeCriticalCont(), MSLCM_DK2004::wantsChangeToLeft(), and MSLCM_DK2004::wantsChangeToRight().
|
inlineinherited |
Returns the vehicle's car following model variables.
Definition at line 539 of file MSVehicle.h.
References MSVehicle::myCFVariables.
Referenced by MSCFModel_Wiedemann::_v(), MSCFModel_IDM::_v(), MSCFModel_PWag2009::moveHelper(), MSCFModel_Wiedemann::moveHelper(), and MSCFModel_IDM::moveHelper().
|
virtual |
Returns the boundary to which the view shall be centered in order to show the object.
Implements GUIGlObject.
Definition at line 347 of file GUIVehicle.cpp.
References Boundary::add(), MSVehicle::getPosition(), and Boundary::grow().
|
private |
gets the color value according to the current scheme index
Definition at line 1100 of file GUIVehicle.cpp.
References MSVehicle::getHarmonoise_NoiseEmissions(), MSVehicle::getHBEFA_CO2Emissions(), MSVehicle::getHBEFA_COEmissions(), MSVehicle::getHBEFA_FuelConsumption(), MSVehicle::getHBEFA_HCEmissions(), MSVehicle::getHBEFA_NOxEmissions(), MSVehicle::getHBEFA_PMxEmissions(), getLastLaneChangeOffset(), MSBaseVehicle::getMaxSpeed(), MSBaseVehicle::getNumberReroutes(), MSVehicle::getSpeed(), and MSVehicle::getWaitingSeconds().
Referenced by setColor().
|
virtualinherited |
Returns this vehicle's real departure time.
Implements SUMOVehicle.
Definition at line 213 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDeparture.
|
inlinevirtualinherited |
Returns this vehicle's devices.
Implements SUMOVehicle.
Definition at line 179 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 1634 of file MSVehicle.cpp.
References MSRoute::getDistanceBetween(), MSLane::getEdge(), MSLane::getLength(), MSVehicle::getPositionOnLane(), MSVehicle::isOnRoad(), max, MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSBaseVehicle::myRoute, and SUMOReal.
|
virtualinherited |
Returns the edge the vehicle is currently at.
Implements SUMOVehicle.
Definition at line 147 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myCurrEdge.
Referenced by MSVehicleTransfer::addVeh(), MSVehicleTransfer::checkInsertions(), and TraCIServerAPI_Vehicle::commandDistanceRequest().
|
inlineinherited |
Returns the full name appearing in the tool tip.
Definition at line 107 of file GUIGlObject.h.
References GUIGlObject::myFullName.
Referenced by GUIGlObject::buildPopupHeader(), GUIGlObject_AbstractAdd::GUIGlObject_AbstractAdd(), GUIGLObjectPopupMenu::onCmdCopyTypedName(), GUIParam_PopupMenuInterface::onCmdOpenTracker(), GUITriggeredRerouter::openManipulator(), GUILaneSpeedTrigger::openManipulator(), GUIDialog_GLChosenEditor::rebuildList(), GUISelectedStorage::save(), and GUISUMOAbstractView::showToolTipFor().
|
inlineinherited |
Returns the numerical id of the object.
Definition at line 115 of file GUIGlObject.h.
References GUIGlObject::myGlID.
Referenced by GUIGlObject::buildSelectionPopupEntry(), GUINet::createTLWrapper(), GUIPolygon::drawGL(), GUIPointOfInterest::drawGL(), GUITriggeredRerouter::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIJunctionWrapper::drawGL(), GUILaneWrapper::drawGL(), drawGL(), GUIBusStop::drawGL(), GUIEdge::drawGL(), drawGLAdditional(), GUILaneWrapper::getColorValue(), GUIEdge::getIDs(), GUISUMOAbstractView::getObjectAtPosition(), getPopUpMenu(), GUIDialog_GLObjChooser::GUIDialog_GLObjChooser(), GUIGlChildWindow::isSelected(), GUISUMOViewParent::isSelected(), GUISelectedStorage::loadIDs(), GUIGLObjectPopupMenu::onCmdAddSelected(), GUIGLObjectPopupMenu::onCmdCenter(), GUIGLObjectPopupMenu::onCmdRemoveSelected(), GUIVehicle::GUIVehiclePopupMenu::onCmdStartTrack(), GUISUMOAbstractView::removeAdditionalGLVisualisation(), GLObjectValuePassConnector< std::pair< SUMOTime, MSPhaseDefinition > >::removeObject(), GUILaneWrapper::ROWdrawAction_drawLinkRules(), and GUIGlObject::~GUIGlObject().
|
inherited |
Returns noise emissions of the current state.
Definition at line 1691 of file MSVehicle.cpp.
References HelpersHarmonoise::computeNoise(), MSVehicleType::getEmissionClass(), MSVehicle::myPreDawdleAcceleration, MSVehicle::myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by getColorValue(), and getParameterWindow().
|
inherited |
Returns CO2 emission of the current state.
Definition at line 1655 of file MSVehicle.cpp.
References HelpersHBEFA::computeCO2(), MSVehicleType::getEmissionClass(), MSVehicle::myPreDawdleAcceleration, MSVehicle::myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by getColorValue(), and getParameterWindow().
|
inherited |
Returns CO emission of the current state.
Definition at line 1661 of file MSVehicle.cpp.
References HelpersHBEFA::computeCO(), MSVehicleType::getEmissionClass(), MSVehicle::myPreDawdleAcceleration, MSVehicle::myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by getColorValue(), and getParameterWindow().
|
inherited |
Returns fuel consumption of the current state.
Definition at line 1685 of file MSVehicle.cpp.
References HelpersHBEFA::computeFuel(), MSVehicleType::getEmissionClass(), MSVehicle::myPreDawdleAcceleration, MSVehicle::myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by getColorValue(), and getParameterWindow().
|
inherited |
Returns HC emission of the current state.
Definition at line 1667 of file MSVehicle.cpp.
References HelpersHBEFA::computeHC(), MSVehicleType::getEmissionClass(), MSVehicle::myPreDawdleAcceleration, MSVehicle::myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by getColorValue(), and getParameterWindow().
|
inherited |
Returns NOx emission of the current state.
Definition at line 1673 of file MSVehicle.cpp.
References HelpersHBEFA::computeNOx(), MSVehicleType::getEmissionClass(), MSVehicle::myPreDawdleAcceleration, MSVehicle::myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by getColorValue(), and getParameterWindow().
|
inherited |
Returns PMx emission of the current state.
Definition at line 1679 of file MSVehicle.cpp.
References HelpersHBEFA::computePMx(), MSVehicleType::getEmissionClass(), MSVehicle::myPreDawdleAcceleration, MSVehicle::myState, MSBaseVehicle::myType, and MSVehicle::State::speed().
Referenced by getColorValue(), and getParameterWindow().
|
virtualinherited |
Returns the name of the vehicle.
Implements SUMOVehicle.
Definition at line 90 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::id, and MSBaseVehicle::myParameter.
Referenced by MSBaseVehicle::calculateArrivalPos(), MSVehicleTransfer::checkInsertions(), traci::TraCIServer::commandAddVehicle(), MSLane::detectCollisions(), MSVehicle::enterLaneAtInsertion(), MSVTypeProbe::execute(), MSLane::isInsertionSuccess(), MSCFModel_KraussOrig1::moveHelper(), MSVehicle::moveRegardingCritical(), TraCIServerAPI_Vehicle::processSet(), MSLane::removeVehicle(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::reroute(), MSLane::setCritical(), MSVehicle::vsafeCriticalCont(), and MSXMLRawOut::writeVehicle().
|
inherited |
Returns the velocity/lane influencer.
If no influencer was existing before, one is built, first
Definition at line 1785 of file MSVehicle.cpp.
References MSVehicle::myInfluencer.
|
inlineinherited |
Returns the lane the vehicle is on.
Definition at line 329 of file MSVehicle.h.
References MSVehicle::myLane.
Referenced by MSVehicle::activateReminders(), MSAbstractLaneChangeModel::congested(), MSCFModel_IDM::desiredSpeed(), MSE2Collector::detectorUpdate(), MSVTypeProbe::execute(), MSCFModel::interactionGap(), MSCFModel_PWag2009::moveHelper(), MSCFModel_KraussOrig1::moveHelper(), MSCFModel::moveHelper(), MSLCM_DK2004::patchSpeed(), TraCIServerAPI_Vehicle::processGet(), MSVehicle::setBlinkerInformation(), MSLane::setCritical(), MSLCM_DK2004::wantsChangeToLeft(), and MSLCM_DK2004::wantsChangeToRight().
|
inherited |
Definition at line 1381 of file MSVehicle.cpp.
References MSVehicle::myLaneChangeModel.
Referenced by MSLaneChanger::change(), MSLaneChanger::change2left(), MSLaneChanger::change2right(), MSAbstractLaneChangeModel::MSLCMessager::informLeader(), MSAbstractLaneChangeModel::MSLCMessager::informNeighFollower(), MSAbstractLaneChangeModel::MSLCMessager::informNeighLeader(), MSCFModel_KraussOrig1::moveHelper(), MSCFModel::moveHelper(), and MSVehicle::setBlinkerInformation().
|
inherited |
Definition at line 1387 of file MSVehicle.cpp.
References MSVehicle::myLaneChangeModel.
|
inherited |
Definition at line 1749 of file MSVehicle.cpp.
References MSVehicle::myLane.
Referenced by MSVehicle::enterLaneAtLaneChange(), and MSVehicle::enterLaneAtMove().
|
inline |
Returns the time since the last lane change in seconds.
Definition at line 167 of file GUIVehicle.h.
References MSVehicle::myLastLaneChangeOffset, and STEPS2TIME.
Referenced by getColorValue(), and getParameterWindow().
|
virtualinherited |
Returns the current maximum speed.
Implements SUMOVehicle.
Definition at line 114 of file MSBaseVehicle.cpp.
References MSVehicleType::getMaxSpeed(), MSBaseVehicle::myHasIndividualMaxSpeed, MSBaseVehicle::myIndividualMaxSpeed, and MSBaseVehicle::myType.
Referenced by MSCFModel_Wiedemann::_v(), MSVehicleTransfer::checkInsertions(), traci::TraCIServer::commandAddVehicle(), getColorValue(), MSLane::insertVehicle(), and MSVehicle::moveChecked().
|
inlineinherited |
Returns the id of the object as known to microsim.
Definition at line 146 of file GUIGlObject.h.
References GUIGlObject::myMicrosimID.
Referenced by GUIGlObject::createFullName(), GUIGlObject::drawName(), GUIDialog_GLObjChooser::GUIDialog_GLObjChooser(), and GUIGLObjectPopupMenu::onCmdCopyName().
|
virtualinherited |
Returns the number of new routes this vehicle got.
Implements SUMOVehicle.
Definition at line 219 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myNumberReroutes.
Referenced by drawGLAdditional(), getColorValue(), and MSBaseVehicle::replaceRouteEdges().
|
virtualinherited |
Returns the vehicle's parameter (including departure definition)
Implements SUMOVehicle.
Definition at line 96 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter.
Referenced by MSPersonControl::boardAnyWaiting(), MSEdge::getDepartLane(), getParameterWindow(), MSLane::insertVehicle(), TraCIServerAPI_Vehicle::processGet(), and setFunctionalColor().
|
virtual |
Returns an own parameter window.
[in] | app | The application needed to build the parameter window |
[in] | parent | The parent window needed to build the parameter window |
Implements GUIGlObject.
Definition at line 303 of file GUIVehicle.cpp.
References GUIParameterTableWindow::closeBuilding(), MSVehicle::getAngle(), MSVehicle::getHarmonoise_NoiseEmissions(), MSVehicle::getHBEFA_CO2Emissions(), MSVehicle::getHBEFA_COEmissions(), MSVehicle::getHBEFA_FuelConsumption(), MSVehicle::getHBEFA_HCEmissions(), MSVehicle::getHBEFA_NOxEmissions(), MSVehicle::getHBEFA_PMxEmissions(), MSVehicleType::getID(), getLastLaneChangeOffset(), MSBaseVehicle::getParameter(), MSVehicle::getPositionOnLane(), MSVehicle::getSpeed(), MSVehicle::getWaitingSeconds(), GUIParameterTableWindow::mkItem(), MSBaseVehicle::myType, SUMOVehicleParameter::repetitionNumber, and time2string().
|
virtual |
Returns an own popup-menu.
[in] | app | The application needed to build the popup-menu |
[in] | parent | The parent window needed to build the popup-menu |
Implements GUIGlObject.
Definition at line 259 of file GUIVehicle.cpp.
References GUIGlObject::buildCenterPopupEntry(), GUIGlObject::buildNameCopyPopupEntry(), GUIGlObject::buildPopupHeader(), GUIGlObject::buildPositionCopyEntry(), GUIGlObject::buildSelectionPopupEntry(), GUIGlObject::buildShowParamsPopupEntry(), GUIGlObject::getGlID(), GUISUMOAbstractView::getTrackedID(), hasActiveAddVisualisation(), MID_HIDE_ALLROUTES, MID_HIDE_BEST_LANES, MID_HIDE_CURRENTROUTE, MID_HIDE_LFLINKITEMS, MID_SHOW_ALLROUTES, MID_SHOW_BEST_LANES, MID_SHOW_CURRENTROUTE, MID_SHOW_LFLINKITEMS, MID_START_TRACK, MID_STOP_TRACK, myAdditionalVisualizations, VO_SHOW_ALL_ROUTES, VO_SHOW_BEST_LANES, VO_SHOW_LFLINKITEMS, and VO_SHOW_ROUTE.
|
inherited |
Return current position (x/y, cartesian)
If the vehicle's myLane is 0, -1000/-1000 is returned.
Definition at line 427 of file MSVehicle.cpp.
References MSLane::getShape(), MSVehicle::myLane, MSVehicle::myState, MSVehicle::State::pos(), and PositionVector::positionAtLengthPosition().
Referenced by TraCIServerAPI_Vehicle::commandDistanceRequest(), MSVehicle::enterLaneAtLaneChange(), getCenteringBoundary(), MSVehicle::moveChecked(), MSVehicle::moveRegardingCritical(), and TraCIServerAPI_Vehicle::processGet().
|
inlinevirtualinherited |
Get the vehicle's position along the lane.
Implements SUMOVehicle.
Definition at line 290 of file MSVehicle.h.
References MSVehicle::State::myPos, and MSVehicle::myState.
Referenced by MSLaneChanger::change(), MSLaneChanger::change2left(), MSLaneChanger::change2right(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkRewindLinkLanes(), TraCIServerAPI_Vehicle::commandDistanceRequest(), MSE2Collector::detectorUpdate(), MSVTypeProbe::execute(), MSLane::freeInsertion(), MSVehicle::gap2pred(), MSVehicle::getAngle(), MSVehicle::getDistanceToPosition(), MSLane::getFollowerOnConsecutive(), MSLane::getLastVehicleInformation(), getParameterWindow(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSLaneChanger::getRealThisLeader(), MSLane::isInsertionSuccess(), MSCFModel::leftVehicleVsafe(), MSLane::maxSpeedGapInsertion(), MSLane::VehPosition::operator()(), MSLane::vehicle_position_sorter::operator()(), MSAbstractLaneChangeModel::predInteraction(), TraCIServerAPI_Vehicle::processGet(), MSLane::pWagGenericInsertion(), MSLane::pWagSimpleInsertion(), MSVehicle::setBlinkerInformation(), MSLane::setCritical(), MSLCM_DK2004::wantsChangeToLeft(), and MSLCM_DK2004::wantsChangeToRight().
|
inlinevirtualinherited |
Returns the vehicle's acceleration before dawdling.
Reimplemented from MSBaseVehicle.
Definition at line 306 of file MSVehicle.h.
References MSVehicle::myPreDawdleAcceleration.
Referenced by TraCIServerAPI_Vehicle::processGet().
|
virtualinherited |
Returns the current route.
Implements SUMOVehicle.
Definition at line 102 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myRoute.
Referenced by TraCIServerAPI_Vehicle::commandDistanceRequest(), MSVehicle::enterLaneAtLaneChange(), MSEdge::getDepartLane(), getMaxSpeedRegardingNextLanes(), MSLane::isInsertionSuccess(), TraCIServerAPI_Vehicle::processGet(), and setFunctionalColor().
|
inlineinherited |
Returns the signals.
Definition at line 733 of file MSVehicle.h.
References MSVehicle::mySignals.
Referenced by TraCIServerAPI_Vehicle::processGet().
Definition at line 878 of file MSVehicle.cpp.
References MSLane::getLength(), MSLane::getVehiclesSecure(), MSLane::releaseVehicles(), and SUMOReal.
Referenced by MSVehicle::checkRewindLinkLanes().
|
inlinevirtualinherited |
Returns the vehicle's current speed.
Implements SUMOVehicle.
Definition at line 298 of file MSVehicle.h.
References MSVehicle::State::mySpeed, and MSVehicle::myState.
Referenced by MSCFModel_Wiedemann::_v(), MSLaneChanger::change(), MSLaneChanger::change2left(), MSLaneChanger::change2right(), MSVehicle::checkRewindLinkLanes(), MSE2Collector::detectorUpdate(), MSVTypeProbe::execute(), MSLane::forceVehicleInsertion(), MSLane::freeInsertion(), getColorValue(), MSLane::getFollowerOnConsecutive(), getParameterWindow(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSLCM_DK2004::informBlocker(), MSCFModel_IDM::interactionGap(), MSCFModel::interactionGap(), MSLane::isInsertionSuccess(), MSCFModel::leftVehicleVsafe(), MSLane::maxSpeedGapInsertion(), MSCFModel_PWag2009::moveHelper(), MSCFModel_KraussOrig1::moveHelper(), MSCFModel_Wiedemann::moveHelper(), MSCFModel::moveHelper(), MSVehicle::moveRegardingCritical(), MSLCM_DK2004::patchSpeed(), MSAbstractLaneChangeModel::predInteraction(), TraCIServerAPI_Vehicle::processGet(), MSLane::pWagGenericInsertion(), MSLane::pWagSimpleInsertion(), MSLane::setCritical(), MSCFModel_Kerner::stopSpeed(), MSCFModel_Krauss::stopSpeed(), MSCFModel_PWag2009::stopSpeed(), MSCFModel_KraussOrig1::stopSpeed(), MSCFModel_Wiedemann::stopSpeed(), MSCFModel_IDM::stopSpeed(), MSVehicle::vsafeCriticalCont(), MSLCM_DK2004::wantsChangeToLeft(), and MSLCM_DK2004::wantsChangeToRight().
|
inherited |
Returns the uninfluenced velocity.
If no influencer exists (myInfluencer==0) the vehicle's current speed is returned. Otherwise the speed returned from myInfluencer->getOriginalSpeed().
Definition at line 1794 of file MSVehicle.cpp.
References MSVehicle::Influencer::getOriginalSpeed(), MSVehicle::myInfluencer, MSVehicle::State::mySpeed, and MSVehicle::myState.
Referenced by TraCIServerAPI_Vehicle::processGet().
|
inlineinherited |
Returns the type of the object as coded in GUIGlObjectType.
Definition at line 159 of file GUIGlObject.h.
References GUIGlObject::myGLObjectType.
Referenced by GUIGlObject::buildSelectionPopupEntry(), GUITriggeredRerouter::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIJunctionWrapper::drawGL(), GUILaneWrapper::drawGL(), drawGL(), GUIBusStop::drawGL(), drawGLAdditional(), GUILaneWrapper::getColorValue(), GUISUMOAbstractView::getObjectAtPosition(), GUIGlChildWindow::isSelected(), GUISUMOViewParent::isSelected(), GUISelectedStorage::loadIDs(), and GUISelectedStorage::toggleSelection().
|
virtualinherited |
Returns the vehicle's type definition.
Implements SUMOVehicle.
Definition at line 108 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myType.
Referenced by MSLaneChanger::change(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkRewindLinkLanes(), MSLane::detectCollisions(), MSE2Collector::detectorUpdate(), drawAction_drawBlinker(), drawAction_drawVehicleAsBoxPlus(), drawAction_drawVehicleAsPoly(), drawAction_drawVehicleAsTrianglePlus(), drawAction_drawVehicleBlinker(), drawAction_drawVehicleBrakeLight(), drawGL(), MSLane::enteredByLaneChange(), MSVehicle::enterLaneAtLaneChange(), MSVTypeProbe::execute(), MSLane::freeInsertion(), MSVehicle::gap2pred(), MSEdge::getDepartLane(), MSLane::getFollowerOnConsecutive(), MSLane::getLastVehicleInformation(), MSLane::getLeaderOnConsecutive(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSLaneChanger::getRealThisLeader(), MSLane::incorporateVehicle(), MSLane::insertVehicle(), MSLane::integrateNewVehicle(), MSLane::isInsertionSuccess(), MSLane::leftByLaneChange(), MSCFModel::leftVehicleVsafe(), MSLane::maxSpeedGapInsertion(), MSVehicle::moveChecked(), MSVehicle::moveRegardingCritical(), MSVehicle::overlap(), MSLCM_DK2004::patchSpeed(), MSAbstractLaneChangeModel::predInteraction(), TraCIServerAPI_Vehicle::processGet(), MSVehicle::processNextStop(), MSLane::pWagGenericInsertion(), MSLane::pWagSimpleInsertion(), MSLane::removeVehicle(), MSLane::setCritical(), setFunctionalColor(), MSVehicle::vsafeCriticalCont(), MSLCM_DK2004::wantsChangeToLeft(), and MSLCM_DK2004::wantsChangeToRight().
|
inlineinherited |
Returns the number of seconds waited (speed was lesser than 0.1m/s)
The value is reset if the vehicle moves faster than 0.1m/s Intentional stopping does not count towards this time.
Definition at line 359 of file MSVehicle.h.
References MSVehicle::myWaitingTime, and STEPS2TIME.
Referenced by getColorValue(), and getParameterWindow().
|
inlineinherited |
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 348 of file MSVehicle.h.
References MSVehicle::myWaitingTime.
|
inherited |
Returns the vehicle's internal edge travel times/efforts container.
If the vehicle does not have such a container, it is built.
Definition at line 388 of file MSVehicle.cpp.
References MSVehicle::myEdgeWeights.
Referenced by TraCIServerAPI_Vehicle::processGet().
bool GUIVehicle::hasActiveAddVisualisation | ( | GUISUMOAbstractView *const | parent, |
int | which | ||
) | const |
Returns whether the named feature is enabled in the given view.
[in] | parent | The view for which the feature may be enabled |
[in] | which | The visualisation feature |
Definition at line 1136 of file GUIVehicle.cpp.
References myAdditionalVisualizations.
Referenced by drawGLAdditional(), and getPopUpMenu().
|
inlineinherited |
Returns whether the vehicle has to stop somewhere.
Definition at line 586 of file MSVehicle.h.
References MSVehicle::myStops.
|
inherited |
Validates the current route.
[out] | msg | Description why the route is not valid (if it is the case) |
Definition at line 230 of file MSBaseVehicle.cpp.
References MSRoute::end(), MSVehicleType::getVehicleClass(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, and MSBaseVehicle::myType.
Referenced by MSVehicle::enterLaneAtInsertion(), and TraCIServerAPI_Vehicle::processGet().
|
inlinevirtualinherited |
Returns the information whether the vehicle is on a road (is simulated)
Reimplemented from MSBaseVehicle.
Definition at line 337 of file MSVehicle.h.
References MSVehicle::myAmOnNet.
Referenced by TraCIServerAPI_Vehicle::commandDistanceRequest(), MSVTypeProbe::execute(), MSVehicle::getDistanceToPosition(), MSVehicle::moveChecked(), MSVehicle::moveRegardingCritical(), and TraCIServerAPI_Vehicle::processGet().
|
inherited |
Returns whether the vehicle is parking.
Definition at line 517 of file MSVehicle.cpp.
References MSVehicle::isStopped(), and MSVehicle::myStops.
Referenced by MSVehicleTransfer::addVeh(), and MSLane::setCritical().
|
virtualinherited |
Returns whether the vehicle is at a stop.
Implements SUMOVehicle.
Definition at line 511 of file MSVehicle.cpp.
References MSVehicle::myStops.
Referenced by MSVehicle::isParking().
|
inherited |
Update of members if vehicle leaves a new lane in the lane change step or at arrival.
Definition at line 1360 of file MSVehicle.cpp.
References MSVehicle::myAmOnNet, MSVehicle::myFurtherLanes, MSBaseVehicle::myMoveReminders, MSVehicle::State::myPos, MSVehicle::myState, MSMoveReminder::NOTIFICATION_JUNCTION, and MSMoveReminder::NOTIFICATION_TELEPORT.
Referenced by MSLaneChanger::change(), MSVehicleTransfer::checkInsertions(), MSVehicle::moveChecked(), MSVehicle::onRemovalFromNet(), MSLane::removeVehicle(), and MSLane::setCritical().
|
inherited |
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 695 of file MSVehicle.cpp.
References ACCEL2SPEED, bla, MSCFModel::brakeGap(), DELTA_T, MSRoute::end(), MSVehicle::ends(), MSVehicle::enterLaneAtMove(), MSVehicleType::getCarFollowModel(), MSVehicle::getCarFollowModel(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSCFModel::getHeadwayTime(), MSNet::getInstance(), MSLink::getLane(), MSVehicleType::getLength(), MSLane::getLength(), MSCFModel::getMaxDecel(), MSBaseVehicle::getMaxSpeed(), MSVehicle::getPosition(), MSLink::getState(), MSBaseVehicle::getVehicleType(), GLO_VEHICLE, gSelected, MSLink::havePriority(), SUMOVehicleParameter::id, MSVehicle::Influencer::influenceSpeed(), MSLink::isCont(), MSVehicle::isOnRoad(), GUISelectedStorage::isSelected(), MSEdge::isVaporizing(), MSVehicle::leaveLane(), LINKSTATE_EQUAL, LINKSTATE_TL_GREEN_MAJOR, LINKSTATE_TL_YELLOW_MAJOR, LINKSTATE_TL_YELLOW_MINOR, MAX2(), MSCFModel::maxNextSpeed(), MIN2(), MSCFModel::moveHelper(), MSBaseVehicle::myCurrEdge, MSVehicle::myFurtherLanes, MSVehicle::myHaveToWaitOnNextLink, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLFLinkLanes, MSBaseVehicle::myParameter, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, MSVehicle::myState, MSVehicle::myWaitingTime, MSMoveReminder::NOTIFICATION_JUNCTION, MSLink::opened(), MSVehicle::State::pos(), MSLink::removeApproaching(), MSLane::resetPartialOccupation(), MSVehicle::setBlinkerInformation(), MSVehicle::State::speed(), SPEED2DIST, SUMOReal, MSVehicle::switchOffSignal(), MSVehicle::switchOnSignal(), MSVehicle::VEH_SIGNAL_BRAKELIGHT, MSVehicle::workOnMoveReminders(), Position::x(), and Position::y().
Referenced by MSLane::setCritical().
|
inherited |
Moves vehicles which may run out of the lane.
[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 605 of file MSVehicle.cpp.
References MSLane::appropriate(), ARRIVAL_SPEED_GIVEN, SUMOVehicleParameter::arrivalSpeed, SUMOVehicleParameter::arrivalSpeedProcedure, bla, MSVehicle::Stop::busstop, MSVehicle::checkRewindLinkLanes(), MSRoute::end(), MSVehicle::Stop::endPos, MSCFModel::followSpeed(), MSCFModel::freeSpeed(), MSVehicle::gap(), MSVehicle::gap2pred(), MSGlobals::gCheck4Accidents, MSVehicle::getCarFollowModel(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSBaseVehicle::getID(), MSNet::getInstance(), MSBusStop::getLastFreePos(), MSLane::getLength(), MSCFModel::getMaxDecel(), MSLane::getMaxSpeed(), MSVehicleType::getMinGap(), MSLane::getPartialOccupator(), MSLane::getPartialOccupatorEnd(), MSVehicle::getPosition(), MSVehicle::getSpeed(), MSCFModel::getSpeedAfterMaxDecel(), MSBaseVehicle::getVehicleType(), GLO_VEHICLE, gSelected, SUMOVehicleParameter::id, MSVehicle::isOnRoad(), GUISelectedStorage::isSelected(), MSCFModel::leftVehicleVsafe(), MAX2(), MSCFModel::maxNextSpeed(), MIN2(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSVehicle::myLFLinkLanes, MSBaseVehicle::myParameter, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, MSVehicle::myState, MSVehicle::myStops, MSVehicle::State::pos(), POSITION_EPS, MSVehicle::State::speed(), MSCFModel::stopSpeed(), SUMOReal, toString(), MSVehicle::vsafeCriticalCont(), WRITE_WARNING, Position::x(), and Position::y().
|
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 206 of file MSBaseVehicle.cpp.
References MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSNet::getVehicleControl(), MSBaseVehicle::myDeparture, and MSVehicleControl::vehicleDeparted().
Referenced by traci::TraCIServer::commandAddVehicle().
|
inherited |
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 325 of file MSVehicle.cpp.
References MSVehicle::leaveLane(), MSVehicle::myLFLinkLanes, MSVehicle::State::myPos, MSVehicle::State::mySpeed, MSVehicle::myState, SPEED2DIST, and MSVehicle::workOnMoveReminders().
Referenced by MSVehicleTransfer::addVeh(), and MSLane::setCritical().
|
inlinestaticinherited |
Returns true if the two vehicles overlap.
Definition at line 388 of file MSVehicle.h.
References MSVehicleType::getLengthWithGap(), MSBaseVehicle::getVehicleType(), MSVehicle::State::myPos, and MSVehicle::myState.
Referenced by MSLaneChanger::overlapWithHopped().
Processes stops, returns the velocity needed to reach the stop.
Definition at line 523 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(), MSVehicle::getBestLanes(), MSVehicle::getCarFollowModel(), MSNet::getCurrentTimeStep(), MSLane::getEdge(), MSNet::getInstance(), MSBusStop::getLastFreePos(), MSVehicleType::getLength(), MSVehicleType::getMinGap(), MSNet::getPersonControl(), MSNet::getVehicleControl(), MSBaseVehicle::getVehicleType(), MSBusStop::leaveFrom(), MAX2(), MSVehicle::myAmRegisteredAsWaitingForPerson, MSBaseVehicle::myCurrEdge, MSVehicle::myLane, MSVehicle::myState, MSVehicle::myStops, MSBaseVehicle::myType, MSVehicle::myWaitingTime, MSVehicle::State::pos(), MSVehicle::Stop::reached, MSVehicleControl::registerOneWaitingForPerson(), MSVehicleControl::removeWaiting(), MSCFModel::stopSpeed(), SUMOReal, MSVehicle::Stop::triggered, MSVehicleControl::unregisterOneWaitingForPerson(), and MSVehicle::Stop::until.
Referenced by MSVehicleTransfer::checkInsertions(), MSCFModel_KraussOrig1::moveHelper(), and MSCFModel::moveHelper().
bool GUIVehicle::removeActiveAddVisualisation | ( | GUISUMOAbstractView *const | parent, |
int | which | ||
) |
Adds the named visualisation feature to the given view.
[in] | parent | The view for which the feature shall be enabled |
[in] | which | The visualisation feature to enable |
Definition at line 1152 of file GUIVehicle.cpp.
References myAdditionalVisualizations, and GUISUMOAbstractView::removeAdditionalGLVisualisation().
Referenced by GUIVehicle::GUIVehiclePopupMenu::onCmdHideAllRoutes(), GUIVehicle::GUIVehiclePopupMenu::onCmdHideBestLanes(), GUIVehicle::GUIVehiclePopupMenu::onCmdHideCurrentRoute(), GUIVehicle::GUIVehiclePopupMenu::onCmdHideLFLinkItems(), and GUIVehicle::GUIVehiclePopupMenu::onCmdStopTrack().
|
inherited |
Lets this object know a parameter window showing the object's values was closed.
[in] | w | The closed parameter window |
Definition at line 197 of file GUIGlObject.cpp.
References GUIGlObject::myParamWindows.
Referenced by GUIParameterTableWindow::~GUIParameterTableWindow().
|
inherited |
Removes a MoveReminder dynamically.
[in] | rem | the reminder to remove |
Definition at line 258 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 344 of file MSVehicle.cpp.
References MSRoute::addReference(), MSRoute::begin(), MSBaseVehicle::calculateArrivalPos(), MSRoute::contains(), MSRoute::getEdges(), MSNet::getInstance(), MSNet::informVehicleStateListener(), MSBaseVehicle::myCurrEdge, MSVehicle::myLastBestLanesEdge, MSBaseVehicle::myNumberReroutes, MSBaseVehicle::myRoute, MSVehicle::myStops, MSRoute::release(), and MSNet::VEHICLE_STATE_NEWROUTE.
|
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 174 of file MSBaseVehicle.cpp.
References MSRoute::addReference(), 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().
|
inherited |
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 1741 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 153 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.
|
protectedinherited |
Definition at line 1710 of file MSVehicle.cpp.
References MSVehicle::getBestLanesContinuation(), MSVehicle::getLane(), MSVehicle::getLaneChangeModel(), MSLane::getLength(), MSLane::getLinkCont(), MSLane::getMaxSpeed(), MSAbstractLaneChangeModel::getOwnState(), MSVehicle::getPositionOnLane(), LCA_LEFT, LCA_RIGHT, LINKDIR_LEFT, LINKDIR_PARTLEFT, LINKDIR_PARTRIGHT, LINKDIR_RIGHT, LINKDIR_TURN, MSLane::succLinkSec(), SUMOReal, MSVehicle::switchOffSignal(), MSVehicle::switchOnSignal(), MSVehicle::VEH_SIGNAL_BLINKER_LEFT, and MSVehicle::VEH_SIGNAL_BLINKER_RIGHT.
Referenced by MSVehicle::moveChecked().
|
private |
sets the color according to the currente settings
Definition at line 1042 of file GUIVehicle.cpp.
References GUIColorer::getActive(), GUIColorScheme::getColor(), getColorValue(), GUIColorer::getScheme(), setFunctionalColor(), and GUIVisualizationSettings::vehicleColorer.
Referenced by drawGL(), drawRoute(), and setFunctionalColor().
|
private |
sets the color according to the current scheme index and some vehicle function
Definition at line 1051 of file GUIVehicle.cpp.
References Position::distanceTo(), RGBColor::fromHSV(), Boundary::getCenter(), MSRoute::getEdges(), MSNet::getInstance(), MSBaseVehicle::getParameter(), MSBaseVehicle::getRoute(), MSBaseVehicle::getVehicleType(), PI, setColor(), SUMOReal, Position::x(), Boundary::xmax(), Boundary::xmin(), Position::y(), Boundary::ymax(), and Boundary::ymin().
Referenced by setColor().
|
inlineinherited |
Definition at line 373 of file MSVehicle.h.
References MSBaseVehicle::myHasIndividualMaxSpeed, and MSBaseVehicle::myIndividualMaxSpeed.
|
inherited |
Changes the microsimID of the object (happens in NETEDIT)
Definition at line 112 of file GUIGlObject.cpp.
References GUIGlObject::createFullName(), GUIGlObject::myFullName, and GUIGlObject::myMicrosimID.
|
inlineinherited |
Definition at line 382 of file MSVehicle.h.
References MSVehicle::myPreDawdleAcceleration.
Referenced by MSCFModel_KraussOrig1::moveHelper(), and MSCFModel::moveHelper().
|
protectedinherited |
Definition at line 206 of file GUIGlObject.cpp.
References GUIGlObject::createFullName(), GUIGlObject::myFullName, and GUIGlObject::myPrefix.
Returns whether the given signal is on.
[in] | signal | The signal to return the value of |
Definition at line 742 of file MSVehicle.h.
References MSVehicle::mySignals.
Referenced by MSVehicle::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 137 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myCurrEdge.
Referenced by MSVehicleTransfer::addVeh(), and MSVehicleTransfer::checkInsertions().
|
inlineinherited |
Switches the given signal off.
[in] | signal | The signal to mark as being switched off |
Definition at line 725 of file MSVehicle.h.
References MSVehicle::mySignals.
Referenced by MSVehicle::moveChecked(), and MSVehicle::setBlinkerInformation().
|
inlineinherited |
Switches the given signal on.
[in] | signal | The signal to mark as being switched on |
Definition at line 717 of file MSVehicle.h.
References MSVehicle::mySignals.
Referenced by MSVehicle::moveChecked(), and MSVehicle::setBlinkerInformation().
|
inlineinherited |
Definition at line 378 of file MSVehicle.h.
References MSBaseVehicle::myHasIndividualMaxSpeed.
Definition at line 1056 of file MSVehicle.cpp.
References ACCEL2DIST, ARRIVAL_SPEED_GIVEN, SUMOVehicleParameter::arrivalSpeed, SUMOVehicleParameter::arrivalSpeedProcedure, bla, MSCFModel::brakeGap(), MSVehicle::Stop::busstop, MSEdge::EDGEFUNCTION_INTERNAL, MSRoute::end(), MSVehicle::Stop::endPos, MSCFModel::followSpeed(), MSCFModel::freeSpeed(), MSVehicle::getBestLanesContinuation(), MSVehicleType::getCarFollowModel(), MSVehicle::getCarFollowModel(), MSLane::getEdge(), MSLane::getFirstVehicle(), MSCFModel::getHeadwayTime(), MSBaseVehicle::getID(), MSNet::getInstance(), MSBusStop::getLastFreePos(), MSLane::getLastVehicleInformation(), MSLane::getLength(), MSCFModel::getMaxAccel(), MSCFModel::getMaxDecel(), MSLane::getMaxSpeed(), MSVehicleType::getMinGap(), MSEdge::getPurpose(), MSVehicle::getSpeed(), MSCFModel::getSpeedAfterMaxDecel(), MSBaseVehicle::getVehicleType(), GLO_VEHICLE, gSelected, MSVehicle::Influencer::influenceSpeed(), MSLane::isLinkEnd(), GUISelectedStorage::isSelected(), LINKSTATE_TL_RED, LINKSTATE_TL_YELLOW_MAJOR, LINKSTATE_TL_YELLOW_MINOR, MAX2(), MSCFModel::maxNextSpeed(), MIN2(), MIN3(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MSVehicle::myInfluencer, MSVehicle::myLane, MSVehicle::myLFLinkLanes, MSBaseVehicle::myParameter, MSVehicle::State::myPos, MSBaseVehicle::myRoute, MSVehicle::State::mySpeed, MSVehicle::myState, MSVehicle::myStops, POSITION_EPS, SPEED2DIST, MSCFModel::stopSpeed(), MSLane::succLinkSec(), SUMOReal, TIME2STEPS, toString(), and WRITE_WARNING.
Referenced by MSVehicle::moveRegardingCritical().
Returns whether the vehicle wil pass the given edge.
[in] | The | edge to find in the vehicle's current route |
Definition at line 382 of file MSVehicle.cpp.
References MSRoute::end(), MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
|
inherited |
Processes active move reminder.
This method goes through all active move reminder, both those for the current lane, stored in "myMoveReminders" and those of prior lanes stored in "myOldLaneMoveReminders" calling "MSMoveReminder::notifyMove".
When processing move reminder from "myOldLaneMoveReminders", the offsets (prior lane lengths) are used, which are stored in "myOldLaneMoveReminderOffsets".
Each move reminder which is no longer active is removed from the container.
[in] | oldPos | The position the vehicle had before it has moved |
[in] | newPos | The position the vehicle has after it has moved |
[in] | newSpeed | The vehicle's speed within this move |
Definition at line 398 of file MSVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::moveChecked(), MSVehicle::onRemovalFromNet(), and MSLane::setCritical().
std::map<GUISUMOAbstractView*, int> GUIVehicle::myAdditionalVisualizations |
Enabled visualisations, per view.
Definition at line 255 of file GUIVehicle.h.
Referenced by addActiveAddVisualisation(), getPopUpMenu(), hasActiveAddVisualisation(), removeActiveAddVisualisation(), and ~GUIVehicle().
|
protectedinherited |
Whether the vehicle is on the network (not parking, teleported, vaporized, or arrived)
Definition at line 954 of file MSVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::isOnRoad(), and MSVehicle::leaveLane().
|
protectedinherited |
Whether this vehicle is registered as waiting for a person (for deadlock-recognition)
Definition at line 957 of file MSVehicle.h.
Referenced by MSVehicle::processNextStop().
|
protectedinherited |
the position on the destination lane where the vehicle stops
Definition at line 270 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::calculateArrivalPos(), MSVehicle::ends(), MSVehicle::getBestLanes(), MSVehicle::moveRegardingCritical(), and MSVehicle::vsafeCriticalCont().
|
mutableprotectedinherited |
Definition at line 934 of file MSVehicle.h.
Referenced by drawBestLanes(), MSVehicle::getBestLanes(), and MSVehicle::getBestLanesContinuation().
|
protectedinherited |
Iterator to current route-edge.
Definition at line 239 of file MSBaseVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::ends(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::getBestLanes(), MSVehicle::getDistanceToPosition(), MSBaseVehicle::getEdge(), MSBaseVehicle::hasValidRoute(), MSVehicle::moveChecked(), MSVehicle::moveRegardingCritical(), MSVehicle::processNextStop(), MSVehicle::replaceRoute(), MSBaseVehicle::reroute(), MSBaseVehicle::succEdge(), MSVehicle::vsafeCriticalCont(), and MSVehicle::willPass().
|
mutableprotectedinherited |
Definition at line 935 of file MSVehicle.h.
Referenced by MSVehicle::getBestLanes().
|
protectedinherited |
The real departure time.
Definition at line 267 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getDeparture(), and MSBaseVehicle::onDepart().
|
protectedinherited |
The devices this vehicle has.
Definition at line 264 of file MSBaseVehicle.h.
Referenced by MSVehicle::addPerson(), MSBaseVehicle::getDevices(), GUIVehicle(), MSBaseVehicle::MSBaseVehicle(), and MSBaseVehicle::~MSBaseVehicle().
|
staticprotectedinherited |
Definition at line 936 of file MSVehicle.h.
Referenced by MSVehicle::getBestLanesContinuation().
|
protectedinherited |
The information into which lanes the vehicle laps into.
Definition at line 948 of file MSVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::getAngle(), MSVehicle::leaveLane(), MSVehicle::moveChecked(), and MSVehicle::~MSVehicle().
|
protectedinherited |
is true if there has an individual speed been set
Definition at line 248 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::adaptMaxSpeed(), MSBaseVehicle::getMaxSpeed(), MSVehicle::setIndividualMaxSpeed(), and MSVehicle::unsetIndividualMaxSpeed().
|
protectedinherited |
Definition at line 959 of file MSVehicle.h.
Referenced by MSVehicle::checkRewindLinkLanes(), and MSVehicle::moveChecked().
|
protectedinherited |
An individual speed for an vehicle that is used (iff set) instead of the maximal speed of the vehicle class. NOTE: This is just a little workaround for allowing an external influence on the actual speed
Definition at line 245 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::adaptMaxSpeed(), MSBaseVehicle::getMaxSpeed(), and MSVehicle::setIndividualMaxSpeed().
|
protectedinherited |
The lane the vehicle is on.
Definition at line 929 of file MSVehicle.h.
Referenced by MSVehicle::adaptLaneEntering2MoveReminder(), MSVehicle::checkRewindLinkLanes(), drawGL(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::getAngle(), MSVehicle::getBestLanes(), MSVehicle::getBestLanesContinuation(), MSVehicle::getDistanceToPosition(), MSVehicle::getLane(), MSVehicle::getLaneIndex(), MSVehicle::getPosition(), MSVehicle::moveChecked(), MSVehicle::moveRegardingCritical(), MSVehicle::processNextStop(), and MSVehicle::vsafeCriticalCont().
|
protectedinherited |
Definition at line 931 of file MSVehicle.h.
Referenced by MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::getLaneChangeModel(), MSVehicle::MSVehicle(), and MSVehicle::~MSVehicle().
|
mutableprotectedinherited |
Definition at line 933 of file MSVehicle.h.
Referenced by MSVehicle::getBestLanes(), and MSVehicle::replaceRoute().
|
protectedinherited |
information how long ago the vehicle has performed a lane-change
Definition at line 913 of file MSVehicle.h.
Referenced by MSLaneChanger::change(), and getLastLaneChangeOffset().
|
protectedinherited |
Container for used Links/visited Lanes during lookForward.
Definition at line 979 of file MSVehicle.h.
Referenced by MSVehicle::checkRewindLinkLanes(), drawGLAdditional(), MSVehicle::moveChecked(), MSVehicle::moveRegardingCritical(), MSVehicle::onRemovalFromNet(), MSVehicle::vsafeCriticalCont(), and MSVehicle::~MSVehicle().
|
mutableprivate |
The mutex used to avoid concurrent updates of the vehicle buffer.
Definition at line 280 of file GUIVehicle.h.
Referenced by drawBestLanes(), getBestLanes(), and ~GUIVehicle().
|
protectedinherited |
Current lane's move reminder.
Definition at line 260 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::activateReminders(), MSVehicle::activateReminders(), MSVehicle::adaptLaneEntering2MoveReminder(), MSVehicle::addPerson(), MSBaseVehicle::addReminder(), GUIVehicle(), MSVehicle::leaveLane(), MSBaseVehicle::MSBaseVehicle(), MSBaseVehicle::removeReminder(), and MSVehicle::workOnMoveReminders().
|
protectedinherited |
The number of reroutings.
Definition at line 273 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getNumberReroutes(), and MSVehicle::replaceRoute().
|
protectedinherited |
This Vehicle's parameter.
Definition at line 230 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::calculateArrivalPos(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::getBestLanes(), MSBaseVehicle::getID(), MSBaseVehicle::getParameter(), MSVehicle::moveChecked(), MSVehicle::moveRegardingCritical(), MSBaseVehicle::reroute(), MSVehicle::vsafeCriticalCont(), and MSBaseVehicle::~MSBaseVehicle().
|
protectedinherited |
The passengers this vehicle may have.
Definition at line 942 of file MSVehicle.h.
Referenced by MSVehicle::addPerson().
|
protectedinherited |
The current acceleration before dawdling.
Definition at line 945 of file MSVehicle.h.
Referenced by MSVehicle::getHarmonoise_NoiseEmissions(), MSVehicle::getHBEFA_CO2Emissions(), MSVehicle::getHBEFA_COEmissions(), MSVehicle::getHBEFA_FuelConsumption(), MSVehicle::getHBEFA_HCEmissions(), MSVehicle::getHBEFA_NOxEmissions(), MSVehicle::getHBEFA_PMxEmissions(), MSVehicle::getPreDawdleAcceleration(), and MSVehicle::setPreDawdleAcceleration().
|
protectedinherited |
the speed which served as reference when calculating the individual maxspeed
Definition at line 251 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::adaptMaxSpeed().
|
protectedinherited |
This Vehicle's route.
Definition at line 233 of file MSBaseVehicle.h.
Referenced by MSVehicle::addStop(), MSBaseVehicle::calculateArrivalPos(), drawRoute(), MSVehicle::ends(), MSVehicle::getBestLanes(), MSVehicle::getDistanceToPosition(), MSBaseVehicle::getRoute(), MSBaseVehicle::hasValidRoute(), MSVehicle::moveChecked(), MSVehicle::moveRegardingCritical(), MSBaseVehicle::MSBaseVehicle(), MSVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::reroute(), MSVehicle::vsafeCriticalCont(), MSVehicle::willPass(), and MSBaseVehicle::~MSBaseVehicle().
|
private |
Definition at line 282 of file GUIVehicle.h.
Referenced by drawRoute(), GUIVehicle(), and ~GUIVehicle().
|
protectedinherited |
State of things of the vehicle that can be on or off.
Definition at line 951 of file MSVehicle.h.
Referenced by MSVehicle::getSignals(), MSVehicle::signalSet(), MSVehicle::switchOffSignal(), and MSVehicle::switchOnSignal().
|
protectedinherited |
This Vehicles driving state (pos and speed)
Definition at line 926 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSLaneChanger::change(), MSVehicle::checkRewindLinkLanes(), MSVehicle::congested(), drawGL(), MSVehicle::ends(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::getAngle(), MSVehicle::getHarmonoise_NoiseEmissions(), MSVehicle::getHBEFA_CO2Emissions(), MSVehicle::getHBEFA_COEmissions(), MSVehicle::getHBEFA_FuelConsumption(), MSVehicle::getHBEFA_HCEmissions(), MSVehicle::getHBEFA_NOxEmissions(), MSVehicle::getHBEFA_PMxEmissions(), MSVehicle::getPosition(), MSVehicle::getPositionOnLane(), MSVehicle::getSpeed(), MSVehicle::getSpeedWithoutTraciInfluence(), MSVehicle::leaveLane(), MSVehicle::moveChecked(), MSVehicle::moveRegardingCritical(), MSVehicle::onRemovalFromNet(), MSVehicle::overlap(), MSVehicle::processNextStop(), and MSVehicle::vsafeCriticalCont().
|
protectedinherited |
The vehicle's list of stops.
Definition at line 939 of file MSVehicle.h.
Referenced by MSVehicle::addPerson(), MSVehicle::addStop(), MSVehicle::addTraciStop(), MSVehicle::getBestLanes(), MSVehicle::hasStops(), MSVehicle::isParking(), MSVehicle::isStopped(), MSVehicle::moveRegardingCritical(), MSVehicle::processNextStop(), MSVehicle::replaceRoute(), and MSVehicle::vsafeCriticalCont().
|
protectedinherited |
This Vehicle's type.
Definition at line 236 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::adaptMaxSpeed(), MSVehicle::enterLaneAtInsertion(), MSVehicle::getAngle(), MSVehicle::getBestLanes(), MSVehicle::getCarFollowModel(), MSVehicle::getHarmonoise_NoiseEmissions(), MSVehicle::getHBEFA_CO2Emissions(), MSVehicle::getHBEFA_COEmissions(), MSVehicle::getHBEFA_FuelConsumption(), MSVehicle::getHBEFA_HCEmissions(), MSVehicle::getHBEFA_NOxEmissions(), MSVehicle::getHBEFA_PMxEmissions(), MSBaseVehicle::getMaxSpeed(), getParameterWindow(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::hasValidRoute(), MSVehicle::processNextStop(), MSVehicle::replaceVehicleType(), and MSVehicle::~MSVehicle().
|
protectedinherited |
The time the vehicle waits (is not faster than 0.1m/s) in seconds.
Definition at line 916 of file MSVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSVehicle::getWaitingSeconds(), MSVehicle::getWaitingTime(), MSVehicle::moveChecked(), and MSVehicle::processNextStop().
|
staticinherited |
associates object types with strings
Definition at line 99 of file GUIGlObject.h.