Name

RTObject_deactivate — Deactivate RT object

Calling Sequence

ret=RTObject_deactivate(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_deactivate(rtobject);
    

See Also

Authors

Yuki Suga (ysuga.net)