<< Port Port Port_getDataflowType >>

RTCscilab >> NamingService > Port > Port_getDataType

Port_getDataType

Get Data Typet of Port of RTC

Calling Sequence

ret=Port_getDataType(port)

Parameters

port

Handle of Port.

ret

string. Data Type of Port.

Description

This function get Port profile (Data Type).

Examples

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

See Also

Authors

<< Port Port Port_getDataflowType >>