Changeset 258 in tmcsimulator for trunk/src/atmsdriver/model/Highways.java


Ignore:
Timestamp:
02/11/2019 03:36:49 PM (7 years ago)
Author:
jdalbey
Message:

TrafficModelManager?: update to read json output destination from properties file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/atmsdriver/model/Highways.java

    r248 r258  
    347347             
    348348            // Print the number of bytes the highways data message contains 
    349             System.out.println("BYTES: " + this.toCondensedFormat(false).toCharArray().length + 1); 
     349            System.out.println("Highways sending " + this.toCondensedFormat(false).toCharArray().length + 1 + "bytes to FEPSIM."); 
    350350             
    351351            // Write the highways data over the socket 
Note: See TracChangeset for help on using the changeset viewer.