00001 00002 /*---------------------------------------------------------------------------- 00003 00004 File name : focus_ini.h 00005 Author : Juergen Schreiber 00006 Created on : Feb 13, 2002 00007 Description : ini file handling for SPIFFIs focus finding 00008 00009 ---------------------------------------------------------------------------*/ 00010 00011 00012 #ifndef _FOCUS_INI_H_ 00013 #define _FOCUS_INI_H_ 00014 00015 00016 /*--------------------------------------------------------------------------- 00017 Includes 00018 ---------------------------------------------------------------------------*/ 00019 00020 /* 00021 #include <stdio.h> 00022 */ 00023 #include "eclipse.h" 00024 #include "focus_cfg.h" 00025 #include <cpl.h> 00026 00027 00028 /*---------------------------------------------------------------------------- 00029 Function prototypes 00030 ---------------------------------------------------------------------------*/ 00031 00032 00033 /*-------------------------------------------------------------------------*/ 00048 /*--------------------------------------------------------------------------*/ 00049 /*<python>*/ 00050 int generateFocus_ini_file( 00051 char * ini_name, 00052 char * name_i, 00053 char * name_o 00054 ); 00055 /*</python>*/ 00056 00057 /*-------------------------------------------------------------------------*/ 00068 /*--------------------------------------------------------------------------*/ 00069 00070 /*<python>*/ 00071 focus_config * parse_focus_ini_file(char * ini_name) ; 00072 /*</python>*/ 00073 00074 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001