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

ObitTableGBTANTPOSGR.h

Go to the documentation of this file.
00001 /* $Id: ObitTableGBTANTPOSGR.h,v 1.24 2006/03/31 16:57:22 bcotton Exp $  */
00002 /* DO NOT EDIT - file generated by ObitSDTables.pl                    */
00003 /*--------------------------------------------------------------------*/
00004 /*;  Copyright (C)  2006                                              */
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 ObitTableGBTANTPOSGR_H 
00030 #define ObitTableGBTANTPOSGR_H 
00031 
00032 #include <string.h>
00033 #include <stdio.h>
00034 #include <stdlib.h>
00035 #include <math.h>
00036 #include <glib.h>
00037 #include "Obit.h"
00038 #include "ObitErr.h"
00039 #include "ObitTable.h"
00040 
00041 /*-------- Obit: Software for the recently deceased ------------------*/
00130 /*--------------Class definitions-------------------------------------*/
00131 
00133  #define MAXKEYCHARTABLEANTPOSGR 24
00134 
00136 typedef struct {
00137 #include "ObitTableGBTANTPOSGRDef.h"   /* this class definition */
00138 } ObitTableGBTANTPOSGR;
00139 
00141 typedef struct {
00142 #include "ObitTableGBTANTPOSGRRowDef.h"   /* this class row definition */
00143 } ObitTableGBTANTPOSGRRow;
00144 
00145 /*----------------- Macroes ---------------------------*/
00151 #define ObitTableGBTANTPOSGRUnref(in) ObitUnref (in)
00152 
00158 #define ObitTableGBTANTPOSGRRef(in) ObitRef (in)
00159 
00166 #define ObitTableGBTANTPOSGRIsA(in) ObitIsA (in, ObitTableGBTANTPOSGRGetClass())
00167 
00173 #define ObitTableGBTANTPOSGRRowUnref(in) ObitUnref (in)
00174 
00180 #define ObitTableGBTANTPOSGRRowRef(in) ObitRef (in)
00181 
00188 #define ObitTableGBTANTPOSGRRowIsA(in) ObitIsA (in, ObitTableGBTANTPOSGRRowGetClass())
00189 
00190 /*---------------Public functions---------------------------*/
00191 /*----------------Table Row Functions ----------------------*/
00193 void ObitTableGBTANTPOSGRRowClassInit (void);
00194 
00196 ObitTableGBTANTPOSGRRow* newObitTableGBTANTPOSGRRow (ObitTableGBTANTPOSGR *table);
00197 
00199 gconstpointer ObitTableGBTANTPOSGRRowGetClass (void);
00200 
00201 /*------------------Table Functions ------------------------*/
00203 void ObitTableGBTANTPOSGRClassInit (void);
00204 
00206 ObitTableGBTANTPOSGR* newObitTableGBTANTPOSGR (gchar* name);
00207 
00209 ObitTableGBTANTPOSGR* 
00210 newObitTableGBTANTPOSGRValue (gchar* name, Obit *file, glong *ver,
00211                      ObitIOAccess access,
00212                     
00213                      ObitErr *err);
00214 
00216 gconstpointer ObitTableGBTANTPOSGRGetClass (void);
00217 
00219 ObitTableGBTANTPOSGR* ObitTableGBTANTPOSGRCopy  (ObitTableGBTANTPOSGR *in, ObitTableGBTANTPOSGR *out, 
00220                            ObitErr *err);
00221 
00223 ObitTableGBTANTPOSGR* ObitTableGBTANTPOSGRClone (ObitTableGBTANTPOSGR *in, ObitTableGBTANTPOSGR *out);
00224 
00226 ObitTableGBTANTPOSGR* ObitTableGBTANTPOSGRConvert  (ObitTable *in);
00227 
00229 ObitIOCode ObitTableGBTANTPOSGROpen (ObitTableGBTANTPOSGR *in, ObitIOAccess access, 
00230                           ObitErr *err);
00231 
00233 ObitIOCode 
00234 ObitTableGBTANTPOSGRReadRow  (ObitTableGBTANTPOSGR *in, glong iANTPOSGRRow, ObitTableGBTANTPOSGRRow *row,
00235                      ObitErr *err);
00236 
00238 void 
00239 ObitTableGBTANTPOSGRSetRow  (ObitTableGBTANTPOSGR *in, ObitTableGBTANTPOSGRRow *row,
00240                      ObitErr *err);
00241 
00243 ObitIOCode 
00244 ObitTableGBTANTPOSGRWriteRow  (ObitTableGBTANTPOSGR *in, glong iANTPOSGRRow, ObitTableGBTANTPOSGRRow *row,
00245                      ObitErr *err);
00246 
00248 ObitIOCode ObitTableGBTANTPOSGRClose (ObitTableGBTANTPOSGR *in, ObitErr *err);
00249 
00250 /*----------- ClassInfo Structure -----------------------------------*/
00256 typedef struct  {
00257 #include "ObitTableGBTANTPOSGRClassDef.h"
00258 } ObitTableGBTANTPOSGRClassInfo; 
00259 
00265 typedef struct  {
00266 #include "ObitTableGBTANTPOSGRRowClassDef.h"
00267 } ObitTableGBTANTPOSGRRowClassInfo; 
00268 #endif /* ObitTableGBTANTPOSGR_H */ 

Generated on Mon Sep 3 20:43:53 2007 by  doxygen 1.3.9.1