Uses of Class
io.ciera.runtime.summit.time.TimerHandle
-
Packages that use TimerHandle Package Description io.ciera.runtime.summit.application io.ciera.runtime.summit.time io.ciera.runtime.summit.util io.ciera.runtime.summit.util.impl -
-
Uses of TimerHandle in io.ciera.runtime.summit.application
Methods in io.ciera.runtime.summit.application that return TimerHandle Modifier and Type Method Description TimerHandleApplicationExecutor. addTimer(Timer timer)TimerHandleIRunContext. addTimer(Timer timer)Methods in io.ciera.runtime.summit.application with parameters of type TimerHandle Modifier and Type Method Description booleanApplicationExecutor. cancelTimer(TimerHandle t)booleanIRunContext. cancelTimer(TimerHandle t)TimerApplicationExecutor. getTimer(TimerHandle t)TimerIRunContext. getTimer(TimerHandle t) -
Uses of TimerHandle in io.ciera.runtime.summit.time
Methods in io.ciera.runtime.summit.time that return TimerHandle Modifier and Type Method Description static TimerHandleTimerHandle. deserialize(Object o)TimerHandleTimer. getId()static TimerHandleTimerHandle. random()Constructors in io.ciera.runtime.summit.time with parameters of type TimerHandle Constructor Description Timer(TimerHandle id, int populationId, EventHandle e, long wakeUpTime, int period, boolean recur) -
Uses of TimerHandle in io.ciera.runtime.summit.util
Methods in io.ciera.runtime.summit.util that return TimerHandle Modifier and Type Method Description TimerHandleTIM. timer_start(EventHandle event_inst, int microseconds)Start a new timer to wake inmicrosecondsmicroseconds from the current system time.TimerHandleTIM. timer_start_recurring(EventHandle event_inst, int microseconds)Start a new recurring timer to wake inmicrosecondsmicroseconds from the current system time.Methods in io.ciera.runtime.summit.util with parameters of type TimerHandle Modifier and Type Method Description booleanTIM. timer_add_time(int microseconds, TimerHandle timer_inst_ref)Add time to a running timer.booleanTIM. timer_cancel(TimerHandle timer_inst_ref)Cancel a running timer.intTIM. timer_remaining_time(TimerHandle timer_inst_ref)Get the remaining time of a running timer in microseconds.booleanTIM. timer_reset_time(int microseconds, TimerHandle timer_inst_ref)Reset the timer and set a new duration from the current system time. -
Uses of TimerHandle in io.ciera.runtime.summit.util.impl
Methods in io.ciera.runtime.summit.util.impl that return TimerHandle Modifier and Type Method Description TimerHandleTIMImpl. timer_start(EventHandle event_inst, int microseconds)TimerHandleTIMImpl. timer_start_recurring(EventHandle event_inst, int microseconds)Methods in io.ciera.runtime.summit.util.impl with parameters of type TimerHandle Modifier and Type Method Description booleanTIMImpl. timer_add_time(int microseconds, TimerHandle timer_inst_ref)booleanTIMImpl. timer_cancel(TimerHandle timer_inst_ref)intTIMImpl. timer_remaining_time(TimerHandle timer_inst_ref)booleanTIMImpl. timer_reset_time(int microseconds, TimerHandle timer_inst_ref)
-