00001 00002 /*---------------------------------------------------------------------------- 00003 00004 File name : ns_ini.h 00005 Author : Juergen Schreiber 00006 Created on : Nov 29, 2001 00007 Description : ini file handling for the north-south-test, that means 00008 the determination of the distances of the slitlets to 00009 each other. 00010 00011 ---------------------------------------------------------------------------*/ 00012 00013 00014 #ifndef _NS_INI_H_ 00015 #define _NS_INI_H_ 00016 00017 00018 /*--------------------------------------------------------------------------- 00019 Includes 00020 ---------------------------------------------------------------------------*/ 00021 00022 /* 00023 #include <stdio.h> 00024 */ 00025 #include <cpl.h> 00026 00027 #include "ns_cfg.h" 00028 #include "eclipse.h" 00029 00030 /*--------------------------------------------------------------------------- 00031 Defines 00032 ---------------------------------------------------------------------------*/ 00033 #define FRAME_ON 1 /* object frames */ 00034 #define FRAME_OFF 0 /* off frames */ 00035 00036 /*---------------------------------------------------------------------------- 00037 Function prototypes 00038 ---------------------------------------------------------------------------*/ 00039 00040 00041 /*-------------------------------------------------------------------------*/ 00056 /*--------------------------------------------------------------------------*/ 00057 /*<python>*/ 00058 int generateNS_ini_file( 00059 char * ini_name, 00060 char * name_i, 00061 char * name_o 00062 ); 00063 /*</python>*/ 00064 00065 /*-------------------------------------------------------------------------*/ 00076 /*--------------------------------------------------------------------------*/ 00077 00078 /*<python>*/ 00079 ns_config * parse_ns_ini_file(char * ini_name) ; 00080 /*</python>*/ 00081 00082 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001