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


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

Uncommented dynamic data packing in DataPacker?.cpp -- this resolved the no red dot bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/DataPacker.cpp

    r115 r117  
    88    DataPacker packer; 
    99    msg = packer.staticDataPack(station); 
    10 /*    pos = packer.dynamicDataPack(station, 5, pos);     
     10    pos = packer.dynamicDataPack(station, 5, pos);     
    1111    pos = packer.dynamicDataPack(station, 6, pos); 
    1212    pos = packer.dynamicDataPack(station, 7, pos); 
     
    2020    // will need to check if queue override is enabled (Currently, no queue 
    2121    // ldsMap[i].dataPack[16-1] = ; 
    22 */ 
     22 
    2323    // byte 23: MAINLINE total volume 
    2424    msg[23 - 1] = station->MlTotVol; 
Note: See TracChangeset for help on using the changeset viewer.