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

ObitTableGBTCCBDATA.h

Go to the documentation of this file.
00001 /* $Id: ObitTableGBTCCBDATA.h,v 1.3 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 ObitTableGBTCCBDATA_H 
00030 #define ObitTableGBTCCBDATA_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 MAXKEYCHARTABLEDATA 24
00133 
00135 typedef struct {
00136 #include "ObitTableGBTCCBDATADef.h"   /* this class definition */
00137 } ObitTableGBTCCBDATA;
00138 
00140 typedef struct {
00141 #include "ObitTableGBTCCBDATARowDef.h"   /* this class row definition */
00142 } ObitTableGBTCCBDATARow;
00143 
00144 /*----------------- Macroes ---------------------------*/
00150 #define ObitTableGBTCCBDATAUnref(in) ObitUnref (in)
00151 
00157 #define ObitTableGBTCCBDATARef(in) ObitRef (in)
00158 
00165 #define ObitTableGBTCCBDATAIsA(in) ObitIsA (in, ObitTableGBTCCBDATAGetClass())
00166 
00172 #define ObitTableGBTCCBDATARowUnref(in) ObitUnref (in)
00173 
00179 #define ObitTableGBTCCBDATARowRef(in) ObitRef (in)
00180 
00187 #define ObitTableGBTCCBDATARowIsA(in) ObitIsA (in, ObitTableGBTCCBDATARowGetClass())
00188 
00189 /*---------------Public functions---------------------------*/
00190 /*----------------Table Row Functions ----------------------*/
00192 void ObitTableGBTCCBDATARowClassInit (void);
00193 
00195 ObitTableGBTCCBDATARow* newObitTableGBTCCBDATARow (ObitTableGBTCCBDATA *table);
00196 
00198 gconstpointer ObitTableGBTCCBDATARowGetClass (void);
00199 
00200 /*------------------Table Functions ------------------------*/
00202 void ObitTableGBTCCBDATAClassInit (void);
00203 
00205 ObitTableGBTCCBDATA* newObitTableGBTCCBDATA (gchar* name);
00206 
00208 ObitTableGBTCCBDATA* 
00209 newObitTableGBTCCBDATAValue (gchar* name, Obit *file, glong *ver,
00210                      ObitIOAccess access,
00211                     
00212                      ObitErr *err);
00213 
00215 gconstpointer ObitTableGBTCCBDATAGetClass (void);
00216 
00218 ObitTableGBTCCBDATA* ObitTableGBTCCBDATACopy  (ObitTableGBTCCBDATA *in, ObitTableGBTCCBDATA *out, 
00219                            ObitErr *err);
00220 
00222 ObitTableGBTCCBDATA* ObitTableGBTCCBDATAClone (ObitTableGBTCCBDATA *in, ObitTableGBTCCBDATA *out);
00223 
00225 ObitTableGBTCCBDATA* ObitTableGBTCCBDATAConvert  (ObitTable *in);
00226 
00228 ObitIOCode ObitTableGBTCCBDATAOpen (ObitTableGBTCCBDATA *in, ObitIOAccess access, 
00229                           ObitErr *err);
00230 
00232 ObitIOCode 
00233 ObitTableGBTCCBDATAReadRow  (ObitTableGBTCCBDATA *in, glong iDATARow, ObitTableGBTCCBDATARow *row,
00234                      ObitErr *err);
00235 
00237 void 
00238 ObitTableGBTCCBDATASetRow  (ObitTableGBTCCBDATA *in, ObitTableGBTCCBDATARow *row,
00239                      ObitErr *err);
00240 
00242 ObitIOCode 
00243 ObitTableGBTCCBDATAWriteRow  (ObitTableGBTCCBDATA *in, glong iDATARow, ObitTableGBTCCBDATARow *row,
00244                      ObitErr *err);
00245 
00247 ObitIOCode ObitTableGBTCCBDATAClose (ObitTableGBTCCBDATA *in, ObitErr *err);
00248 
00249 /*----------- ClassInfo Structure -----------------------------------*/
00255 typedef struct  {
00256 #include "ObitTableGBTCCBDATAClassDef.h"
00257 } ObitTableGBTCCBDATAClassInfo; 
00258 
00264 typedef struct  {
00265 #include "ObitTableGBTCCBDATARowClassDef.h"
00266 } ObitTableGBTCCBDATARowClassInfo; 
00267 #endif /* ObitTableGBTCCBDATA_H */ 

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