00001
00002 /*---------------------------------------------------------------------------
00003 E.S.O.
00004 ----------------------------------------------------------------------------
00005 File name : fitsep.h
00006 Author : N. Devillard
00007 Created on : March 2000
00008 Language : ANSI C
00009 Description : FITS parser for a single card
00010 *--------------------------------------------------------------------------*/
00011
00012 /*
00013
00014 $Id: fits_p.h,v 1.1 2003/09/03 12:50:47 amodigli Exp $
00015 $Author: amodigli $
00016 $Date: 2003/09/03 12:50:47 $
00017 $Revision: 1.1 $
00018
00019 */
00020
00021 #ifndef _FITSEP_H_
00022 #define _FITSEP_H_
00023
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif
00027
00028 /*---------------------------------------------------------------------------
00029 Includes
00030 ---------------------------------------------------------------------------*/
00031
00032
00033
00034 /*---------------------------------------------------------------------------
00035 Function ANSI C prototypes
00036 ---------------------------------------------------------------------------*/
00037
00038
00039 /*-------------------------------------------------------------------------*/
00051 /*--------------------------------------------------------------------------*/
00052
00053
00054 char * fits_getkey(char * line);
00055
00056
00057 /*-------------------------------------------------------------------------*/
00070 /*--------------------------------------------------------------------------*/
00071
00072
00073 char * fits_getvalue(char * line);
00074
00075
00076 /*-------------------------------------------------------------------------*/
00089 /*--------------------------------------------------------------------------*/
00090
00091
00092
00093 char * fits_getcomment(char * line);
00094
00095 #ifdef __cplusplus
00096 }
00097 #endif
00098
00099 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001