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


Ignore:
Timestamp:
11/04/2017 12:40:12 PM (8 years ago)
Author:
jtorres
Message:

FEPSim.cpp: added missing fsa.info.poll_time = time(NULL); to fep_reply in sendReplys()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/FEPSim.cpp

    r222 r223  
    8282            // info 
    8383            fsa.info.poll_error_count = 0; 
     84            fsa.info.poll_time = time(NULL); 
    8485            fsa.info.poll_user_info1 = currStation->drop; // drop number 
    8586            fsa.info.poll_user_info2 = 1; //always 1 
Note: See TracChangeset for help on using the changeset viewer.