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

ObitTableOTFCal.h

Go to the documentation of this file.
00001 /* $Id: ObitTableOTFCal.h,v 1.25 2006/10/26 13:49:24 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 ObitTableOTFCal_H 
00030 #define ObitTableOTFCal_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 MAXKEYCHARTABLEOTFCal 24
00134 
00136 typedef struct {
00137 #include "ObitTableOTFCalDef.h"   /* this class definition */
00138 } ObitTableOTFCal;
00139 
00141 typedef struct {
00142 #include "ObitTableOTFCalRowDef.h"   /* this class row definition */
00143 } ObitTableOTFCalRow;
00144 
00145 /*----------------- Macroes ---------------------------*/
00151 #define ObitTableOTFCalUnref(in) ObitUnref (in)
00152 
00158 #define ObitTableOTFCalRef(in) ObitRef (in)
00159 
00166 #define ObitTableOTFCalIsA(in) ObitIsA (in, ObitTableOTFCalGetClass())
00167 
00173 #define ObitTableOTFCalRowUnref(in) ObitUnref (in)
00174 
00180 #define ObitTableOTFCalRowRef(in) ObitRef (in)
00181 
00188 #define ObitTableOTFCalRowIsA(in) ObitIsA (in, ObitTableOTFCalRowGetClass())
00189 
00190 /*---------------Public functions---------------------------*/
00191 /*----------------Table Row Functions ----------------------*/
00193 void ObitTableOTFCalRowClassInit (void);
00194 
00196 ObitTableOTFCalRow* newObitTableOTFCalRow (ObitTableOTFCal *table);
00197 
00199 gconstpointer ObitTableOTFCalRowGetClass (void);
00200 
00201 /*------------------Table Functions ------------------------*/
00203 void ObitTableOTFCalClassInit (void);
00204 
00206 ObitTableOTFCal* newObitTableOTFCal (gchar* name);
00207 
00209 ObitTableOTFCal* 
00210 newObitTableOTFCalValue (gchar* name, Obit *file, glong *ver,
00211                      ObitIOAccess access,
00212                      oint numDet, oint numPoly,
00213                      ObitErr *err);
00214 
00216 gconstpointer ObitTableOTFCalGetClass (void);
00217 
00219 ObitTableOTFCal* ObitTableOTFCalCopy  (ObitTableOTFCal *in, ObitTableOTFCal *out, 
00220                            ObitErr *err);
00221 
00223 ObitTableOTFCal* ObitTableOTFCalClone (ObitTableOTFCal *in, ObitTableOTFCal *out);
00224 
00226 ObitTableOTFCal* ObitTableOTFCalConvert  (ObitTable *in);
00227 
00229 ObitIOCode ObitTableOTFCalOpen (ObitTableOTFCal *in, ObitIOAccess access, 
00230                           ObitErr *err);
00231 
00233 ObitIOCode 
00234 ObitTableOTFCalReadRow  (ObitTableOTFCal *in, glong iOTFCalRow, ObitTableOTFCalRow *row,
00235                      ObitErr *err);
00236 
00238 void 
00239 ObitTableOTFCalSetRow  (ObitTableOTFCal *in, ObitTableOTFCalRow *row,
00240                      ObitErr *err);
00241 
00243 ObitIOCode 
00244 ObitTableOTFCalWriteRow  (ObitTableOTFCal *in, glong iOTFCalRow, ObitTableOTFCalRow *row,
00245                      ObitErr *err);
00246 
00248 ObitIOCode ObitTableOTFCalClose (ObitTableOTFCal *in, ObitErr *err);
00249 
00250 /*----------- ClassInfo Structure -----------------------------------*/
00256 typedef struct  {
00257 #include "ObitTableOTFCalClassDef.h"
00258 } ObitTableOTFCalClassInfo; 
00259 
00265 typedef struct  {
00266 #include "ObitTableOTFCalRowClassDef.h"
00267 } ObitTableOTFCalRowClassInfo; 
00268 #endif /* ObitTableOTFCal_H */ 

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