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

ObitTableGBTANTPOSPF.h

Go to the documentation of this file.
00001 /* $Id: ObitTableGBTANTPOSPF.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 ObitTableGBTANTPOSPF_H 
00030 #define ObitTableGBTANTPOSPF_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 MAXKEYCHARTABLEANTPOSPF 24
00134 
00136 typedef struct {
00137 #include "ObitTableGBTANTPOSPFDef.h"   /* this class definition */
00138 } ObitTableGBTANTPOSPF;
00139 
00141 typedef struct {
00142 #include "ObitTableGBTANTPOSPFRowDef.h"   /* this class row definition */
00143 } ObitTableGBTANTPOSPFRow;
00144 
00145 /*----------------- Macroes ---------------------------*/
00151 #define ObitTableGBTANTPOSPFUnref(in) ObitUnref (in)
00152 
00158 #define ObitTableGBTANTPOSPFRef(in) ObitRef (in)
00159 
00166 #define ObitTableGBTANTPOSPFIsA(in) ObitIsA (in, ObitTableGBTANTPOSPFGetClass())
00167 
00173 #define ObitTableGBTANTPOSPFRowUnref(in) ObitUnref (in)
00174 
00180 #define ObitTableGBTANTPOSPFRowRef(in) ObitRef (in)
00181 
00188 #define ObitTableGBTANTPOSPFRowIsA(in) ObitIsA (in, ObitTableGBTANTPOSPFRowGetClass())
00189 
00190 /*---------------Public functions---------------------------*/
00191 /*----------------Table Row Functions ----------------------*/
00193 void ObitTableGBTANTPOSPFRowClassInit (void);
00194 
00196 ObitTableGBTANTPOSPFRow* newObitTableGBTANTPOSPFRow (ObitTableGBTANTPOSPF *table);
00197 
00199 gconstpointer ObitTableGBTANTPOSPFRowGetClass (void);
00200 
00201 /*------------------Table Functions ------------------------*/
00203 void ObitTableGBTANTPOSPFClassInit (void);
00204 
00206 ObitTableGBTANTPOSPF* newObitTableGBTANTPOSPF (gchar* name);
00207 
00209 ObitTableGBTANTPOSPF* 
00210 newObitTableGBTANTPOSPFValue (gchar* name, Obit *file, glong *ver,
00211                      ObitIOAccess access,
00212                     
00213                      ObitErr *err);
00214 
00216 gconstpointer ObitTableGBTANTPOSPFGetClass (void);
00217 
00219 ObitTableGBTANTPOSPF* ObitTableGBTANTPOSPFCopy  (ObitTableGBTANTPOSPF *in, ObitTableGBTANTPOSPF *out, 
00220                            ObitErr *err);
00221 
00223 ObitTableGBTANTPOSPF* ObitTableGBTANTPOSPFClone (ObitTableGBTANTPOSPF *in, ObitTableGBTANTPOSPF *out);
00224 
00226 ObitTableGBTANTPOSPF* ObitTableGBTANTPOSPFConvert  (ObitTable *in);
00227 
00229 ObitIOCode ObitTableGBTANTPOSPFOpen (ObitTableGBTANTPOSPF *in, ObitIOAccess access, 
00230                           ObitErr *err);
00231 
00233 ObitIOCode 
00234 ObitTableGBTANTPOSPFReadRow  (ObitTableGBTANTPOSPF *in, glong iANTPOSPFRow, ObitTableGBTANTPOSPFRow *row,
00235                      ObitErr *err);
00236 
00238 void 
00239 ObitTableGBTANTPOSPFSetRow  (ObitTableGBTANTPOSPF *in, ObitTableGBTANTPOSPFRow *row,
00240                      ObitErr *err);
00241 
00243 ObitIOCode 
00244 ObitTableGBTANTPOSPFWriteRow  (ObitTableGBTANTPOSPF *in, glong iANTPOSPFRow, ObitTableGBTANTPOSPFRow *row,
00245                      ObitErr *err);
00246 
00248 ObitIOCode ObitTableGBTANTPOSPFClose (ObitTableGBTANTPOSPF *in, ObitErr *err);
00249 
00250 /*----------- ClassInfo Structure -----------------------------------*/
00256 typedef struct  {
00257 #include "ObitTableGBTANTPOSPFClassDef.h"
00258 } ObitTableGBTANTPOSPFClassInfo; 
00259 
00265 typedef struct  {
00266 #include "ObitTableGBTANTPOSPFRowClassDef.h"
00267 } ObitTableGBTANTPOSPFRowClassInfo; 
00268 #endif /* ObitTableGBTANTPOSPF_H */ 

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