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

SS80 Emulated disk state information. More...

#include <drives.h>

Data Fields

int estate
 Execute state index. More...
 
uint8_t qstat
 Qstat variable. More...
 
int Errors
 Errors. More...
 
BYTE unitNO
 SS80 Unit. More...
 
BYTE volNO
 SS80 Volume. More...
 
uint32_t AddressBlocks
 Address in Blocks. More...
 
uint32_t Length
 Length in Bytes. More...
 

Detailed Description

SS80 Emulated disk state information.

Definition at line 205 of file drives.h.

Field Documentation

◆ AddressBlocks

uint32_t SS80StateType::AddressBlocks

◆ Errors

int SS80StateType::Errors

◆ estate

int SS80StateType::estate

Execute state index.

Definition at line 208 of file drives.h.

Referenced by Clear_Common(), SS80_Cancel(), SS80_Command_State(), and SS80_Execute_State().

◆ Length

uint32_t SS80StateType::Length

Length in Bytes.

Definition at line 220 of file drives.h.

Referenced by Clear_Common(), SS80_cmd_seek(), SS80_Command_State(), SS80_locate_and_read(), and SS80_locate_and_write().

◆ qstat

uint8_t SS80StateType::qstat

◆ unitNO

BYTE SS80StateType::unitNO

◆ volNO

BYTE SS80StateType::volNO

SS80 Volume.

Definition at line 216 of file drives.h.

Referenced by Clear_Common(), SS80_Check_Volume(), SS80_Command_State(), and SS80_send_status().


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