Home
last modified time | relevance | path

Searched refs:SUMO_ATTR_LCA_OPPOSITE_PARAM (Results 1 – 4 of 4) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h565 SUMO_ATTR_LCA_OPPOSITE_PARAM, enumerator
H A DSUMOXMLDefinitions.cpp368 { "lcOpposite", SUMO_ATTR_LCA_OPPOSITE_PARAM },
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_LC2013.cpp112 myOppositeParam(v.getVehicleType().getParameter().getLCParam(SUMO_ATTR_LCA_OPPOSITE_PARAM, 1)), in MSLCM_LC2013()
2143 } else if (key == toString(SUMO_ATTR_LCA_OPPOSITE_PARAM)) { in getParameter()
2172 } else if (key == toString(SUMO_ATTR_LCA_OPPOSITE_PARAM)) { in setParameter()
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMOVehicleParserHelper.cpp761 lc2013Params.insert(SUMO_ATTR_LCA_OPPOSITE_PARAM); in parseLCParams()