Changeset 148 in tmcsimulator for branches/FEPSimulator/FEPSim.cpp


Ignore:
Timestamp:
10/18/2017 06:14:59 PM (9 years ago)
Author:
jdalbey
Message:

FEP_SIM.cpp Changed diagnostic msgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/FEPSim.cpp

    r141 r148  
    11#include "FEPSim.h" 
     2#include <time.h> 
    23 
    34FEPSim::FEPSim(char * ATMShost, int FEP_PROG, int FEP_REV, int SOCK_PORT) { 
     
    9091            printf("Transferring line=%d, lds_drop_no=%d...\n", lines.at(i)->lineNum, ldsMap.at(index)->drop); 
    9192            // Make RPC Call and handle response 
    92             printf("Handling ATMS response...\n"); 
     93            // printf("Handling ATMS response...\n"); 
    9394            handleCallResponse(fep_reply_xfer_32(&fepReply, clnt)); 
    9495        } 
     
    101102        cout << "Destroying client..." << endl; 
    102103        clnt_destroy(clnt); 
     104        int startTime = time(NULL); 
     105        cout << "time is: " << startTime << endl; 
    103106    } 
    104107} 
     108 
    105109 
    106110bool FEPSim::createClient() { 
Note: See TracChangeset for help on using the changeset viewer.