public static final class MsgDispatcherCore.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
dst
The bits of destination dispatching are ascertained already before it is taken in the queue.
|
int |
ident
Bit31 is set if the state is coming, 0 if it is going.
|
java.lang.String |
text
The output and format controlling text.
|
OS_TimeStamp |
timestamp
The time stamp of the message.
|
VaArgBuffer |
values
Values from variable argument list.
|
Constructor and Description |
---|
Entry() |
Modifier and Type | Method and Description |
---|---|
static int |
_sizeof() |
public int ident
public int dst
public java.lang.String text
public final OS_TimeStamp timestamp
public final VaArgBuffer values