public abstract class Event extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.event_phase_t |
| Modifier and Type | Field and Description |
|---|---|
static int |
EVENT_CONTEXT_MAX_PENDING_EVENTS |
long |
m_clk |
String |
m_name |
Event |
m_next
Link to the next and previous events in the list.
|
boolean |
m_pending
This variable is set by the event context when it is scheduled
|
Event |
m_prev
Link to the next and previous events in the list.
|
public static final int EVENT_CONTEXT_MAX_PENDING_EVENTS
public final String m_name
public long m_clk
public boolean m_pending
public Event m_next
public Event m_prev
public Event(String name)
Copyright © 2014. All rights reserved.