<< Port Port Port_getDataType >>

RTCscilab >> NamingService > Port > Port

Port

Handle of Port of RTC

Description

This value is used as the reference id of Port of RT-object on the CorbaNaming service.

Examples

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

See Also

Authors

<< Port Port Port_getDataType >>