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

ObitTableOTFArrayGeom.h

Go to the documentation of this file.
00001 /* $Id: ObitTableOTFArrayGeom.h,v 1.24 2006/03/31 16:57:23 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 ObitTableOTFArrayGeom_H 
00030 #define ObitTableOTFArrayGeom_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 MAXKEYCHARTABLEOTFArrayGeom 24
00134 
00136 typedef struct {
00137 #include "ObitTableOTFArrayGeomDef.h"   /* this class definition */
00138 } ObitTableOTFArrayGeom;
00139 
00141 typedef struct {
00142 #include "ObitTableOTFArrayGeomRowDef.h"   /* this class row definition */
00143 } ObitTableOTFArrayGeomRow;
00144 
00145 /*----------------- Macroes ---------------------------*/
00151 #define ObitTableOTFArrayGeomUnref(in) ObitUnref (in)
00152 
00158 #define ObitTableOTFArrayGeomRef(in) ObitRef (in)
00159 
00166 #define ObitTableOTFArrayGeomIsA(in) ObitIsA (in, ObitTableOTFArrayGeomGetClass())
00167 
00173 #define ObitTableOTFArrayGeomRowUnref(in) ObitUnref (in)
00174 
00180 #define ObitTableOTFArrayGeomRowRef(in) ObitRef (in)
00181 
00188 #define ObitTableOTFArrayGeomRowIsA(in) ObitIsA (in, ObitTableOTFArrayGeomRowGetClass())
00189 
00190 /*---------------Public functions---------------------------*/
00191 /*----------------Table Row Functions ----------------------*/
00193 void ObitTableOTFArrayGeomRowClassInit (void);
00194 
00196 ObitTableOTFArrayGeomRow* newObitTableOTFArrayGeomRow (ObitTableOTFArrayGeom *table);
00197 
00199 gconstpointer ObitTableOTFArrayGeomRowGetClass (void);
00200 
00201 /*------------------Table Functions ------------------------*/
00203 void ObitTableOTFArrayGeomClassInit (void);
00204 
00206 ObitTableOTFArrayGeom* newObitTableOTFArrayGeom (gchar* name);
00207 
00209 ObitTableOTFArrayGeom* 
00210 newObitTableOTFArrayGeomValue (gchar* name, Obit *file, glong *ver,
00211                      ObitIOAccess access,
00212                     
00213                      ObitErr *err);
00214 
00216 gconstpointer ObitTableOTFArrayGeomGetClass (void);
00217 
00219 ObitTableOTFArrayGeom* ObitTableOTFArrayGeomCopy  (ObitTableOTFArrayGeom *in, ObitTableOTFArrayGeom *out, 
00220                            ObitErr *err);
00221 
00223 ObitTableOTFArrayGeom* ObitTableOTFArrayGeomClone (ObitTableOTFArrayGeom *in, ObitTableOTFArrayGeom *out);
00224 
00226 ObitTableOTFArrayGeom* ObitTableOTFArrayGeomConvert  (ObitTable *in);
00227 
00229 ObitIOCode ObitTableOTFArrayGeomOpen (ObitTableOTFArrayGeom *in, ObitIOAccess access, 
00230                           ObitErr *err);
00231 
00233 ObitIOCode 
00234 ObitTableOTFArrayGeomReadRow  (ObitTableOTFArrayGeom *in, glong iOTFArrayGeomRow, ObitTableOTFArrayGeomRow *row,
00235                      ObitErr *err);
00236 
00238 void 
00239 ObitTableOTFArrayGeomSetRow  (ObitTableOTFArrayGeom *in, ObitTableOTFArrayGeomRow *row,
00240                      ObitErr *err);
00241 
00243 ObitIOCode 
00244 ObitTableOTFArrayGeomWriteRow  (ObitTableOTFArrayGeom *in, glong iOTFArrayGeomRow, ObitTableOTFArrayGeomRow *row,
00245                      ObitErr *err);
00246 
00248 ObitIOCode ObitTableOTFArrayGeomClose (ObitTableOTFArrayGeom *in, ObitErr *err);
00249 
00250 /*----------- ClassInfo Structure -----------------------------------*/
00256 typedef struct  {
00257 #include "ObitTableOTFArrayGeomClassDef.h"
00258 } ObitTableOTFArrayGeomClassInfo; 
00259 
00265 typedef struct  {
00266 #include "ObitTableOTFArrayGeomRowClassDef.h"
00267 } ObitTableOTFArrayGeomRowClassInfo; 
00268 #endif /* ObitTableOTFArrayGeom_H */ 

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