public class FsmObject_impl extends FsmObjectPOA
This is a class to be a base of each RT-Component. This is a implementation class of lightweightRTComponent in Robotic Technology Component specification.
Constructor and Description |
---|
FsmObject_impl()
Constructor
|
Modifier and Type | Method and Description |
---|---|
ReturnCode_t |
send_stimulus(java.lang.String ids,
int id)
send_stimulus
|
_all_interfaces, _invoke, _this, _this
public ReturnCode_t send_stimulus(java.lang.String ids, int id)
Send a stimulus to an FSM that realizes this interface. If the stimulus corresponds to any outgoing transition of the current state, that transition shall be taken and the state shall change. Any FSM participants associated with the exit of the current state, the transition to the new state, or the entry to the new state shall be invoked. If the stimulus does not correspond to any such transition, this operation shall succeed but have no effect. If the given execution context is a non-nil reference to a context in which this FSM participates, the transition shall be executed in that context. If the argument is nil, the FSM shall choose an EVENT_DRIVEN context in which to execute the transition. If the argument is non-nil, but this FSM does not participate in the given context, this operation shall fail with * ReturnCode_t::BAD_PARAMETER.
ids
-
Event Messageid
-
EC handle