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

ObitGBTCCBStateInfo.c File Reference

ObitGBTCCBStateInfo class function definitions. More...

#include "ObitGBTCCBStateInfo.h"
#include "ObitTableGBTCCBSTATE.h"

Functions

void ObitGBTCCBStateInfoInit (gpointer in)
 Private: Initialize newly instantiated object.
void ObitGBTCCBStateInfoClear (gpointer in)
 Private: Deallocate members.
ObitGBTCCBStateInfonewObitGBTCCBStateInfo (gchar *name)
 Public: Constructor.
ObitGBTCCBStateInfonewObitGBTCCBStateInfoValue (gchar *name, gint disk, gchar *scan, ObitErr *err)
 Public: Constructor from values.
gconstpointer ObitGBTCCBStateInfoGetClass (void)
 Public: ClassInfo pointer.
ObitGBTCCBStateInfoObitGBTCCBStateInfoCopy (ObitGBTCCBStateInfo *in, ObitGBTCCBStateInfo *out, ObitErr *err)
 Public: Copy constructor.
void ObitGBTCCBStateInfoClassInit (void)
 Public: Class initializer.


Detailed Description

ObitGBTCCBStateInfo class function definitions.

This is a list of associated tables.


Function Documentation

ObitGBTCCBStateInfo* newObitGBTCCBStateInfo gchar *  name  ) 
 

Public: Constructor.

Initializes class if needed on first call.

Parameters:
name A name for the object
Returns:
the new object.

ObitGBTCCBStateInfo* newObitGBTCCBStateInfoValue gchar *  name,
gint  disk,
gchar *  scan,
ObitErr *  err
 

Public: Constructor from values.

Parameters:
name A name for the object
disk Obit FITS disk number
scan Date/time scan name (e.g. "2003_05_05_05:32:56")
err Obit error stack object.
Returns:
the new object.

void ObitGBTCCBStateInfoClassInit void   ) 
 

Public: Class initializer.

void ObitGBTCCBStateInfoClear gpointer  inn  ) 
 

Private: Deallocate members.

Does (recursive) deallocation of parent class members.

Parameters:
inn Pointer to the object to deallocate.

ObitGBTCCBStateInfo* ObitGBTCCBStateInfoCopy ObitGBTCCBStateInfo in,
ObitGBTCCBStateInfo out,
ObitErr *  err
 

Public: Copy constructor.

Parent class members are included but any derived class info is ignored.

Parameters:
in The object to copy
out An existing object pointer for output or NULL if none exists.
err Obit error stack object.
Returns:
pointer to the new object.

gconstpointer ObitGBTCCBStateInfoGetClass void   ) 
 

Public: ClassInfo pointer.

Initializes class if needed on first call.

Returns:
pointer to the class structure.

void ObitGBTCCBStateInfoInit gpointer  inn  ) 
 

Private: Initialize newly instantiated object.

Does (recursive) initialization of base class members before this class.

Parameters:
inn Pointer to the object to initialize.


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