Changeset 114 in tmcsimulator for branches/FEPSimulator
- Timestamp:
- 10/14/2017 10:11:04 AM (9 years ago)
- Location:
- branches/FEPSimulator
- Files:
-
- 3 edited
-
DataPacker.cpp (modified) (1 diff)
-
FEPSim.cpp (modified) (1 diff)
-
nbproject/private/private.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/DataPacker.cpp
r113 r114 37 37 38 38 return msg; 39 return msg; 39 40 } 40 41 -
branches/FEPSimulator/FEPSim.cpp
r113 r114 72 72 fsa.msg.message[2 + aa] = 0x0d; 73 73 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 75 82 fsa.info.poll_error_count = 0; 76 83 fsa.info.poll_user_info1 = ldsMap.at(index)->drop; // drop number -
branches/FEPSimulator/nbproject/private/private.xml
r107 r114 8 8 <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> 9 9 <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> 10 13 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.cpp</file> 11 14 <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> 13 17 </group> 14 18 </open-files>
Note: See TracChangeset
for help on using the changeset viewer.
