My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
fitsdriver Struct Reference

Public Attributes

char prefix [MAX_PREFIX_LEN]
 
int(* init )(void)
 
int(* shutdown )(void)
 
int(* setoptions )(int option)
 
int(* getoptions )(int *options)
 
int(* getversion )(int *version)
 
int(* checkfile )(char *urltype, char *infile, char *outfile)
 
int(* open )(char *filename, int rwmode, int *driverhandle)
 
int(* create )(char *filename, int *drivehandle)
 
int(* truncate )(int drivehandle, OFF_T size)
 
int(* close )(int drivehandle)
 
int(* remove )(char *filename)
 
int(* size )(int drivehandle, OFF_T *size)
 
int(* flush )(int drivehandle)
 
int(* seek )(int drivehandle, OFF_T offset)
 
int(* read )(int drivehandle, void *buffer, long nbytes)
 
int(* write )(int drivehandle, void *buffer, long nbytes)
 

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