Name

RTObject_getPortNameList — Get Port name list of RT object

Calling Sequence

portName=RTObject_getPortNameList(rto)

Parameters

rto

Handle of RTObject.

portName

vector of string. Port name list.

Description

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

Examples

      cn = CorbaNaming_create("localhost:2809");
      rtobject = CorbaNaming_resolve(cn, "ysuga_pc.host_cxt/ConsoleIn0.rtc");
      disp( RTObject_getPortNameList(rtobject) );
    

See Also

Authors

Yuki Suga (ysuga.net)