Get Port Name of Port of RTC
ret=Port_getName(port)
Handle of Port.
string. Port Name.
This function get Port profile (Port Name).
cn = CorbaNaming_create("localhost:2809"); rtobject = CorbaNaming_resolve(cn, "ysuga_pc.host_cxt/ConsoleIn0.rtc"); port1=RTObject_getPort(rtobject, "out"); disp(Port_getName(port1)); | ![]() | ![]() |