Changeset 117 in tmcsimulator for branches/FEPSimulator/DataPacker.cpp
- Timestamp:
- 10/14/2017 10:45:16 AM (9 years ago)
- File:
-
- 1 edited
-
branches/FEPSimulator/DataPacker.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/DataPacker.cpp
r115 r117 8 8 DataPacker packer; 9 9 msg = packer.staticDataPack(station); 10 /*pos = packer.dynamicDataPack(station, 5, pos);10 pos = packer.dynamicDataPack(station, 5, pos); 11 11 pos = packer.dynamicDataPack(station, 6, pos); 12 12 pos = packer.dynamicDataPack(station, 7, pos); … … 20 20 // will need to check if queue override is enabled (Currently, no queue 21 21 // ldsMap[i].dataPack[16-1] = ; 22 */ 22 23 23 // byte 23: MAINLINE total volume 24 24 msg[23 - 1] = station->MlTotVol;
Note: See TracChangeset
for help on using the changeset viewer.
