pafs.h

00001 /*---------------------------------------------------------------------------
00002                                     E.S.O.
00003  ----------------------------------------------------------------------------
00004    File name    :   pafs.h
00005    Author       :   Nicolas Devillard
00006    Created on   :   February 1999
00007    Language     :   ANSI C
00008                     Part of ECLIPSE library
00009    Description  :   PAF format I/O
00010  *--------------------------------------------------------------------------*/
00011 
00012 /*
00013 
00014     $Id: pafs.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 _PAFS_H_
00022 #define _PAFS_H_
00023 
00024 /*---------------------------------------------------------------------------
00025                                 Includes
00026  ---------------------------------------------------------------------------*/
00027 
00028 #include <stdio.h>
00029 #include <stdlib.h>
00030 #include <string.h>
00031 #include <ctype.h>
00032 
00033 #include "static_sz.h"
00034 #include "t_iso8601.h"
00035 
00036 /*---------------------------------------------------------------------------
00037                             Function prototypes
00038  ---------------------------------------------------------------------------*/
00039 
00040 FILE * paf_print_header(
00041     char *  filename,
00042     char *  paf_id,
00043     char *  paf_desc);
00044 
00045 
00046 #endif

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