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

📄 av.mpc

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

project(AV) : orbsvcslib, core, property, naming, qos {
  sharedname    = TAO_AV
  idlflags     += -Wb,export_macro=TAO_AV_Export -Wb,export_include=AV/AV_export.h
  dynamicflags  = TAO_AV_BUILD_DLL
  tagchecks    += AV
  pch_header    =
  pch_source    =

  IDL_Files {
    AVStreams.idl
    Null_MediaCtrl.idl
    sfp.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    AV {
      AVStreamsC.cpp
      AVStreamsS.cpp
      Null_MediaCtrlC.cpp
      Null_MediaCtrlS.cpp
      sfpC.cpp
      sfpS.cpp
      AV/AVStreams_i.cpp
      AV/AV_Core.cpp
      AV/Endpoint_Strategy.cpp
      AV/Endpoint_Strategy_T.cpp
      AV/Fill_ACE_QoS.cpp
      AV/FlowSpec_Entry.cpp
      AV/Flows_T.cpp
      AV/MCast.cpp
      AV/md5c.cpp
      AV/Nil.cpp
      AV/Policy.cpp
      AV/Protocol_Factory.cpp
      AV/QoS_UDP.cpp
      AV/RTCP.cpp
      AV/RTCP_Channel.cpp
      AV/RTCP_Packet.cpp
      AV/RTP.cpp
      AV/TCP.cpp
      AV/Transport.cpp
      AV/UDP.cpp
      AV/default_resource.cpp
      AV/media_timer.cpp
      AV/sfp.cpp
    }
  }

  verbatim(gnuace,top) {
  ifeq ($(sctp),1)
    AV += SCTP_SEQ
  endif
  }
  Header_Files {
    Channel_Clients_T.h
    AV/AVStreams_i.h
    AV/AV_Core.h
    AV/AV_export.h
    AV/Endpoint_Strategy.h
    AV/Endpoint_Strategy_T.h
    AV/Fill_ACE_QoS.h
    AV/FlowSpec_Entry.h
    AV/Flows_T.h
    AV/MCast.h
    AV/md5.h
    AV/Nil.h
    AV/Policy.h
    AV/Protocol_Factory.h
    AV/QoS_UDP.h
    AV/RTCP.h
    AV/RTCP_Channel.h
    AV/RTCP_Packet.h
    AV/RTP.h
    AV/Resource_Factory.h
    AV/UDP.h
    AV/default_resource.h
    AV/global.h
    AV/media_timer.h
    AV/ntp-time.h
    AV/sfp.h
  }
  Template_Files {
    Channel_Clients_T.cpp
    AV/Endpoint_Strategy_T.cpp
    AV/Flows_T.cpp
  }

}

⌨️ 快捷键说明

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