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

More...

Public Member Functions

def preBind (self, rtobj, name)
 
def postBind (self, rtobj, name)
 
def preUnbind (self, rtobj, name)
 
def postUnbind (self, rtobj, name)
 

Detailed Description

Member Function Documentation

◆ postBind()

def OpenRTM_aist.ManagerActionListener.NamingActionListener.postBind (   self,
  rtobj,
  name 
)

postBind callback function

Parameters
self
rtobj
namevirtual void postBind(RTC::RTObject_impl* rtobj, coil::vstring& name);

◆ postUnbind()

def OpenRTM_aist.ManagerActionListener.NamingActionListener.postUnbind (   self,
  rtobj,
  name 
)

postUnbind callback function

Parameters
self
propvirtual void postUnbind(RTC::RTObject_impl* rtobj, coil::vstring& name);

◆ preBind()

def OpenRTM_aist.ManagerActionListener.NamingActionListener.preBind (   self,
  rtobj,
  name 
)

preBind callback function

Parameters
self
rtobj
namevirtual void preBind(RTC::RTObject_impl* rtobj, coil::vstring& name);

◆ preUnbind()

def OpenRTM_aist.ManagerActionListener.NamingActionListener.preUnbind (   self,
  rtobj,
  name 
)

preUnbind callback function

Parameters
self
rtobj
namevirtual void preUnbind(RTC::RTObject_impl* rtobj, coil::vstring& name);

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