Changeset 118 in tmcsimulator for trunk/src/atmsdriver/model
- Timestamp:
- 10/14/2017 11:07:08 AM (9 years ago)
- Location:
- trunk/src/atmsdriver/model
- Files:
-
- 2 edited
-
Highways.java (modified) (1 diff)
-
LoopDetector.java (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
Note: See TracChangeset
for help on using the changeset viewer.
