Changeset 184 in tmcsimulator for trunk/src/tmcsim
- Timestamp:
- 10/28/2017 05:24:02 PM (9 years ago)
- Location:
- trunk/src/tmcsim
- Files:
-
- 2 edited
-
application.properties (modified) (1 diff)
-
client/ATMSBatchDriver.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/application.properties
r176 r184 1 # Tue, 24 Oct 2017 14:59:28-07001 #Sat, 28 Oct 2017 18:33:59 -0700 2 2 3 Application.revision=1 743 Application.revision=183 4 4 5 Application.buildnumber= 575 Application.buildnumber=62 -
trunk/src/tmcsim/client/ATMSBatchDriver.java
r183 r184 143 143 incidents = new HashMap<String, List<TrafficEvent>>(); 144 144 highways = new Highways( 145 "config/vds_data/lds.txt", 146 "config/vds_data/loop.txt", 147 "config/vds_data/highwaysMeta.txt", 145 "config/vds_data/highways_fullmap.txt", 148 146 // "192.168.251.46", 8080); //IP address of FEP Sim Linux VM 149 147 "localhost", 8080);
Note: See TracChangeset
for help on using the changeset viewer.
