<< Port_getPortType Port Port_getSubscriptionType >>

RTCscilab >> NamingService > Port > Port_getProfileList

Port_getProfileList

Get Profile List of Port of RTC

Calling Sequence

ret=Port_getProfileList(port)

Parameters

port

Handle of Port.

ret

Matrix of string. size = [n 2]. Port profile list.

Description

This function get Port profile list strings.

Examples

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

See Also

Authors

<< Port_getPortType Port Port_getSubscriptionType >>