Uses of Class
jp.go.aist.rtm.RTC.util.TimeValue

Packages that use TimeValue
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.util   
 

Uses of TimeValue in jp.go.aist.rtm.RTC
 

Fields in jp.go.aist.rtm.RTC declared as TimeValue
protected  TimeValue PeriodicTask.m_period
           Task execution period
 

Methods in jp.go.aist.rtm.RTC that return TimeValue
 TimeValue TimeMeasure.interval()
           Get a interval time
 

Methods in jp.go.aist.rtm.RTC with parameters of type TimeValue
 void PeriodicTask.setPeriod(TimeValue period)
           Setting task execution period
abstract  void PeriodicTaskBase.setPeriod(TimeValue period)
           Setting task execution period
 

Uses of TimeValue in jp.go.aist.rtm.RTC.util
 

Methods in jp.go.aist.rtm.RTC.util that return TimeValue
 TimeValue TimeValue.convert(double time)
           Converts the numerical itno time
 TimeValue TimeValue.minus(TimeValue tm)
           Subtracts time.
 TimeValue TimeValue.plus(TimeValue tm)
           Adds time.
 

Methods in jp.go.aist.rtm.RTC.util with parameters of type TimeValue
 TimeValue TimeValue.minus(TimeValue tm)
           Subtracts time.
 TimeValue TimeValue.plus(TimeValue tm)
           Adds time.
 ListenerBase Timer.registerListener(ListenerBase listener, TimeValue tm)
           Registers the listener for the timer processing.
 ListenerBase Timer.registerListenerObj(CallbackFunction cbf, TimeValue tm)
           Registers the callback function started with the timer.
 

Constructors in jp.go.aist.rtm.RTC.util with parameters of type TimeValue
Timer(TimeValue interval)
           Constructor
TimeValue(TimeValue tm)
           Copy constructor