Changeset 242 in tmcsimulator


Ignore:
Timestamp:
01/08/2018 09:46:21 AM (8 years ago)
Author:
jtorres
Message:

LoopDetector?.java: added loopLocationID to toCondensedFormat method.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/nbproject/private/private.xml

    r241 r242  
    88    <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> 
    99        <group> 
     10            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/network.h</file> 
     11            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/HighwaysParser.h</file> 
     12            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/DataPacker.h</file> 
     13            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/DataPacker.cpp</file> 
     14            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.cpp</file> 
     15            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/Main.cpp</file> 
     16            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.h</file> 
    1017            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/HighwaysParser.cpp</file> 
    1118        </group> 
  • trunk/src/atmsdriver/model/LoopDetector.java

    r234 r242  
    9090            build.append(this.vol); 
    9191            build.append(" "); 
     92        } 
     93        else 
     94        { 
     95            build.append(this.loopLocationID); 
    9296        } 
    9397        build.append(this.loopLocation); 
  • trunk/src/tmcsim/application.properties

    r240 r242  
    1 #Wed, 20 Dec 2017 05:14:41 -0800 
     1#Wed, 20 Dec 2017 05:21:29 -0800 
    22 
    3 Application.revision=239 
     3Application.revision=240 
    44 
    55Application.buildnumber=88 
Note: See TracChangeset for help on using the changeset viewer.