import "RTC.idl";
Public Member Functions | |
ReturnCode_t | on_action (in ExecutionContextHandle_t exec_handle) |
on_action |
FsmParticipantAction is companion to ComponentAction (see Section 5.2.2.4) that is intended for use with FSM participant RTCs. It adds a callback for the interception of state transitions, state entries, and state exits.
ReturnCode_t RTC::FsmParticipantAction::on_action | ( | in ExecutionContextHandle_t | exec_handle | ) |
on_action
The indicated FSM participant RTC has been invoked as a result of a transition, state entry, or state exit in its containing FSM.