"

2013 FRC Java API

"

com.sun.squawk.vm
Interface MessageStruct


public interface MessageStruct

Method data structure. All the fields are UWords. Keep in sync with msg.c.


Field Summary
static int data
          The offset to the start of the data.
static int HEADERSIZE
          The start of the buffer.
static int key
          The offset to the start of the key naming this message.
static int MAX_MESSAGE_KEY_SIZE
          The size of the maxumum message key.
static int next
          The buffer ID of the next message struct.
static int status
          The status of the connection and message.
 

Field Detail

next

static final int next
The buffer ID of the next message struct.

See Also:
Constant Field Values

status

static final int status
The status of the connection and message.

See Also:
Constant Field Values

data

static final int data
The offset to the start of the data.

See Also:
Constant Field Values

key

static final int key
The offset to the start of the key naming this message.

See Also:
Constant Field Values

HEADERSIZE

static final int HEADERSIZE
The start of the buffer.

See Also:
Constant Field Values

MAX_MESSAGE_KEY_SIZE

static final int MAX_MESSAGE_KEY_SIZE
The size of the maxumum message key. This must be kept in sync with the definition of a messageStruct (e.g., in vmcore/src/vm/msg.c.

See Also:
Constant Field Values

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"