import "RTC.idl";
Public Member Functions | |
ReturnCode_t | send_stimulus (in string message, in ExecutionContextHandle_t exec_handle) |
send_stimulus |
ReturnCode_t RTC::FsmObject::send_stimulus | ( | in string | message, | |
in ExecutionContextHandle_t | exec_handle | |||
) |
send_stimulus
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.