- Timestamp:
- 10/18/2017 06:14:59 PM (9 years ago)
- Location:
- branches/FEPSimulator
- Files:
-
- 2 edited
-
FEPSim.cpp (modified) (3 diffs)
-
build/Debug/GNU-MacOSX/Main.o.d (modified) (1 diff)
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() { -
branches/FEPSimulator/build/Debug/GNU-MacOSX/Main.o.d
r117 r148 1 1 build/Debug/GNU-MacOSX/Main.o: Main.cpp FEPSim.h fep.h NetworkReader.h \ 2 network.h tinyxml/tinyxml.h tinyxml/tinystr.h DataPacker.h2 network.h tinyxml/tinyxml.h tinyxml/tinystr.h DataPacker.h 3 3 4 4 FEPSim.h:
Note: See TracChangeset
for help on using the changeset viewer.
