Get Profile List of Port of RTC
ret=Port_getProfileList(port)
Handle of Port.
Matrix of string. size = [n 2]. Port profile list.
This function get Port profile list strings.
cn = CorbaNaming_create("localhost:2809"); rtobject = CorbaNaming_resolve(cn, "ysuga_pc.host_cxt/ConsoleIn0.rtc"); port1=RTObject_getPort(rtobject, "out"); disp(Port_getProfileList(port1) ); | ![]() | ![]() |