Changeset 170 in tmcsimulator for trunk/src/tmcsim
- Timestamp:
- 10/23/2017 07:04:39 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
r162 r170 1 #Mon, 23 Oct 2017 11:00:55-07001 #Mon, 23 Oct 2017 20:10:38 -0700 2 2 3 Application.revision=16 13 Application.revision=169 4 4 5 5 Application.buildnumber=53 -
trunk/src/tmcsim/client/ATMSBatchDriver.java
r158 r170 144 144 incidents = new HashMap<String, List<String>> (); 145 145 highways = new Highways( 146 "config/vds_data/ lds.txt",147 "config/vds_data/ loop.txt",146 "config/vds_data/extend_lds_file.txt", 147 "config/vds_data/extend_loop_file.txt", 148 148 "config/vds_data/highwaysMeta.txt", 149 "192.168.251.46", 8080); //IP address of FEP Sim Linux VM150 //"localhost", 8080);149 // "192.168.251.46", 8080); //IP address of FEP Sim Linux VM 150 "localhost", 8080); 151 151 // Create console driver but don't start run() method 152 152 console = new ConsoleDriver(highways);
Note: See TracChangeset
for help on using the changeset viewer.
