Get Current State Condition of RT object
state=RTObject_getCurrentState(rto)
Handle of RTObject.
string. active|inactive|error|created
This value is used as the reference id of RT-object on the CorbaNaming service.
cn = CorbaNaming_create("localhost:2809"); rtobject = CorbaNaming_resolve(cn, "ysuga_pc.host_cxt/ConsoleIn0.rtc"); state = RTObject_getCurrentState(rtobject);