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


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

Highways.java: hardcoded ip to JD's laptop in writeToFep(). LoopDetector?.java: currently hardcoded 'red' values in constructor. application.properties added the console driver custom config. Added trunk/config/console_driver_config.properties

File:
1 edited

Legend:

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

    r114 r118  
    3434         
    3535        /* Init dynamic data */ 
    36         this.vol = 100; 
     36        this.vol = 0; 
    3737        this.spd = 0; 
    38         this.occ = 100; 
     38        this.occ = 0; 
    3939    } 
    4040     
Note: See TracChangeset for help on using the changeset viewer.