|
Next: Compile and link Up: Porting to other Previous: Porting TERMIO software
Creating a new SYS.xxx routine
Before you can run QDP you will need to create one other system
dependent file called
The following routines are implemented in standard Fortran in
FRELUN Free up a logical unit number GETLUN Get a free logical unit number LOCASE Convert to lower case UPC Convert to upper case The following routines can be considered optional in that QDP/PLT will still work if these routines do nothing. Of course, implementing these routines will increase the usefulness of QDP/PLT. CONC Converts filename to system preferred case PLTTER Toggle graphics/alpha mode on terminal RDFORN Read a foreign command, i.e., the command line SPAWN Spawn to the operating system
The last set of routines need to be implemented, although in many
cases some loss of functionality is allowed.
For example, subroutine DIRPOS Return the number of characters in directory spec OPENWR Wrapup for the Fortran OPEN statement PROMPT Write a prompt on the user's terminal PTEND Add prefix (disk and directory name) to file names TRLOG Translate logical name/environment variable
Web Page Maintained by: Dr. Lawrence E. Brown elwin@redshift.gsfc.nasa.gov |