HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
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... | |
uint32_t SS80StateType::AddressBlocks |
Address in Blocks.
Definition at line 218 of file drives.h.
Referenced by Clear_Common(), SS80_cmd_seek(), SS80_Command_State(), SS80_increment(), SS80_locate_and_read(), SS80_locate_and_write(), and SS80_send_status().
int SS80StateType::Errors |
Errors.
Definition at line 212 of file drives.h.
Referenced by Clear_Common(), SS80_Check_Unit(), SS80_Check_Volume(), SS80_cmd_seek(), SS80_locate_and_read(), SS80_locate_and_write(), and SS80_send_status().
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().
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().
uint8_t SS80StateType::qstat |
Qstat variable.
Definition at line 210 of file drives.h.
Referenced by Clear_Common(), SS80_cmd_seek(), SS80_error_return(), SS80_init(), SS80_locate_and_read(), SS80_locate_and_write(), SS80_Report(), and SS80_send_status().
BYTE SS80StateType::unitNO |
SS80 Unit.
Definition at line 214 of file drives.h.
Referenced by Clear_Common(), GPIB(), SS80_Check_Unit(), SS80_Command_State(), SS80_send_status(), and SS80_Transparent_State().
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().