Home
last modified time | relevance | path

Searched refs:SUMO_TAG_CHARGING_STATION (Results 1 – 18 of 18) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/trigger/
H A DMSChargingStation.cpp52 …eter " + toString(SUMO_ATTR_CHARGINGPOWER) + " for " + toString(SUMO_TAG_CHARGING_STATION) + " wit… in MSChargingStation()
58 …rameter " + toString(SUMO_ATTR_EFFICIENCY) + " for " + toString(SUMO_TAG_CHARGING_STATION) + " wit… in MSChargingStation()
64 …ameter " + toString(SUMO_ATTR_CHARGEDELAY) + " for " + toString(SUMO_TAG_CHARGING_STATION) + " wit… in MSChargingStation()
70 …WRITE_WARNING(toString(SUMO_TAG_CHARGING_STATION) + " with ID = " + getID() + " doesn't have a val… in MSChargingStation()
106 …"New " + toString(SUMO_ATTR_CHARGINGPOWER) + " for " + toString(SUMO_TAG_CHARGING_STATION) + " wit… in setChargingPower()
116 …NG("New " + toString(SUMO_ATTR_EFFICIENCY) + " for " + toString(SUMO_TAG_CHARGING_STATION) + " wit… in setEfficency()
132 …G("New " + toString(SUMO_ATTR_CHARGEDELAY) + " for " + toString(SUMO_TAG_CHARGING_STATION) + " wit… in setChargeDelay()
193 output.openTag(SUMO_TAG_CHARGING_STATION); in writeChargingStationOutput()
/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEAdditionalHandler.cpp176 case SUMO_TAG_CHARGING_STATION: in buildAdditional()
306 if (viewNet->getNet()->retrieveAdditional(SUMO_TAG_CHARGING_STATION, id, false) == nullptr) { in buildChargingStation()
309 viewNet->getUndoList()->p_begin("add " + toString(SUMO_TAG_CHARGING_STATION)); in buildChargingStation()
1838 …AttributeCarrier::parseAttributeFromXML<std::string>(attrs, "", SUMO_TAG_CHARGING_STATION, SUMO_AT… in parseAndBuildChargingStation()
1839 …AttributeCarrier::parseAttributeFromXML<std::string>(attrs, id, SUMO_TAG_CHARGING_STATION, SUMO_AT… in parseAndBuildChargingStation()
1842 …AttributeCarrier::parseAttributeFromXML<std::string>(attrs, id, SUMO_TAG_CHARGING_STATION, SUMO_AT… in parseAndBuildChargingStation()
1844 …= GNEAttributeCarrier::parseAttributeFromXML<double>(attrs, id, SUMO_TAG_CHARGING_STATION, SUMO_AT… in parseAndBuildChargingStation()
1851 …t = GNEAttributeCarrier::parseAttributeFromXML<bool>(attrs, id, SUMO_TAG_CHARGING_STATION, GNE_ATT… in parseAndBuildChargingStation()
1858 … if (viewNet->getNet()->retrieveAdditional(SUMO_TAG_CHARGING_STATION, id, false) != nullptr) { in parseAndBuildChargingStation()
1859 …WRITE_WARNING("There is another " + toString(SUMO_TAG_CHARGING_STATION) + " with the same ID='" + … in parseAndBuildChargingStation()
[all …]
H A DGNEChargingStation.cpp41 …GNEStoppingPlace(id, viewNet, GLO_CHARGING_STATION, SUMO_TAG_CHARGING_STATION, lane, startPos, end… in GNEChargingStation()
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_Battery.cpp129 …tInstance()->getStoppingPlaceID(veh.getLane(), veh.getPositionOnLane(), SUMO_TAG_CHARGING_STATION); in notifyMove()
134 …ingStation*>(MSNet::getInstance()->getStoppingPlace(chargingStationID, SUMO_TAG_CHARGING_STATION)); in notifyMove()
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEStopFrame.cpp366 …(objectsUnderCursor.getAdditionalFront()->getTagProperty().getTag() == SUMO_TAG_CHARGING_STATION) { in addStop()
392 } else if (stopTag != SUMO_TAG_CHARGING_STATION) { in addStop()
/dports/cad/sumo/sumo-1.2.0/src/guinetload/
H A DGUITriggerBuilder.cpp111 if (!net.addStoppingPlace(SUMO_TAG_CHARGING_STATION, chargingStation)) { in buildChargingStation()
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNERouteHandler.cpp186 …stoppingPlace = viewNet->getNet()->retrieveAdditional(SUMO_TAG_CHARGING_STATION, stopParameters.ch… in buildStop()
444 …GNEAdditional* cs = myViewNet->getNet()->retrieveAdditional(SUMO_TAG_CHARGING_STATION, stop.bussto… in addStop()
H A DGNEStop.cpp500 …return (myViewNet->getNet()->retrieveAdditional(SUMO_TAG_CHARGING_STATION, value, false) != nullpt… in isValid()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSNet.cpp931 if (myStoppingPlaces.count(SUMO_TAG_CHARGING_STATION) > 0) { in writeChargingStationOutput()
933 for (const auto& it : myStoppingPlaces.find(SUMO_TAG_CHARGING_STATION)->second) { in writeChargingStationOutput()
H A DMSRouteHandler.cpp954 …lace* cs = MSNet::getInstance()->getStoppingPlace(stop.chargingStation, SUMO_TAG_CHARGING_STATION); in addStop()
H A DMSVehicle.cpp1537 …ation = MSNet::getInstance()->getStoppingPlace(stopPar.chargingStation, SUMO_TAG_CHARGING_STATION);
5667 case SUMO_TAG_CHARGING_STATION:
5694 case SUMO_TAG_CHARGING_STATION:
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h112 SUMO_TAG_CHARGING_STATION, enumerator
H A DSUMOXMLDefinitions.cpp74 { "chargingStation", SUMO_TAG_CHARGING_STATION },
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLTriggerBuilder.cpp494 if (!net.addStoppingPlace(SUMO_TAG_CHARGING_STATION, chargingStation)) { in buildChargingStation()
H A DNLHandler.cpp172 case SUMO_TAG_CHARGING_STATION: in myStartElement()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DSimulation.cpp600 …t<MSChargingStation*>(MSNet::getInstance()->getStoppingPlace(objectID, SUMO_TAG_CHARGING_STATION)); in getParameter()
H A DVehicle.cpp894 stoppingPlaceType = SUMO_TAG_CHARGING_STATION;
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp1805 currentTag = SUMO_TAG_CHARGING_STATION; in fillAdditionals()