send_msg.mpc

来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· MPC 代码 · 共 18 行

MPC
18
字号
// -*- MPC -*-// Send_Msg.mpc,v 1.2 2005/11/07 03:03:02 bala Expproject(*Sender) : aceexe, exceptions, rmcast {  avoids = ace_for_tao  exename = sender  Source_Files {    Sender.cpp  }}project(*Receiver) : aceexe, exceptions, rmcast {  avoids = ace_for_tao  exename = receiver  Source_Files {    Receiver.cpp  }}

⌨️ 快捷键说明

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