HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
buffer_t Struct Reference

#include <buffer.h>

Data Fields

FILEfp
 
int ind
 
int size
 
int len
 
int ungetf
 
int ungetc
 
uint8_t * buf
 

Detailed Description

Definition at line 31 of file buffer.h.

Field Documentation

◆ buf

uint8_t* buffer_t::buf

Definition at line 39 of file buffer.h.

Referenced by buffer_getc(), and buffer_read_open().

◆ fp

FILE* buffer_t::fp

Definition at line 33 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), and buffer_read_open().

◆ ind

int buffer_t::ind

Definition at line 34 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), and buffer_read_open().

◆ len

int buffer_t::len

Definition at line 36 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), and buffer_read_open().

◆ size

int buffer_t::size

Definition at line 35 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), and buffer_read_open().

◆ ungetc

int buffer_t::ungetc

Definition at line 38 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), buffer_read_open(), and buffer_ungetc().

◆ ungetf

int buffer_t::ungetf

Definition at line 37 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), buffer_read_open(), and buffer_ungetc().


The documentation for this struct was generated from the following file: