Changeset 156 in tmcsimulator
- Timestamp:
- 10/21/2017 09:46:36 AM (9 years ago)
- Files:
-
- 3 edited
-
branches/FEPSimulator/DataPacker.cpp (modified) (1 diff)
-
branches/FEPSimulator/NetworkReader.cpp (modified) (1 diff)
-
trunk/src/tmcsim/application.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/DataPacker.cpp
r141 r156 80 80 vol = currLoop->vol; 81 81 occ = (int) (currLoop->occ * 900 + 0.5); 82 83 82 VOLOCC packedVOLOCC = packVOLOCC(vol, occ); 84 83 pos++; -
branches/FEPSimulator/NetworkReader.cpp
r86 r156 14 14 loop->loop_loc = (char *) subLoopElem->GetText(); 15 15 subLoopElem = subLoopElem->NextSiblingElement(); 16 subLoopElem = subLoopElem->NextSiblingElement(); // skip lane num 16 17 loop->vol = atoi(subLoopElem->GetText()); 17 18 subLoopElem = subLoopElem->NextSiblingElement(); -
trunk/src/tmcsim/application.properties
r136 r156 1 # Wed, 18 Oct 2017 01:22:49-07001 #Sat, 21 Oct 2017 10:49:14 -0700 2 2 3 Application.revision=1 353 Application.revision=143 4 4 5 5 Application.buildnumber=53
Note: See TracChangeset
for help on using the changeset viewer.
