Changeset 228 in tmcsimulator for trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java
- Timestamp:
- 11/06/2017 03:27:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java
r123 r228 271 271 + "ParamicsProperties = pconfig.txt\n" 272 272 + "ATMSProperties = empty.txt\n" 273 + "TrafficMgrProperties = tconfig.txt\n" 273 274 + "MediaProperties = empty.txt\n"; 275 static final String trafficMgrData = "Highways_Map_File = config/vds_data/highways_fullmap.txt\n" 276 +"Events_File = config/vds_data/atmsBatchEvents.txt\n" 277 +"FEPSim_IP_addr = localhost\n" 278 +"Output_Destination = Console\n"; 274 279 static final String paramicsData = "ParamicsCommHost = 127.0.0.1\n" 275 280 + "ParamicsCommPort = 4450\n" … … 295 300 // Redirect the standard output 296 301 // System.setOut(ps); 302 File cf = new File ("config.txt"); 303 cf.delete(); 297 304 writedata("config.txt", configData); 305 writedata("tconfig.txt", trafficMgrData); 298 306 writedata("pconfig.txt", paramicsData); 299 307 writedata("empty.txt", "");
Note: See TracChangeset
for help on using the changeset viewer.
