dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages

cBuffer structure More...

#include <buffer.h>

Public Attributes

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...
 

Detailed Description

cBuffer structure

Definition at line 54 of file buffer.h.

Member Data Documentation

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: