OpenRTM-aist-Python 1.2.1
公開メンバ関数 | 全メンバ一覧
OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener クラス

RTC系 [詳解]

公開メンバ関数

def preCreate (self, args)
 preCreate コールバック関数 [詳解]
 
def postCreate (self, rtobj)
 postCreate コールバック関数 [詳解]
 
def preConfigure (self, prop)
 preConfigure コールバック関数 [詳解]
 
def postConfigure (self, prop)
 postConfigure コールバック関数 [詳解]
 
def preInitialize (self)
 preInitialize コールバック関数 [詳解]
 
def postInitialize (self)
 postInitialize コールバック関数 [詳解]
 

詳解

RTC系

メソッド詳解

def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.postConfigure (   self,
  prop 
)

postConfigure コールバック関数

引数
self
propvirtual void postConfigure(coil::Properties& prop);
def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.postCreate (   self,
  rtobj 
)

postCreate コールバック関数

引数
self
rtobjvirtual void postCreate(RTC::RTObject_impl*);
def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.postInitialize (   self)

postInitialize コールバック関数

引数
selfvirtual void postInitialize();
def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.preConfigure (   self,
  prop 
)

preConfigure コールバック関数

引数
self
propvirtual void preConfigure(coil::Properties& prop);
def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.preCreate (   self,
  args 
)

preCreate コールバック関数

引数
self
args
戻り値
virtual void preCreate(std::string& args);
def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.preInitialize (   self)

preInitialize コールバック関数

引数
selfvirtual void preInitialize();

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