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

[詳解]

公開メンバ関数

def preCreate (self, args)
 
def postCreate (self, rtobj)
 
def preConfigure (self, prop)
 
def postConfigure (self, prop)
 
def preInitialize (self)
 
def postInitialize (self)
 

詳解

RTC系

メソッド詳解

◆ postConfigure()

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

postConfigure コールバック関数

引数
self
propvirtual void postConfigure(coil::Properties& prop);

◆ postCreate()

def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.postCreate (   self,
  rtobj 
)

postCreate コールバック関数

引数
self
rtobjvirtual void postCreate(RTC::RTObject_impl*);

◆ postInitialize()

def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.postInitialize (   self)

postInitialize コールバック関数

引数
selfvirtual void postInitialize();

◆ preConfigure()

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

preConfigure コールバック関数

引数
self
propvirtual void preConfigure(coil::Properties& prop);

◆ preCreate()

def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.preCreate (   self,
  args 
)

preCreate コールバック関数

引数
self
args
戻り値
virtual void preCreate(std::string& args);

◆ preInitialize()

def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.preInitialize (   self)

preInitialize コールバック関数

引数
selfvirtual void preInitialize();

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