Changeset 170 in tmcsimulator for trunk/src/tmcsim


Ignore:
Timestamp:
10/23/2017 07:04:39 PM (9 years ago)
Author:
jtorres
Message:

Full LDS data list now working

Location:
trunk/src/tmcsim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/application.properties

    r162 r170  
    1 #Mon, 23 Oct 2017 11:00:55 -0700 
     1#Mon, 23 Oct 2017 20:10:38 -0700 
    22 
    3 Application.revision=161 
     3Application.revision=169 
    44 
    55Application.buildnumber=53 
  • trunk/src/tmcsim/client/ATMSBatchDriver.java

    r158 r170  
    144144        incidents = new HashMap<String, List<String>> (); 
    145145        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", 
    148148        "config/vds_data/highwaysMeta.txt", 
    149         "192.168.251.46", 8080);  //IP address of FEP Sim Linux VM 
    150 //        "localhost", 8080); 
     149//        "192.168.251.46", 8080);  //IP address of FEP Sim Linux VM 
     150        "localhost", 8080); 
    151151        // Create console driver but don't start run() method 
    152152        console = new ConsoleDriver(highways); 
Note: See TracChangeset for help on using the changeset viewer.