Changeset 234 in tmcsimulator for trunk/src/atmsdriver/model/LoopDetector.java
- Timestamp:
- 11/24/2017 01:30:38 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/atmsdriver/model/LoopDetector.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/model/LoopDetector.java
r202 r234 20 20 final public int loopID; 21 21 final public String loopLocation; 22 final public String loopLocationID; 22 23 23 24 /* dynamic data */ … … 32 33 * @param laneNum 33 34 */ 34 public LoopDetector(int loopID, String loopLocation )35 public LoopDetector(int loopID, String loopLocationID, String loopLocation) 35 36 { 36 37 /* Set static data */ 37 38 this.loopID = loopID; 38 39 this.loopLocation = loopLocation; 39 40 this.loopLocationID = loopLocationID; 40 41 /* Init dynamic data */ 41 42 this.vol = 0;
Note: See TracChangeset
for help on using the changeset viewer.
