Changeset 195 in tmcsimulator for trunk/src/atmsdriver/model


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.

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.