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

ObitTableGBTSPSTATE.h

Go to the documentation of this file.
00001 /* $Id: ObitTableGBTSPSTATE.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 ObitTableGBTSPSTATE_H 
00030 #define ObitTableGBTSPSTATE_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 MAXKEYCHARTABLESTATE 24
00133 
00135 typedef struct {
00136 #include "ObitTableGBTSPSTATEDef.h"   /* this class definition */
00137 } ObitTableGBTSPSTATE;
00138 
00140 typedef struct {
00141 #include "ObitTableGBTSPSTATERowDef.h"   /* this class row definition */
00142 } ObitTableGBTSPSTATERow;
00143 
00144 /*----------------- Macroes ---------------------------*/
00150 #define ObitTableGBTSPSTATEUnref(in) ObitUnref (in)
00151 
00157 #define ObitTableGBTSPSTATERef(in) ObitRef (in)
00158 
00165 #define ObitTableGBTSPSTATEIsA(in) ObitIsA (in, ObitTableGBTSPSTATEGetClass())
00166 
00172 #define ObitTableGBTSPSTATERowUnref(in) ObitUnref (in)
00173 
00179 #define ObitTableGBTSPSTATERowRef(in) ObitRef (in)
00180 
00187 #define ObitTableGBTSPSTATERowIsA(in) ObitIsA (in, ObitTableGBTSPSTATERowGetClass())
00188 
00189 /*---------------Public functions---------------------------*/
00190 /*----------------Table Row Functions ----------------------*/
00192 void ObitTableGBTSPSTATERowClassInit (void);
00193 
00195 ObitTableGBTSPSTATERow* newObitTableGBTSPSTATERow (ObitTableGBTSPSTATE *table);
00196 
00198 gconstpointer ObitTableGBTSPSTATERowGetClass (void);
00199 
00200 /*------------------Table Functions ------------------------*/
00202 void ObitTableGBTSPSTATEClassInit (void);
00203 
00205 ObitTableGBTSPSTATE* newObitTableGBTSPSTATE (gchar* name);
00206 
00208 ObitTableGBTSPSTATE* 
00209 newObitTableGBTSPSTATEValue (gchar* name, Obit *file, glong *ver,
00210                      ObitIOAccess access,
00211                     
00212                      ObitErr *err);
00213 
00215 gconstpointer ObitTableGBTSPSTATEGetClass (void);
00216 
00218 ObitTableGBTSPSTATE* ObitTableGBTSPSTATECopy  (ObitTableGBTSPSTATE *in, ObitTableGBTSPSTATE *out, 
00219                            ObitErr *err);
00220 
00222 ObitTableGBTSPSTATE* ObitTableGBTSPSTATEClone (ObitTableGBTSPSTATE *in, ObitTableGBTSPSTATE *out);
00223 
00225 ObitTableGBTSPSTATE* ObitTableGBTSPSTATEConvert  (ObitTable *in);
00226 
00228 ObitIOCode ObitTableGBTSPSTATEOpen (ObitTableGBTSPSTATE *in, ObitIOAccess access, 
00229                           ObitErr *err);
00230 
00232 ObitIOCode 
00233 ObitTableGBTSPSTATEReadRow  (ObitTableGBTSPSTATE *in, glong iSTATERow, ObitTableGBTSPSTATERow *row,
00234                      ObitErr *err);
00235 
00237 void 
00238 ObitTableGBTSPSTATESetRow  (ObitTableGBTSPSTATE *in, ObitTableGBTSPSTATERow *row,
00239                      ObitErr *err);
00240 
00242 ObitIOCode 
00243 ObitTableGBTSPSTATEWriteRow  (ObitTableGBTSPSTATE *in, glong iSTATERow, ObitTableGBTSPSTATERow *row,
00244                      ObitErr *err);
00245 
00247 ObitIOCode ObitTableGBTSPSTATEClose (ObitTableGBTSPSTATE *in, ObitErr *err);
00248 
00249 /*----------- ClassInfo Structure -----------------------------------*/
00255 typedef struct  {
00256 #include "ObitTableGBTSPSTATEClassDef.h"
00257 } ObitTableGBTSPSTATEClassInfo; 
00258 
00264 typedef struct  {
00265 #include "ObitTableGBTSPSTATERowClassDef.h"
00266 } ObitTableGBTSPSTATERowClassInfo; 
00267 #endif /* ObitTableGBTSPSTATE_H */ 

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