HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file.
25 #include "user_config.h"
31 #define HP9121D //< HP9121 dual 270K AMIGO floppy drive
33 #define HP9134L //< HP9134L 40M SS/80 Winchester drive
37 #define MAX_DEVICES 12
72 uint8_t logical_address[4];
268 #define print_var(format, args...) print_var_P(PSTR(format), ##args)
269 #define print_str(format, args...) print_str_P(PSTR(format), ##args)
352 void print_tok_val ( uint8_t tok , uint8_t spaces , uint32_t val );
353 void print_tok_str ( uint8_t tok , uint8_t spaces ,
char *str );
354 void print_tok ( uint8_t tok , uint8_t spaces );
363 int8_t
find_device (
int type ,
int address ,
int base );
371 bool assign_value (
char *str , uint32_t minval , uint32_t maxval , uint32_t *val );
385 int8_t
umount (
int argc ,
char *argv []);
386 int8_t
mount (
int argc ,
char *argv []);
int8_t alloc_device(int type)
Allocate a Device structure for a disk or printer.
void print_tok_val(uint8_t tok, uint8_t spaces, uint32_t val)
Display Configuration File variable.
void print_tok(uint8_t tok, uint8_t spaces)
Display Configuration File variable.
uint8_t unitNO
AMIGO disk unit number.
char * type_to_str(int type)
Convert a disk type into a string.
void drives_help(int8_t full)
Help Menu for drives and configuration help See: int drives_tests(char *str)
PRINTERDeviceType * PRINTERp
Active Printer Device.
void SS80_Set_Defaults(int8_t index)
Set Default Values for a new SS80 Device IF defaults have been defined Most values in the CONTROLER a...
AMIGOGeometryType GEOMETRY
int8_t test_ppr(int8_t ppr)
test if PPR is in use
int8_t hpdir_set_parameters(int8_t index, char *model)
Lookup model in and set drive parameters if found.
int8_t verify_device(int8_t index)
Verify a device and delete it is there are any errors.
int8_t set_active_device(int8_t index)
Set the Active disk or device pointers Since we can be called multiple times per single GPIB state we...
void verify_devices(void)
Post process and Verify all devices.
SS80 Emulated disk state information.
uint8_t MAXIMUM_INTERLEAVE
#define MAX_DEVICES
Maximum number of emulated devices.
uint8_t volNO
AMIGO disk volume number.
AMIGO Disk structure - ID bytes and layout.
void display_mount(int8_t index)
int16_t SECTORS_PER_TRACK
int8_t count_drive_types(uint8_t type)
Count number of devices of a sertain type.
char * tok_name(uint8_t tok)
return string of matching token
void init_Devices(void)
Init Config Parser Stack Called only durring power up so we do not have to free memory.
int8_t index_address(int8_t address)
return index matching address
int pop_state(void)
Pop Parser State.
void display_Config(int verbose)
Display current Configuration File values.
int drives_tests(int argc, char *argv[])
GPIB user tests User invoked GPIB functions and tasks.
int Read_Config(char *name)
Read and parse a config file using POSIX functions Set all drive parameters and debuglevel.
DeviceType Devices[MAX_DEVICES]
uint16_t OPTIMAL_RETRY_TIME
bool assign_value(char *str, uint32_t minval, uint32_t maxval, uint32_t *val)
assigned a value
SS80ControllerType CONTROLLER
void print_var_P(__memx const char *str, uint32_t val)
Display Configuration File variable.
uint8_t REMOVABLE_VOLUMES
uint32_t MAX_BLOCK_NUMBER
char * base_to_str(int base)
Convert base address into a string identifier.
Volume Information Structure.
void print_str_P(__memx const char *str, char *arg)
Display Configuration File string.
int8_t find_type(int type)
Seach Devices[] for ANY definitions of a disk type.
void print_tok_str(uint8_t tok, uint8_t spaces, char *str)
Display Configuration File variable.
void display_Addresses(int verbose)
Display Configuration device address saummary.
void set_Config_Defaults(void)
Set Defaults for any missing disk or printer devices These are only used if the Config file omits the...
@ TOK_CONTINUOUS_TRANSFER_RATE
int8_t index_ppr(int8_t ppr)
return index matching ppr
AMIGO emulator state machine index.
Plotter file data structure definition used for saving plot data.
int8_t find_free(void)
Find first free Devices[] slot.
void free_device(int8_t index)
Free a Device structure for a disk or printer.
void format_drives(void)
Format devices that have no image file.
Disk Information Structure.
uint32_t AddressBlocks
Address in Blocks.
int push_state(int state)
Push Parser State.
SS80DiskType * SS80p
Active SS80 Device.
int estate
Execute state index.
int8_t find_device(int type, int address, int base)
Find a device with matching type AND address.
int8_t umount(int argc, char *argv[])
umount disks - testing
uint8_t qstat
Qstat variable.
uint32_t Length
Length in Bytes.
int8_t tok_index(char *str)
return the tokens index of the matching string
int8_t test_address(int8_t address)
test if address is in use
int8_t hpdir_set_device(int8_t index)
Set Device parameters from hpdir information.
int8_t mount(int argc, char *argv[])
mount disks - testing
void display_mounts(void)
uint16_t CONTINUOUS_TRANSFER_RATE