FTAM/9000 Programmer's Guide
130 Chapter 3
HP FTAM/9000 Data Structures
Ft_diagnostic
Ft_diagnostic
struct Ft_diagnostic {
struct Ft_diagnostic *next;
enum Ft_diag_type diag_type;
Uint16 error_id;
enum Ft_entity_ref error_observer;
enum Ft_entity_ref error_source;
Uint16 suggested_delay;
char *further_details;
};
Ft_diagnostic provides additional information for ISO-speciļ¬c errors.
Ft_diagnostic Is Input To
These Functions
Ft_diagnostic Is Output
From These Functions
ft_abort()
ft_cancel()
ft_edata()
ft_rcancel()
ft_cattributes()
ft_close()
ft_connect()
ft_create()
ft_delete()
ft_deselect()
ft_edata()
ft_erase()
ft_etransfer()
ft_fcattributes()
ft_fclose()
ft_fcopy()
ft_fdelete()
ft_fmove()
ft_fopen()
ft_frattributes()
ft_ireceive()
ft_locate()
ft_open()
ft_rattributes()
ft_sdata()
ft_select()
ft_rdata()