Uses of Class
io.ciera.runtime.summit.statemachine.EventHandle
-
-
Uses of EventHandle in io.ciera.runtime.summit.application
Methods in io.ciera.runtime.summit.application with parameters of type EventHandle Modifier and Type Method Description voidApplicationExecutor. deregisterEvent(EventHandle e)voidIRunContext. deregisterEvent(EventHandle e)IEventApplicationExecutor. getEvent(EventHandle e)IEventIRunContext. getEvent(EventHandle e) -
Uses of EventHandle in io.ciera.runtime.summit.components
Methods in io.ciera.runtime.summit.components with parameters of type EventHandle Modifier and Type Method Description voidComponent. generate(EventHandle e)voidIComponent. generate(EventHandle event) -
Uses of EventHandle in io.ciera.runtime.summit.statemachine
Methods in io.ciera.runtime.summit.statemachine that return EventHandle Modifier and Type Method Description static EventHandleEventHandle. deserialize(Object o)EventHandleEvent. getEventHandle()EventHandleIEvent. getEventHandle()static EventHandleEventHandle. random()EventHandleEvent. to(IEventTarget target)EventHandleIEvent. to(IEventTarget target)EventHandleEvent. toSelf(IEventTarget target)EventHandleIEvent. toSelf(IEventTarget target)Methods in io.ciera.runtime.summit.statemachine with parameters of type EventHandle Modifier and Type Method Description voidEvent. to(EventHandle e, IEventTarget target)voidIEvent. to(EventHandle e, IEventTarget target) -
Uses of EventHandle in io.ciera.runtime.summit.time
Methods in io.ciera.runtime.summit.time that return EventHandle Modifier and Type Method Description EventHandleTimer. getEventToGenerate()Constructors in io.ciera.runtime.summit.time with parameters of type EventHandle Constructor Description Timer(int populationId, EventHandle e, int microseconds, boolean recur)Timer(TimerHandle id, int populationId, EventHandle e, long wakeUpTime, int period, boolean recur) -
Uses of EventHandle in io.ciera.runtime.summit.util
Methods in io.ciera.runtime.summit.util with parameters of type EventHandle 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. -
Uses of EventHandle in io.ciera.runtime.summit.util.impl
Methods in io.ciera.runtime.summit.util.impl with parameters of type EventHandle Modifier and Type Method Description TimerHandleTIMImpl. timer_start(EventHandle event_inst, int microseconds)TimerHandleTIMImpl. timer_start_recurring(EventHandle event_inst, int microseconds)
-