next up previous contents index
Next: Access to the MIDAS Up: Standard Interfaces for Application Previous: Standard Interfaces for Application

Symbolic names

Whenever parameters serve as flags, i.e. can only take a limited number of values, symbolic names have been defined (e.g. F_IO_MODE) in order to hide the explicit value from the application. These definitions are stored in a central Midas directory (logical name MID_INCLUDE). To obtain these definitions use: #include <midas_def.h>  for C-routines.
In FORTRAN code use: INCLUDE MID_INCLUDE:ST_DEF.INC  
and INCLUDE MID_INCLUDE:ST_DAT.INC  to get the necessary translations. The INCLUDE statement is not in standard FORTRAN 77 but it will be processed via the ESO utility esoext, cf. chapter [*].



Send comments to web@eso.org
Last update: 1998-10-23