<< Port_getProfileList Port RTObject >>

RTCscilab >> NamingService > Port > Port_getSubscriptionType

Port_getSubscriptionType

Get SubscriptionType of Port of RTC

Calling Sequence

ret=Port_getSubscriptionType(port)

Parameters

port

Handle of Port.

ret

string. Subscription type.

Description

This function get Port subscription type.

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_getProfileList Port RTObject >>