Changeset 195 in tmcsimulator for trunk/src


Ignore:
Timestamp:
10/30/2017 03:33:04 PM (9 years ago)
Author:
jtorres
Message:

FEPSim.h: changed buffer size. HighwaysParser?.cpp: began new condensed format parsing, not finished. atms_driver_config_local.properties: changed properties file for new highways_fullmap.txt. Highways.java: comments.

Location:
trunk/src
Files:
2 edited

Legend:

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

    r194 r195  
    339339             
    340340            // Print the number of bytes the highways data message contains 
    341             System.out.println("BYTES: " + this.toXML().toCharArray().length + 1); 
     341            System.out.println("BYTES: " + this.toCondensedFormat(false).toCharArray().length + 1); 
    342342             
    343343            // Write the highways data over the socket 
  • trunk/src/tmcsim/application.properties

    r190 r195  
    1 #Sun, 29 Oct 2017 23:59:09 -0700 
     1#Mon, 30 Oct 2017 00:56:17 -0700 
    22 
    3 Application.revision=189 
     3Application.revision=190 
    44 
    55Application.buildnumber=67 
Note: See TracChangeset for help on using the changeset viewer.