<< Port_getDataType Port Port_getInterfaceType >>

RTCscilab >> NamingService > Port > Port_getDataflowType

Port_getDataflowType

Get Dataflow Type of Port of RTC

Calling Sequence

ret=Port_getDataflowType(port)

Parameters

port

Handle of Port.

ret

string. Dataflow type of port

Description

This function get Port profile (Dataflow Type).

Examples

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

See Also

Authors

<< Port_getDataType Port Port_getInterfaceType >>