- Timestamp:
- 10/30/2017 03:33:04 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
-
config/atms_driver_config_local.properties (modified) (1 diff)
-
config/atms_driver_local.properties (deleted)
-
src/atmsdriver/model/Highways.java (modified) (1 diff)
-
src/tmcsim/application.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/atms_driver_config_local.properties
r184 r195 1 HighwaysMapFileName = config/vds_data/highways Meta.txt1 HighwaysMapFileName = config/vds_data/highways_fullmap.txt 2 2 ExchangeFileName = exchange.xml 3 3 FEPWriterHost = localhost -
trunk/src/atmsdriver/model/Highways.java
r194 r195 339 339 340 340 // Print the number of bytes the highways data message contains 341 System.out.println("BYTES: " + this.to XML().toCharArray().length + 1);341 System.out.println("BYTES: " + this.toCondensedFormat(false).toCharArray().length + 1); 342 342 343 343 // Write the highways data over the socket -
trunk/src/tmcsim/application.properties
r190 r195 1 # Sun, 29 Oct 2017 23:59:09-07001 #Mon, 30 Oct 2017 00:56:17 -0700 2 2 3 Application.revision=1 893 Application.revision=190 4 4 5 5 Application.buildnumber=67
Note: See TracChangeset
for help on using the changeset viewer.
