OpenRTM-aist-Python 2.0.0
公開メンバ関数 | 全メンバ一覧
OpenRTM_aist.ClockManager.AdjustedClock クラス
OpenRTM_aist.ClockManager.AdjustedClock の継承関係図
OpenRTM_aist.ClockManager.IClock

公開メンバ関数

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

詳解

 

メソッド詳解

◆ gettime()

def OpenRTM_aist.ClockManager.AdjustedClock.gettime (   self)

時刻を取得する

戻り値
現在の時刻 virtual coil::TimeValue gettime() const = 0;

OpenRTM_aist.ClockManager.IClockを再実装しています。

◆ settime()

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

時刻を設定する

引数
clocktime現在の時刻 virtual bool settime(coil::TimeValue clocktime) = 0;

OpenRTM_aist.ClockManager.IClockを再実装しています。


このクラス詳解は次のファイルから抽出されました: