Changeset 127 in tmcsimulator for trunk/src/atmsdriver/model/Station.java
- Timestamp:
- 10/16/2017 04:38:16 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/atmsdriver/model/Station.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/model/Station.java
r114 r127 166 166 { 167 167 // UPDATE LOOP WITH VALUES 168 // TODO: Perhaps enhance DOTCOLOR enum to include constants for169 // vol and occ along with each color. Then the updateLoop call170 // below could be update(dotColor.volume, dotColor.occ, speed)171 int volume = 10;172 int occ = 10;173 168 int speed = 0; 174 loop.updateLoop( volume, occ, speed);169 loop.updateLoop(dotColor.volume(), dotColor.occupancy(), speed); 175 170 } 176 171 }
Note: See TracChangeset
for help on using the changeset viewer.
