Changeset 117 in tmcsimulator


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

Location:
branches
Files:
1 deleted
5 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; 
  • branches/FEPSimulator/build/Debug/GNU-MacOSX/Main.o.d

    r113 r117  
    11build/Debug/GNU-MacOSX/Main.o: Main.cpp FEPSim.h fep.h NetworkReader.h \ 
    2  network.h tinyxml/tinyxml.h tinyxml/tinystr.h DataPacker.h 
     2  network.h tinyxml/tinyxml.h tinyxml/tinystr.h DataPacker.h 
    33 
    44FEPSim.h: 
  • branches/FEPSimulator/nbproject/Makefile-Debug.mk

    r115 r117  
    5858 
    5959# Link Libraries and Options 
    60 LDLIBSOPTIONS=tinyxml/libosxtinyxml.a 
     60LDLIBSOPTIONS=tinyxml/tinyxml.a 
    6161 
    6262# Build Targets 
     
    6464        "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator 
    6565 
    66 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: tinyxml/libosxtinyxml.a 
     66${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: tinyxml/tinyxml.a 
    6767 
    6868${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: ${OBJECTFILES} 
  • branches/FEPSimulator/nbproject/configurations.xml

    r115 r117  
    5353        <linkerTool> 
    5454          <linkerLibItems> 
    55             <linkerLibFileItem>tinyxml/libosxtinyxml.a</linkerLibFileItem> 
     55            <linkerLibFileItem>tinyxml/tinyxml.a</linkerLibFileItem> 
    5656          </linkerLibItems> 
    5757        </linkerTool> 
  • branches/FEPSimulator/nbproject/private/private.xml

    r115 r117  
    88    <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> 
    99        <group> 
    10             <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.cpp</file> 
    11             <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/Main.cpp</file> 
    12             <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/NetworkReader.cpp</file> 
    1310            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/DataPacker.cpp</file> 
    14             <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/fep.h</file> 
    1511        </group> 
    1612    </open-files> 
Note: See TracChangeset for help on using the changeset viewer.