- Timestamp:
- 10/30/2017 03:33:04 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
atmsdriver/model/Highways.java (modified) (1 diff)
-
tmcsim/application.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
