cBuffer structure
More...
#include <buffer.h>
|
unsigned char * | dataptr |
| the physical memory address where the buffer is stored More...
|
|
unsigned short | size |
| the allocated size of the buffer More...
|
|
unsigned short | datalength |
| the length of the data currently in the buffer More...
|
|
unsigned short | dataindex |
| the index into the buffer where the data starts More...
|
|
cBuffer structure
Definition at line 54 of file buffer.h.
unsigned short struct_cBuffer::dataindex |
the index into the buffer where the data starts
Definition at line 59 of file buffer.h.
unsigned short struct_cBuffer::datalength |
the length of the data currently in the buffer
Definition at line 58 of file buffer.h.
unsigned char* struct_cBuffer::dataptr |
the physical memory address where the buffer is stored
Definition at line 56 of file buffer.h.
unsigned short struct_cBuffer::size |
the allocated size of the buffer
Definition at line 57 of file buffer.h.
The documentation for this struct was generated from the following file:
- ground/gcs/src/plugins/gpsdisplay/buffer.h