Changeset 114 in tmcsimulator for trunk/src/atmsdriver/model/LoopDetector.java
- Timestamp:
- 10/14/2017 10:11:04 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/atmsdriver/model/LoopDetector.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/model/LoopDetector.java
r103 r114 22 22 23 23 /* dynamic data */ 24 p rivateint vol;25 p rivateint occ;24 public int vol; 25 public int occ; 26 26 private int spd; 27 27 … … 34 34 35 35 /* Init dynamic data */ 36 this.vol = 0;36 this.vol = 100; 37 37 this.spd = 0; 38 this.occ = 0;38 this.occ = 100; 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.
