![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Changes the wished vehicle speed / lanes. More...
#include <MSVehicle.h>
Data Structures | |
struct | GapControlState |
Container for state and parameters of the gap control. More... | |
class | GapControlVehStateListener |
A static instance of this class in GapControlState deactivates gap control for vehicles whose reference vehicle is removed from the road network. More... | |
Public Member Functions | |
void | activateGapController (double originalTau, double newTimeHeadway, double newSpaceHeadway, double duration, double changeRate, double maxDecel, MSVehicle *refVeh=nullptr) |
Activates the gap control with the given parameters,. More... | |
void | adaptLaneTimeLine (int indexShift) |
Adapts lane timeline when moving to a new lane and the lane index changes. More... | |
double | changeRequestRemainingSeconds (const SUMOTime currentTime) const |
Return the remaining number of seconds of the current laneTimeLine assuming one exists. More... | |
bool | considerSafeVelocity () const |
Returns whether safe velocities shall be considered. More... | |
void | deactivateGapController () |
Deactivates the gap control. More... | |
double | gapControlSpeed (SUMOTime currentTime, const SUMOVehicle *veh, double speed, double vSafe, double vMin, double vMax) |
Applies gap control logic on the speed. More... | |
bool | getEmergencyBrakeRedLight () const |
Returns whether red lights shall be a reason to brake. More... | |
int | getLaneChangeMode () const |
return the current lane change mode More... | |
SUMOTime | getLaneTimeLineDuration () |
SUMOTime | getLaneTimeLineEnd () |
SUMOTime | getLastAccessTimeStep () const |
double | getLatDist () const |
double | getOriginalSpeed () const |
Returns the originally longitudinal speed to use. More... | |
bool | getRespectJunctionPriority () const |
Returns whether junction priority rules shall be respected. More... | |
SUMOAbstractRouter< MSEdge, SUMOVehicle > & | getRouterTT () const |
int | getRoutingMode () const |
return the current routing mode More... | |
int | getSignals () const |
int | getSpeedMode () const |
return the current speed mode More... | |
bool | ignoreOverlap () const |
double | implicitDeltaPosRemote (const MSVehicle *veh) |
return the change in longitudinal position that is implicit in the new remote position More... | |
double | implicitSpeedRemote (const MSVehicle *veh, double oldSpeed) |
return the speed that is implicit in the new remote position More... | |
int | influenceChangeDecision (const SUMOTime currentTime, const MSEdge ¤tEdge, const int currentLaneIndex, int state) |
Applies stored LaneChangeMode information and laneTimeLine. More... | |
Influencer () | |
Constructor. More... | |
double | influenceSpeed (SUMOTime currentTime, double speed, double vSafe, double vMin, double vMax) |
Applies stored velocity information on the speed to use. More... | |
bool | isRemoteAffected (SUMOTime t) const |
bool | isRemoteControlled () const |
void | postProcessRemoteControl (MSVehicle *v) |
void | resetLatDist () |
void | setLaneChangeMode (int value) |
Sets lane changing behavior. More... | |
void | setLaneTimeLine (const std::vector< std::pair< SUMOTime, int > > &laneTimeLine) |
Sets a new lane timeline. More... | |
void | setRemoteControlled (Position xyPos, MSLane *l, double pos, double posLat, double angle, int edgeOffset, const ConstMSEdgeVector &route, SUMOTime t) |
void | setRoutingMode (int value) |
Sets routing behavior. More... | |
void | setSignals (int signals) |
void | setSpeedMode (int speedMode) |
Sets speed-constraining behaviors. More... | |
void | setSpeedTimeLine (const std::vector< std::pair< SUMOTime, double > > &speedTimeLine) |
Sets a new velocity timeline. More... | |
void | setSublaneChange (double latDist) |
Sets a new sublane-change request. More... | |
~Influencer () | |
Destructor. More... | |
Static Public Member Functions | |
static void | cleanup () |
Static cleanup. More... | |
static void | init () |
Static initalization. More... | |
Private Attributes | |
bool | myConsiderMaxAcceleration |
Whether the maximum acceleration shall be regarded. More... | |
bool | myConsiderMaxDeceleration |
Whether the maximum deceleration shall be regarded. More... | |
bool | myConsiderSafeVelocity |
Whether the safe velocity shall be regarded. More... | |
bool | myEmergencyBrakeRedLight |
Whether red lights are a reason to brake. More... | |
std::shared_ptr< GapControlState > | myGapControlState |
The gap control state. More... | |
std::vector< std::pair< SUMOTime, int > > | myLaneTimeLine |
The lane usage time line to apply. More... | |
SUMOTime | myLastRemoteAccess |
double | myLatDist |
The requested lateral change. More... | |
double | myOriginalSpeed |
The velocity before influence. More... | |
double | myRemoteAngle |
int | myRemoteEdgeOffset |
MSLane * | myRemoteLane |
double | myRemotePos |
double | myRemotePosLat |
ConstMSEdgeVector | myRemoteRoute |
Position | myRemoteXYPos |
bool | myRespectJunctionPriority |
Whether the junction priority rules are respected. More... | |
int | myRoutingMode |
routing mode (see TraCIConstants.h) More... | |
bool | mySpeedAdaptationStarted |
Whether influencing the speed has already started. More... | |
std::vector< std::pair< SUMOTime, double > > | mySpeedTimeLine |
The velocity time line to apply. More... | |
TraciLaneChangePriority | myTraciLaneChangePriority |
flags for determining the priority of traci lane change requests More... | |
int | myTraCISignals |
Flags for managing conflicts between the laneChangeModel and TraCI laneTimeLine | |
LaneChangeMode | myStrategicLC |
lane changing which is necessary to follow the current route More... | |
LaneChangeMode | myCooperativeLC |
lane changing with the intent to help other vehicles More... | |
LaneChangeMode | mySpeedGainLC |
lane changing to travel with higher speed More... | |
LaneChangeMode | myRightDriveLC |
changing to the rightmost lane More... | |
LaneChangeMode | mySublaneLC |
changing to the prefered lateral alignment More... | |
Changes the wished vehicle speed / lanes.
The class is used for passing velocities or velocity profiles obtained via TraCI to the vehicle. The speed adaptation is controlled by the stored speedTimeLine Additionally, the variables myConsiderSafeVelocity, myConsiderMaxAcceleration, and myConsiderMaxDeceleration control whether the safe velocity, the maximum acceleration, and the maximum deceleration have to be regarded.
Furthermore this class is used to affect lane changing decisions according to LaneChangeMode and any given laneTimeLine
Definition at line 1358 of file MSVehicle.h.
MSVehicle::Influencer::Influencer | ( | ) |
Constructor.
Definition at line 352 of file MSVehicle.cpp.
MSVehicle::Influencer::~Influencer | ( | ) |
Destructor.
Definition at line 374 of file MSVehicle.cpp.
void MSVehicle::Influencer::activateGapController | ( | double | originalTau, |
double | newTimeHeadway, | ||
double | newSpaceHeadway, | ||
double | duration, | ||
double | changeRate, | ||
double | maxDecel, | ||
MSVehicle * | refVeh = nullptr |
||
) |
Activates the gap control with the given parameters,.
Definition at line 393 of file MSVehicle.cpp.
References myGapControlState.
Referenced by libsumo::Vehicle::openGap(), and MSDevice_ToC::requestToC().
void MSVehicle::Influencer::adaptLaneTimeLine | ( | int | indexShift | ) |
Adapts lane timeline when moving to a new lane and the lane index changes.
[in] | indexShift | The change in laneIndex |
Definition at line 414 of file MSVehicle.cpp.
References myLaneTimeLine.
Referenced by MSVehicle::enterLaneAtMove().
double MSVehicle::Influencer::changeRequestRemainingSeconds | ( | const SUMOTime | currentTime | ) | const |
Return the remaining number of seconds of the current laneTimeLine assuming one exists.
[in] | currentTime | The current simulation time |
Definition at line 750 of file MSVehicle.cpp.
References myLaneTimeLine, and STEPS2TIME.
Referenced by MSLCM_LC2013::_wantsChange(), and MSLCM_SL2015::_wantsChangeSublane().
|
static |
Static cleanup.
Definition at line 382 of file MSVehicle.cpp.
References MSVehicle::Influencer::GapControlState::cleanup().
Referenced by MSNet::cleanupStatic().
|
inline |
Returns whether safe velocities shall be considered.
Definition at line 1537 of file MSVehicle.h.
Referenced by MSVehicle::planMoveInternal().
void MSVehicle::Influencer::deactivateGapController | ( | ) |
Deactivates the gap control.
Definition at line 401 of file MSVehicle.cpp.
References myGapControlState.
Referenced by libsumo::Vehicle::deactivateGapControl(), and MSDevice_ToC::setState().
double MSVehicle::Influencer::gapControlSpeed | ( | SUMOTime | currentTime, |
const SUMOVehicle * | veh, | ||
double | speed, | ||
double | vSafe, | ||
double | vMin, | ||
double | vMax | ||
) |
Applies gap control logic on the speed.
The given speed is assumed to be the non-influenced speed from longitudinal control. It is stored for further usage in "myOriginalSpeed".
[in] | currentTime | The current simulation time |
[in] | veh | The controlled vehicle |
[in] | speed | The undisturbed speed |
[in] | vSafe | The safe velocity |
[in] | vMin | The minimum velocity |
[in] | vMax | The maximum simulation time |
Definition at line 502 of file MSVehicle.cpp.
References DEBUG_COND2, MSCFModel::followSpeed(), MSVehicleType::getCarFollowModel(), MSVehicle::getDistanceToPosition(), MSBaseVehicle::getEdge(), MSCFModel::getHeadwayTime(), MSVehicle::getLeader(), MSBaseVehicle::getLength(), MSVehicleType::getMinGap(), MSVehicle::getPositionOnLane(), SUMOTrafficObject::getSpeed(), MSVehicle::getSpeed(), MSBaseVehicle::getVehicleType(), MAX2(), MIN2(), myConsiderMaxAcceleration, myConsiderMaxDeceleration, myConsiderSafeVelocity, myGapControlState, POSITION_EPS, MSCFModel::setHeadwayTime(), and TS.
Referenced by MSVehicle::planMoveInternal().
|
inline |
Returns whether red lights shall be a reason to brake.
Definition at line 1531 of file MSVehicle.h.
Referenced by MSVehicle::ignoreRed(), and MSVehicle::processLaneAdvances().
int MSVehicle::Influencer::getLaneChangeMode | ( | ) | const |
return the current lane change mode
Definition at line 437 of file MSVehicle.cpp.
References myCooperativeLC, myRightDriveLC, mySpeedGainLC, myStrategicLC, mySublaneLC, and myTraciLaneChangePriority.
Referenced by MSDevice_ToC::deactivateDeliberateLCs(), and libsumo::Vehicle::getLaneChangeMode().
SUMOTime MSVehicle::Influencer::getLaneTimeLineDuration | ( | ) |
Definition at line 447 of file MSVehicle.cpp.
References myLaneTimeLine.
Referenced by MSLaneChanger::changeOpposite().
SUMOTime MSVehicle::Influencer::getLaneTimeLineEnd | ( | ) |
Definition at line 460 of file MSVehicle.cpp.
References myLaneTimeLine.
|
inline |
Definition at line 1565 of file MSVehicle.h.
References MSVehicle::isRemoteControlled().
Referenced by MSVehicle::wasRemoteControlled().
|
inline |
Definition at line 1589 of file MSVehicle.h.
Referenced by MSLCM_SL2015::checkBlocking(), MSAbstractLaneChangeModel::checkTraCICommands(), and MSLCM_SL2015::keepLatGap().
double MSVehicle::Influencer::getOriginalSpeed | ( | ) | const |
Returns the originally longitudinal speed to use.
Definition at line 649 of file MSVehicle.cpp.
References myOriginalSpeed, and mySpeedTimeLine.
Referenced by MSVehicle::getSpeedWithoutTraciInfluence().
|
inline |
Returns whether junction priority rules shall be respected.
Definition at line 1523 of file MSVehicle.h.
Referenced by MSLaneChanger::changeOpposite(), MSVehicle::checkRewindLinkLanes(), and MSVehicle::processLinkApproaches().
SUMOAbstractRouter< MSEdge, SUMOVehicle > & MSVehicle::Influencer::getRouterTT | ( | ) | const |
Definition at line 896 of file MSVehicle.cpp.
References MSNet::getInstance(), MSRoutingEngine::getRouterTT(), MSNet::getRouterTT(), and myRoutingMode.
Referenced by libsumo::Vehicle::changeTarget(), MSVehicle::rerouteParkingArea(), and libsumo::Vehicle::rerouteTraveltime().
|
inline |
return the current routing mode
Definition at line 1469 of file MSVehicle.h.
References MSVehicle::influenceChangeDecision().
Referenced by libsumo::Vehicle::getRoutingMode().
|
inline |
Definition at line 1585 of file MSVehicle.h.
Referenced by MSVehicle::setBlinkerInformation().
int MSVehicle::Influencer::getSpeedMode | ( | ) | const |
return the current speed mode
Definition at line 427 of file MSVehicle.cpp.
References myConsiderMaxAcceleration, myConsiderMaxDeceleration, myConsiderSafeVelocity, myEmergencyBrakeRedLight, and myRespectJunctionPriority.
Referenced by libsumo::Vehicle::getSpeedMode().
|
inline |
Definition at line 1597 of file MSVehicle.h.
References MSVehicle::LCP_ALWAYS.
Referenced by MSLCM_SL2015::checkBlocking().
double MSVehicle::Influencer::implicitDeltaPosRemote | ( | const MSVehicle * | veh | ) |
return the change in longitudinal position that is implicit in the new remote position
Definition at line 875 of file MSVehicle.cpp.
References DIST2SPEED, Position::distanceTo2D(), MSVehicle::getDistanceToPosition(), MSLane::getEdge(), MSBaseVehicle::getMaxSpeed(), MSVehicle::getPosition(), myRemoteLane, myRemotePos, and myRemoteXYPos.
Referenced by MSVehicle::updateState().
double MSVehicle::Influencer::implicitSpeedRemote | ( | const MSVehicle * | veh, |
double | oldSpeed | ||
) |
return the speed that is implicit in the new remote position
Definition at line 848 of file MSVehicle.cpp.
References DIST2SPEED, Position::distanceTo2D(), MSVehicle::getCarFollowModel(), MSVehicle::getDistanceToPosition(), MSLane::getEdge(), MSVehicle::getLane(), MSVehicleType::getMaxSpeed(), MSVehicle::getPosition(), MSLane::getVehicleMaxSpeed(), MSBaseVehicle::getVehicleType(), Position::INVALID, MAX2(), MIN2(), MSCFModel::minNextSpeedEmergency(), myConsiderMaxDeceleration, myRemoteLane, myRemotePos, and myRemoteXYPos.
Referenced by MSVehicle::processTraCISpeedControl().
int MSVehicle::Influencer::influenceChangeDecision | ( | const SUMOTime | currentTime, |
const MSEdge & | currentEdge, | ||
const int | currentLaneIndex, | ||
int | state | ||
) |
Applies stored LaneChangeMode information and laneTimeLine.
[in] | currentTime | The current simulation time |
[in] | currentEdge | The current edge the vehicle is on |
[in] | currentLaneIndex | The index of the lane the vehicle is currently on |
[in] | state | The LaneChangeAction flags as computed by the laneChangeModel |
Definition at line 655 of file MSVehicle.cpp.
References MSEdge::getLanes(), MSVehicle::LC_ALWAYS, MSVehicle::LC_NEVER, MSVehicle::LC_NOCONFLICT, LCA_BLOCKED, LCA_COOPERATIVE, LCA_KEEPRIGHT, LCA_LEFT, LCA_OVERLAPPING, LCA_RIGHT, LCA_SPEEDGAIN, LCA_STAY, LCA_STRATEGIC, LCA_SUBLANE, LCA_TRACI, LCA_URGENT, LCA_WANTS_LANECHANGE_OR_STAY, MSVehicle::LCP_ALWAYS, MSVehicle::LCP_NOOVERLAP, MSVehicle::LCP_OPPORTUNISTIC, myCooperativeLC, myLaneTimeLine, myLatDist, myRightDriveLC, mySpeedGainLC, myStrategicLC, mySublaneLC, myTraciLaneChangePriority, MSVehicle::REQUEST_HOLD, MSVehicle::REQUEST_LEFT, MSVehicle::REQUEST_NONE, MSVehicle::REQUEST_RIGHT, time2string(), toString(), and WRITE_WARNING.
Referenced by MSVehicle::influenceChangeDecision().
double MSVehicle::Influencer::influenceSpeed | ( | SUMOTime | currentTime, |
double | speed, | ||
double | vSafe, | ||
double | vMin, | ||
double | vMax | ||
) |
Applies stored velocity information on the speed to use.
The given speed is assumed to be the non-influenced speed from longitudinal control. It is stored for further usage in "myOriginalSpeed".
[in] | currentTime | The current simulation time |
[in] | speed | The undisturbed speed |
[in] | vSafe | The safe velocity |
[in] | vMin | The minimum velocity |
[in] | vMax | The maximum simulation time |
Definition at line 470 of file MSVehicle.cpp.
References DELTA_T, MAX2(), MIN2(), myConsiderMaxAcceleration, myConsiderMaxDeceleration, myConsiderSafeVelocity, myOriginalSpeed, mySpeedAdaptationStarted, mySpeedTimeLine, and STEPS2TIME.
Referenced by MSVehicle::planMoveInternal(), and MSVehicle::processTraCISpeedControl().
|
static |
Static initalization.
Definition at line 377 of file MSVehicle.cpp.
References MSVehicle::Influencer::GapControlState::init().
Referenced by MSNet::initStatic().
bool MSVehicle::Influencer::isRemoteAffected | ( | SUMOTime | t | ) | const |
Definition at line 798 of file MSVehicle.cpp.
References myLastRemoteAccess, and TIME2STEPS.
Referenced by MSLane::detectCollisionBetween(), MSVehicle::getPosition(), and MSLane::handleCollisionBetween().
bool MSVehicle::Influencer::isRemoteControlled | ( | ) | const |
Definition at line 792 of file MSVehicle.cpp.
References MSNet::getCurrentTimeStep(), MSNet::getInstance(), and myLastRemoteAccess.
Referenced by MSVehicle::isRemoteControlled(), MSVehicle::processTraCISpeedControl(), and MSVehicle::updateState().
void MSVehicle::Influencer::postProcessRemoteControl | ( | MSVehicle * | v | ) |
Definition at line 803 of file MSVehicle.cpp.
References MSRoute::begin(), MSVehicle::drawOutsideNetwork(), MSLane::forceVehicleInsertion(), GeomHelper::fromNaviDegree(), MSBaseVehicle::getDeparture(), MSVehicle::getLane(), MSLane::getLength(), MSVehicleType::getMaxSpeed(), MSBaseVehicle::getRoute(), MSVehicle::getSpeed(), MSBaseVehicle::getVehicleType(), MSVehicleType::getWidth(), MSLane::getWidth(), MSVehicle::isOnRoad(), MSVehicle::myAcceleration, MSBaseVehicle::myCurrEdge, MSVehicle::State::myPreviousSpeed, myRemoteAngle, myRemoteEdgeOffset, myRemoteLane, myRemotePos, myRemotePosLat, myRemoteRoute, myRemoteXYPos, MSVehicle::State::mySpeed, MSVehicle::myState, MSBaseVehicle::NOT_YET_DEPARTED, MSMoveReminder::NOTIFICATION_DEPARTED, MSMoveReminder::NOTIFICATION_TELEPORT, MSMoveReminder::NOTIFICATION_TELEPORT_ARRIVED, MSBaseVehicle::onDepart(), MSVehicle::onRemovalFromNet(), MSVehicle::processTraCISpeedControl(), MSLane::removeVehicle(), MSBaseVehicle::replaceRouteEdges(), MSVehicle::setAngle(), MSVehicle::setBrakingSignals(), MSVehicle::setRemoteState(), SPEED2ACCEL, MSVehicle::updateBestLanes(), and MSVehicle::updateWaitingTime().
|
inline |
Definition at line 1593 of file MSVehicle.h.
Referenced by MSAbstractLaneChangeModel::checkTraCICommands().
void MSVehicle::Influencer::setLaneChangeMode | ( | int | value | ) |
Sets lane changing behavior.
[in] | value | a bitset controlling the different modes |
Definition at line 768 of file MSVehicle.cpp.
References myCooperativeLC, myRightDriveLC, mySpeedGainLC, myStrategicLC, mySublaneLC, and myTraciLaneChangePriority.
Referenced by MSDevice_ToC::deactivateDeliberateLCs(), MSDevice_Bluelight::notifyMove(), MSDevice_ToC::resetDeliberateLCs(), and libsumo::Vehicle::setLaneChangeMode().
void MSVehicle::Influencer::setLaneTimeLine | ( | const std::vector< std::pair< SUMOTime, int > > & | laneTimeLine | ) |
Sets a new lane timeline.
[in] | laneTimeLine | The time line of lanes to use |
Definition at line 408 of file MSVehicle.cpp.
References myLaneTimeLine.
Referenced by libsumo::Vehicle::changeLane(), libsumo::Vehicle::changeLaneRelative(), and MSDevice_ToC::MRMExecutionStep().
void MSVehicle::Influencer::setRemoteControlled | ( | Position | xyPos, |
MSLane * | l, | ||
double | pos, | ||
double | posLat, | ||
double | angle, | ||
int | edgeOffset, | ||
const ConstMSEdgeVector & | route, | ||
SUMOTime | t | ||
) |
Definition at line 779 of file MSVehicle.cpp.
References myLastRemoteAccess, myRemoteAngle, myRemoteEdgeOffset, myRemoteLane, myRemotePos, myRemotePosLat, myRemoteRoute, and myRemoteXYPos.
Referenced by libsumo::Helper::setRemoteControlled().
|
inline |
Sets routing behavior.
[in] | value | an enum value controlling the different modes |
Definition at line 1554 of file MSVehicle.h.
Referenced by libsumo::Vehicle::setRoutingMode().
|
inline |
Definition at line 1581 of file MSVehicle.h.
Referenced by MSVehicle::setBlinkerInformation(), and libsumo::Vehicle::setSignals().
void MSVehicle::Influencer::setSpeedMode | ( | int | speedMode | ) |
Sets speed-constraining behaviors.
[in] | value | a bitset controlling the different modes |
Definition at line 758 of file MSVehicle.cpp.
References myConsiderMaxAcceleration, myConsiderMaxDeceleration, myConsiderSafeVelocity, myEmergencyBrakeRedLight, and myRespectJunctionPriority.
Referenced by MSDevice_Bluelight::notifyMove(), MSCFModel_CC::setParameter(), and libsumo::Vehicle::setSpeedMode().
void MSVehicle::Influencer::setSpeedTimeLine | ( | const std::vector< std::pair< SUMOTime, double > > & | speedTimeLine | ) |
Sets a new velocity timeline.
[in] | speedTimeLine | The time line of speeds to use |
Definition at line 387 of file MSVehicle.cpp.
References mySpeedAdaptationStarted, and mySpeedTimeLine.
Referenced by MSDevice_ToC::MRMExecutionStep(), MSDevice_Bluelight::notifyMove(), libsumo::Vehicle::setSpeed(), and libsumo::Vehicle::slowDown().
void MSVehicle::Influencer::setSublaneChange | ( | double | latDist | ) |
Sets a new sublane-change request.
[in] | latDist | The lateral distance for changing |
Definition at line 422 of file MSVehicle.cpp.
References myLatDist.
Referenced by libsumo::Vehicle::changeSublane(), and MSLaneChangerSublane::startChangeSublane().
|
private |
Whether the maximum acceleration shall be regarded.
Definition at line 1626 of file MSVehicle.h.
Referenced by gapControlSpeed(), getSpeedMode(), influenceSpeed(), and setSpeedMode().
|
private |
Whether the maximum deceleration shall be regarded.
Definition at line 1629 of file MSVehicle.h.
Referenced by gapControlSpeed(), getSpeedMode(), implicitSpeedRemote(), influenceSpeed(), and setSpeedMode().
|
private |
Whether the safe velocity shall be regarded.
Definition at line 1623 of file MSVehicle.h.
Referenced by gapControlSpeed(), getSpeedMode(), influenceSpeed(), and setSpeedMode().
|
private |
lane changing with the intent to help other vehicles
Definition at line 1651 of file MSVehicle.h.
Referenced by getLaneChangeMode(), influenceChangeDecision(), and setLaneChangeMode().
|
private |
Whether red lights are a reason to brake.
Definition at line 1635 of file MSVehicle.h.
Referenced by getSpeedMode(), and setSpeedMode().
|
private |
The gap control state.
Definition at line 1611 of file MSVehicle.h.
Referenced by activateGapController(), deactivateGapController(), and gapControlSpeed().
|
private |
The lane usage time line to apply.
Definition at line 1608 of file MSVehicle.h.
Referenced by adaptLaneTimeLine(), changeRequestRemainingSeconds(), getLaneTimeLineDuration(), getLaneTimeLineEnd(), influenceChangeDecision(), and setLaneTimeLine().
|
private |
Definition at line 1644 of file MSVehicle.h.
Referenced by isRemoteAffected(), isRemoteControlled(), and setRemoteControlled().
|
private |
The requested lateral change.
Definition at line 1617 of file MSVehicle.h.
Referenced by influenceChangeDecision(), and setSublaneChange().
|
private |
The velocity before influence.
Definition at line 1614 of file MSVehicle.h.
Referenced by getOriginalSpeed(), and influenceSpeed().
|
private |
Definition at line 1641 of file MSVehicle.h.
Referenced by postProcessRemoteControl(), and setRemoteControlled().
|
private |
Definition at line 1642 of file MSVehicle.h.
Referenced by postProcessRemoteControl(), and setRemoteControlled().
|
private |
Definition at line 1638 of file MSVehicle.h.
Referenced by implicitDeltaPosRemote(), implicitSpeedRemote(), postProcessRemoteControl(), and setRemoteControlled().
|
private |
Definition at line 1639 of file MSVehicle.h.
Referenced by implicitDeltaPosRemote(), implicitSpeedRemote(), postProcessRemoteControl(), and setRemoteControlled().
|
private |
Definition at line 1640 of file MSVehicle.h.
Referenced by postProcessRemoteControl(), and setRemoteControlled().
|
private |
Definition at line 1643 of file MSVehicle.h.
Referenced by postProcessRemoteControl(), and setRemoteControlled().
|
private |
Definition at line 1637 of file MSVehicle.h.
Referenced by implicitDeltaPosRemote(), implicitSpeedRemote(), postProcessRemoteControl(), and setRemoteControlled().
|
private |
Whether the junction priority rules are respected.
Definition at line 1632 of file MSVehicle.h.
Referenced by getSpeedMode(), and setSpeedMode().
|
private |
changing to the rightmost lane
Definition at line 1655 of file MSVehicle.h.
Referenced by getLaneChangeMode(), influenceChangeDecision(), and setLaneChangeMode().
|
private |
routing mode (see TraCIConstants.h)
Definition at line 1666 of file MSVehicle.h.
Referenced by getRouterTT().
|
private |
Whether influencing the speed has already started.
Definition at line 1620 of file MSVehicle.h.
Referenced by influenceSpeed(), and setSpeedTimeLine().
|
private |
lane changing to travel with higher speed
Definition at line 1653 of file MSVehicle.h.
Referenced by getLaneChangeMode(), influenceChangeDecision(), and setLaneChangeMode().
|
private |
The velocity time line to apply.
Definition at line 1605 of file MSVehicle.h.
Referenced by getOriginalSpeed(), influenceSpeed(), and setSpeedTimeLine().
|
private |
lane changing which is necessary to follow the current route
Definition at line 1649 of file MSVehicle.h.
Referenced by getLaneChangeMode(), influenceChangeDecision(), and setLaneChangeMode().
|
private |
changing to the prefered lateral alignment
Definition at line 1657 of file MSVehicle.h.
Referenced by getLaneChangeMode(), influenceChangeDecision(), and setLaneChangeMode().
|
private |
flags for determining the priority of traci lane change requests
Definition at line 1660 of file MSVehicle.h.
Referenced by getLaneChangeMode(), influenceChangeDecision(), and setLaneChangeMode().
|
private |
Definition at line 1663 of file MSVehicle.h.