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

ObitGBTCCBPortInfo.c File Reference

ObitGBTCCBPortInfo class function definitions. More...

#include "ObitGBTCCBPortInfo.h"
#include "ObitTableGBTCCBPORT.h"

Functions

void ObitGBTCCBPortInfoInit (gpointer in)
 Private: Initialize newly instantiated object.
void ObitGBTCCBPortInfoClear (gpointer in)
 Private: Deallocate members.
ObitGBTCCBPortInfonewObitGBTCCBPortInfo (gchar *name)
 Public: Constructor.
ObitGBTCCBPortInfonewObitGBTCCBPortInfoValue (gchar *name, gint disk, gchar *scan, ObitErr *err)
 Public: Constructor from values.
gconstpointer ObitGBTCCBPortInfoGetClass (void)
 Public: ClassInfo pointer.
ObitGBTCCBPortInfoObitGBTCCBPortInfoCopy (ObitGBTCCBPortInfo *in, ObitGBTCCBPortInfo *out, ObitErr *err)
 Public: Copy constructor.
void ObitGBTCCBPortInfoClassInit (void)
 Public: Class initializer.


Detailed Description

ObitGBTCCBPortInfo class function definitions.

This is a list of associated tables.


Function Documentation

ObitGBTCCBPortInfo* newObitGBTCCBPortInfo gchar *  name  ) 
 

Public: Constructor.

Initializes class if needed on first call.

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

ObitGBTCCBPortInfo* newObitGBTCCBPortInfoValue 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 ObitGBTCCBPortInfoClassInit void   ) 
 

Public: Class initializer.

void ObitGBTCCBPortInfoClear gpointer  inn  ) 
 

Private: Deallocate members.

Does (recursive) deallocation of parent class members.

Parameters:
inn Pointer to the object to deallocate.

ObitGBTCCBPortInfo* ObitGBTCCBPortInfoCopy ObitGBTCCBPortInfo in,
ObitGBTCCBPortInfo 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 ObitGBTCCBPortInfoGetClass void   ) 
 

Public: ClassInfo pointer.

Initializes class if needed on first call.

Returns:
pointer to the class structure.

void ObitGBTCCBPortInfoInit 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