rtec_basic.mpc

来自「在使用TAO的事件服务过程中」· MPC 代码 · 共 23 行

MPC
23
字号
project(*Supplier): namingexe, rteventexe,  {
  requires += exceptions
  exename   = EchoEventSupplier
  includes += ../common

  Source_Files {
    EchoEventSupplierMain.cpp
    EchoEventSupplier_i.cpp
  }
}

project(*Consumer): namingexe, rteventexe,  {
  requires += exceptions
  exename   = EchoEventConsumer
  includes += ../common

  Source_Files {
    EchoEventConsumerMain.cpp
    EchoEventConsumer_i.cpp
  }
}

⌨️ 快捷键说明

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