Changeset 202 in tmcsimulator for branches/FEPSimulator/DataPacker.cpp
- Timestamp:
- 10/30/2017 06:35:42 PM (9 years ago)
- File:
-
- 1 edited
-
branches/FEPSimulator/DataPacker.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/DataPacker.cpp
r159 r202 127 127 // dataPack2 (2 bytes per loop) 128 128 dataPack[2 - 1] = station->loops.size() * 2 + Fixed_Byte_To_Checksum; 129 130 129 // dataPacket 3 (lowbyte: # of mainline loops, highbyte: # of opposite loops) 131 130 int low = 0, high = 0;
Note: See TracChangeset
for help on using the changeset viewer.
