00001 /* $Id: ObitAntenna.h,v 1.5 2007/08/31 17:24:48 bcotton Exp $ */ 00002 /*--------------------------------------------------------------------*/ 00003 /*; Copyright (C) 2003-2007 */ 00004 /*; Associated Universities, Inc. Washington DC, USA. */ 00005 /*; */ 00006 /*; This program is free software; you can redistribute it and/or */ 00007 /*; modify it under the terms of the GNU General Public License as */ 00008 /*; published by the Free Software Foundation; either version 2 of */ 00009 /*; the License, or (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 */ 00017 /*; License along with this program; if not, write to the Free */ 00018 /*; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, */ 00019 /*; MA 02139, USA. */ 00020 /*; */ 00021 /*; Correspondence about this software should be addressed as follows: */ 00022 /*; Internet email: bcotton@nrao.edu. */ 00023 /*; Postal address: William Cotton */ 00024 /*; National Radio Astronomy Observatory */ 00025 /*; 520 Edgemont Road */ 00026 /*; Charlottesville, VA 22903-2475 USA */ 00027 /*--------------------------------------------------------------------*/ 00028 #ifndef OBITANTENNA_H 00029 #define OBITANTENNA_H 00030 #include "Obit.h" 00031 #include "ObitErr.h" 00032 00033 /*-------- Obit: Software for the recently deceased ------------------*/ 00050 /*---------------Class Structure---------------------------*/ 00052 typedef struct { 00053 #include "ObitAntennaDef.h" /* actual definition */ 00054 } ObitAntenna; 00055 00056 /*----------------- Macroes ---------------------------*/ 00062 #define ObitAntennaUnref(in) ObitUnref (in) 00063 00069 #define ObitAntennaRef(in) ObitRef (in) 00070 00077 #define ObitAntennaIsA(in) ObitIsA (in, ObitAntennaGetClass()) 00078 00079 /*---------------Public functions---------------------------*/ 00081 void ObitAntennaClassInit (void); 00082 00084 ObitAntenna* newObitAntenna (gchar* name); 00085 00087 gconstpointer ObitAntennaGetClass (void); 00088 00090 ObitAntenna* 00091 ObitAntennaCopy (ObitAntenna *in, ObitAntenna *out, ObitErr *err); 00092 00093 /*-------------------Class Info--------------------------*/ 00099 typedef struct { 00100 #include "ObitAntennaClassDef.h" /* Actual definition */ 00101 } ObitAntennaClassInfo; 00102 00103 00104 #endif /* OBITANTENNA_H */
1.3.9.1