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

ObitTableMF.h

Go to the documentation of this file.
00001 /* $Id: ObitTableMF.h,v 1.30 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 OBITTABLEMF_H 
00030 #define OBITTABLEMF_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 ------------------*/
00140 /*--------------Class definitions-------------------------------------*/
00141 
00143  #define MAXKEYCHARTABLEMF 24
00144 
00146 typedef struct {
00147 #include "ObitTableMFDef.h"   /* this class definition */
00148 } ObitTableMF;
00149 
00151 typedef struct {
00152 #include "ObitTableMFRowDef.h"   /* this class row definition */
00153 } ObitTableMFRow;
00154 
00155 /*----------------- Macroes ---------------------------*/
00161 #define ObitTableMFUnref(in) ObitUnref (in)
00162 
00168 #define ObitTableMFRef(in) ObitRef (in)
00169 
00176 #define ObitTableMFIsA(in) ObitIsA (in, ObitTableMFGetClass())
00177 
00183 #define ObitTableMFRowUnref(in) ObitUnref (in)
00184 
00190 #define ObitTableMFRowRef(in) ObitRef (in)
00191 
00198 #define ObitTableMFRowIsA(in) ObitIsA (in, ObitTableMFRowGetClass())
00199 
00200 /*---------------Public functions---------------------------*/
00201 /*----------------Table Row Functions ----------------------*/
00203 void ObitTableMFRowClassInit (void);
00204 
00206 ObitTableMFRow* newObitTableMFRow (ObitTableMF *table);
00207 
00209 gconstpointer ObitTableMFRowGetClass (void);
00210 
00211 /*------------------Table Functions ------------------------*/
00213 void ObitTableMFClassInit (void);
00214 
00216 ObitTableMF* newObitTableMF (gchar* name);
00217 
00219 ObitTableMF* 
00220 newObitTableMFValue (gchar* name, ObitData *file, glong *ver,
00221                      ObitIOAccess access,
00222                     
00223                      ObitErr *err);
00224 
00226 void ObitTableMFClassInit (void);
00227 
00229 gconstpointer ObitTableMFGetClass (void);
00230 
00232 ObitTableMF* ObitTableMFCopy  (ObitTableMF *in, ObitTableMF *out, 
00233                            ObitErr *err);
00234 
00236 ObitTableMF* ObitTableMFClone (ObitTableMF *in, ObitTableMF *out);
00237 
00239 ObitTableMF* ObitTableMFConvert  (ObitTable *in);
00240 
00242 ObitIOCode ObitTableMFOpen (ObitTableMF *in, ObitIOAccess access, 
00243                           ObitErr *err);
00244 
00246 ObitIOCode 
00247 ObitTableMFReadRow  (ObitTableMF *in, glong iMFRow, ObitTableMFRow *row,
00248                      ObitErr *err);
00249 
00251 void 
00252 ObitTableMFSetRow  (ObitTableMF *in, ObitTableMFRow *row,
00253                      ObitErr *err);
00254 
00256 ObitIOCode 
00257 ObitTableMFWriteRow  (ObitTableMF *in, glong iMFRow, ObitTableMFRow *row,
00258                      ObitErr *err);
00259 
00261 ObitIOCode ObitTableMFClose (ObitTableMF *in, ObitErr *err);
00262 
00263 /*----------- ClassInfo Structure -----------------------------------*/
00269 typedef struct  {
00270 #include "ObitTableMFClassDef.h"
00271 } ObitTableMFClassInfo; 
00272 
00278 typedef struct  {
00279 #include "ObitTableMFRowClassDef.h"
00280 } ObitTableMFRowClassInfo; 
00281 #endif /* OBITTABLEMF_H */ 

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