OpenRTM-aist-Python 1.2.1
Public Member Functions | List of all members
OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener Class Reference

Public Member Functions

def preCreate (self, args)
 preCreate callback function More...
 
def postCreate (self, rtobj)
 postCreate callback function More...
 
def preConfigure (self, prop)
 preConfigure callback function More...
 
def postConfigure (self, prop)
 postConfigure callback function More...
 
def preInitialize (self)
 preInitialize callback function More...
 
def postInitialize (self)
 postInitialize callback function More...
 

Member Function Documentation

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

postConfigure callback function

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

postCreate callback function

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

postInitialize callback function

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

preConfigure callback function

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

preCreate callback function

Parameters
self
args
Returns
virtual void preCreate(std::string& args);
def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.preInitialize (   self)

preInitialize callback function

Parameters
selfvirtual void preInitialize();

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