OpenRTM-aist-Python 2.0.2
OpenRTM_aist.FsmActionListener.PostFsmActionListenerType Class Reference

More...

Detailed Description

The types of PostFsmActionListenerType

PreFsmActionListener has the following hook points. If these listeners are actually called or not called are depends on FSM implementations.

  • POST_ON_INIT: just after "init" action
  • POST_ON_ENTRY: just after "entry" action
  • POST_ON_DO: just after "do" action
  • POST_ON_EXIT: just after "exit" action
  • POST_ON_STATE_CHANGE: just after state transition action
 

The documentation for this class was generated from the following file: