Changeset 114 in tmcsimulator for branches/FEPSimulator


Ignore:
Timestamp:
10/14/2017 10:11:04 AM (9 years ago)
Author:
jtorres
Message:

Updating FEPSimulator for JD's linux machine. Modified ATMS/Console Driver to show red dots.

Location:
branches/FEPSimulator
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/DataPacker.cpp

    r113 r114  
    3737 
    3838    return msg;  
     39    return msg; 
    3940} 
    4041 
  • branches/FEPSimulator/FEPSim.cpp

    r113 r114  
    7272            fsa.msg.message[2 + aa] = 0x0d; 
    7373            fsa.msg.message[3 + aa] = 0xff; 
    74    // info 
     74             
     75            for(int l = 0; l < fsa.msg.message_len + 2; l++) 
     76            { 
     77                printf("%02X", (unsigned char) fsa.msg.message[l]); 
     78            } 
     79            printf("\n"); 
     80             
     81            // info 
    7582            fsa.info.poll_error_count = 0; 
    7683            fsa.info.poll_user_info1 = ldsMap.at(index)->drop; // drop number 
  • branches/FEPSimulator/nbproject/private/private.xml

    r107 r114  
    88    <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> 
    99        <group> 
     10            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/network.h</file> 
     11            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/NetworkReader.cpp</file> 
     12            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/DataPacker.cpp</file> 
    1013            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.cpp</file> 
    1114            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/Main.cpp</file> 
    12             <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/NetworkReader.cpp</file> 
     15            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/fep.h</file> 
     16            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.h</file> 
    1317        </group> 
    1418    </open-files> 
Note: See TracChangeset for help on using the changeset viewer.