Name

Port — Handle of Port of RTC

Description

This value is used as the reference id of Port of RT-object on the CorbaNaming service.

Examples

      cn = CorbaNaming_create("localhost:2809");
      rtobject = CorbaNaming_resolve(cn, "ysuga_pc.host_cxt/ConsoleIn0.rtc");
      RTObject_activate(rtobject);
      port1=RTObject_getPort(rtobject, "out");
      ...
    

See Also

Authors

Yuki Suga (ysuga.net)