⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ftrtevent.mpc

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻 MPC
字号:
// -*- MPC -*-
// FtRtEvent.mpc,v 1.11 2004/01/11 03:53:36 bala Exp

project (FtRtEvent) : orbsvcslib, core, ftorbutils, rtevent, naming {

  sharedname = TAO_FtRtEvent
  idlflags   += -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=FtRtEvent/Utils/ftrtevent_export.h
  dynamicflags = TAO_FTRTEVENT_BUILD_DLL
  tagchecks   = FtRtEvent
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs

  IDL_Files {
    idlflags += -GC
    FTRT.idl
    FtRtecEventComm.idl
  }

  IDL_Files  {
    FtRtecEventChannelAdmin.idl
    FTRT_GroupManager.idl
  }

  Source_Files (ORBSVCS_COMPONENTS) {
    FtRtEvent {
      FTRTC.cpp
      FTRTS.cpp
      FtRtecEventCommC.cpp
      FtRtecEventCommS.cpp
      FTRT_GroupManagerC.cpp
      FTRT_GroupManagerS.cpp
      FtRtecEventChannelAdminC.cpp
      FtRtecEventChannelAdminS.cpp
      FtRtEvent/Utils
    }
  }
}

project (FTRT_ClientORB) :  messaging, orbsvcslib, core {
  sharedname = TAO_FTRT_ClientORB
  dynamicflags = TAO_FTRT_BUILD_DLL
  tagchecks   = FTRT_ClientORB
  includes += $(TAO_ROOT)/orbsvcs/orbsvcs/FtRtEvent/ClientORB
  IDL_Files {
  }
  Source_Files  (ORBSVCS_COMPONENTS) {
    FTRT_ClientORB {
      FtRtEvent/ClientORB
    }
  }
}

project (FTRT_EventChannel) :  orbsvcslib, ftrtevent {
  sharedname = TAO_FTRT_EventChannel
  dynamicflags = TAO_FTRTEC_BUILD_DLL
  tagchecks   = FTRT_EventChannel
  includes += $(TAO_ROOT)/orbsvcs/orbsvcs/FtRtEvent/EventChannel
  after    += Utils
  libs     += TAO_Utils
  IDL_Files {
  }

  Source_Files  (ORBSVCS_COMPONENTS) {
    FTRT_EventChannel {
      PortableGroup_Simple_DSC.cpp
      FtRtEvent/EventChannel
    }
  }
  Template_Files {
    default {
      FtRtEvent/EventChannel/ConnectionHandler_T.cpp
      FtRtEvent/EventChannel/Fault_Detector_T.cpp
      FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp
    }
  }

  Header_Files {
    ftrtec_export.h
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -