Home
last modified time | relevance | path

Searched refs:accumulatedTimeLoss (Results 1 – 3 of 3) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSDelayBasedTrafficLightLogic.cpp136 … if (iv->accumulatedTimeLoss > myTimeLossThreshold && iv->distToDetectorEnd > 0) { in proposeProlongation()
147 … std::cout << "vehicle '" << iv->id << "' with accumulated timeloss: " << iv->accumulatedTimeLoss in proposeProlongation()
150 …std::string reason = iv->accumulatedTimeLoss <= myTimeLossThreshold ? " (time loss below threshold… in proposeProlongation()
151 …ed: (vehicle '" << iv->id << "' with accumulated timeloss " << iv->accumulatedTimeLoss << ")" << r… in proposeProlongation()
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE2Collector.h103 accumulatedTimeLoss(0.), in VehicleInfo()
138 double accumulatedTimeLoss; member
H A DMSE2Collector.cpp986 vi->accumulatedTimeLoss += mni->timeLoss;