#include <iobuf.h>
Public Attributes | |
unsigned short | head |
the head pointer where reading takes place. More... | |
unsigned short | tail |
the tail pointer where writing takes place. More... | |
unsigned short | cnt |
the number of chars in the buffer. More... | |
unsigned short | buflen |
the overall buffer space. More... | |
char | data [BUFLEN] |
the data storage area. More... |
Definition at line 29 of file iobuf.h.
|
the overall buffer space.
Definition at line 33 of file iobuf.h. Referenced by get, iobuf_init, put, QSM_sci_int, TTY_readchar, and TTY_writechar. |
|
the number of chars in the buffer.
Definition at line 32 of file iobuf.h. Referenced by get, iobuf_init, put, QSM_sci_int, TTY_readchar, and TTY_writechar. |
|
the data storage area.
Definition at line 34 of file iobuf.h. Referenced by get, put, QSM_sci_int, TTY_readchar, and TTY_writechar. |
|
the head pointer where reading takes place.
Definition at line 30 of file iobuf.h. Referenced by iobuf_init, put, QSM_sci_int, and TTY_writechar. |
|
the tail pointer where writing takes place.
Definition at line 31 of file iobuf.h. Referenced by get, iobuf_init, QSM_sci_int, TTY_readchar, and TTY_writechar. |