|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusKind | |
---|---|
jp.go.aist.rtm.RTC | |
OpenRTM |
Uses of StatusKind in jp.go.aist.rtm.RTC |
---|
Methods in jp.go.aist.rtm.RTC with parameters of type StatusKind | |
---|---|
protected java.lang.String |
ComponentObserverConsumer.toString(StatusKind kind)
Converting kind to string |
protected void |
ComponentObserverConsumer.updateStatus(StatusKind statuskind,
java.lang.String msg)
Calling remote object |
Uses of StatusKind in OpenRTM |
---|
Fields in OpenRTM declared as StatusKind | |
---|---|
static StatusKind |
StatusKind.COMPONENT_PROFILE
|
static StatusKind |
StatusKind.CONFIGURATION
|
static StatusKind |
StatusKind.EC_STATUS
|
static StatusKind |
StatusKind.HEARTBEAT
|
static StatusKind |
StatusKind.PORT_PROFILE
|
static StatusKind |
StatusKind.RTC_STATUS
|
static StatusKind |
StatusKind.STATUS_KIND_NUM
|
StatusKind |
StatusKindHolder.value
|
Methods in OpenRTM that return StatusKind | |
---|---|
static StatusKind |
StatusKindHelper.extract(org.omg.CORBA.Any a)
|
static StatusKind |
StatusKind.from_int(int value)
|
static StatusKind |
StatusKindHelper.read(org.omg.CORBA.portable.InputStream istream)
|
Methods in OpenRTM with parameters of type StatusKind | |
---|---|
static void |
StatusKindHelper.insert(org.omg.CORBA.Any a,
StatusKind that)
|
void |
_ComponentObserverStub.update_status(StatusKind status_kind,
java.lang.String hint)
|
void |
ComponentObserverOperations.update_status(StatusKind status_kind,
java.lang.String hint)
|
static void |
StatusKindHelper.write(org.omg.CORBA.portable.OutputStream ostream,
StatusKind value)
|
Constructors in OpenRTM with parameters of type StatusKind | |
---|---|
StatusKindHolder(StatusKind initialValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |