OpenRTM-aist-Python 2.0.2
OpenRTM_aist.Timer.PeriodicFunction Class Reference

More...

Inheritance diagram for OpenRTM_aist.Timer.PeriodicFunction:

Public Member Functions

 __init__ (self, function, period)
 
 tick (self, interval)
 
 stop (self)
 

Detailed Description

Periodic function call

Since
2.0.0

Constructor & Destructor Documentation

◆ __init__()

OpenRTM_aist.Timer.PeriodicFunction.__init__ ( self,
function,
period )

Constructor

Parameters
fnFunction or functional object
period

Member Function Documentation

◆ stop()

OpenRTM_aist.Timer.PeriodicFunction.stop ( self)

Stop to execute function

Parameters
self

◆ tick()

OpenRTM_aist.Timer.PeriodicFunction.tick ( self,
interval )

Tick

Parameters
intervalTick interval
Returns

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