Changeset 217 in tmcsimulator for branches/FEPSimulator/HighwaysParser.cpp
- Timestamp:
- 11/02/2017 10:53:38 PM (9 years ago)
- File:
-
- 1 edited
-
branches/FEPSimulator/HighwaysParser.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/HighwaysParser.cpp
r209 r217 99 99 newStation->length = newStation->loops.size() * 2 + CONTROL_DATA_LEN; 100 100 newStation->dataPack = DataPacker::packData(newStation); 101 for(int byte = 0; byte < newStation->length; byte++)102 {103 printf("%02X", (unsigned char) newStation->dataPack[byte]);104 }105 printf("\n");106 101 107 102 this->stations.push_back(newStation);
Note: See TracChangeset
for help on using the changeset viewer.
