Changeset 117 in tmcsimulator
- Timestamp:
- 10/14/2017 10:45:16 AM (9 years ago)
- Location:
- branches
- Files:
-
- 1 deleted
- 5 edited
-
FEPSimulator/DataPacker.cpp (modified) (2 diffs)
-
FEPSimulator/build/Debug/GNU-MacOSX/Main.o.d (modified) (1 diff)
-
FEPSimulator/nbproject/Makefile-Debug.mk (modified) (2 diffs)
-
FEPSimulator/nbproject/configurations.xml (modified) (1 diff)
-
FEPSimulator/nbproject/private/private.xml (modified) (1 diff)
-
WorkingFEPSim (deleted)
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; -
branches/FEPSimulator/build/Debug/GNU-MacOSX/Main.o.d
r113 r117 1 1 build/Debug/GNU-MacOSX/Main.o: Main.cpp FEPSim.h fep.h NetworkReader.h \ 2 network.h tinyxml/tinyxml.h tinyxml/tinystr.h DataPacker.h2 network.h tinyxml/tinyxml.h tinyxml/tinystr.h DataPacker.h 3 3 4 4 FEPSim.h: -
branches/FEPSimulator/nbproject/Makefile-Debug.mk
r115 r117 58 58 59 59 # Link Libraries and Options 60 LDLIBSOPTIONS=tinyxml/ libosxtinyxml.a60 LDLIBSOPTIONS=tinyxml/tinyxml.a 61 61 62 62 # Build Targets … … 64 64 "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator 65 65 66 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: tinyxml/ libosxtinyxml.a66 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: tinyxml/tinyxml.a 67 67 68 68 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: ${OBJECTFILES} -
branches/FEPSimulator/nbproject/configurations.xml
r115 r117 53 53 <linkerTool> 54 54 <linkerLibItems> 55 <linkerLibFileItem>tinyxml/ libosxtinyxml.a</linkerLibFileItem>55 <linkerLibFileItem>tinyxml/tinyxml.a</linkerLibFileItem> 56 56 </linkerLibItems> 57 57 </linkerTool> -
branches/FEPSimulator/nbproject/private/private.xml
r115 r117 8 8 <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> 9 9 <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>13 10 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/DataPacker.cpp</file> 14 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/fep.h</file>15 11 </group> 16 12 </open-files>
Note: See TracChangeset
for help on using the changeset viewer.
