OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ManagerActionListener.ManagerActionListener クラス

[詳解]

公開メンバ関数

 preShutdown (self)
 
 postShutdown (self)
 
 preReinit (self)
 
 postReinit (self)
 

詳解

  • マネージャShutdownの直前: void onPreShutdown()
  • マネージャShutdownの直後: void onPostShutdown()
  • マネージャの再初期化直前: void onPreReinit()
  • マネージャの再初期化直後: void onPostReinit()

メソッド詳解

◆ postReinit()

OpenRTM_aist.ManagerActionListener.ManagerActionListener.postReinit ( self)

postReinit コールバック関数

引数
selfvirtual void postReinit();

◆ postShutdown()

OpenRTM_aist.ManagerActionListener.ManagerActionListener.postShutdown ( self)

postShutdown callback function

引数
selfvirtual void postShutdown();

◆ preReinit()

OpenRTM_aist.ManagerActionListener.ManagerActionListener.preReinit ( self)

preReinit コールバック関数

引数
selfvirtual void preReinit();

◆ preShutdown()

OpenRTM_aist.ManagerActionListener.ManagerActionListener.preShutdown ( self)

preShutdown callback function

引数
selfvirtual void preShutdown();

このクラス詳解は次のファイルから抽出されました: