|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageBuffer
Method buffer data structure. All the fields are UWords.
Field Summary | |
---|---|
static int |
buf
The offset to the start of the data. |
static int |
BUFFERSIZE
The size in bytes of the buf part of the buffer. |
static int |
count
The number of bytes written in the buffer. |
static int |
HEADERSIZE
The start of the buffer. |
static int |
next
The buffer ID of the next buffer. |
static int |
pos
The read position in in bytes in the buffer. |
Field Detail |
---|
static final int next
static final int pos
static final int count
static final int buf
static final int HEADERSIZE
static final int BUFFERSIZE
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |