Main Page | Class List | Directories | File List | Class Members | File Members

ObitTableIDI_ANTENNA.h

Go to the documentation of this file.
00001 /* $Id: ObitTableIDI_ANTENNA.h,v 1.3 2007/08/31 17:24:48 bcotton Exp $   */
00002 /* DO NOT EDIT - file generated by ObitTables.pl                      */
00003 /*--------------------------------------------------------------------*/
00004 /*;  Copyright (C)  2007                                              */
00005 /*;  Associated Universities, Inc. Washington DC, USA.                */
00006 /*;                                                                   */
00007 /*;  This program is free software; you can redistribute it and/or    */
00008 /*;  modify it under the terms of the GNU General Public License as   */
00009 /*;  published by the Free Software Foundation; either version 2 of   */
00010 /*;  the License, or (at your option) any later version.              */
00011 /*;                                                                   */
00012 /*;  This program is distributed in the hope that it will be useful,  */
00013 /*;  but WITHOUT ANY WARRANTY; without even the implied warranty of   */
00014 /*;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    */
00015 /*;  GNU General Public License for more details.                     */
00016 /*;                                                                   */
00017 /*;  You should have received a copy of the GNU General Public        */
00018 /*;  License along with this program; if not, write to the Free       */
00019 /*;  Software Foundation, Inc., 675 Massachusetts Ave, Cambridge,     */
00020 /*;  MA 02139, USA.                                                   */
00021 /*;                                                                   */
00022 /*;  Correspondence this software should be addressed as follows:     */
00023 /*;         Internet email: bcotton@nrao.edu.                         */
00024 /*;         Postal address: William Cotton                            */
00025 /*;                         National Radio Astronomy Observatory      */
00026 /*;                         520 Edgemont Road                         */
00027 /*;                         Charlottesville, VA 22903-2475 USA        */
00028 /*--------------------------------------------------------------------*/
00029 #ifndef OBITTABLEIDI_ANTENNA_H 
00030 #define OBITTABLEIDI_ANTENNA_H 
00031 
00032 #include "Obit.h"
00033 #include "ObitErr.h"
00034 #include "ObitTable.h"
00035 #include "ObitData.h"
00036 
00037 /*-------- Obit: Software for the recently deceased ------------------*/
00115 /*--------------Class definitions-------------------------------------*/
00116 
00118  #define MAXKEYCHARTABLEIDI_ANTENNA 24
00119 
00121 typedef struct {
00122 #include "ObitTableIDI_ANTENNADef.h"   /* this class definition */
00123 } ObitTableIDI_ANTENNA;
00124 
00126 typedef struct {
00127 #include "ObitTableIDI_ANTENNARowDef.h"   /* this class row definition */
00128 } ObitTableIDI_ANTENNARow;
00129 
00130 /*----------------- Macroes ---------------------------*/
00136 #define ObitTableIDI_ANTENNAUnref(in) ObitUnref (in)
00137 
00143 #define ObitTableIDI_ANTENNARef(in) ObitRef (in)
00144 
00151 #define ObitTableIDI_ANTENNAIsA(in) ObitIsA (in, ObitTableIDI_ANTENNAGetClass())
00152 
00158 #define ObitTableIDI_ANTENNARowUnref(in) ObitUnref (in)
00159 
00165 #define ObitTableIDI_ANTENNARowRef(in) ObitRef (in)
00166 
00173 #define ObitTableIDI_ANTENNARowIsA(in) ObitIsA (in, ObitTableIDI_ANTENNARowGetClass())
00174 
00175 /*---------------Public functions---------------------------*/
00176 /*----------------Table Row Functions ----------------------*/
00178 void ObitTableIDI_ANTENNARowClassInit (void);
00179 
00181 ObitTableIDI_ANTENNARow* newObitTableIDI_ANTENNARow (ObitTableIDI_ANTENNA *table);
00182 
00184 gconstpointer ObitTableIDI_ANTENNARowGetClass (void);
00185 
00186 /*------------------Table Functions ------------------------*/
00188 void ObitTableIDI_ANTENNAClassInit (void);
00189 
00191 ObitTableIDI_ANTENNA* newObitTableIDI_ANTENNA (gchar* name);
00192 
00194 ObitTableIDI_ANTENNA* 
00195 newObitTableIDI_ANTENNAValue (gchar* name, ObitData *file, glong *ver,
00196                      ObitIOAccess access,
00197                      oint no_band, oint numPCal,
00198                      ObitErr *err);
00199 
00201 void ObitTableIDI_ANTENNAClassInit (void);
00202 
00204 gconstpointer ObitTableIDI_ANTENNAGetClass (void);
00205 
00207 ObitTableIDI_ANTENNA* ObitTableIDI_ANTENNACopy  (ObitTableIDI_ANTENNA *in, ObitTableIDI_ANTENNA *out, 
00208                            ObitErr *err);
00209 
00211 ObitTableIDI_ANTENNA* ObitTableIDI_ANTENNAClone (ObitTableIDI_ANTENNA *in, ObitTableIDI_ANTENNA *out);
00212 
00214 ObitTableIDI_ANTENNA* ObitTableIDI_ANTENNAConvert  (ObitTable *in);
00215 
00217 ObitIOCode ObitTableIDI_ANTENNAOpen (ObitTableIDI_ANTENNA *in, ObitIOAccess access, 
00218                           ObitErr *err);
00219 
00221 ObitIOCode 
00222 ObitTableIDI_ANTENNAReadRow  (ObitTableIDI_ANTENNA *in, glong iIDI_ANTENNARow, ObitTableIDI_ANTENNARow *row,
00223                      ObitErr *err);
00224 
00226 void 
00227 ObitTableIDI_ANTENNASetRow  (ObitTableIDI_ANTENNA *in, ObitTableIDI_ANTENNARow *row,
00228                      ObitErr *err);
00229 
00231 ObitIOCode 
00232 ObitTableIDI_ANTENNAWriteRow  (ObitTableIDI_ANTENNA *in, glong iIDI_ANTENNARow, ObitTableIDI_ANTENNARow *row,
00233                      ObitErr *err);
00234 
00236 ObitIOCode ObitTableIDI_ANTENNAClose (ObitTableIDI_ANTENNA *in, ObitErr *err);
00237 
00238 /*----------- ClassInfo Structure -----------------------------------*/
00244 typedef struct  {
00245 #include "ObitTableIDI_ANTENNAClassDef.h"
00246 } ObitTableIDI_ANTENNAClassInfo; 
00247 
00253 typedef struct  {
00254 #include "ObitTableIDI_ANTENNARowClassDef.h"
00255 } ObitTableIDI_ANTENNARowClassInfo; 
00256 #endif /* OBITTABLEIDI_ANTENNA_H */ 

Generated on Fri Aug 31 22:13:04 2007 for Obit by  doxygen 1.3.9.1