Changeset 114 in tmcsimulator for trunk/src/atmsdriver/model/LoopDetector.java


Ignore:
Timestamp:
10/14/2017 10:11:04 AM (9 years ago)
Author:
jtorres
Message:

Updating FEPSimulator for JD's linux machine. Modified ATMS/Console Driver to show red dots.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/atmsdriver/model/LoopDetector.java

    r103 r114  
    2222     
    2323    /* dynamic data */ 
    24     private int vol; 
    25     private int occ; 
     24    public int vol; 
     25    public int occ; 
    2626    private int spd; 
    2727     
     
    3434         
    3535        /* Init dynamic data */ 
    36         this.vol = 0; 
     36        this.vol = 100; 
    3737        this.spd = 0; 
    38         this.occ = 0; 
     38        this.occ = 100; 
    3939    } 
    4040     
Note: See TracChangeset for help on using the changeset viewer.