Changeset 186 in tmcsimulator for trunk/src/tmcsim/application.properties


Ignore:
Timestamp:
10/28/2017 06:48:11 PM (9 years ago)
Author:
jtorres
Message:

Highways.java, FEPLine.java, LoopDetector?.java, Station.java: reconfigured the getHighwaysMeta() function to a toCondensedFormat(boolean MetaDataOnly?) method. By specifying MetaDataOnly? as true, you get the same output as the previous getHighwaysMeta() function. By specifying MetaDataOnly? as false, you get the new condensed format needed to send to the FEPSim over the socket. This allows us to use the same function to get a meta data dump, as well as get the highways data format needed for FEPSim socket. HighwaysParser?.cpp: removed the old tinyxml code, set up skeleton for new parser. NetworkReader?.h: deleted, and added HighwaysParser?.h. LoadSadDotsTest?.java and StationTest?.java: configured to use new toCondensedFormat method instead of getHighwaysMeta.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/application.properties

    r185 r186  
    1 #Sat, 28 Oct 2017 19:14:00 -0700 
     1#Sat, 28 Oct 2017 19:54:27 -0700 
    22 
    3 Application.revision=184 
     3Application.revision=185 
    44 
    5 Application.buildnumber=63 
     5Application.buildnumber=67 
Note: See TracChangeset for help on using the changeset viewer.