Home
last modified time | relevance | path

Searched defs:VAR_EDGE_TRAVELTIME (Results 1 – 3 of 3) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DTraCIConstants.h700 TRACI_CONST int VAR_EDGE_TRAVELTIME = 0x58; variable
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A Dconstants.py681 VAR_EDGE_TRAVELTIME = 0x58 variable
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/config/
H A DConstants.java683 public static final int VAR_EDGE_TRAVELTIME = 0x58; field in Constants