Changeset 148 in tmcsimulator for branches/FEPSimulator/FEPSim.cpp
- Timestamp:
- 10/18/2017 06:14:59 PM (9 years ago)
- File:
-
- 1 edited
-
branches/FEPSimulator/FEPSim.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/FEPSim.cpp
r141 r148 1 1 #include "FEPSim.h" 2 #include <time.h> 2 3 3 4 FEPSim::FEPSim(char * ATMShost, int FEP_PROG, int FEP_REV, int SOCK_PORT) { … … 90 91 printf("Transferring line=%d, lds_drop_no=%d...\n", lines.at(i)->lineNum, ldsMap.at(index)->drop); 91 92 // Make RPC Call and handle response 92 printf("Handling ATMS response...\n");93 // printf("Handling ATMS response...\n"); 93 94 handleCallResponse(fep_reply_xfer_32(&fepReply, clnt)); 94 95 } … … 101 102 cout << "Destroying client..." << endl; 102 103 clnt_destroy(clnt); 104 int startTime = time(NULL); 105 cout << "time is: " << startTime << endl; 103 106 } 104 107 } 108 105 109 106 110 bool FEPSim::createClient() {
Note: See TracChangeset
for help on using the changeset viewer.
