- Timestamp:
- 10/14/2017 11:07:08 AM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
-
atmsdriver/model/Highways.java (modified) (1 diff)
-
atmsdriver/model/LoopDetector.java (modified) (1 diff)
-
tmcsim/application.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/model/Highways.java
r114 r118 211 211 public void writeToFEP() { 212 212 try { 213 Socket sock = new Socket( FEPHostName /*"192.168.251.130"*/, 8080);213 Socket sock = new Socket(/*FEPHostName*/ "192.168.251.130", 8080); 214 214 PrintWriter out = new PrintWriter(sock.getOutputStream(), true); 215 215 out.println(this.toXML()); -
trunk/src/atmsdriver/model/LoopDetector.java
r114 r118 34 34 35 35 /* Init dynamic data */ 36 this.vol = 100;36 this.vol = 0; 37 37 this.spd = 0; 38 this.occ = 100;38 this.occ = 0; 39 39 } 40 40 -
trunk/src/tmcsim/application.properties
r114 r118 1 #Sat, 14 Oct 2017 1 1:10:53-07001 #Sat, 14 Oct 2017 12:09:29 -0700 2 2 3 Application.revision=11 03 Application.revision=114 4 4 5 5 Application.buildnumber=52
Note: See TracChangeset
for help on using the changeset viewer.
