<< RTObject_deactivate RTObject RTObject_getPort >>

RTCscilab >> NamingService > RTObject > RTObject_getCurrentState

RTObject_getCurrentState

Get Current State Condition of RT object

Calling Sequence

state=RTObject_getCurrentState(rto)

Parameters

rto

Handle of RTObject.

state

string. active|inactive|error|created

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");
state = RTObject_getCurrentState(rtobject);

See Also

Authors

<< RTObject_deactivate RTObject RTObject_getPort >>