lamp_ini.h

00001 
00002 /*----------------------------------------------------------------------------
00003    
00004    File name    :   lamp_ini.h
00005    Author       :   Juergen Schreiber
00006    Created on   :   Mar 08, 2002
00007    Description  :   preparing lamp ini file handling for SPIFFI
00008 
00009  ---------------------------------------------------------------------------*/
00010 
00011 
00012 #ifndef _LAMP_INI_H_
00013 #define _LAMP_INI_H_
00014 
00015 
00016 /*---------------------------------------------------------------------------
00017                                 Includes
00018 ---------------------------------------------------------------------------*/
00019 
00020 /*
00021 #include <stdio.h>
00022 */
00023 #include <cpl.h>
00024 
00025 #include "lamp_cfg.h"
00026 #include "eclipse.h"
00027 
00028 /*----------------------------------------------------------------------------
00029                              Function prototypes 
00030  ---------------------------------------------------------------------------*/
00031 
00032 
00033 /*-------------------------------------------------------------------------*/
00046 /*--------------------------------------------------------------------------*/
00047 /*<python>*/
00048 int generateLamp_ini_file(
00049         char * ini_name,
00050         char * name_i,
00051         char * name_o,
00052         char * name_c
00053 );
00054 /*</python>*/
00055 
00056 /*-------------------------------------------------------------------------*/
00067 /*--------------------------------------------------------------------------*/
00068 
00069 /*<python>*/
00070 lamp_config * parse_lamp_ini_file(char * ini_name) ;
00071 /*</python>*/
00072 
00073 #endif

Generated on Wed Oct 26 13:08:52 2005 for SINFONI Pipeline Reference Manual by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001