Changeset 100 in tmcsimulator for branches/FEPSimulator/Main.cpp


Ignore:
Timestamp:
10/11/2017 04:23:42 PM (9 years ago)
Author:
jtorres
Message:

branches/FEPSimulator/Main.cpp: Added a cout to show FEP Simulator status of running.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/Main.cpp

    r86 r100  
    3030    int fep_rev = atoi(argv[3]); 
    3131    int portno = atoi(argv[4]); 
     32 
     33    cout << "Running FEP Simulator..." << endl; 
    3234     
    3335    FEPSim fep = FEPSim(FEPSimHost, fep_prog, fep_rev, portno); 
Note: See TracChangeset for help on using the changeset viewer.