GIRAFFE Pipeline Reference Manual

gipaf.h

00001 /* $Id: gipaf.h,v 1.5 2007/03/12 12:53:23 rpalsa Exp $
00002  *
00003  * This file is part of the GIRAFFE Pipeline
00004  * Copyright (C) 2002-2006 European Southern Observatory
00005  *
00006  * This program is free software; you can redistribute it and/or modify
00007  * it under the terms of the GNU General Public License as published by
00008  * the Free Software Foundation; either version 2 of the License, or
00009  * (at your option) any later version.
00010  *
00011  * This program is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with this program; if not, write to the Free Software
00018  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00019  */
00020 
00021 /*
00022  * $Author: rpalsa $
00023  * $Date: 2007/03/12 12:53:23 $
00024  * $Revision: 1.5 $
00025  * $Name: giraffe-2_10 $
00026  */
00027 
00028 #ifndef GIPAF_H
00029 #define GIPAF_H
00030 
00031 #include <cpl_macros.h>
00032 #include <cpl_propertylist.h>
00033 
00034 
00035 #ifdef __cplusplus
00036 extern "C" {
00037 #endif
00038 
00039 
00040 typedef struct GiPaf GiPaf;
00041 
00042 GiPaf *giraffe_paf_new(const cxchar *name, const cxchar *type,
00043                        const cxchar *id, const cxchar *description);
00044 void giraffe_paf_delete(GiPaf *self);
00045 
00046 cxchar *giraffe_paf_get_name(const GiPaf *self);
00047 cxint giraffe_paf_set_name(GiPaf *self, const cxchar *name);
00048 
00049 cxchar *giraffe_paf_get_type(const GiPaf *self);
00050 cxint giraffe_paf_set_type(GiPaf *self, const cxchar *type);
00051 
00052 cxchar *giraffe_paf_get_id(const GiPaf *self);
00053 cxint giraffe_paf_set_id(GiPaf *self, const cxchar *id);
00054 
00055 cxchar *giraffe_paf_get_description(const GiPaf *self);
00056 cxint giraffe_paf_set_description(GiPaf *self, const cxchar *description);
00057 
00058 cpl_propertylist *giraffe_paf_get_properties(const GiPaf *self);
00059 cxint giraffe_paf_set_properties(GiPaf *self,
00060                                  const cpl_propertylist *properties);
00061 
00062 cxint giraffe_paf_write(const GiPaf *self);
00063 
00064 
00065 #ifdef __cplusplus
00066 }
00067 #endif
00068 
00069 #endif /* GIPAF_H */

This file is part of the GIRAFFE Pipeline Reference Manual 2.10.
Documentation copyright © 2002-2006 European Southern Observatory.
Generated on Thu Mar 7 14:11:02 2013 by doxygen 1.4.7 written by Dimitri van Heesch, © 1997-2004