Changeset 79 in tmcsimulator for branches/fep_rpc_client/nbproject


Ignore:
Timestamp:
10/05/2017 12:51:23 PM (9 years ago)
Author:
jtorres
Message:

new atmsdriver package in trunk. fep_rpc_client dynamic data packing added in branches. fep_rpc_client refactored data packing code into static DataPacker? class. Added vds_data folder into config/. Added new project configuration for ATMSDriver.

Location:
branches/fep_rpc_client/nbproject
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/fep_rpc_client/nbproject/Makefile-Debug.mk

    r77 r79  
    3636# Object Files 
    3737OBJECTFILES= \ 
     38        ${OBJECTDIR}/DataPacker.o \ 
    3839        ${OBJECTDIR}/FEPClient.o \ 
    3940        ${OBJECTDIR}/NetworkReader.o \ 
     
    5657 
    5758# Link Libraries and Options 
    58 LDLIBSOPTIONS=tinyxml/libtinyxml.a 
     59LDLIBSOPTIONS=tinyxml/tinyxml.a 
    5960 
    6061# Build Targets 
     
    6263        "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fep_rpc_client 
    6364 
    64 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fep_rpc_client: tinyxml/libtinyxml.a 
     65${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fep_rpc_client: tinyxml/tinyxml.a 
    6566 
    6667${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fep_rpc_client: ${OBJECTFILES} 
    6768        ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 
    6869        ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fep_rpc_client ${OBJECTFILES} ${LDLIBSOPTIONS} 
     70 
     71${OBJECTDIR}/DataPacker.o: DataPacker.cpp  
     72        ${MKDIR} -p ${OBJECTDIR} 
     73        ${RM} "$@.d" 
     74        $(COMPILE.cc) -g -Itinyxml -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/DataPacker.o DataPacker.cpp 
    6975 
    7076${OBJECTDIR}/FEPClient.o: FEPClient.cpp  
  • branches/fep_rpc_client/nbproject/Makefile-Release.mk

    r77 r79  
    3636# Object Files 
    3737OBJECTFILES= \ 
     38        ${OBJECTDIR}/DataPacker.o \ 
    3839        ${OBJECTDIR}/FEPClient.o \ 
    3940        ${OBJECTDIR}/NetworkReader.o \ 
     
    6566        ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 
    6667        ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fep_rpc_client ${OBJECTFILES} ${LDLIBSOPTIONS} 
     68 
     69${OBJECTDIR}/DataPacker.o: DataPacker.cpp  
     70        ${MKDIR} -p ${OBJECTDIR} 
     71        ${RM} "$@.d" 
     72        $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/DataPacker.o DataPacker.cpp 
    6773 
    6874${OBJECTDIR}/FEPClient.o: FEPClient.cpp  
  • branches/fep_rpc_client/nbproject/configurations.xml

    r77 r79  
    55                   displayName="Header Files" 
    66                   projectFiles="true"> 
     7      <itemPath>DataPacker.h</itemPath> 
    78      <itemPath>FEPClient.h</itemPath> 
    89      <itemPath>NetworkReader.h</itemPath> 
     
    1718                   displayName="Source Files" 
    1819                   projectFiles="true"> 
     20      <itemPath>DataPacker.cpp</itemPath> 
    1921      <itemPath>FEPClient.cpp</itemPath> 
    2022      <itemPath>NetworkReader.cpp</itemPath> 
     
    5052        <linkerTool> 
    5153          <linkerLibItems> 
    52             <linkerLibFileItem>tinyxml/libtinyxml.a</linkerLibFileItem> 
     54            <linkerLibFileItem>tinyxml/tinyxml.a</linkerLibFileItem> 
    5355          </linkerLibItems> 
    5456        </linkerTool> 
    5557      </compileType> 
     58      <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0"> 
     59      </item> 
     60      <item path="DataPacker.h" ex="false" tool="3" flavor2="0"> 
     61      </item> 
    5662      <item path="FEPClient.cpp" ex="false" tool="1" flavor2="0"> 
    5763      </item> 
     
    9197        </asmTool> 
    9298      </compileType> 
     99      <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0"> 
     100      </item> 
     101      <item path="DataPacker.h" ex="false" tool="3" flavor2="0"> 
     102      </item> 
    93103      <item path="FEPClient.cpp" ex="false" tool="1" flavor2="0"> 
    94104      </item> 
  • branches/fep_rpc_client/nbproject/private/private.xml

    r78 r79  
    88    <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> 
    99        <group> 
    10             <file>file:/home/andrew/tmcsim/branches/fep_rpc_client/NetworkReader.h</file> 
    11             <file>file:/home/andrew/tmcsim/branches/fep_rpc_client/FEPClient.cpp</file> 
    12             <file>file:/home/andrew/tmcsim/branches/fep_rpc_client/network.h</file> 
    13             <file>file:/home/andrew/tmcsim/branches/fep_rpc_client/fep.h</file> 
    14             <file>file:/home/andrew/tmcsim/branches/fep_rpc_client/NetworkReader.cpp</file> 
     10            <file>file:/home/andrew/tmcsimulator/branches/fep_rpc_client/NetworkReader.cpp</file> 
     11            <file>file:/home/andrew/tmcsimulator/branches/fep_rpc_client/NetworkReader.h</file> 
     12            <file>file:/home/andrew/tmcsimulator/branches/fep_rpc_client/network.h</file> 
     13            <file>file:/home/andrew/tmcsimulator/branches/fep_rpc_client/FEPClient.cpp</file> 
     14            <file>file:/home/andrew/tmcsimulator/branches/fep_rpc_client/fep.h</file> 
     15            <file>file:/home/andrew/tmcsimulator/branches/fep_rpc_client/DataPacker.h</file> 
     16            <file>file:/home/andrew/tmcsimulator/branches/fep_rpc_client/DataPacker.cpp</file> 
     17            <file>file:/home/andrew/tmcsimulator/branches/fep_rpc_client/FEPClient.h</file> 
    1518        </group> 
    1619    </open-files> 
Note: See TracChangeset for help on using the changeset viewer.