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

ObitTableOTFScanData.h

Go to the documentation of this file.
00001 /* $Id: ObitTableOTFScanData.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 ObitTableOTFScanData_H 
00030 #define ObitTableOTFScanData_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 ------------------*/
00129 /*--------------Class definitions-------------------------------------*/
00130 
00132  #define MAXKEYCHARTABLEOTFScanData 24
00133 
00135 typedef struct {
00136 #include "ObitTableOTFScanDataDef.h"   /* this class definition */
00137 } ObitTableOTFScanData;
00138 
00140 typedef struct {
00141 #include "ObitTableOTFScanDataRowDef.h"   /* this class row definition */
00142 } ObitTableOTFScanDataRow;
00143 
00144 /*----------------- Macroes ---------------------------*/
00150 #define ObitTableOTFScanDataUnref(in) ObitUnref (in)
00151 
00157 #define ObitTableOTFScanDataRef(in) ObitRef (in)
00158 
00165 #define ObitTableOTFScanDataIsA(in) ObitIsA (in, ObitTableOTFScanDataGetClass())
00166 
00172 #define ObitTableOTFScanDataRowUnref(in) ObitUnref (in)
00173 
00179 #define ObitTableOTFScanDataRowRef(in) ObitRef (in)
00180 
00187 #define ObitTableOTFScanDataRowIsA(in) ObitIsA (in, ObitTableOTFScanDataRowGetClass())
00188 
00189 /*---------------Public functions---------------------------*/
00190 /*----------------Table Row Functions ----------------------*/
00192 void ObitTableOTFScanDataRowClassInit (void);
00193 
00195 ObitTableOTFScanDataRow* newObitTableOTFScanDataRow (ObitTableOTFScanData *table);
00196 
00198 gconstpointer ObitTableOTFScanDataRowGetClass (void);
00199 
00200 /*------------------Table Functions ------------------------*/
00202 void ObitTableOTFScanDataClassInit (void);
00203 
00205 ObitTableOTFScanData* newObitTableOTFScanData (gchar* name);
00206 
00208 ObitTableOTFScanData* 
00209 newObitTableOTFScanDataValue (gchar* name, Obit *file, glong *ver,
00210                      ObitIOAccess access,
00211                      oint numDet,
00212                      ObitErr *err);
00213 
00215 gconstpointer ObitTableOTFScanDataGetClass (void);
00216 
00218 ObitTableOTFScanData* ObitTableOTFScanDataCopy  (ObitTableOTFScanData *in, ObitTableOTFScanData *out, 
00219                            ObitErr *err);
00220 
00222 ObitTableOTFScanData* ObitTableOTFScanDataClone (ObitTableOTFScanData *in, ObitTableOTFScanData *out);
00223 
00225 ObitTableOTFScanData* ObitTableOTFScanDataConvert  (ObitTable *in);
00226 
00228 ObitIOCode ObitTableOTFScanDataOpen (ObitTableOTFScanData *in, ObitIOAccess access, 
00229                           ObitErr *err);
00230 
00232 ObitIOCode 
00233 ObitTableOTFScanDataReadRow  (ObitTableOTFScanData *in, glong iOTFScanDataRow, ObitTableOTFScanDataRow *row,
00234                      ObitErr *err);
00235 
00237 void 
00238 ObitTableOTFScanDataSetRow  (ObitTableOTFScanData *in, ObitTableOTFScanDataRow *row,
00239                      ObitErr *err);
00240 
00242 ObitIOCode 
00243 ObitTableOTFScanDataWriteRow  (ObitTableOTFScanData *in, glong iOTFScanDataRow, ObitTableOTFScanDataRow *row,
00244                      ObitErr *err);
00245 
00247 ObitIOCode ObitTableOTFScanDataClose (ObitTableOTFScanData *in, ObitErr *err);
00248 
00249 /*----------- ClassInfo Structure -----------------------------------*/
00255 typedef struct  {
00256 #include "ObitTableOTFScanDataClassDef.h"
00257 } ObitTableOTFScanDataClassInfo; 
00258 
00264 typedef struct  {
00265 #include "ObitTableOTFScanDataRowClassDef.h"
00266 } ObitTableOTFScanDataRowClassInfo; 
00267 #endif /* ObitTableOTFScanData_H */ 

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