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

More...

Public Member Functions

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

Detailed Description

Member Function Documentation

◆ postConfigure()

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

postConfigure callback function

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

◆ postCreate()

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

postCreate callback function

Parameters
self
rtobjvirtual void postCreate(RTC::RTObject_impl*);

◆ postInitialize()

def OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.postInitialize (   self)

postInitialize callback function

Parameters
selfvirtual void postInitialize();

◆ preConfigure()

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

preConfigure callback function

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

◆ preCreate()

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

preCreate callback function

Parameters
self
args
Returns
virtual void preCreate(std::string& args);

◆ preInitialize()

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: