<< RTObject RTObject RTObject_deactivate >>

RTCscilab >> NamingService > RTObject > RTObject_activate

RTObject_activate

Activate RT object

Calling Sequence

ret=RTObject_activate(rto)

Parameters

rto

Handle of RTObject.

ret

return value. negative if fail

Description

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

Examples

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

See Also

Authors

<< RTObject RTObject RTObject_deactivate >>