HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
Data Fields
PRINTERStateType Struct Reference

Plotter file data structure definition used for saving plot data. More...

#include <drives.h>

Data Fields

uint32_t count
 
int16_t ind
 
int16_t size
 
uint8_t error
 
FILEfp
 
char * buf
 

Detailed Description

Plotter file data structure definition used for saving plot data.

Definition at line 84 of file drives.h.

Field Documentation

◆ buf

char* PRINTERStateType::buf

◆ count

uint32_t PRINTERStateType::count

Definition at line 86 of file drives.h.

Referenced by printer_buffer(), printer_close(), and printer_init().

◆ error

uint8_t PRINTERStateType::error

Definition at line 89 of file drives.h.

Referenced by printer_buffer(), printer_close(), and printer_init().

◆ fp

FILE* PRINTERStateType::fp

Definition at line 90 of file drives.h.

Referenced by printer_close(), printer_init(), printer_open(), and receive_plot_flush().

◆ ind

int16_t PRINTERStateType::ind

Definition at line 87 of file drives.h.

Referenced by printer_buffer(), printer_init(), and receive_plot_flush().

◆ size

int16_t PRINTERStateType::size

Definition at line 88 of file drives.h.

Referenced by printer_buffer(), and printer_open().


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