GIRAFFE Pipeline Reference Manual

giresponse.h
1 /*
2  * This file is part of the GIRAFFE Pipeline
3  * Copyright (C) 2002-2019 European Southern Observatory
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18  */
19 
20 #ifndef GI_RESPONSE_H
21 #define GI_RESPONSE_H
22 
23 #include <giimage.h>
24 #include <gitable.h>
25 
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31  struct GiResponse {
32  GiImage* response;
33  GiTable* efficiency;
34  };
35 
36  typedef struct GiResponse GiResponse;
37 
38 
39  GiResponse* giraffe_response_new(void);
40  void giraffe_response_delete(GiResponse* self);
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 
46 #endif /* GI_RESPONSE_H */

This file is part of the GIRAFFE Pipeline Reference Manual 2.16.10.
Documentation copyright © 2002-2006 European Southern Observatory.
Generated on Thu Dec 15 2022 21:18:51 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2004