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

ObitTableGBTPARCRYO.h

Go to the documentation of this file.
00001 /* $Id: ObitTableGBTPARCRYO.h,v 1.1 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 ObitTableGBTPARCRYO_H 
00030 #define ObitTableGBTPARCRYO_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 MAXKEYCHARTABLECryo 24
00133 
00135 typedef struct {
00136 #include "ObitTableGBTPARCRYODef.h"   /* this class definition */
00137 } ObitTableGBTPARCRYO;
00138 
00140 typedef struct {
00141 #include "ObitTableGBTPARCRYORowDef.h"   /* this class row definition */
00142 } ObitTableGBTPARCRYORow;
00143 
00144 /*----------------- Macroes ---------------------------*/
00150 #define ObitTableGBTPARCRYOUnref(in) ObitUnref (in)
00151 
00157 #define ObitTableGBTPARCRYORef(in) ObitRef (in)
00158 
00165 #define ObitTableGBTPARCRYOIsA(in) ObitIsA (in, ObitTableGBTPARCRYOGetClass())
00166 
00172 #define ObitTableGBTPARCRYORowUnref(in) ObitUnref (in)
00173 
00179 #define ObitTableGBTPARCRYORowRef(in) ObitRef (in)
00180 
00187 #define ObitTableGBTPARCRYORowIsA(in) ObitIsA (in, ObitTableGBTPARCRYORowGetClass())
00188 
00189 /*---------------Public functions---------------------------*/
00190 /*----------------Table Row Functions ----------------------*/
00192 void ObitTableGBTPARCRYORowClassInit (void);
00193 
00195 ObitTableGBTPARCRYORow* newObitTableGBTPARCRYORow (ObitTableGBTPARCRYO *table);
00196 
00198 gconstpointer ObitTableGBTPARCRYORowGetClass (void);
00199 
00200 /*------------------Table Functions ------------------------*/
00202 void ObitTableGBTPARCRYOClassInit (void);
00203 
00205 ObitTableGBTPARCRYO* newObitTableGBTPARCRYO (gchar* name);
00206 
00208 ObitTableGBTPARCRYO* 
00209 newObitTableGBTPARCRYOValue (gchar* name, Obit *file, glong *ver,
00210                      ObitIOAccess access,
00211                     
00212                      ObitErr *err);
00213 
00215 gconstpointer ObitTableGBTPARCRYOGetClass (void);
00216 
00218 ObitTableGBTPARCRYO* ObitTableGBTPARCRYOCopy  (ObitTableGBTPARCRYO *in, ObitTableGBTPARCRYO *out, 
00219                            ObitErr *err);
00220 
00222 ObitTableGBTPARCRYO* ObitTableGBTPARCRYOClone (ObitTableGBTPARCRYO *in, ObitTableGBTPARCRYO *out);
00223 
00225 ObitTableGBTPARCRYO* ObitTableGBTPARCRYOConvert  (ObitTable *in);
00226 
00228 ObitIOCode ObitTableGBTPARCRYOOpen (ObitTableGBTPARCRYO *in, ObitIOAccess access, 
00229                           ObitErr *err);
00230 
00232 ObitIOCode 
00233 ObitTableGBTPARCRYOReadRow  (ObitTableGBTPARCRYO *in, glong iCryoRow, ObitTableGBTPARCRYORow *row,
00234                      ObitErr *err);
00235 
00237 void 
00238 ObitTableGBTPARCRYOSetRow  (ObitTableGBTPARCRYO *in, ObitTableGBTPARCRYORow *row,
00239                      ObitErr *err);
00240 
00242 ObitIOCode 
00243 ObitTableGBTPARCRYOWriteRow  (ObitTableGBTPARCRYO *in, glong iCryoRow, ObitTableGBTPARCRYORow *row,
00244                      ObitErr *err);
00245 
00247 ObitIOCode ObitTableGBTPARCRYOClose (ObitTableGBTPARCRYO *in, ObitErr *err);
00248 
00249 /*----------- ClassInfo Structure -----------------------------------*/
00255 typedef struct  {
00256 #include "ObitTableGBTPARCRYOClassDef.h"
00257 } ObitTableGBTPARCRYOClassInfo; 
00258 
00264 typedef struct  {
00265 #include "ObitTableGBTPARCRYORowClassDef.h"
00266 } ObitTableGBTPARCRYORowClassInfo; 
00267 #endif /* ObitTableGBTPARCRYO_H */ 

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