OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener Class Reference

More...

Public Member Functions

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

Detailed Description

Member Function Documentation

◆ postConfigure()

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

postConfigure callback function

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

◆ postCreate()

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

postCreate callback function

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

◆ postInitialize()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.postInitialize ( self)

postInitialize callback function

Parameters
selfvirtual void postInitialize();

◆ preConfigure()

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

preConfigure callback function

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

◆ preCreate()

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

preCreate callback function

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

◆ preInitialize()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListener.preInitialize ( self)

preInitialize callback function

Parameters
selfvirtual void preInitialize();

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