Changeset 176 in tmcsimulator for trunk/src/atmsdriver/model
- Timestamp:
- 10/24/2017 02:07:02 PM (9 years ago)
- Location:
- trunk/src/atmsdriver/model
- Files:
-
- 2 edited
-
Highways.java (modified) (1 diff)
-
LoopDetector.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/model/Highways.java
r170 r176 222 222 throw new SimulationException(SimulationException.BINDING); 223 223 } 224 updateSequences(); 224 225 } 225 226 -
trunk/src/atmsdriver/model/LoopDetector.java
r118 r176 23 23 /* dynamic data */ 24 24 public int vol; 25 public int occ;25 public float occ; 26 26 private int spd; 27 27 … … 83 83 * @param spd speed 84 84 */ 85 public void updateLoop(int vol, int occ, int spd)85 public void updateLoop(int vol, float occ, int spd) 86 86 { 87 87 this.vol = vol;
Note: See TracChangeset
for help on using the changeset viewer.
