Changeset 202 in tmcsimulator for branches/FEPSimulator/DataPacker.cpp


Ignore:
Timestamp:
10/30/2017 06:35:42 PM (9 years ago)
Author:
jtorres
Message:

Further progress on condensed format reader, not all green dots showing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/DataPacker.cpp

    r159 r202  
    127127    // dataPack2 (2 bytes per loop) 
    128128    dataPack[2 - 1] = station->loops.size() * 2 + Fixed_Byte_To_Checksum; 
    129  
    130129    // dataPacket 3 (lowbyte: # of mainline loops, highbyte: # of opposite loops) 
    131130    int low = 0, high = 0; 
Note: See TracChangeset for help on using the changeset viewer.