|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LifeCycleState | |
---|---|
jp.go.aist.rtm.RTC | |
jp.go.aist.rtm.RTC.executionContext | |
OpenRTM | |
RTC |
Uses of LifeCycleState in jp.go.aist.rtm.RTC |
---|
Methods in jp.go.aist.rtm.RTC that return LifeCycleState | |
---|---|
LifeCycleState |
RTObjectStateMachine.getState()
|
Methods in jp.go.aist.rtm.RTC that return types with arguments of type LifeCycleState | |
---|---|
StateHolder<LifeCycleState> |
RTObjectStateMachine.getStates()
|
Methods in jp.go.aist.rtm.RTC with parameters of type LifeCycleState | |
---|---|
void |
RTObjectStateMachine.goTo(LifeCycleState state)
|
boolean |
RTObjectStateMachine.isCurrentState(LifeCycleState state)
|
boolean |
RTObjectStateMachine.isNextState(LifeCycleState state)
|
Method parameters in jp.go.aist.rtm.RTC with type arguments of type LifeCycleState | |
---|---|
void |
RTObjectStateMachine.onAborting(StateHolder<LifeCycleState> st)
|
void |
RTObjectStateMachine.onAction(StateHolder<LifeCycleState> st)
|
void |
RTObjectStateMachine.onActivated(StateHolder<LifeCycleState> st)
|
void |
RTObjectStateMachine.onDeactivated(StateHolder<LifeCycleState> st)
|
void |
RTObjectStateMachine.onError(StateHolder<LifeCycleState> st)
|
void |
RTObjectStateMachine.onExecute(StateHolder<LifeCycleState> st)
|
void |
RTObjectStateMachine.onModeChanged(StateHolder<LifeCycleState> st)
|
void |
RTObjectStateMachine.onReset(StateHolder<LifeCycleState> st)
|
void |
RTObjectStateMachine.onStateUpdate(StateHolder<LifeCycleState> st)
|
Uses of LifeCycleState in jp.go.aist.rtm.RTC.executionContext |
---|
Fields in jp.go.aist.rtm.RTC.executionContext with type parameters of type LifeCycleState | |
---|---|
StateMachine<LifeCycleState,PeriodicExecutionContext.DFPBase> |
PeriodicExecutionContext.DFPBase.m_sm
ExecutionContextのStateMachine |
StateMachine<LifeCycleState,ExtTrigExecutionContext.DFPBase> |
ExtTrigExecutionContext.DFPBase.m_sm
ExecutionContextのStateMachine |
Methods in jp.go.aist.rtm.RTC.executionContext that return LifeCycleState | |
---|---|
LifeCycleState |
PeriodicExecutionContext.get_component_state(LightweightRTObject comp)
コンポーネントの状態を取得します。 |
LifeCycleState |
ExtTrigExecutionContext.get_component_state(LightweightRTObject comp)
コンポーネントの状態を取得します。 |
LifeCycleState |
PeriodicExecutionContext.DFPBase.get_state()
現在の状態を取得します。 |
LifeCycleState |
ExtTrigExecutionContext.DFPBase.get_state()
現在の状態を取得します。 |
LifeCycleState |
ExecutionContextWorker.getComponentState(LightweightRTObject comp)
Get RT-component's state |
LifeCycleState |
PeriodicExecutionContext.getComponentState(LightweightRTObject comp)
|
LifeCycleState |
ExtTrigExecutionContext.getComponentState(LightweightRTObject comp)
|
LifeCycleState |
PeriodicExecutionContext.onGetComponentState(LifeCycleState state)
|
LifeCycleState |
ExtTrigExecutionContext.onGetComponentState(LifeCycleState state)
|
LifeCycleState |
ExecutionContextBase.onGetComponentState(LifeCycleState state)
|
Methods in jp.go.aist.rtm.RTC.executionContext with parameters of type LifeCycleState | |
---|---|
java.lang.String |
ExecutionContextWorker.getStateString(LifeCycleState state)
|
java.lang.String |
PeriodicExecutionContext.getStateString(LifeCycleState state)
|
boolean |
ExecutionContextWorker.isAllCurrentState(LifeCycleState state)
|
boolean |
PeriodicExecutionContext.isAllCurrentState(LifeCycleState state)
|
boolean |
ExtTrigExecutionContext.isAllCurrentState(LifeCycleState state)
|
boolean |
ExecutionContextBase.isAllCurrentState(LifeCycleState state)
|
boolean |
ExecutionContextWorker.isAllNextState(LifeCycleState state)
|
boolean |
PeriodicExecutionContext.isAllNextState(LifeCycleState state)
|
boolean |
ExtTrigExecutionContext.isAllNextState(LifeCycleState state)
|
boolean |
ExecutionContextBase.isAllNextState(LifeCycleState state)
|
boolean |
ExecutionContextWorker.isOneOfCurrentState(LifeCycleState state)
|
boolean |
PeriodicExecutionContext.isOneOfCurrentState(LifeCycleState state)
|
boolean |
ExtTrigExecutionContext.isOneOfCurrentState(LifeCycleState state)
|
boolean |
ExecutionContextBase.isOneOfCurrentState(LifeCycleState state)
|
boolean |
ExecutionContextWorker.isOneOfNextState(LifeCycleState state)
|
boolean |
PeriodicExecutionContext.isOneOfNextState(LifeCycleState state)
|
boolean |
ExtTrigExecutionContext.isOneOfNextState(LifeCycleState state)
|
boolean |
ExecutionContextBase.isOneOfNextState(LifeCycleState state)
|
LifeCycleState |
PeriodicExecutionContext.onGetComponentState(LifeCycleState state)
|
LifeCycleState |
ExtTrigExecutionContext.onGetComponentState(LifeCycleState state)
|
LifeCycleState |
ExecutionContextBase.onGetComponentState(LifeCycleState state)
|
Uses of LifeCycleState in OpenRTM |
---|
Methods in OpenRTM that return LifeCycleState | |
---|---|
LifeCycleState |
_ExtTrigExecutionContextServiceStub.get_component_state(LightweightRTObject comp)
|
LifeCycleState |
_LogicalTimeTriggeredECStub.get_component_state(LightweightRTObject comp)
|
Uses of LifeCycleState in RTC |
---|
Fields in RTC declared as LifeCycleState | |
---|---|
static LifeCycleState |
LifeCycleState.ACTIVE_STATE
|
static LifeCycleState |
LifeCycleState.CREATED_STATE
|
static LifeCycleState |
LifeCycleState.ERROR_STATE
|
static LifeCycleState |
LifeCycleState.INACTIVE_STATE
|
LifeCycleState |
LifeCycleStateHolder.value
|
Methods in RTC that return LifeCycleState | |
---|---|
static LifeCycleState |
LifeCycleStateHelper.extract(org.omg.CORBA.Any a)
|
static LifeCycleState |
LifeCycleState.from_int(int value)
|
LifeCycleState |
ExecutionContextOperations.get_component_state(LightweightRTObject comp)
|
LifeCycleState |
_ExecutionContextServiceStub.get_component_state(LightweightRTObject comp)
|
LifeCycleState |
_ExecutionContextStub.get_component_state(LightweightRTObject comp)
|
static LifeCycleState |
LifeCycleStateHelper.read(org.omg.CORBA.portable.InputStream istream)
|
Methods in RTC with parameters of type LifeCycleState | |
---|---|
static void |
LifeCycleStateHelper.insert(org.omg.CORBA.Any a,
LifeCycleState that)
|
static void |
LifeCycleStateHelper.write(org.omg.CORBA.portable.OutputStream ostream,
LifeCycleState value)
|
Constructors in RTC with parameters of type LifeCycleState | |
---|---|
LifeCycleStateHolder(LifeCycleState initialValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |