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

Packages that use 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   
 

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.executionContext
 

Fields in jp.go.aist.rtm.RTC.executionContext declared as TimeValue
(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
           
 

Methods in jp.go.aist.rtm.RTC.executionContext that return TimeValue
 TimeValue PeriodicExecutionContext.getPeriod()
           
 TimeValue ExtTrigExecutionContext.getPeriod()
           
 TimeValue ExecutionContextProfile.getPeriod()
           
 

Methods in jp.go.aist.rtm.RTC.executionContext with parameters of type TimeValue
 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)
           Setting state transition timeout from given properties.
 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)
           
 

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
 

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

Methods in jp.go.aist.rtm.RTC.util.clock that return TimeValue
 TimeValue IClock.getTime()
           Getting time
 TimeValue AdjustedClock.getTime()
           
 TimeValue LogicalClock.getTime()
           
 TimeValue SystemClock.getTime()
           
 

Methods in jp.go.aist.rtm.RTC.util.clock with parameters of type TimeValue
 boolean IClock.setTime(TimeValue clocktime)
           Setting time
 boolean AdjustedClock.setTime(TimeValue clocktime)
           
 boolean LogicalClock.setTime(TimeValue clocktime)
           
 boolean SystemClock.setTime(TimeValue clocktime)