|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
static final int next
static final int status
static final int data
static final int key
static final int HEADERSIZE
static final int MAX_MESSAGE_KEY_SIZE
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||