![]() |
SUMO - Simulation of Urban MObility
|
Go to the source code of this file.
Macros | |
#define | ACCEL2DIST(x) ((x)*TS*TS) |
#define | ACCEL2SPEED(x) ((x)*TS) |
#define | DIST2SPEED(x) ((x)/TS) |
#define | SIMTIME STEPS2TIME(MSNet::getInstance()->getCurrentTimeStep()) |
#define | SPEED2ACCEL(x) ((x)/TS) |
#define | SPEED2DIST(x) ((x)*TS) |
#define | STEPFLOOR(x) (int(x/DELTA_T)*DELTA_T) |
#define | STEPS2MS(x) (x) |
#define | STEPS2TIME(x) (static_cast<SUMOReal>((x)/1000.)) |
#define | SUMOTime_MAX std::numeric_limits<SUMOTime>::max() |
#define | SUMOTIME_MAXSTRING "9223372036854774" |
#define | SUMOTime_MIN std::numeric_limits<SUMOTime>::min() |
#define | TIME2STEPS(x) (static_cast<SUMOTime>((x)*1000)) |
#define | TS (static_cast<SUMOReal>(DELTA_T/1000.)) |
Typedefs | |
typedef long long int | SUMOTime |
Functions | |
SUMOTime | string2time (const std::string &r) |
std::string | time2string (SUMOTime t) |
Variables | |
SUMOTime | DELTA_T |
Definition in file SUMOTime.h.
Definition at line 59 of file SUMOTime.h.
Referenced by MSCFModel::freeSpeed(), and MSLCM_DK2008::informBlocker().
#define ACCEL2SPEED | ( | x | ) | ((x)*TS) |
Definition at line 61 of file SUMOTime.h.
Referenced by MSCFModel_Kerner::_v(), MSCFModel_Wiedemann::_v(), MSCFModel_IDM::_v(), MSLCM_LC2013::_wantsChange(), MSCFModel::brakeGap(), MSLaneChanger::checkChange(), MSVehicle::checkRewindLinkLanes(), MSCFModel_Krauss::dawdle(), MSCFModel_Daniel1::dawdle(), MSCFModel_SmartSK::dawdle(), MSCFModel_KraussOrig1::dawdle(), MSVehicle::executeMove(), MSCFModel_PWag2009::followSpeed(), MSCFModel::freeSpeed(), MSVehicle::getDeltaPos(), MSCFModel::getSpeedAfterMaxDecel(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informLeader(), MSLCM_SL2015::informLeader(), MSCFModel_Wiedemann::krauss_vsafe(), MSCFModel::maximumSafeStopSpeedEuler(), MSCFModel_KraussPS::maxNextSpeed(), MSCFModel::maxNextSpeed(), MSCFModel::minNextSpeed(), MSCFModel_KraussOrig1::moveHelper(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSCFModel_PWag2009::stopSpeed(), MSCFModel_KraussOrig1::vsafe(), MSLCM_DK2008::wantsChangeToLeft(), and MSLCM_DK2008::wantsChangeToRight().
#define DIST2SPEED | ( | x | ) | ((x)/TS) |
Definition at line 57 of file SUMOTime.h.
Referenced by MSVehicle::executeMove(), MSCFModel::freeSpeed(), MSVehicle::Influencer::implicitDeltaPosVTD(), MSVehicle::Influencer::implicitSpeedVTD(), MSCFModel::maximumSafeStopSpeedEuler(), MSCFModel::speedAfterTime(), MSCFModel_KraussOrig1::vsafe(), and MSPModel_Striping::PState::walk().
#define SIMTIME STEPS2TIME(MSNet::getInstance()->getCurrentTimeStep()) |
Definition at line 70 of file SUMOTime.h.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaders(), MSDevice_Routing::buildVehicleDevices(), MSLaneChangerSublane::change(), MSLCM_SL2015::changed(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeSublane(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSAbstractLaneChangeModel::cleanupShadowLane(), MSVehicle::computeAngle(), MSLaneChanger::continueChange(), MSLCM_SL2015::decideDirection(), MSVehicle::enterLaneAtLaneChange(), MSDevice_BTreceiver::BTreceiverUpdate::enterRange(), MSPModel_Striping::MovePedestrians::execute(), MSVehicle::executeMove(), MSLane::getFollowerOnConsecutive(), MSLane::getFollowersOnConsecutive(), MSVehicle::getLatOffset(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), MSPModel_Striping::getNeighboringObstacles(), MSPModel_Striping::getNextLane(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSLane::getPartialBehind(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSAbstractLaneChangeModel::getShadowLane(), MSLCM_LC2013::informFollower(), MSLCM_LC2013::informLeader(), MSLane::isInsertionSuccess(), MSVehicle::leaveLane(), MSDevice_BTreceiver::BTreceiverUpdate::leaveRange(), MSPModel_Striping::moveInDirection(), MSPModel_Striping::moveInDirectionOnLane(), MSPModel_Striping::PState::moveToNextLane(), MSLCM_LC2013::MSLCM_LC2013(), MSInductLoop::notifyEnter(), MSTriggeredRerouter::notifyEnter(), MSInstantInductLoop::notifyLeave(), MSInstantInductLoop::notifyMove(), MSInductLoop::notifyMove(), MSE3Collector::MSE3LeaveReminder::notifyMove(), MSVehicle::planMoveInternal(), MSLane::planMovements(), MSVehicle::processNextStop(), MSLane::resetPartialOccupation(), MSLane::setPartialOccupation(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::updateBestLanes(), MSVehicle::updateFurtherLanes(), MSAbstractLaneChangeModel::updateShadowLane(), MSDevice_BTreceiver::BTreceiverUpdate::updateVisibility(), and MSPModel_Striping::PState::walk().
#define SPEED2ACCEL | ( | x | ) | ((x)/TS) |
Definition at line 63 of file SUMOTime.h.
Referenced by MSCFModel_PWag2009::followSpeed(), MSLCM_LC2013::informFollower(), MSCFModel_PWag2009::moveHelper(), MSCFModel::passingTime(), MSCFModel_PWag2009::stopSpeed(), and MSVehicle::updateState().
#define SPEED2DIST | ( | x | ) | ((x)*TS) |
Definition at line 55 of file SUMOTime.h.
Referenced by MSCFModel_Kerner::_v(), MSCFModel_IDM::_v(), MSCFModel::brakeGap(), MSLCM_SL2015::checkBlocking(), MSCFModel::freeSpeed(), MSVehicle::getDeltaPos(), MSDevice_Battery::getPropEnergy(), MSLCM_DK2008::informBlocker(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informLeader(), MSLCM_SL2015::informLeader(), MSCFModel_IDM::interactionGap(), MSCFModel::interactionGap(), MSLCM_SL2015::keepLatGap(), MSCFModel_Wiedemann::krauss_vsafe(), MSVehicle::planMoveInternal(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::updateState(), TraCIServerAPI_Vehicle::vtdMap(), and MSPModel_Striping::PState::walk().
Definition at line 67 of file SUMOTime.h.
Referenced by MSVehicleControl::vehicleDeparted().
#define STEPS2MS | ( | x | ) | (x) |
Definition at line 68 of file SUMOTime.h.
Referenced by MSFrame::buildStreams(), and MSAmitranTrajectories::writeVehicle().
#define STEPS2TIME | ( | x | ) | (static_cast<SUMOReal>((x)/1000.)) |
Definition at line 65 of file SUMOTime.h.
Referenced by MSLCM_SL2015::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSDevice_Routing::adaptEdgeEfforts(), PublicTransportEdge< E, L, N, V >::addSchedule(), IntermodalRouter< E, L, N, V >::addSchedule(), MSBaseVehicle::addStops(), CHRouter< E, V, PF >::buildContractionHierarchy(), LogitCalculator< R, E, V >::calculateProbabilities(), MSVehicle::Influencer::changeRequestRemainingSeconds(), MSLaneChanger::checkChange(), MSNet::closeSimulation(), MSInductLoop::collectVehiclesOnDet(), ROJTRRouter::compute(), DijkstraRouterTT< MSEdge, SUMOVehicle, prohibited_withPermissions< MSEdge, SUMOVehicle > >::compute(), DijkstraRouterEffort< MSEdge, SUMOVehicle, prohibited_withPermissions< MSEdge, SUMOVehicle > >::compute(), AStarRouter< MSEdge, SUMOVehicle, prohibited_withPermissions< MSEdge, SUMOVehicle > >::compute(), IntermodalRouter< E, L, N, V >::compute(), MSPerson::MSPersonStage_Walking::computeAverageSpeed(), NBOwnTLDef::computeLogicAndConts(), MSE3Collector::detectorUpdate(), GUIBaseVehicle::drawLinkItem(), GUITLLogicPhasesTrackerWindow::drawValues(), MSE3Collector::enter(), METriggeredCalibrator::execute(), MSCalibrator::execute(), MSVehicle::getAccumulatedWaitingSeconds(), MSAbstractLaneChangeModel::getAngleOffset(), MEVehicle::getAverageSpeed(), MSDevice_Tripinfo::getAvgDepartDelay(), MSDevice_Tripinfo::getAvgDuration(), MSDevice_Tripinfo::getAvgTimeLoss(), MSDevice_Tripinfo::getAvgWaitingTime(), MEVehicle::getBlockTimeSeconds(), GUIMEVehicle::getColorValue(), GUIVehicle::getColorValue(), MEVehicle::getConservativeSpeed(), MSInductLoop::getCurrentOccupancy(), MEVehicle::getCurrentTLSPenaltySeconds(), MEVehicle::getEventTimeSeconds(), MESegment::getEventTimeSeconds(), MSPModel_Striping::PState::getImpatience(), MEVehicle::getLastEntryTimeSeconds(), GUIVehicle::getLastLaneChangeOffset(), GUILane::getLoadedEdgeWeight(), GUICalibrator::getParameterWindow(), CState::getPosition(), GUILane::getStoredEdgeTravelTime(), MSInductLoop::getTimestepsSinceLastDetection(), PublicTransportEdge< E, L, N, V >::getTravelTime(), PedestrianEdge< E, L, N, V >::getTravelTime(), MEVehicle::getWaitingSeconds(), MSTransportable::getWaitingSeconds(), MSVehicle::getWaitingSeconds(), MSLink::getZipperSpeed(), ROMAAssignments::incremental(), MSVehicle::Influencer::influenceSpeed(), MSLCM_SL2015::inform(), MSLCM_LC2013::inform(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informLeader(), MSLCM_SL2015::informLeader(), MSTrafficLightLogic::initMesoTLSPenalties(), GNETLSEditorFrame::initPhaseTable(), MESegment::jamThresholdForSpeed(), MSDevice_BTreceiver::BTreceiverUpdate::leaveRange(), TrajectoriesHandler::myStartElement(), MESegment::newArrival(), MSE3Collector::MSE3EntryReminder::notifyMove(), GNETLSEditorFrame::onCmdDefSwitch(), GNETLSEditorFrame::onCmdPhaseEdit(), MSMeanData_Amitran::openInterval(), MSMeanData::openInterval(), MSLCM_SL2015::patchSpeed(), MSLCM_LC2013::patchSpeed(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), TraCIServerAPI_Vehicle::processSet(), MSEdge::recalcCache(), ROJTRRouter::recomputeCosts(), CHRouterWrapper< E, V, PF >::recomputeCosts(), DijkstraRouterEffort< MSEdge, SUMOVehicle, prohibited_withPermissions< MSEdge, SUMOVehicle > >::recomputeCosts(), DijkstraRouterTT< MSEdge, SUMOVehicle, prohibited_withPermissions< MSEdge, SUMOVehicle > >::recomputeCosts(), AStarRouter< MSEdge, SUMOVehicle, prohibited_withPermissions< MSEdge, SUMOVehicle > >::recomputeCosts(), CHRouter< E, V, PF >::recomputeCosts(), MESegment::recomputeJamThreshold(), ROMAAssignments::resetFlows(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSVehicleControl::scheduleVehicleRemoval(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::stretchLogic(), string2time(), ROMAAssignments::sue(), time2string(), MSCalibrator::totalWished(), GNETLSEditorFrame::updateCycleDuration(), MSMoveReminder::updateDetector(), MSSwarmTrafficLightLogic::updateSensitivities(), GUIApplicationWindow::updateTimeLCD(), MSVehicleControl::vehicleDeparted(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSMeanData_Emissions::MSLaneMeanDataValues::write(), MSMeanData_Harmonoise::MSLaneMeanDataValues::write(), MSMeanData_Net::MSLaneMeanDataValues::write(), SUMOVehicleParameter::Stop::write(), writeInterval(), MSNet::writeOutput(), NWWriter_SUMO::writeSUMOTime(), RORoute::writeXMLDefinition(), MSCalibrator::writeXMLOutput(), MSE2Collector::writeXMLOutput(), MSInductLoop::writeXMLOutput(), and MSE3Collector::writeXMLOutput().
Definition at line 44 of file SUMOTime.h.
Referenced by GUIEdge::addRerouter(), MELoop::checkCar(), NBOwnTLDef::computeLogicAndConts(), NLDetectorBuilder::createEdgeLaneMeanData(), MESegment::getEventTime(), MSCalibrator::init(), SUMORouteLoaderControl::loadNext(), MEVehicle::loadState(), SUMORouteLoader::loadUntil(), MSPModel_Striping::MSPModel_Striping(), SUMOVehicleParserHelper::parseFlowAttributes(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Vehicle::processSet(), MESegment::receive(), RONet::saveAndRemoveRoutesUntil(), and string2time().
#define SUMOTIME_MAXSTRING "9223372036854774" |
Definition at line 46 of file SUMOTime.h.
Referenced by ROMAFrame::addImportOptions(), ROFrame::fillOptions(), and fillOptions().
Definition at line 45 of file SUMOTime.h.
Referenced by MEVehicle::hasArrived(), MEVehicle::loadState(), and MSLink::MSLink().
#define TIME2STEPS | ( | x | ) | (static_cast<SUMOTime>((x)*1000)) |
Definition at line 66 of file SUMOTime.h.
Referenced by MSTLLogicControl::WAUTSwitchProcedure_GSP::adaptLogic(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::adaptLogic(), MSVehicleTransfer::add(), NLHandler::addE2Detector(), NBOwnTLDef::addPedestrianPhases(), NBOwnTLDef::addPedestrianScramble(), NIImporter_SUMO::addPhase(), ODMatrix::applyCurve(), NLHandler::beginE3Detector(), NLBuilder::buildNet(), GUIApplicationWindow::checkGamingEvents(), MSVehicleTransfer::checkInsertions(), PedestrianRouter< E, L, N, V, DijkstraRouterTT< IntermodalEdge< E, L, N, V >, IntermodalTrip< E, N, V >, prohibited_withPermissions< IntermodalEdge< E, L, N, V >, IntermodalTrip< E, N, V > > > >::compute(), IntermodalRouter< E, L, N, V >::compute(), NBOwnTLDef::computeLogicAndConts(), CState::computeTranshipTime(), MSPModel_NonInteracting::PState::computeWalkingTime(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::cutLogic(), GUITLLogicPhasesTrackerWindow::drawValues(), MSActuatedTrafficLightLogic::duration(), METriggeredCalibrator::execute(), MSCalibrator::execute(), MSLane::getCriticalLeader(), MSLane::getLeaderOnConsecutive(), MSLane::getLeadersOnConsecutive(), MSLink::getLeaveTime(), MSCFModel::getMinimalArrivalTime(), MESegment::getNextInsertionTime(), GNETLSEditorFrame::getSUMOTime(), SUMOSAXAttributes::getSUMOTimeReporting(), MESegment::getTimeHeadway(), PublicTransportEdge< E, L, N, V >::getTravelTime(), MSTrafficLightLogic::initMesoTLSPenalties(), NIImporter_SUMO::initTrafficLightLogic(), NIXMLTrafficLightsHandler::initTrafficLightLogic(), MSLane::isInsertionSuccess(), MSTLLogicControl::WAUTSwitchProcedure::isPosAtGSP(), MSVehicle::Influencer::isVTDAffected(), MSActuatedTrafficLightLogic::MSActuatedTrafficLightLogic(), MSOffTrafficLightLogic::MSOffTrafficLightLogic(), NBLoadedTLDef::myCompute(), MESegment::newArrival(), MSDevice_Tripinfo::notifyMove(), MSDevice_Tripinfo::notifyMoveInternal(), GUIParameterTracker::onCmdChangeAggregation(), NIImporter_VISUM::parse_TrafficLights(), GNEAdditionalHandler::parseAndBuildDetectorE2(), GNEAdditionalHandler::parseAndBuildDetectorE3(), SUMOVehicleParserHelper::parseFlowAttributes(), ODMatrix::parseSingleTime(), SUMOVehicleParserHelper::parseVTypeEmbedded(), NBLoadedSUMOTLDef::patchIfCrossingsAdded(), MSVehicle::planMoveInternal(), MSOffTrafficLightLogic::rebuildPhase(), MESegment::receive(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::stretchLogic(), string2time(), MELoop::teleportVehicle(), TraCITestClient::testAPI(), MSTLLogicControl::WAUTSwitchProcedure_GSP::trySwitch(), and MSTLLogicControl::WAUTSwitchProcedure_Stretch::trySwitch().
Definition at line 52 of file SUMOTime.h.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), RONet::checkFlows(), GUIApplicationWindow::checkGamingEvents(), MSLCM_SL2015::checkStrategicChange(), MSE3Collector::detectorUpdate(), MSInsertionControl::determineCandidates(), MSCFModel_IDM::duplicate(), MSCFModel_PWag2009::followSpeed(), MSCFModel_SmartSK::followSpeed(), MSCFModel::freeSpeed(), MSCFModel::gapExtrapolation(), MSInductLoop::getCurrentOccupancy(), MSLink::getZipperSpeed(), MSLCM_LC2013::informFollower(), MSE3Collector::leave(), MSCFModel::maximumSafeStopSpeedBallistic(), MSCFModel::maximumSafeStopSpeedEuler(), MSCFModel_IDM::moveHelper(), MSCFModel_SmartSK::MSCFModel_SmartSK(), MSE3Collector::MSE3EntryReminder::notifyMove(), MSInstantInductLoop::notifyMove(), MSDevice_Tripinfo::notifyMove(), MSDevice_Emissions::notifyMove(), MSMeanData::MeanDataValues::notifyMove(), MSE3Collector::MSE3LeaveReminder::notifyMove(), MSE2Collector::notifyMove(), MSCFModel::passingTime(), MSCFModel::speedAfterTime(), MSCFModel_Krauss::stopSpeed(), MSCFModel_SmartSK::stopSpeed(), MSCFModel_SmartSK::updateMyHeadway(), GUIApplicationWindow::updateTimeLCD(), MSDevice_BTreceiver::BTreceiverUpdate::updateVisibility(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSMeanData_Harmonoise::MSLaneMeanDataValues::write(), and TrajectoriesHandler::writeEmissions().
typedef long long int SUMOTime |
Definition at line 43 of file SUMOTime.h.
SUMOTime string2time | ( | const std::string & | r | ) |
Definition at line 46 of file SUMOTime.cpp.
References STEPS2TIME, SUMOTime_MAX, and TIME2STEPS.
Referenced by ODMatrix::add(), MSDetectorControl::add(), MSDetectorControl::addDetectorAndInterval(), NLHandler::addEdgeLaneMeanData(), NLBuilder::build(), NLBuilder::buildRouteLoaderControl(), MELoop::buildSegmentsFor(), NLTriggerBuilder::buildVaporizer(), MSDevice_Routing::buildVehicleDevices(), MSFrame::checkOptions(), MSNet::closeBuilding(), MSRouteHandler::closeFlow(), RORouteHandler::closeFlow(), MSRouteHandler::closeVehicle(), RORouteHandler::closeVehicle(), computeRoutes(), MSPhaseDefinition::init(), GUISettingsHandler::loadBreakpoints(), main(), MSNet::MSNet(), MSPModel_Striping::MSPModel_Striping(), MSVehicleControl::MSVehicleControl(), SUMORouteHandler::myEndElement(), MSStateHandler::myStartElement(), GUIDialog_Breakpoints::onCmdEditTable(), ROLoader::openRoutes(), TraCIServer::openSocket(), SUMOVehicleParameter::parseDepart(), TraCIServer::processCommandsUntilSimStep(), readDetectorFlows(), MSDevice_Routing::reroute(), GUILoadThread::run(), TraCITestClient::run(), GNEDetectorE2::setAttribute(), GNECalibrator::setAttribute(), MSFrame::setMSGlobals(), and startComputation().
std::string time2string | ( | SUMOTime | t | ) |
Definition at line 59 of file SUMOTime.cpp.
References OUTPUT_ACCURACY, and STEPS2TIME.
Referenced by MSVehicleTransfer::add(), GUIRunThread::begin(), MSPerson::MSPersonStage_Walking::beginEventOutput(), MSContainer::MSContainerStage_Tranship::beginEventOutput(), MSTransportable::Stage_Waiting::beginEventOutput(), MSTransportable::Stage_Driving::beginEventOutput(), NLBuilder::build(), CHRouter< E, V, PF >::buildContractionHierarchy(), NLBuilder::buildNet(), MSSwarmTrafficLightLogic::calculateEtaDiff(), MSSwarmTrafficLightLogic::calculateEtaRatio(), MSDeterministicHiLevelTrafficLightLogic::canRelease(), MSSOTLPolicyBasedTrafficLightLogic::canRelease(), MSSwarmTrafficLightLogic::canRelease(), MELoop::changeSegment(), GUIApplicationWindow::checkGamingEvents(), MSVehicleTransfer::checkInsertions(), NBOwnTLDef::computeLogicAndConts(), computeRoutes(), MSDeterministicHiLevelTrafficLightLogic::decideNextPhase(), MSSOTLPolicyBasedTrafficLightLogic::decideNextPhase(), MSSOTLPolicy::decideNextPhase(), MSSwarmTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decidePolicy(), MSSwarmTrafficLightLogic::decidePolicy(), GUIParameterTracker::GUIParameterTrackerPanel::drawValue(), GUITLLogicPhasesTrackerWindow::drawValues(), GUIDialog_Breakpoints::encode2TXT(), MSPerson::MSPersonStage_Walking::endEventOutput(), MSContainer::MSContainerStage_Tranship::endEventOutput(), MSTransportable::Stage_Waiting::endEventOutput(), MSTransportable::Stage_Driving::endEventOutput(), METriggeredCalibrator::execute(), MSCalibrator::execute(), Command_SaveTLSState::execute(), Command_SaveTLSSwitchStates::execute(), Command_SaveTLSSwitches::execute(), MSVTypeProbe::execute(), MSVehicle::executeMove(), MSLane::executeMovements(), MSDevice_Vehroutes::generateOutput(), MSDevice_Tripinfo::generateOutput(), GNEDetectorE2::getAttribute(), GNECalibrator::getAttribute(), MSE2Collector::getEstimateQueueLength(), IntermodalTrip< E, N, V >::getID(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForInputLanes(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForOutputLanes(), MSPModel_Striping::getNextLane(), GUICalibrator::getParameterWindow(), GUIMEVehicle::getParameterWindow(), GUIVehicle::getParameterWindow(), MSSwarmTrafficLightLogic::getPheromoneForInputLanes(), MSSwarmTrafficLightLogic::getPheromoneForOutputLanes(), GUIVehicle::getStopInfo(), MSLane::handleCollisionBetween(), GUIApplicationWindow::handleEvent_SimulationEnded(), ROMAAssignments::incremental(), MSVehicle::Influencer::influenceChangeDecision(), MSEdge::insertVehicle(), MSSOTLTrafficLightLogic::isThresholdPassed(), MSVehicle::leaveLane(), GUIRunThread::makeStep(), MSPModel_Striping::moveInDirectionOnLane(), MSLaneSpeedTrigger::myStartElement(), MSCalibrator::VehicleRemover::notifyEnter(), MSE2Collector::notifyMove(), ROLoader::openRoutes(), MSNet::postSimStepOutput(), MSNet::preSimStepOutput(), MSAbstractLaneChangeModel::primaryLaneChanged(), ROLoader::processRoutes(), GUIDialog_Breakpoints::rebuildList(), MSPerson::MSPersonStage_Walking::routeOutput(), MSTransportable::Stage_Waiting::routeOutput(), MSContainer::routeOutput(), MSPerson::routeOutput(), MSStateHandler::saveState(), MSBaseVehicle::saveState(), MSNet::simulate(), MSNet::simulationStep(), MSLane::succLinkSec(), MELoop::teleportVehicle(), MSContainer::MSContainerStage_Driving::tripInfoOutput(), MSPerson::MSPersonStage_Walking::tripInfoOutput(), MSContainer::MSContainerStage_Tranship::tripInfoOutput(), MSTransportable::Stage_Waiting::tripInfoOutput(), MSPerson::MSPersonStage_Driving::tripInfoOutput(), MSContainer::tripInfoOutput(), MSPerson::tripInfoOutput(), MSSOTLTrafficLightLogic::trySwitch(), MSSOTLTrafficLightLogic::updateDecayThreshold(), MSSwarmTrafficLightLogic::updatePheromoneLevels(), MSSwarmTrafficLightLogic::updateSensitivities(), MSAbstractLaneChangeModel::updateShadowLane(), MSPModel_Striping::PState::walk(), MSQueueExport::write(), MSBatteryExport::write(), MSEmissionExport::write(), MSFullExport::write(), MSFCDExport::write(), MSXMLRawOut::write(), ODMatrix::write(), SUMOVehicleParameter::write(), GNEDetectorE2::writeAdditional(), GNECalibrator::writeAdditional(), MSLink::writeApproaching(), RODFDetector::writeEmitterDefinition(), ODMatrix::writeFlows(), writeInterval(), MSNet::writeOutput(), RODFDetector::writeSingleSpeedTrigger(), ROLoader::writeStats(), TrajectoriesHandler::writeXMLEmissions(), MEInductLoop::writeXMLOutput(), MSRouteProbe::writeXMLOutput(), MSCalibrator::writeXMLOutput(), MSE2Collector::writeXMLOutput(), MSE3Collector::writeXMLOutput(), and MSDevice_Vehroutes::writeXMLRoute().
SUMOTime DELTA_T |
Definition at line 39 of file SUMOTime.cpp.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSDevice_Routing::adaptEdgeEfforts(), MSTransportableControl::add(), GUITLLogicPhasesTrackerWindow::addValue(), MSTransportableControl::boardAnyWaiting(), MSFrame::buildStreams(), MSInsertionControl::checkCandidates(), MSLaneChanger::checkChange(), RONet::checkFlows(), GUIApplicationWindow::checkGamingEvents(), NLJunctionControlBuilder::closeTrafficLightLogic(), MSVehicleControl::computeRandomDepartOffset(), MSSOTLTrafficLightLogic::computeReturnTime(), MSSwarmTrafficLightLogic::computeReturnTime(), MSLane::detectCollisionBetween(), MSE2Collector::detectorUpdate(), MSMeanData::detectorUpdate(), MSInsertionControl::determineCandidates(), TraCIServer::dispatchCommand(), METriggeredCalibrator::execute(), MSCalibrator::execute(), Command_SaveTLSState::execute(), Command_SaveTLSSwitchStates::execute(), Command_SaveTLSSwitches::execute(), MSEventControl::execute(), MSDevice_BTreceiver::BTreceiverUpdate::execute(), MSPModel_Striping::MovePedestrians::execute(), MSVehicle::executeMove(), MSDevice_Tripinfo::generateOutput(), TrackerValueDesc::getAggregationSpan(), MEVehicle::getConservativeSpeed(), MSInductLoop::getCurrentLength(), MSInductLoop::getCurrentOccupancy(), MSInductLoop::getCurrentPassedNumber(), MSInductLoop::getCurrentSpeed(), MSInductLoop::getCurrentVehicleIDs(), MSVehicle::Influencer::influenceSpeed(), GUIRunThread::makeStep(), MSPModel_Striping::MSPModel_Striping(), MSRailSignal::MSRailSignal(), MSDevice_Tripinfo::notifyMove(), MSVehicleContainer::DepartFinder::operator()(), GNEAdditionalHandler::parseAndBuildCalibrator(), NLTriggerBuilder::parseAndBuildCalibrator(), SUMOVehicleParserHelper::parseVTypeEmbedded(), MSVehicle::planMoveInternal(), MSNet::postSimStepOutput(), MSDevice_Routing::preInsertionReroute(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Simulation::processGet(), MSVehicle::processNextStop(), TraCIServerAPI_Vehicle::processSet(), TrackerValueDesc::setAggregationSpan(), MSFrame::setMSGlobals(), MSTLLogicControl::TLSLogicVariants::setStateInstantiatingOnline(), MSTransportableControl::setWaitEnd(), MELoop::simulate(), MSNet::simulationStep(), MSAbstractLaneChangeModel::startLaneChangeManeuver(), MSInsertionControl::tryInsert(), MSOffTrafficLightLogic::trySwitch(), MSRailSignal::trySwitch(), MSAbstractLaneChangeModel::unchanged(), MSLaneChanger::updateChanger(), MSAbstractLaneChangeModel::updateCompletion(), MSRailCrossing::updateCurrentPhase(), MSRailSignal::updateCurrentPhase(), GUIApplicationWindow::updateTimeLCD(), MSPModel_Striping::PState::walk(), ODMatrix::write(), MSNet::writeOutput(), and MSMeanData::writeXMLOutput().