クラス
jp.go.aist.rtm.RTC.util.TimeValue の使用

TimeValue を使用しているパッケージ
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.executionContext   
jp.go.aist.rtm.RTC.util   
jp.go.aist.rtm.RTC.util.clock   
 

jp.go.aist.rtm.RTC での TimeValue の使用
 

TimeValue として宣言されている jp.go.aist.rtm.RTC のフィールド
protected  TimeValue PeriodicTask.m_period
          タスク実行周期
 

TimeValue を返す jp.go.aist.rtm.RTC のメソッド
 TimeValue TimeMeasure.interval()
          経過時間を取得する。
 

TimeValue 型のパラメータを持つ jp.go.aist.rtm.RTC のメソッド
 void PeriodicTask.setPeriod(TimeValue period)
          タスク実行周期をセットする。
abstract  void PeriodicTaskBase.setPeriod(TimeValue period)
          タスク実行周期をセットする。
 

jp.go.aist.rtm.RTC.executionContext での TimeValue の使用
 

TimeValue として宣言されている jp.go.aist.rtm.RTC.executionContext のフィールド
(package private)  TimeValue PeriodicExecutionContext.m_activationTimeout
           
(package private)  TimeValue ExtTrigExecutionContext.m_activationTimeout
           
(package private)  TimeValue PeriodicExecutionContext.m_deactivationTimeout
           
(package private)  TimeValue ExtTrigExecutionContext.m_deactivationTimeout
           
(package private)  TimeValue PeriodicExecutionContext.m_resetTimeout
           
(package private)  TimeValue ExtTrigExecutionContext.m_resetTimeout
           
 

TimeValue を返す jp.go.aist.rtm.RTC.executionContext のメソッド
 TimeValue PeriodicExecutionContext.getPeriod()
           
 TimeValue ExtTrigExecutionContext.getPeriod()
           
 TimeValue ExecutionContextProfile.getPeriod()
           
 

TimeValue 型のパラメータを持つ jp.go.aist.rtm.RTC.executionContext のメソッド
 ReturnCode_t ExecutionContextProfile.setPeriod(TimeValue period)
           
 boolean PeriodicExecutionContext.setTimeout(Properties props, java.lang.String key, TimeValue timevalue)
           
 boolean ExtTrigExecutionContext.setTimeout(Properties props, java.lang.String key, TimeValue timevalue)
           
 boolean ExecutionContextBase.setTimeout(Properties props, java.lang.String key, TimeValue timevalue)
          Propertiesから状態遷移Timeoutをセットする
 ReturnCode_t ExecutionContextWorker.waitActivateComplete(RTObjectStateMachine rtobj, TimeValue timeout)
           
 ReturnCode_t ExecutionContextWorker.waitActivateComplete(RTObjectStateMachine rtobj, TimeValue timeout, long cycle)
           
 ReturnCode_t ExecutionContextWorker.waitDeactivateComplete(RTObjectStateMachine rtobj, TimeValue timeout)
           
 ReturnCode_t ExecutionContextWorker.waitDeactivateComplete(RTObjectStateMachine rtobj, TimeValue timeout, long cycle)
           
 ReturnCode_t ExecutionContextWorker.waitResetComplete(RTObjectStateMachine rtobj, TimeValue timeout)
           
 ReturnCode_t ExecutionContextWorker.waitResetComplete(RTObjectStateMachine rtobj, TimeValue timeout, long cycle)
           
 

jp.go.aist.rtm.RTC.util での TimeValue の使用
 

TimeValue を返す jp.go.aist.rtm.RTC.util のメソッド
 TimeValue TimeValue.convert(double time)
          数字→時間へ変換する
 TimeValue TimeValue.minus(TimeValue tm)
          時間を減算する
 TimeValue TimeValue.plus(TimeValue tm)
          時間を加算する
 

TimeValue 型のパラメータを持つ jp.go.aist.rtm.RTC.util のメソッド
 TimeValue TimeValue.minus(TimeValue tm)
          時間を減算する
 TimeValue TimeValue.plus(TimeValue tm)
          時間を加算する
 ListenerBase Timer.registerListener(ListenerBase listener, TimeValue tm)
          タイマー処理用リスナーを登録する。
 ListenerBase Timer.registerListenerObj(CallbackFunction cbf, TimeValue tm)
          タイマーから起動するコールバック関数を登録する。
 

TimeValue 型のパラメータを持つ jp.go.aist.rtm.RTC.util のコンストラクタ
Timer(TimeValue interval)
          コンストラクタ。
TimeValue(TimeValue tm)
          コピーコンストラクタ
 

jp.go.aist.rtm.RTC.util.clock での TimeValue の使用
 

TimeValue を返す jp.go.aist.rtm.RTC.util.clock のメソッド
 TimeValue IClock.getTime()
          時刻を取得する
 TimeValue AdjustedClock.getTime()
           
 TimeValue LogicalClock.getTime()
           
 TimeValue SystemClock.getTime()
           
 

TimeValue 型のパラメータを持つ jp.go.aist.rtm.RTC.util.clock のメソッド
 boolean IClock.setTime(TimeValue clocktime)
          時刻を設定する
 boolean AdjustedClock.setTime(TimeValue clocktime)
           
 boolean LogicalClock.setTime(TimeValue clocktime)
           
 boolean SystemClock.setTime(TimeValue clocktime)