Changeset 224 in tmcsimulator for branches/FEPSimulator/FEPSim.cpp
- Timestamp:
- 11/04/2017 01:48:46 PM (8 years ago)
- File:
-
- 1 edited
-
branches/FEPSimulator/FEPSim.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/FEPSim.cpp
r223 r224 33 33 vector<STATION*> ldsMap = highwaysParser.stations; 34 34 35 cout << "Starting sendReplys for " << lines.size() << " lines." << endl; 35 36 // Send one reply for every FEPLine 36 37 for (int i = 0; i < lines.size(); i++) { … … 98 99 handleCallResponse(fep_reply_xfer_32(&fepReply, clnt)); 99 100 } 100 } 101 // pause to let ATMS server catch up 102 //unsigned int sleepseconds = 220000; 103 //usleep(sleepseconds); 104 } 105 cout << "Finished." << endl; 101 106 } 102 107
Note: See TracChangeset
for help on using the changeset viewer.
