Uses of Class
io.ciera.runtime.summit.statemachine.EventHandle
Packages that use EventHandle
Package
Description
-
Uses of EventHandle in io.ciera.runtime.summit.application
Methods in io.ciera.runtime.summit.application with parameters of type EventHandleModifier and TypeMethodDescriptionvoid
ApplicationExecutor.deregisterEvent
(EventHandle e) void
IRunContext.deregisterEvent
(EventHandle e) ApplicationExecutor.getEvent
(EventHandle e) IRunContext.getEvent
(EventHandle e) -
Uses of EventHandle in io.ciera.runtime.summit.components
Methods in io.ciera.runtime.summit.components with parameters of type EventHandleModifier and TypeMethodDescriptionvoid
Component.generate
(EventHandle e) void
IComponent.generate
(EventHandle event) -
Uses of EventHandle in io.ciera.runtime.summit.statemachine
Methods in io.ciera.runtime.summit.statemachine that return EventHandleModifier and TypeMethodDescriptionstatic EventHandle
EventHandle.deserialize
(Object o) Event.getEventHandle()
IEvent.getEventHandle()
static EventHandle
EventHandle.random()
Event.to
(IEventTarget target) IEvent.to
(IEventTarget target) Event.toSelf
(IEventTarget target) IEvent.toSelf
(IEventTarget target) Methods in io.ciera.runtime.summit.statemachine with parameters of type EventHandleModifier and TypeMethodDescriptionvoid
Event.to
(EventHandle e, IEventTarget target) void
IEvent.to
(EventHandle e, IEventTarget target) -
Uses of EventHandle in io.ciera.runtime.summit.time
Methods in io.ciera.runtime.summit.time that return EventHandleConstructors in io.ciera.runtime.summit.time with parameters of type EventHandleModifierConstructorDescriptionTimer
(int populationId, EventHandle e, long microseconds, boolean recur) Timer
(TimerHandle id, int populationId, EventHandle e, long wakeUpTime, long period, boolean recur) -
Uses of EventHandle in io.ciera.runtime.summit.util
Methods in io.ciera.runtime.summit.util with parameters of type EventHandleModifier and TypeMethodDescriptionTIM.timer_start
(EventHandle event_inst, int microseconds) Start a new timer to wake inmicroseconds
microseconds from the current system time.TIM.timer_start_recurring
(EventHandle event_inst, int microseconds) Start a new recurring timer to wake inmicroseconds
microseconds 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 EventHandleModifier and TypeMethodDescriptionTIMImpl.timer_start
(EventHandle event_inst, int microseconds) TIMImpl.timer_start_recurring
(EventHandle event_inst, int microseconds)