Changeset 202 in tmcsimulator for branches/FEPSimulator/FEPSim.cpp
- Timestamp:
- 10/30/2017 06:35:42 PM (9 years ago)
- File:
-
- 1 edited
-
branches/FEPSimulator/FEPSim.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/FEPSim.cpp
r177 r202 23 23 void FEPSim::sendReplys(char * buffer) { 24 24 HighwaysParser highwaysParser = HighwaysParser(buffer); 25 vector<FEP_LINE*> lines = highwaysParser. getLines();26 vector<STATION*> ldsMap = highwaysParser. getStations();25 vector<FEP_LINE*> lines = highwaysParser.lines; 26 vector<STATION*> ldsMap = highwaysParser.stations; 27 27 28 28 // Send one reply for every FEPLine … … 94 94 // Transfer the station data to ATMS and listen for response 95 95 handleCallResponse(fep_reply_xfer_32(&fepReply, clnt)); 96 unsigned int sleepseconds = /* 100 * */1000; 97 usleep(sleepseconds); 96 98 } 97 99 }
Note: See TracChangeset
for help on using the changeset viewer.
