Ignore:
Timestamp:
06/23/2019 10:27:35 AM (7 years ago)
Author:
jdalbey
Message:

Remove ATMS functionality. Reworked and simplified the Highway model to use only VDS data from PeMS. Updated all unit tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java

    r345 r422  
    6060        removeMe.delete(); 
    6161        removeMe = new File("pconfig.txt"); 
     62        removeMe.delete(); 
     63        removeMe = new File("tconfig.txt"); 
    6264        removeMe.delete(); 
    6365        removeMe = new File("empty.txt"); 
     
    272274            + "ATMSProperties         = empty.txt\n" 
    273275            + "TrafficMgrProperties   = tconfig.txt\n" 
    274             + "MediaProperties        = empty.txt\n"; 
    275     static final String trafficMgrData = "Highways_Map_File = config/vds_data/highways_fullmap.txt\n" 
     276            + "MediaProperties        = empty.txt\n" 
     277            + "ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json"; 
     278    static final String trafficMgrData = "Highways_Map_File = config/vds_data/postmile_coordinates.txt\n" 
    276279            +"Events_File = config/vds_data/atmsBatchEvents.txt\n" 
    277280            +"FEPSim_IP_addr = localhost\n" 
    278281            +"Output_Destination = Console\n" 
    279             +"Json_Path = /tmp/highway_status.json\n"; 
     282            +"Highway_Status_File = /tmp/highway_status.json\n"; 
    280283    static final String paramicsData = "ParamicsCommHost = 127.0.0.1\n" 
    281284            + "ParamicsCommPort       = 4450\n" 
Note: See TracChangeset for help on using the changeset viewer.