Changeset 242 in tmcsimulator
- Timestamp:
- 01/08/2018 09:46:21 AM (8 years ago)
- Files:
-
- 3 edited
-
branches/FEPSimulator/nbproject/private/private.xml (modified) (1 diff)
-
trunk/src/atmsdriver/model/LoopDetector.java (modified) (1 diff)
-
trunk/src/tmcsim/application.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/nbproject/private/private.xml
r241 r242 8 8 <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> 9 9 <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> 10 17 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/HighwaysParser.cpp</file> 11 18 </group> -
trunk/src/atmsdriver/model/LoopDetector.java
r234 r242 90 90 build.append(this.vol); 91 91 build.append(" "); 92 } 93 else 94 { 95 build.append(this.loopLocationID); 92 96 } 93 97 build.append(this.loopLocation); -
trunk/src/tmcsim/application.properties
r240 r242 1 #Wed, 20 Dec 2017 05: 14:41-08001 #Wed, 20 Dec 2017 05:21:29 -0800 2 2 3 Application.revision=2 393 Application.revision=240 4 4 5 5 Application.buildnumber=88
Note: See TracChangeset
for help on using the changeset viewer.
