readme

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

TXT
18
字号

$TAO_ROOT/DevGuideExamples/EventServices/OMG_TypedEC

This example is a simple demonstration of Typed Event Channel usage.
The Messenger interface is slightly modified for use in this example
to allow suppliers to send messages to all connected consumers.  To
run the example, execute the following commands:

export InterfaceRepositoryIOR=file://ifr.ior
export NameServiceIOR=file://ns.ior
$TAO_ROOT/orbsvcs/IFR_Service/IFR_Service -o ifr.ior &
$ACE_ROOT/bin/tao_ifr Messenger.idl
$TAO_ROOT/orbsvcs/Naming_Service/Naming_Service -o ns.ior &
$TAO_ROOT/orbsvcs/CosEvent_Service/CosEvent_Service -t &
./Consumer &
./Supplier

⌨️ 快捷键说明

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