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

More...

Inheritance diagram for OpenRTM_aist.ClockManager.AdjustedClock:
OpenRTM_aist.ClockManager.IClock

Public Member Functions

def gettime (self)
 
def settime (self, clocktime)
 
def gettime (self)
 
def settime (self, clocktime)
 

Detailed Description

Clock object to handle adjusted clock

This class stores a offset time with current system clock when settime(), and gettime() returns adjusted clock by the offset.

 

Member Function Documentation

◆ gettime()

def OpenRTM_aist.ClockManager.AdjustedClock.gettime (   self)

Getting time

Returns
Current time virtual coil::TimeValue gettime() const = 0;

Reimplemented from OpenRTM_aist.ClockManager.IClock.

◆ settime()

def OpenRTM_aist.ClockManager.AdjustedClock.settime (   self,
  clocktime 
)

Setting time

Parameters
clocktimeCurrent time virtual bool settime(coil::TimeValue clocktime) = 0;

Reimplemented from OpenRTM_aist.ClockManager.IClock.


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