uves_chip_type.c

00001 /*                                                                              *
00002  *   This file is part of the ESO UVES Pipeline                                 *
00003  *   Copyright (C) 2004,2005 European Southern Observatory                      *
00004  *                                                                              *
00005  *   This library is free software; you can redistribute it and/or modify       *
00006  *   it under the terms of the GNU General Public License as published by       *
00007  *   the Free Software Foundation; either version 2 of the License, or          *
00008  *   (at your option) any later version.                                        *
00009  *                                                                              *
00010  *   This program is distributed in the hope that it will be useful,            *
00011  *   but WITHOUT ANY WARRANTY; without even the implied warranty of             *
00012  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *
00013  *   GNU General Public License for more details.                               *
00014  *                                                                              *
00015  *   You should have received a copy of the GNU General Public License          *
00016  *   along with this program; if not, write to the Free Software                *
00017  *   Foundation, 51 Franklin St, Fifth Floor, Boston, MA  02111-1307  USA       *
00018  *                                                                              */
00019 
00020 /*
00021  * $Author: jmlarsen $
00022  * $Date: 2007/01/18 07:43:22 $
00023  * $Revision: 1.1 $
00024  * $Name: uves-3_3_1 $
00025  * $Log: uves_chip_type.c,v $
00026  * Revision 1.1  2007/01/18 07:43:22  jmlarsen
00027  * Add chip type
00028  *
00029  */
00030 
00031 #ifdef HAVE_CONFIG_H
00032 #  include <config.h>
00033 #endif
00034 
00035 /*----------------------------------------------------------------------------*/
00039 /*----------------------------------------------------------------------------*/
00042 /*-----------------------------------------------------------------------------
00043                                 Includes
00044  -----------------------------------------------------------------------------*/
00045 
00046 #include <uves_chip_type.h>
00047 
00048 /*-----------------------------------------------------------------------------
00049                             Type definitions
00050  -----------------------------------------------------------------------------*/
00051 
00052 struct _uves_chip 
00053 {
00054     char whatever;
00055 };
00056 
00057 
00058 /*-----------------------------------------------------------------------------
00059                             Implementation
00060  -----------------------------------------------------------------------------*/
00061 static struct _uves_chip blue;
00062 static struct _uves_chip redl;
00063 static struct _uves_chip redu;
00064 static struct _uves_chip invalid;
00065 
00066 const uves_chip UVES_CHIP_BLUE = &blue;
00067 const uves_chip UVES_CHIP_REDL = &redl;
00068 const uves_chip UVES_CHIP_REDU = &redu;
00069 const uves_chip UVES_CHIP_INVALID = &invalid;
00070 

Generated on Tue Jun 19 14:39:15 2007 for UVES Pipeline Reference Manual by  doxygen 1.4.6