Changeset 148 in tmcsimulator for branches


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

FEP_SIM.cpp Changed diagnostic msgs

Location:
branches/FEPSimulator
Files:
2 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() { 
  • branches/FEPSimulator/build/Debug/GNU-MacOSX/Main.o.d

    r117 r148  
    11build/Debug/GNU-MacOSX/Main.o: Main.cpp FEPSim.h fep.h NetworkReader.h \ 
    2   network.h tinyxml/tinyxml.h tinyxml/tinystr.h DataPacker.h 
     2 network.h tinyxml/tinyxml.h tinyxml/tinystr.h DataPacker.h 
    33 
    44FEPSim.h: 
Note: See TracChangeset for help on using the changeset viewer.