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

ObitTableIDI_SOURCE.h

Go to the documentation of this file.
00001 /* $Id: ObitTableIDI_SOURCE.h,v 1.3 2007/08/31 17:24:48 bcotton Exp $   */
00002 /* DO NOT EDIT - file generated by ObitTables.pl                      */
00003 /*--------------------------------------------------------------------*/
00004 /*;  Copyright (C)  2007                                              */
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 OBITTABLEIDI_SOURCE_H 
00030 #define OBITTABLEIDI_SOURCE_H 
00031 
00032 #include "Obit.h"
00033 #include "ObitErr.h"
00034 #include "ObitTable.h"
00035 #include "ObitData.h"
00036 
00037 /*-------- Obit: Software for the recently deceased ------------------*/
00115 /*--------------Class definitions-------------------------------------*/
00116 
00118  #define MAXKEYCHARTABLEIDI_SOURCE 24
00119 
00121 typedef struct {
00122 #include "ObitTableIDI_SOURCEDef.h"   /* this class definition */
00123 } ObitTableIDI_SOURCE;
00124 
00126 typedef struct {
00127 #include "ObitTableIDI_SOURCERowDef.h"   /* this class row definition */
00128 } ObitTableIDI_SOURCERow;
00129 
00130 /*----------------- Macroes ---------------------------*/
00136 #define ObitTableIDI_SOURCEUnref(in) ObitUnref (in)
00137 
00143 #define ObitTableIDI_SOURCERef(in) ObitRef (in)
00144 
00151 #define ObitTableIDI_SOURCEIsA(in) ObitIsA (in, ObitTableIDI_SOURCEGetClass())
00152 
00158 #define ObitTableIDI_SOURCERowUnref(in) ObitUnref (in)
00159 
00165 #define ObitTableIDI_SOURCERowRef(in) ObitRef (in)
00166 
00173 #define ObitTableIDI_SOURCERowIsA(in) ObitIsA (in, ObitTableIDI_SOURCERowGetClass())
00174 
00175 /*---------------Public functions---------------------------*/
00176 /*----------------Table Row Functions ----------------------*/
00178 void ObitTableIDI_SOURCERowClassInit (void);
00179 
00181 ObitTableIDI_SOURCERow* newObitTableIDI_SOURCERow (ObitTableIDI_SOURCE *table);
00182 
00184 gconstpointer ObitTableIDI_SOURCERowGetClass (void);
00185 
00186 /*------------------Table Functions ------------------------*/
00188 void ObitTableIDI_SOURCEClassInit (void);
00189 
00191 ObitTableIDI_SOURCE* newObitTableIDI_SOURCE (gchar* name);
00192 
00194 ObitTableIDI_SOURCE* 
00195 newObitTableIDI_SOURCEValue (gchar* name, ObitData *file, glong *ver,
00196                      ObitIOAccess access,
00197                      oint no_band,
00198                      ObitErr *err);
00199 
00201 void ObitTableIDI_SOURCEClassInit (void);
00202 
00204 gconstpointer ObitTableIDI_SOURCEGetClass (void);
00205 
00207 ObitTableIDI_SOURCE* ObitTableIDI_SOURCECopy  (ObitTableIDI_SOURCE *in, ObitTableIDI_SOURCE *out, 
00208                            ObitErr *err);
00209 
00211 ObitTableIDI_SOURCE* ObitTableIDI_SOURCEClone (ObitTableIDI_SOURCE *in, ObitTableIDI_SOURCE *out);
00212 
00214 ObitTableIDI_SOURCE* ObitTableIDI_SOURCEConvert  (ObitTable *in);
00215 
00217 ObitIOCode ObitTableIDI_SOURCEOpen (ObitTableIDI_SOURCE *in, ObitIOAccess access, 
00218                           ObitErr *err);
00219 
00221 ObitIOCode 
00222 ObitTableIDI_SOURCEReadRow  (ObitTableIDI_SOURCE *in, glong iIDI_SOURCERow, ObitTableIDI_SOURCERow *row,
00223                      ObitErr *err);
00224 
00226 void 
00227 ObitTableIDI_SOURCESetRow  (ObitTableIDI_SOURCE *in, ObitTableIDI_SOURCERow *row,
00228                      ObitErr *err);
00229 
00231 ObitIOCode 
00232 ObitTableIDI_SOURCEWriteRow  (ObitTableIDI_SOURCE *in, glong iIDI_SOURCERow, ObitTableIDI_SOURCERow *row,
00233                      ObitErr *err);
00234 
00236 ObitIOCode ObitTableIDI_SOURCEClose (ObitTableIDI_SOURCE *in, ObitErr *err);
00237 
00238 /*----------- ClassInfo Structure -----------------------------------*/
00244 typedef struct  {
00245 #include "ObitTableIDI_SOURCEClassDef.h"
00246 } ObitTableIDI_SOURCEClassInfo; 
00247 
00253 typedef struct  {
00254 #include "ObitTableIDI_SOURCERowClassDef.h"
00255 } ObitTableIDI_SOURCERowClassInfo; 
00256 #endif /* OBITTABLEIDI_SOURCE_H */ 

Generated on Fri Aug 31 22:13:04 2007 for Obit by  doxygen 1.3.9.1